| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an icon cache validator. | Matthias Clasen | 2007-05-01 | 1 | -0/+63 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | Handle symlinked .icon files intelligently; also avoid storing duplicate | Matthias Clasen | 2007-02-15 | 1 | -235/+446 |
* | Check the mtime of all directories, not just the toplevel, if ftw() is | Matthias Clasen | 2007-01-27 | 1 | -3/+51 |
* | Include locale.h | Matthias Clasen | 2007-01-02 | 1 | -0/+1 |
* | Call setlocale(). | Matthias Clasen | 2007-01-02 | 1 | -1/+3 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -18/+18 |
* | Improve wording. String change! (#355128, David Lodge) | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | Marks strings for translation. (#314278, Claudio Saavedra) ` | Matthias Clasen | 2006-06-19 | 1 | -18/+22 |
* | Don't create a big string, since Visual C++ doesn't like strings longer | Matthias Clasen | 2005-11-23 | 1 | -34/+10 |
* | Can't rename a file if the target exists on Win32. First rename the target | Tor Lillqvist | 2005-11-06 | 1 | -0/+34 |
* | Store builtin stock icons in an icon cache, instead of populating a hash | Matthias Clasen | 2005-11-04 | 1 | -0/+64 |
* | Fix a use-after-free bug. (#316256, Alexander Nedotsukov) | Matthias Clasen | 2005-09-14 | 1 | -1/+1 |
* | Add a separate --ignore-theme-index option to avoid overloading --force. | Matthias Clasen | 2005-08-26 | 1 | -2/+4 |
* | Complain when there is no index.theme file in the specified directory, | Matthias Clasen | 2005-08-23 | 1 | -1/+26 |
* | Use g_path_get_dirname() instead of the nonportable <libgen.h> and | Tor Lillqvist | 2005-08-15 | 1 | -5/+5 |
* | Small fix for svg icons. | Matthias Clasen | 2005-08-15 | 1 | -1/+8 |
* | Store only one copy of the pixel data for symlinked icons. To achieve | Matthias Clasen | 2005-08-15 | 1 | -26/+200 |
* | Fix #300218: | Ivan, Wong Yat Cheung | 2005-04-11 | 1 | -0/+6 |
* | Avoid unaligned access. (#172947) | Matthias Clasen | 2005-04-07 | 1 | -6/+4 |
* | Some fixes from Morten Welinder (#172947): | Matthias Clasen | 2005-04-07 | 1 | -5/+6 |
* | Return TRUE if the cache is newer than the directory. (#172852, Jacob | Matthias Clasen | 2005-04-07 | 1 | -1/+1 |
* | Update spec. | Anders Carlsson | 2005-03-15 | 1 | -14/+403 |
* | #include <config.h> | Manish Singh | 2005-02-22 | 1 | -0/+2 |
* | Add a --quiet option. | Matthias Clasen | 2005-02-01 | 1 | -4/+7 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 1 | -9/+16 |
* | Implement for cached themes. | Matthias Clasen | 2004-10-21 | 1 | -3/+12 |
* | Implement icon theme caching. (#154034, Martijn Vernooij, caching schema | Matthias Clasen | 2004-10-19 | 1 | -0/+628 |