]> Pileus Git - ~andy/gtk/history - gtk/gtkicontheme.c
separator: Don't use padding and borders wrongly
[~andy/gtk] / gtk / gtkicontheme.c
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-06-16 Tor LillqvistBug 538362 - Get Win32 icons back in the file chooser
2008-06-15 Matthias ClasenFix docs
2008-05-29 Matthias ClasenBug 522084 – GIcon support for GtkIconTheme & GtkImage
2008-01-09 Michael Nattererremove unused variable.
2007-12-03 Matthias ClasenTwo optimizations for icon cache lookups.
2007-07-18 Matthias ClasenSmall cleanups
2007-06-19 Sven Neumannuse g_slice_dup().
2007-06-03 Torsten SchönfeldInitialize unthemed_icon to NULL to avoid accessing...
2007-05-25 Matthias ClasenImprove a warning Always set the error when returning...
2007-05-18 Matthias ClasenAdd a function to look up an icon from a list of icon...
2007-04-25 Matthias ClasenSet the filename to NULL for builtin icons, sinc
2007-04-24 Chris WilsonEnsure the icon_theme->all_icons and dir->icons hash...
2007-04-19 Matthias ClasenAdd GTK_ICON_LOOKUP_GENERIC_FALLBACK icon lookup flag...
2007-03-23 Rodney DawesFix a couple of comment typos (#421627)
2007-03-21 Rodney DawesAdd a new API call gtk_icon_theme_list_contexts so...
2007-03-15 Chris WilsonProtect ensure_valid_themes() from recursion, which...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-03-06 Chris WilsonBe careful not to trigger a style reset before we have...
2007-02-26 Chris WilsonBug 409101 – invalid read to gtkicontheme.c insert_them...
2007-01-15 Matthias ClasenWhen finding a matching non-scalable dir, keep going...
2007-01-02 Matthias ClasenWaste less time with non-directories. (#391725, Chris...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-02 Matthias ClasenFix a crash with icon themes
2006-10-15 Paolo Borelliplug memory leak. Fixes bug #362439.
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-08-15 Matthias ClasenActually use a higher priority than resize
2006-08-15 Matthias ClasenRun the reset_styles idle at a priority higher than...
2006-07-20 Matthias ClasenExport this privately.
2006-07-07 Matthias ClasenSmall memory savings
2006-06-07 Matthias ClasenRemove debugging spew
2006-06-07 Matthias Clasenmake the last change work
2006-06-06 Matthias ClasenSmall optimization
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-18 Matthias ClasenApply a patch by Paolo Borelli to factor out a strip_su...
2006-04-12 Matthias ClasenBetter fix
2006-04-12 Matthias ClasenFix another Coverity bug
2006-04-04 Matthias ClasenSmall savings
2006-04-04 Matthias ClasenNo point in making the error path fast by caching quarks.
2006-03-31 Matthias ClasenDon't leak the keyfile parser in the error case.
2006-02-13 Matthias ClasenGive working examples in the docs. (#330944, John Spray)
2006-01-11 Matthias ClasenAllow falling back to another icon theme before hicolor...
2005-12-12 Matthias ClasenOnly broadcast _GTK_LOAD_ICONTHEMES if we detect a...
2005-11-14 Matthias ClasenAvoid a crash
2005-11-12 Matthias ClasenMake builtin icons work in gtk_window_set_icon_name...
2005-11-04 Matthias ClasenStore builtin stock icons in an icon cache, instead...
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-26 Matthias ClasenAvoid an uninitialized variable warning, pointed out...
2005-08-24 Matthias ClasenDon't try to send a client message if the screen is...
2005-08-22 Matthias ClasenImplement a clientmessage based scheme for makeing...
2005-08-22 Matthias ClasenAdd a note regarding icon theme changes.
2005-08-19 Matthias ClasenStore GtkIconData structs in the per-directory hash...
2005-08-15 Tor LillqvistPut debugging printout inside GTK_NOTE.
2005-08-15 Matthias ClasenCorrect the download location for the hicolor icon...
2005-08-12 Matthias ClasenWhen changing the icon theme, defer the resetting of...
2005-07-20 Matthias ClasenExplicitly use the svg loader, if available. This shoul...
2005-07-13 Matthias ClasenDon't keep the caches for unthemed directories in a...
2005-07-13 Matthias ClasenAdd a warning about unreffing icon themes. (#310163...
2005-06-10 Matthias ClasenDoc fixes.
2005-04-06 Matthias ClasenStore icon caches along with the mtimes of the toplevel...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-17 Matthias ClasenDon't crash if there is no cache. (#170652, Diego Gonzalez)
2005-03-15 Anders CarlssonUpdate spec.
2005-03-12 Matthias ClasenFix the doc comments. (#169967, Masao Mutoh)
2005-03-01 Matthias ClasenMake icon data caching work again. (#168851, Alexander...
2005-02-02 Matthias ClasenLook for icons in XDG_DATA_DIRS/pixmaps. (#165950,...
2005-01-03 Matthias ClasenMake gtk_icon_theme_load_icon() work independent of...
2004-12-30 Tor LillqvistUse /usr/share/pixmaps only on Unix.
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-11-10 Matthias ClasenImprove the docs. (#157785, Torsten Schoenfeld)
2004-11-02 Matthias ClasenActually commit the "stat less" patch which appeared...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-24 Matthias ClasenUse the new g_key_file api in GLib.
2004-10-21 Matthias ClasenImplement for cached themes.
2004-10-20 Matthias ClasenSmall fixes.
2004-10-19 Matthias ClasenImplement icon theme caching. (#154034, Martijn Vernooi...
2004-10-05 Matthias ClasenGo back to not scaling up at all. Less magic.
2004-10-05 Matthias ClasenMake the code work as intended for unthemed icons;...
2004-08-18 Manish SinghApplied patch from Olivier Andrieu to fix bug #150440.
2004-08-17 Matthias ClasenLook up icon themes in the directories specified in...
2004-08-16 Matthias ClasenDoc update.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenDon't leak the file contents.
2004-08-03 Matthias ClasenAdd missing parens. (#149190, Morten Welinder)
2004-07-21 Matthias ClasenRemove trailing commas from enumerations. (#148035)
2004-07-17 Matthias ClasenSupport named themed window icons.
2004-07-14 Matthias ClasenDon't leak no_svg_filename. (#147399, Kjartan Maraas)
2004-06-02 Matthias ClasenHandle accel_closure being NULL on an accel label....
2004-04-19 Owen TaylorUpdate libpng and libjpeg URLs, remove note about build...
2004-02-26 Owen Taylorhu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat...
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-02-12 Owen TaylorRemove an extraneous + 1 (#134015, Torsten Schoenfeld)
2004-02-11 Federico Mena QuinteroFixes #134051.
2004-02-11 Federico Mena QuinteroShift the array correctly. Fixes #134055, patch by...
2004-01-22 Owen TaylorPatch from Christian Neumair to make warning string...
2004-01-20 Jody Goldbergadd stock indent, unindent I would have prefered outden...
next