summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* GtkIconTheme: a small optimizationMatthias Clasen2011-05-311-24/+12
* gtkicontheme: More explicitly note ownership transfers of duplicated stringColin Walters2011-05-051-3/+6
* Drop the last remaining translated g_warning/g_error callsColin Walters2011-04-291-4/+4
* Move documentation to inline comments: GtkIconThemeJavier Jardón2011-04-151-0/+86
* GtkIconThemePrivate: Improve struct packingMatthias Clasen2011-04-121-12/+12
* icontheme: constify arguments to gtk_icon_theme_load_symbolic()Benjamin Otte2011-02-111-8/+8
* Add some missing symbols to the docsMatthias Clasen2011-02-081-10/+8
* API: gtk: Remove client_event vfunc from GtkWidgetBenjamin Otte2011-02-011-17/+0
* Adapt gtk_icon_info_load_symbolic to librsvg limitations tooMatthias Clasen2011-01-201-5/+5
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-12/+17
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-4/+4
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-4/+4
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-181-4/+4
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-7/+8
* Make symbolic icons work againMatthias Clasen2011-01-171-3/+3
* Add some doc detailsMatthias Clasen2011-01-131-0/+3
* Add GtkNumerableIconMatthias Clasen2011-01-051-0/+4
* Don't access GdkScreen fieldsMatthias Clasen2010-12-211-1/+0
* Another doc format problemMatthias Clasen2010-12-171-1/+1
* Use gtk_style_context_reset_widgets() instead of gtk_rc_reset_styles()Carlos Garcia Campos2010-12-041-4/+1
* Fix compiler warnings.Carlos Garnacho2010-12-041-1/+1
* Fix memory handling when dealing with colorsMatthias Clasen2010-12-041-16/+11
* Deprecate gtk_icon_info_load_symbolic_for_styleMatthias Clasen2010-12-041-1/+3
* Add a GtkStyleContext-variant of symbolic icon loadingMatthias Clasen2010-12-041-0/+92
* icon-theme: always force icon sizes for emblemsCosimo Cecchi2010-11-051-1/+2
* icon-theme: support pixbufs implementing the GIcon interfaceCosimo Cecchi2010-11-051-1/+43
* gtk: Fix crasher when loading symbolic iconsBastien Nocera2010-10-271-35/+48
* Make gtk_icon_info_load_symbolic() Take GdkRGBA colors.Carlos Garnacho2010-10-221-51/+97
* introspection: Fix some annotation syntaxColin Walters2010-09-291-2/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-20/+22
* Drop Win32 DLL ABI compatibility cruftTor Lillqvist2010-08-301-111/+0
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+3
* GtkIconTheme: unseal private pointerJavier Jardón2010-07-131-3/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix warning: should pass gboolean*, not gboolean**Javier Jardón2010-06-241-1/+1
* Add a variant of gtk_icon_theme_load_symbolic that takes a styleMatthias Clasen2010-06-141-0/+49
* Fix up gtk_icon_info_load_symbolic docsMatthias Clasen2010-05-251-7/+8
* Doc fixesMatthias Clasen2010-05-011-14/+17
* Fix <ulink> tag in previous commitJavier Jardón2010-04-281-1/+1
* Support 'symbolic' themed iconsMatthias Clasen2010-04-281-0/+136
* [annotations] Add allow-noneJohan Dahlin2010-02-191-5/+5
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-9/+9
* Add a few more annotations to GtkIconThemeTomeu Vizoso2009-12-161-2/+2
* Fix a typoMatthias Clasen2009-08-061-1/+1
* g_return_if_fail() on icon_name != NULL so we get a warning instead of aMichael Natterer2009-01-221-1/+2
* Bug 557059 – crash when compositing emblems with iconChristian Persch2008-10-201-4/+19
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-6/+6
* move variables to local scopes, fix indentation and silence bogus warningMichael Natterer2008-08-071-36/+42