| Commit message (Expand) | Author | Age | Files | Lines |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -9/+9 |
* | Add a few more annotations to GtkIconTheme | Tomeu Vizoso | 2009-12-16 | 1 | -2/+2 |
* | Fix a typo | Matthias Clasen | 2009-08-06 | 1 | -1/+1 |
* | g_return_if_fail() on icon_name != NULL so we get a warning instead of a | Michael Natterer | 2009-01-22 | 1 | -1/+2 |
* | Bug 557059 – crash when compositing emblems with icon | Christian Persch | 2008-10-20 | 1 | -4/+19 |
* | gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c | Tor Lillqvist | 2008-08-08 | 1 | -6/+6 |
* | move variables to local scopes, fix indentation and silence bogus warning | Michael Natterer | 2008-08-07 | 1 | -36/+42 |
* | Update to handle GEmblem` | Matthias Clasen | 2008-08-04 | 1 | -8/+10 |
* | Support rendering GEmblemedIcon | Matthias Clasen | 2008-07-28 | 1 | -1/+91 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -4/+4 |
* | Bug 538362 - Get Win32 icons back in the file chooser | Tor Lillqvist | 2008-06-16 | 1 | -0/+30 |
* | Fix docs | Matthias Clasen | 2008-06-15 | 1 | -1/+1 |
* | Bug 522084 – GIcon support for GtkIconTheme & GtkImage | Matthias Clasen | 2008-05-29 | 1 | -75/+184 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 1 | -4/+4 |
* | Two optimizations for icon cache lookups. | Matthias Clasen | 2007-12-03 | 1 | -11/+23 |
* | Small cleanups | Matthias Clasen | 2007-07-18 | 1 | -5/+3 |
* | use g_slice_dup(). | Sven Neumann | 2007-06-19 | 1 | -1/+2 |
* | Initialize unthemed_icon to NULL to avoid accessing uninitialized memory | Torsten Schönfeld | 2007-06-03 | 1 | -1/+1 |
* | Improve a warning Always set the error when returning NULL. (#440982, | Matthias Clasen | 2007-05-25 | 1 | -5/+10 |
* | Add a function to look up an icon from a list of icon names. (#396901, | Matthias Clasen | 2007-05-18 | 1 | -52/+128 |
* | Set the filename to NULL for builtin icons, sinc | Matthias Clasen | 2007-04-25 | 1 | -4/+14 |
* | Ensure the icon_theme->all_icons and dir->icons hash tables use the same | Chris Wilson | 2007-04-24 | 1 | -1/+1 |
* | Add GTK_ICON_LOOKUP_GENERIC_FALLBACK icon lookup flag and implement it. | Matthias Clasen | 2007-04-19 | 1 | -3/+22 |
* | Fix a couple of comment typos (#421627) | Rodney Dawes | 2007-03-23 | 1 | -2/+2 |
* | Add a new API call gtk_icon_theme_list_contexts so that one can choose | Rodney Dawes | 2007-03-21 | 1 | -0/+66 |
* | Protect ensure_valid_themes() from recursion, which can happen for example | Chris Wilson | 2007-03-15 | 1 | -38/+64 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -10/+5 |
* | Be careful not to trigger a style reset before we have loaded the icon | Chris Wilson | 2007-03-06 | 1 | -13/+21 |
* | Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause | Chris Wilson | 2007-02-26 | 1 | -1/+1 |
* | When finding a matching non-scalable dir, keep going and look for a closer | Matthias Clasen | 2007-01-15 | 1 | -29/+54 |
* | Waste less time with non-directories. (#391725, Chris Wilson) | Matthias Clasen | 2007-01-02 | 1 | -8/+9 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Fix a crash with icon themes | Matthias Clasen | 2006-12-02 | 1 | -0/+2 |
* | plug memory leak. Fixes bug #362439. | Paolo Borelli | 2006-10-15 | 1 | -2/+4 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | Actually use a higher priority than resize | Matthias Clasen | 2006-08-15 | 1 | -1/+1 |
* | Run the reset_styles idle at a priority higher than size negotiation. | Matthias Clasen | 2006-08-15 | 1 | -1/+3 |
* | Export this privately. | Matthias Clasen | 2006-07-20 | 1 | -1/+1 |
* | Small memory savings | Matthias Clasen | 2006-07-07 | 1 | -7/+4 |
* | Remove debugging spew | Matthias Clasen | 2006-06-07 | 1 | -6/+0 |
* | make the last change work | Matthias Clasen | 2006-06-07 | 1 | -11/+19 |
* | Small optimization | Matthias Clasen | 2006-06-06 | 1 | -12/+9 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | Apply a patch by Paolo Borelli to factor out a strip_suffix() function and | Matthias Clasen | 2006-04-18 | 1 | -17/+26 |
* | Better fix | Matthias Clasen | 2006-04-12 | 1 | -7/+12 |
* | Fix another Coverity bug | Matthias Clasen | 2006-04-12 | 1 | -5/+6 |
* | Small savings | Matthias Clasen | 2006-04-04 | 1 | -5/+4 |
* | No point in making the error path fast by caching quarks. | Matthias Clasen | 2006-04-04 | 1 | -5/+1 |
* | Don't leak the keyfile parser in the error case. | Matthias Clasen | 2006-03-31 | 1 | -20/+21 |