summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* Actually use a higher priority than resizeMatthias Clasen2006-08-151-1/+1
* Run the reset_styles idle at a priority higher than size negotiation.Matthias Clasen2006-08-151-1/+3
* Export this privately.Matthias Clasen2006-07-201-1/+1
* Small memory savingsMatthias Clasen2006-07-071-7/+4
* Remove debugging spewMatthias Clasen2006-06-071-6/+0
* make the last change workMatthias Clasen2006-06-071-11/+19
* Small optimizationMatthias Clasen2006-06-061-12/+9
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* Apply a patch by Paolo Borelli to factor out a strip_suffix() function andMatthias Clasen2006-04-181-17/+26
* Better fixMatthias Clasen2006-04-121-7/+12
* Fix another Coverity bugMatthias Clasen2006-04-121-5/+6
* Small savingsMatthias Clasen2006-04-041-5/+4
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-041-5/+1
* Don't leak the keyfile parser in the error case.Matthias Clasen2006-03-311-20/+21
* Give working examples in the docs. (#330944, John Spray)Matthias Clasen2006-02-131-4/+5
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-111-4/+29
* Only broadcast _GTK_LOAD_ICONTHEMES if we detect a real theme change, notMatthias Clasen2005-12-121-1/+2
* Avoid a crashMatthias Clasen2005-11-141-5/+6
* Make builtin icons work in gtk_window_set_icon_name() (#321046, MaximMatthias Clasen2005-11-121-71/+75