summaryrefslogtreecommitdiff
path: root/gtk/updateiconcache.c
Commit message (Expand)AuthorAgeFilesLines
* iconcache: Guard deprecated gdk-pixbuf APIsBenjamin Otte2015-09-111-0/+4
* updateiconcache: Fix compiler warningsMatthias Clasen2015-06-021-6/+6
* Make gtk-update-icon-cache not fall over leftover temp filesMatthias Clasen2015-04-081-1/+1
* Whitespace fixesMatthias Clasen2014-12-121-108/+108
* gtk-update-icon-cache: Add an --include-image-data optionMatthias Clasen2014-06-141-0/+1
* updateiconcache: Don't include image data by default anymoreJasper St. Pierre2014-06-141-1/+1
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: don't use gtkdoc style for regular commentsWilliam Jon McCann2014-01-211-1/+1
* Make sure icon cache has /-separated subdirs only (v2 - use g_build_path)Руслан Ижбулатов2013-02-211-2/+21
* Bump GLib dependency to 2.35Matthias Clasen2012-11-041-1/+0
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* Bug 660730: Use GStatBuf for portabilityChun-wei Fan2011-10-031-4/+4
* updateiconcache: Don't translate g_warning/g_errorColin Walters2011-04-291-2/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-85/+81
* No fsync on WindowsTor Lillqvist2010-11-241-0/+2
* iconcache: Ensure we don't lose data on power lossColin Walters2010-11-221-7/+35
* Bug 584638 - Build of gtkupdateiconcache without NLS breaksChristian Dywan2009-09-031-0/+4
* Preserve errno, and always use g_strerror()Christian Persch2009-08-241-5/+13
* Use g_mapped_file_unref()Ryan Lortie2009-06-181-2/+2
* Add a missing newlineMatthias Clasen2009-06-121-1/+1
* Make gtk-update-icon-cache not fall over leftover temp filesMatthias Clasen2009-05-111-1/+9
* Enclose ?: expression with parens so cast covers all of it.Tor Lillqvist2008-08-041-1/+1
* Remove the old icon cache if regenerating it would cause it to be emptyFederico Mena Quintero2008-07-181-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 536990 - updateiconcache.c: 'close ()' is redundantTor Lillqvist2008-06-071-2/+0
* Use g_open().Tor Lillqvist2008-06-031-1/+1
* Bug 535526 - updateiconcache.c: using open/close without prototypeTor Lillqvist2008-05-291-1/+6
* Use simpler mode for open() on Windows. (No S_I?GRP and S_I?OTH bits areTor Lillqvist2008-05-271-2/+9
* Bug 523562 - gtk-update-icon-cache core dumps when run concurrently andCody Russell2008-05-251-4/+24
* Ignore images in the toplevel theme directory, avoiding one source ofMatthias Clasen2008-02-051-1/+5
* Fix the buildMatthias Clasen2008-02-051-4/+10
* Install a printerr handler that prepends the program name, sinceMatthias Clasen2008-02-051-0/+22
* use the right type for "subparser_data" and remove the (gpointer*) cast.Michael Natterer2008-01-301-1/+1
* Avoid double-free problemsMatthias Clasen2007-10-121-8/+0
* Don't use image->attach_points where image->n_attach_points was meant.Matthias Clasen2007-09-071-4/+1
* Add an icon cache validator.Matthias Clasen2007-05-011-0/+63
* 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