]> Pileus Git - ~andy/gtk/history - gtk/gtkicontheme.c
Merge branch 'master' into broadway
[~andy/gtk] / gtk / gtkicontheme.c
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Carlos Garcia CamposUse gtk_style_context_reset_widgets() instead of gtk_rc...
2010-12-04 Carlos GarnachoFix compiler warnings.
2010-12-04 Matthias ClasenFix memory handling when dealing with colors
2010-12-04 Matthias ClasenDeprecate gtk_icon_info_load_symbolic_for_style
2010-12-04 Matthias ClasenAdd a GtkStyleContext-variant of symbolic icon loading
2010-11-05 Cosimo Cecchiicon-theme: always force icon sizes for emblems
2010-11-05 Cosimo Cecchiicon-theme: support pixbufs implementing the GIcon...
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Bastien Noceragtk: Fix crasher when loading symbolic icons
2010-10-22 Carlos GarnachoMake gtk_icon_info_load_symbolic() Take GdkRGBA colors.
2010-09-29 Colin Waltersintrospection: Fix some annotation syntax
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-08-30 Tor LillqvistDrop Win32 DLL ABI compatibility cruft
2010-08-18 Christian PerschUse G_DEFINE_BOXED_TYPE
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónGtkIconTheme: unseal private pointer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-23 Javier JardónFix warning: should pass gboolean*, not gboolean**
2010-06-15 Matthias ClasenAdd a variant of gtk_icon_theme_load_symbolic that...
2010-05-25 Matthias ClasenFix up gtk_icon_info_load_symbolic docs
2010-05-02 Matthias ClasenDoc fixes
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-28 Javier JardónFix <ulink> tag in previous commit
2010-04-28 Matthias ClasenSupport 'symbolic' themed icons
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-04-04 Tomeu VizosoAdd a few more annotations to GtkIconTheme
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-16 Tomeu VizosoAdd a few more annotations to GtkIconTheme
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-07 Matthias ClasenFix a typo
2009-01-22 Michael Nattererg_return_if_fail() on icon_name != NULL so we get a...
2008-10-20 Christian PerschBug 557059 – crash when compositing emblems with icon
2008-08-08 Tor Lillqvistgtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap...
2008-08-07 Michael Natterermove variables to local scopes, fix indentation and...
2008-08-04 Matthias ClasenUpdate to handle GEmblem`
2008-07-28 Matthias ClasenSupport rendering GEmblemedIcon
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...
next