| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gtk-update-icon-cache not fall over leftover temp files | Matthias Clasen | 2015-04-08 | 1 | -1/+1 |
* | Whitespace fixes | Matthias Clasen | 2014-12-12 | 1 | -108/+108 |
* | gtk-update-icon-cache: Add an --include-image-data option | Matthias Clasen | 2014-06-14 | 1 | -0/+1 |
* | updateiconcache: Don't include image data by default anymore | Jasper St. Pierre | 2014-06-14 | 1 | -1/+1 |
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: don't use gtkdoc style for regular comments | William Jon McCann | 2014-01-21 | 1 | -1/+1 |
* | Make sure icon cache has /-separated subdirs only (v2 - use g_build_path) | Руслан Ижбулатов | 2013-02-21 | 1 | -2/+21 |
* | Bump GLib dependency to 2.35 | Matthias Clasen | 2012-11-04 | 1 | -1/+0 |
* | gtk: Make functions static that don't need to be non-static | Benjamin Otte | 2012-10-02 | 1 | -3/+3 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk/*: Use g_list_free_full() convenience function | Javier Jardón | 2012-01-05 | 1 | -2/+1 |
* | Bug 660730: Use GStatBuf for portability | Chun-wei Fan | 2011-10-03 | 1 | -4/+4 |
* | updateiconcache: Don't translate g_warning/g_error | Colin Walters | 2011-04-29 | 1 | -2/+2 |
* | Silence new gcc warnings | Matthias Clasen | 2011-01-23 | 1 | -85/+81 |
* | No fsync on Windows | Tor Lillqvist | 2010-11-24 | 1 | -0/+2 |
* | iconcache: Ensure we don't lose data on power loss | Colin Walters | 2010-11-22 | 1 | -7/+35 |
* | Bug 584638 - Build of gtkupdateiconcache without NLS breaks | Christian Dywan | 2009-09-03 | 1 | -0/+4 |
* | Preserve errno, and always use g_strerror() | Christian Persch | 2009-08-24 | 1 | -5/+13 |
* | Use g_mapped_file_unref() | Ryan Lortie | 2009-06-18 | 1 | -2/+2 |
* | Add a missing newline | Matthias Clasen | 2009-06-12 | 1 | -1/+1 |
* | Make gtk-update-icon-cache not fall over leftover temp files | Matthias Clasen | 2009-05-11 | 1 | -1/+9 |
* | Enclose ?: expression with parens so cast covers all of it. | Tor Lillqvist | 2008-08-04 | 1 | -1/+1 |
* | Remove the old icon cache if regenerating it would cause it to be empty | Federico Mena Quintero | 2008-07-18 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 536990 - updateiconcache.c: 'close ()' is redundant | Tor Lillqvist | 2008-06-07 | 1 | -2/+0 |
* | Use g_open(). | Tor Lillqvist | 2008-06-03 | 1 | -1/+1 |
* | Bug 535526 - updateiconcache.c: using open/close without prototype | Tor Lillqvist | 2008-05-29 | 1 | -1/+6 |
* | Use simpler mode for open() on Windows. (No S_I?GRP and S_I?OTH bits are | Tor Lillqvist | 2008-05-27 | 1 | -2/+9 |
* | Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and | Cody Russell | 2008-05-25 | 1 | -4/+24 |
* | Ignore images in the toplevel theme directory, avoiding one source of | Matthias Clasen | 2008-02-05 | 1 | -1/+5 |
* | Fix the build | Matthias Clasen | 2008-02-05 | 1 | -4/+10 |
* | Install a printerr handler that prepends the program name, since | Matthias Clasen | 2008-02-05 | 1 | -0/+22 |
* | use the right type for "subparser_data" and remove the (gpointer*) cast. | Michael Natterer | 2008-01-30 | 1 | -1/+1 |
* | Avoid double-free problems | Matthias Clasen | 2007-10-12 | 1 | -8/+0 |
* | Don't use image->attach_points where image->n_attach_points was meant. | Matthias Clasen | 2007-09-07 | 1 | -4/+1 |
* | 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 |