summaryrefslogtreecommitdiff
path: root/gtk/updateiconcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Handle symlinked .icon files intelligently; also avoid storing duplicateMatthias Clasen2007-02-151-235/+446
* Check the mtime of all directories, not just the toplevel, if ftw() isMatthias Clasen2007-01-271-3/+51
* Include locale.hMatthias Clasen2007-01-021-0/+1
* Call setlocale().Matthias Clasen2007-01-021-1/+3
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-18/+18
* Improve wording. String change! (#355128, David Lodge)Matthias Clasen2006-09-101-1/+1
* Marks strings for translation. (#314278, Claudio Saavedra) `Matthias Clasen2006-06-191-18/+22
* Don't create a big string, since Visual C++ doesn't like strings longerMatthias Clasen2005-11-231-34/+10
* Can't rename a file if the target exists on Win32. First rename the targetTor Lillqvist2005-11-061-0/+34
* Store builtin stock icons in an icon cache, instead of populating a hashMatthias Clasen2005-11-041-0/+64
* Fix a use-after-free bug. (#316256, Alexander Nedotsukov)Matthias Clasen2005-09-141-1/+1
* Add a separate --ignore-theme-index option to avoid overloading --force.Matthias Clasen2005-08-261-2/+4
* Complain when there is no index.theme file in the specified directory,Matthias Clasen2005-08-231-1/+26
* Use g_path_get_dirname() instead of the nonportable <libgen.h> andTor Lillqvist2005-08-151-5/+5
* Small fix for svg icons.Matthias Clasen2005-08-151-1/+8
* Store only one copy of the pixel data for symlinked icons. To achieveMatthias Clasen2005-08-151-26/+200
* Fix #300218:Ivan, Wong Yat Cheung2005-04-111-0/+6
* Avoid unaligned access. (#172947)Matthias Clasen2005-04-071-6/+4
* Some fixes from Morten Welinder (#172947):Matthias Clasen2005-04-071-5/+6
* Return TRUE if the cache is newer than the directory. (#172852, JacobMatthias Clasen2005-04-071-1/+1
* Update spec.Anders Carlsson2005-03-151-14/+403
* #include <config.h>Manish Singh2005-02-221-0/+2
* Add a --quiet option.Matthias Clasen2005-02-011-4/+7
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-9/+16
* Implement for cached themes.Matthias Clasen2004-10-211-3/+12
* Implement icon theme caching. (#154034, Martijn Vernooij, caching schemaMatthias Clasen2004-10-191-0/+628