summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc update.Matthias Clasen2004-08-161-3/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+3
* Don't leak the file contents.Matthias Clasen2004-08-091-1/+3
* Add missing parens. (#149190, Morten Welinder)Matthias Clasen2004-08-031-1/+1
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-1/+1
* Support named themed window icons.Matthias Clasen2004-07-171-1/+72
* Don't leak no_svg_filename. (#147399, Kjartan Maraas)Matthias Clasen2004-07-141-1/+1
* Handle accel_closure being NULL on an accel label. (#139641, SamMatthias Clasen2004-06-021-1/+1
* Update libpng and libjpeg URLs, remove note about building without sinceOwen Taylor2004-04-191-2/+2
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-1/+1
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+6
* Remove an extraneous + 1 (#134015, Torsten Schoenfeld)Owen Taylor2004-02-121-1/+1
* Fixes #134051.Federico Mena Quintero2004-02-111-3/+0
* Shift the array correctly. Fixes #134055, patch by Tosten SchoenfeldFederico Mena Quintero2004-02-111-2/+2
* Patch from Christian Neumair to make warning string more translatorOwen Taylor2004-01-221-4/+4
* add stock indent, unindent I would have prefered outdent, butJody Goldberg2004-01-201-2/+32
* Fix typo that used the wrong x/y values for the x1, y1 pointAlexander Larsson2003-12-181-1/+1