summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Fix crasher when loading symbolic iconsBastien Nocera2010-10-301-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
* Update to handle GEmblem`Matthias Clasen2008-08-041-8/+10
* Support rendering GEmblemedIconMatthias Clasen2008-07-281-1/+91
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-4/+4
* Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist2008-06-161-0/+30
* Fix docsMatthias Clasen2008-06-151-1/+1
* Bug 522084 – GIcon support for GtkIconTheme & GtkImageMatthias Clasen2008-05-291-75/+184
* remove unused variable.Michael Natterer2008-01-091-4/+4
* Two optimizations for icon cache lookups.Matthias Clasen2007-12-031-11/+23
* Small cleanupsMatthias Clasen2007-07-181-5/+3
* use g_slice_dup().Sven Neumann2007-06-191-1/+2
* Initialize unthemed_icon to NULL to avoid accessing uninitialized memoryTorsten Schönfeld2007-06-031-1/+1
* Improve a warning Always set the error when returning NULL. (#440982,Matthias Clasen2007-05-251-5/+10
* Add a function to look up an icon from a list of icon names. (#396901,Matthias Clasen2007-05-181-52/+128
* Set the filename to NULL for builtin icons, sincMatthias Clasen2007-04-251-4/+14
* Ensure the icon_theme->all_icons and dir->icons hash tables use the sameChris Wilson2007-04-241-1/+1
* Add GTK_ICON_LOOKUP_GENERIC_FALLBACK icon lookup flag and implement it.Matthias Clasen2007-04-191-3/+22
* Fix a couple of comment typos (#421627)Rodney Dawes2007-03-231-2/+2
* Add a new API call gtk_icon_theme_list_contexts so that one can chooseRodney Dawes2007-03-211-0/+66
* Protect ensure_valid_themes() from recursion, which can happen for exampleChris Wilson2007-03-151-38/+64
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-10/+5
* Be careful not to trigger a style reset before we have loaded the iconChris Wilson2007-03-061-13/+21
* Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might causeChris Wilson2007-02-261-1/+1
* When finding a matching non-scalable dir, keep going and look for a closerMatthias Clasen2007-01-151-29/+54
* Waste less time with non-directories. (#391725, Chris Wilson)Matthias Clasen2007-01-021-8/+9
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Fix a crash with icon themesMatthias Clasen2006-12-021-0/+2
* plug memory leak. Fixes bug #362439.Paolo Borelli2006-10-151-2/+4