| Commit message (Expand) | Author | Age | Files | Lines |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -20/+22 |
* | Drop Win32 DLL ABI compatibility cruft | Tor Lillqvist | 2010-08-30 | 1 | -111/+0 |
* | Use G_DEFINE_BOXED_TYPE | Christian Persch | 2010-08-18 | 1 | -12/+3 |
* | GtkIconTheme: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -3/+4 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Fix warning: should pass gboolean*, not gboolean** | Javier Jardón | 2010-06-24 | 1 | -1/+1 |
* | Add a variant of gtk_icon_theme_load_symbolic that takes a style | Matthias Clasen | 2010-06-14 | 1 | -0/+49 |
* | Fix up gtk_icon_info_load_symbolic docs | Matthias Clasen | 2010-05-25 | 1 | -7/+8 |
* | Doc fixes | Matthias Clasen | 2010-05-01 | 1 | -14/+17 |
* | Fix <ulink> tag in previous commit | Javier Jardón | 2010-04-28 | 1 | -1/+1 |
* | Support 'symbolic' themed icons | Matthias Clasen | 2010-04-28 | 1 | -0/+136 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -5/+5 |
* | [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 |