aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-stackable-window.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-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-26Fixed the compilation using '--enable-fatal' and '--disable-deprecated' optionsAlejandro PiƱeiro
* examples/hildon-banner-example.c: Protect deprecated hildon-banner functions with #ifndef HILDON_DISABLE_DEPRECATED * examples/hildon-find-toolbar.c: Protect deprecated HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR in favor of HILDON_ICON_PIXEL_SIZE_FINGER * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as deprecated. * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED to allow proper compilation of deprecated functions defined on the header
2009-06-13Remove redundant "represents" wording from most of the documentation.Claudio Saavedra
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
2009-06-11Misc documentation updatesAlberto Garcia
* hildon/hildon-code-dialog.c * hildon/hildon-date-editor.c * hildon/hildon-number-editor.c * hildon/hildon-seekbar.c * hildon/hildon-stackable-window.c * hildon/hildon-window.c: Misc documentation updates
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.