summaryrefslogtreecommitdiff
path: root/gtk/gtkiconcache.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore gdk-pixbuf deprecationsMatthias Clasen2014-10-271-0/+2
* Avoid a compiler warningMatthias Clasen2014-06-201-2/+0
* GtkIconCache: Add api to find if directories are emptyMatthias Clasen2014-06-201-0/+42
* GtkIconCache: find_image_offset() return 0 if icon_name is NULL.Juan Pablo Ugarte2013-11-281-0/+3
* IconCache: Keep a ref on the GtkIconDataAlexander Larsson2013-06-191-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* iconcache: Always check return value of find_image_offset.Will Newton2012-01-251-0/+3
* Bug 660730: Win32: Only use _fstat32 if availableChun-wei Fan2011-10-121-0/+6
* iconcache: Fix gcc warningBenjamin Otte2011-10-031-6/+7
* Bug 660730: Use GStatBuf for portabilityChun-wei Fan2011-10-031-3/+8
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Use g_mapped_file_unref()Ryan Lortie2009-06-181-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* remove unused variable.Michael Natterer2008-01-141-1/+0
* Two optimizations for icon cache lookups.Matthias Clasen2007-12-031-22/+33
* Turn off icon cache validation by defaultMatthias Clasen2007-09-141-5/+10
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+0
* Remove debug spewMatthias Clasen2007-05-011-2/+1
* Add an icon cache validator.Matthias Clasen2007-05-011-11/+14
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-0/+2
* Don't leak the keyfile parser in the error case.Matthias Clasen2006-03-311-1/+1
* Store builtin stock icons in an icon cache, instead of populating a hashMatthias Clasen2005-11-041-4/+74
* Remove an accidentally leftover duplicate pixbuf creation. (#314700,Matthias Clasen2005-08-291-2/+0
* Add a note regarding icon theme changes.Matthias Clasen2005-08-221-1/+17
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-0/+3
* Use GMappedFile.Matthias Clasen2005-06-271-65/+17
* Remove a leftover debugging envvar.Matthias Clasen2005-06-231-4/+1
* Handle missing MAP_FAILED. (#308449, Georg Schwarz)Matthias Clasen2005-06-211-0/+4
* Use the same function as in updateiconcache.c. (spotted by MortenMatthias Clasen2005-04-091-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Update spec.Anders Carlsson2005-03-151-8/+161
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-13/+54
* *** empty log message ***Matthias Clasen2004-10-211-7/+8
* Implement for cached themes.Matthias Clasen2004-10-211-3/+31
* Make it compile without mmap() and add some more checks. (#155973, MortenMatthias Clasen2004-10-211-13/+20
* Implement icon theme caching. (#154034, Martijn Vernooij, caching schemaMatthias Clasen2004-10-191-0/+280