summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store builtin stock icons in an icon cache, instead of populating a hashMatthias Clasen2005-11-041-26/+71
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Avoid an uninitialized variable warning, pointed out by Colin Walters.Matthias Clasen2005-08-261-2/+2
* Don't try to send a client message if the screen is NULL. Noticed byMatthias Clasen2005-08-241-1/+1
* Implement a clientmessage based scheme for makeing sure that all GTK+Matthias Clasen2005-08-221-2/+46
* Add a note regarding icon theme changes.Matthias Clasen2005-08-221-0/+8
* Store GtkIconData structs in the per-directory hash, even if they comeMatthias Clasen2005-08-191-10/+20
* Put debugging printout inside GTK_NOTE.Tor Lillqvist2005-08-151-3/+6
* Correct the download location for the hicolor icon theme. (#313475, OlexiyMatthias Clasen2005-08-151-1/+5
* When changing the icon theme, defer the resetting of rc styles to an idle,Matthias Clasen2005-08-121-6/+36
* Explicitly use the svg loader, if available. This should help with theMatthias Clasen2005-07-201-1/+4
* Don't keep the caches for unthemed directories in a separate list, insteadMatthias Clasen2005-07-131-32/+13
* Add a warning about unreffing icon themes. (#310163, Rodney Dawes)Matthias Clasen2005-07-131-2/+2
* Doc fixes.Matthias Clasen2005-06-101-1/+1
* Store icon caches along with the mtimes of the toplevel directories. TheMatthias Clasen2005-04-061-57/+21
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+4
* Don't crash if there is no cache. (#170652, Diego Gonzalez)Matthias Clasen2005-03-171-1/+1
* Update spec.Anders Carlsson2005-03-151-14/+17
* Fix the doc comments. (#169967, Masao Mutoh)Matthias Clasen2005-03-121-2/+3
* Make icon data caching work again. (#168851, Alexander Larsson)Matthias Clasen2005-03-011-4/+8
* Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic)Matthias Clasen2005-02-021-7/+3
* Make gtk_icon_theme_load_icon() work independent of icon factoryMatthias Clasen2005-01-031-0/+3
* Use /usr/share/pixmaps only on Unix.Tor Lillqvist2004-12-301-1/+6
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-3/+116
* Improve the docs. (#157785, Torsten Schoenfeld)Matthias Clasen2004-11-101-4/+7
* Actually commit the "stat less" patch which appeared in the ChangeLog aMatthias Clasen2004-11-021-18/+14
* Fix many sparse warnings.Matthias Clasen2004-10-281-3/+3
* Use the new g_key_file api in GLib.Matthias Clasen2004-10-241-136/+131
* Implement for cached themes.Matthias Clasen2004-10-211-3/+47
* Small fixes.Matthias Clasen2004-10-201-8/+6
* Implement icon theme caching. (#154034, Martijn Vernooij, caching schemaMatthias Clasen2004-10-191-21/+171
* Go back to not scaling up at all. Less magic.Matthias Clasen2004-10-051-1/+1
* Make the code work as intended for unthemed icons; don't scale them up tooMatthias Clasen2004-10-051-3/+4
* Applied patch from Olivier Andrieu to fix bug #150440.Manish Singh2004-08-181-2/+2
* Look up icon themes in the directories specified in the icon theme spec:Matthias Clasen2004-08-171-10/+17