aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-program.c
AgeCommit message (Collapse)Author
2012-05-30Widget porting to GTK+ 3Tomasz Sterna
with some added fixes for strict compiler checks
2012-01-24Removed deprecated widgets and methodsTomasz Sterna
2009-10-16Read _MB_CURRENT_APP_WINDOW on the program's windowsAlberto Garcia
Based on a patch by: Alban Crequy <alban.crequy@collabora.co.uk> Read the property _MB_CURRENT_APP_WINDOW on the program's windows instead of the root window Fixes: NB#140339 (Unnecessary wake-ups in application due to XAtoms)
2009-10-16Check all windows in a HildonProgram to know if it's topmost or notAlberto Garcia
Fixes: NB#125548 (HildonProgram notify::is-topmost is not working properly with stacks)
2009-09-11Do not set any flag for empty legacy menusClaudio Saavedra
* hildon/hildon-program.c: (hildon_program_set_common_menu): * hildon/hildon-window.c: (hildon_window_update_menu_flag): This will probably not work fine with empty legacy menus added to programs or windows and populated later, but so it's life.
2009-09-11Update the application menu flag for application-wise windowsClaudio Saavedra
* hildon/hildon-program.c: (+hildon_program_on_common_app_menu_changed), (hildon_program_set_common_app_menu): Also take into account the visibility of its items.
2009-09-11Set the window menu flag for application-common menusClaudio Saavedra
* hildon/hildon-program.c: (+hildon_program_window_set_common_menu_flag): Set or remove the menu flag from a window only this doesn't have its own menu. (+hildon_program_set_common_menu_flag): adjust menu flag for all windows in the program. (hildon_program_add_window), (hildon_program_remove_window): add/remove the menu flag when a window is added to the program. Fixes: NB#137814 (Indicator for view menu in app title area)
2009-09-03Documentation updatesAlberto Garcia
* doc/hildon-sections.txt * hildon/hildon-button.c * hildon/hildon-edit-toolbar.c * hildon/hildon-gtk.[ch] * hildon/hildon-main.c * hildon/hildon-program.c * hildon/hildon-stackable-window.c: Documentation updates
2009-06-29Ignore BadWindow on update topmostAdam Endrodi
* hildon/hildon-program.c (hildon_program_update_top_most): Ignore BadWindow error. Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2009-06-13Remove redundant "represents" wording from most of the documentation.Claudio Saavedra
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
2009-04-30Renamed src/ to hildon/Alberto Garcia
* src/ * Makefile.am * configure.ac * doc/Makefile.am * doc/hildon.types * po/POTFILES.in: Renamed src/ to hildon/ * examples/*.c * debian/changelog * debian/rules: Include <hildon/hildon.h> directly in all examples.