]> Pileus Git - ~andy/gtk/history - gtk/updateiconcache.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / updateiconcache.c
2013-02-21 Руслан ИжбулатовMake sure icon cache has /-separated subdirs only ...
2012-11-04 Matthias ClasenBump GLib dependency to 2.35
2012-10-02 Benjamin Ottegtk: Make functions static that don't need to be non...
2012-02-27 Javier JardónChange FSF Address
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-10-03 Chun-wei FanBug 660730: Use GStatBuf for portability
2011-04-29 Colin Waltersupdateiconcache: Don't translate g_warning/g_error
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-24 Matthias ClasenSilence new gcc warnings
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-24 Tor LillqvistNo fsync on Windows
2010-11-22 Colin Waltersiconcache: Ensure we don't lose data on power loss
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-03 Christian DywanBug 584638 - Build of gtkupdateiconcache without NLS...
2009-08-24 Christian PerschPreserve errno, and always use g_strerror()
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-18 Ryan LortieUse g_mapped_file_unref()
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Davyd MadeleyMerge branch 'button-box-orientable-584598'
2009-06-12 Matthias ClasenAdd a missing newline
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-11 Matthias ClasenMake gtk-update-icon-cache not fall over leftover temp...
2009-05-11 Matthias ClasenMake gtk-update-icon-cache not fall over leftover temp...
2008-08-04 Tor LillqvistEnclose ?: expression with parens so cast covers all...
2008-07-18 Federico Mena QuinteroRemove the old icon cache if regenerating it would...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-07 Tor LillqvistBug 536990 - updateiconcache.c: 'close ()' is redundant
2008-06-03 Tor LillqvistUse g_open().
2008-05-29 Tor LillqvistBug 535526 - updateiconcache.c: using open/close withou...
2008-05-27 Tor LillqvistUse simpler mode for open() on Windows. (No S_I?GRP...
2008-05-25 Cody RussellBug 523562 - gtk-update-icon-cache core dumps when...
2008-02-05 Matthias ClasenIgnore images in the toplevel theme directory, avoiding...
2008-02-05 Matthias ClasenFix the build
2008-02-05 Matthias ClasenInstall a printerr handler that prepends the program...
2008-01-30 Michael Nattereruse the right type for "subparser_data" and remove...
2007-10-12 Matthias ClasenAvoid double-free problems
2007-09-07 Matthias ClasenDon't use image->attach_points where image->n_attach_po...
2007-05-01 Matthias ClasenAdd an icon cache validator.
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-15 Matthias ClasenHandle symlinked .icon files intelligently; also avoid...
2007-01-27 Matthias ClasenCheck the mtime of all directories, not just the toplev...
2007-01-02 Matthias ClasenInclude locale.h
2007-01-02 Matthias ClasenCall setlocale().
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenImprove wording. String change! (#355128, David Lodge)
2006-06-19 Matthias ClasenMarks strings for translation. (#314278, Claudio Saaved...
2005-11-23 Matthias ClasenDon't create a big string, since Visual C++ doesn't...
2005-11-06 Tor LillqvistCan't rename a file if the target exists on Win32....
2005-11-04 Matthias ClasenStore builtin stock icons in an icon cache, instead...
2005-09-14 Matthias ClasenFix a use-after-free bug. (#316256, Alexander Nedotsukov)
2005-08-26 Matthias ClasenAdd a separate --ignore-theme-index option to avoid...
2005-08-23 Matthias ClasenComplain when there is no index.theme file in the speci...
2005-08-15 Tor LillqvistUse g_path_get_dirname() instead of the nonportable...
2005-08-15 Matthias ClasenSmall fix for svg icons.
2005-08-15 Matthias ClasenStore only one copy of the pixel data for symlinked...
2005-04-11 Ivan, Wong Yat CheungFix #300218:
2005-04-07 Matthias ClasenAvoid unaligned access. (#172947)
2005-04-07 Matthias ClasenSome fixes from Morten Welinder (#172947):
2005-04-07 Matthias ClasenReturn TRUE if the cache is newer than the directory...
2005-03-15 Anders CarlssonUpdate spec.
2005-02-22 Manish Singh#include <config.h>
2005-02-01 Matthias ClasenAdd a --quiet option.
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-10-21 Matthias ClasenImplement for cached themes.
2004-10-19 Matthias ClasenImplement icon theme caching. (#154034, Martijn Vernooi...