summaryrefslogtreecommitdiff
path: root/gtk/gtkiconfactory.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-3/+3
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+3
* Add some missing includesMatthias Clasen2010-12-231-1/+1
* Added out annotations for gtk_icon_size_lookup/_for_settingsJesse van den Kieboom2010-12-211-4/+4
* GtkIconFactory: mention gtk_widget_render_icon_pixbuf() in docsCarlos Garcia Campos2010-12-081-4/+4
* GtkIconFactory: add gtk_icon_set_render_icon_pixbuf()Carlos Garcia Campos2010-12-041-95/+127
* Use gtk_style_context_reset_widgets() instead of gtk_rc_reset_styles()Carlos Garcia Campos2010-12-041-1/+1
* iconfactory: Initialize varibale to NULL in failure pathBenjamin Otte2010-09-261-0/+2
* style: Move from colormaps to visualsBenjamin Otte2010-09-261-2/+2
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+2
* Drop Win32 DLL ABI compatibility cruftTor Lillqvist2010-08-301-49/+0
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-8/+8
* Revert from "edit-preferences" to "gtk-preferences"Javier Jardón2010-08-231-1/+1
* The correct icon name is "dialog-information", not "dialog-info"Javier Jardón2010-08-231-2/+2
* directfb: RemoveBenjamin Otte2010-08-231-2/+2
* Remove leftover debug spewMatthias Clasen2010-08-201-2/+0
* Make stock icons use standard icon namesMatthias Clasen2010-08-181-164/+142
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-24/+6
* GtkIconFactory: move public members to private structureJavier Jardón2010-07-131-9/+29
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Documentation fixesMatthias Clasen2010-05-251-1/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-9/+12
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* Restore initializing settings sizes, which was accidentally removedChristian Dywan2009-09-211-0/+2
* Whitespace fixesMatthias Clasen2009-09-201-244/+230
* Don't dereference a NULL errorMatthias Clasen2009-09-201-3/+4
* Use a better caps lock warning iconMatthias Clasen2009-01-051-0/+1
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-1/+1
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-5/+5
* Bug 384940 – handle rejecting jobs and authentication meaningfullyMatthias Clasen2008-07-151-0/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-1/+1
* Make the iconfactory buildable implementation less strictMatthias Clasen2008-05-241-2/+2
* Forgotten filesMatthias Clasen2008-05-061-0/+3
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-1/+0
* register the GTK_STOCK_PAGE_SETUP icon.Michael Natterer2008-04-171-0/+1
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-26/+79
* Fix build.Carlos Garnacho2008-03-071-1/+1
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-2/+225
* Adjust to icon cache api change. (#506135, Kazuki Iwamoto)Matthias Clasen2007-12-291-1/+3
* Fixed typo in icon_size_lookup_intern() - colon instead of semicolonYevgen Muntyan2007-10-161-1/+1
* Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, ChrisMatthias Clasen2007-10-161-3/+6
* Improve a warning Always set the error when returning NULL. (#440982,Matthias Clasen2007-05-251-1/+2
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-1/+1
* Switch over to use glib's new g_hash_table_get_keys() rather than our ownChris Wilson2007-04-111-22/+4
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2