aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-gtk.c
AgeCommit message (Collapse)Author
2012-05-30Widget porting to GTK+ 3Tomasz Sterna
with some added fixes for strict compiler checks
2012-01-24Removed MAEMO_CHANGES and MAEMO_GTKTomasz Sterna
2011-11-14Merged setthemesize.patchTomasz Sterna
2009-12-15Rename hildon_gtk_window_take_screenshot_then_wait()Claudio Saavedra
To hildon_gtk_take_screenshot_sync(), for sake of simplicity. Also, added to the docs.
2009-12-15hildon_gtk_window_take_screenshot_then_wait()Adam Endrodi
Enhance the horrible take screenshot interface to block the client until it's complete. The test program may not build out of the box. Requires modified hildon-desktop from http://maemo.gitorious.org/fremantle-hildon-desktop/hildon-desktop/commits/screenshot. Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2009-10-23Improve the documentation for hildon_gtk_window_take_screenshot()Claudio Saavedra
Mention the fact that it's a Maemo 5 feature, what's the purpose of the screenshot, and how to use it.
2009-10-15New API to enable/disable the zoom keysAlberto Garcia
Fixes: NB#141240 (New API: hildon_gtk_window_enable_zoom_keys())
2009-09-17Use the Xlib API to take window screenshotsAlberto Garcia
* hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot): Use the Xlib API to take window screenshots, since the GDK API doesn't allow us to set the event mask. Fixes: NB#138857 (hildon_gtk_window_take_screenshot doesn't take a screenshot)
2009-09-11Rename and move the methods to set flags to hildon-private.hClaudio Saavedra
* hildon/hildon-gtk.c: (do_set_progress_indicator), (do_set_do_not_disturb), (do_set_portrait_flags): call the new private method hildon_gtk_window_set_clear_window_flag() (hildon_gtk_window_set_progress_indicator), (hildon_gtk_window_set_do_not_disturb), (hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag() * hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag), (+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename properly. * hildon/hildon-private.h: Add the two new private methds.
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-15Add progress indicator to the HildonEditToolbar.Alberto Garcia
* hildon/Makefile.am * hildon/hildon-edit-toolbar-private.h * hildon/hildon-edit-toolbar.c (+hildon_edit_toolbar_set_progress_indicator) (hildon_edit_toolbar_init): Add progress indicator to the toolbar. * hildon/hildon-gtk.c (hildon_gtk_window_set_progress_indicator): If the window contains a HildonEditToolbar, enable the progress indicator there too. * hildon/hildon-private.h * hildon/hildon-private.c (+hildon_private_create_animation) * hildon/hildon-banner.c (-hildon_banner_create_animation): Moved to hildon-private.c Fixes: NB#102373 (Progress indicator also for the Edit mode toolbar)
2009-05-15gdk_event_new() already returns a struct filled with zerosAlberto Garcia
2009-05-15New API function to take a screenshot of a windowAlberto Garcia
* hildon/hildon-gtk.h * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot): New API function to take a screenshot of a window Fixes: NB#106374 (Need API to take a loading screenshot)
2009-05-04Minor style fixesAlberto Garcia
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.