aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-icon-sizes-example.c
AgeCommit message (Collapse)Author
2012-01-24Removed deprecated widgets and methodsTomasz Sterna
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-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.
2009-02-052009-02-05 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* examples/hildon-icon-sizes-example.c: (main): Remove obsolete icon sizes.
2008-11-242008-11-24 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
Based on initial code by Christian Dywan (christian@imendio.com) * doc/hildon-docs.sgml: Add section for hildon-main. * examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main(). * src/Makefile.am: Add new hildon-main.[ch] * src/hildon-defines.h: Update the icon sizes. * src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add new library initialization files and register icon sizes. * src/hildon-main.h: New declarations. * src/hildon.h: Include hildon-main.h Add new initialization functions to the library. These methods will register the hildon specific icon sizes and can be used in the future for other hildon specific bits. Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h)) Fixes: NB#93075 (Update icon size constants to Fremantle)
2007-03-29Changing the license headers and all the licesing stuff to LGPL version 2 OR ↵Michael Dominic Kostrzewa
LATER.
2007-02-02Icon sizes fixture.Michael Dominic Kostrzewa