summaryrefslogtreecommitdiff
path: root/gtk/gtkiconcache.c
Commit message (Expand)AuthorAgeFilesLines
* iconcache: Be a bit less wastefulMatthias Clasen2023-01-121-4/+12
* gtk: Use the new debug macrosMatthias Clasen2022-09-231-4/+5
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-8/+8
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* gtkiconcache: Use g_stat instead of fstatChristoph Reiter2020-06-021-21/+1
* icontheme: Optimize memory use and lookup speed by internalizing icon namesAlexander Larsson2020-02-071-7/+10
* icon-theme: Only have one copy of the icon flags enumAlexander Larsson2020-02-041-18/+5
* GtkIconCache: Remove unused codeAlexander Larsson2020-02-031-347/+10
* icon-cache: Add new function to list all the icons in a directoryAlexander Larsson2020-02-031-0/+84
* iconcache: Remove unused definesTimm Bäder2019-01-101-3/+0
* See if _MSC_VER is defined before checking its valueРуслан Ижбулатов2018-06-101-1/+1
* Remove leading underscore from private symbolsEmmanuele Bassi2018-02-011-14/+14
* Rename gtkiconcachevalidator.hEmmanuele Bassi2018-02-011-1/+1
* Rename gtkiconcache.hEmmanuele Bassi2018-02-011-1/+1
* Don't use g_print for debug outputMatthias Clasen2016-02-281-12/+7
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Ensure that the fstat fix is not applied on x86_64Руслан Ижбулатов2016-01-141-1/+1
* W32: Ensure that correct statting function is used by iconcacheРуслан Ижбулатов2016-01-141-1/+1
* iconcache: Remove unused functionBenjamin Otte2015-10-221-82/+0
* Clean up debug featuresMatthias Clasen2015-09-091-3/+2
* 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