| Commit message (Expand) | Author | Age | Files | Lines |
* | image: Add a default case to switch statement to avoid gcc warnings | Benjamin Otte | 2010-09-26 | 1 | -0/+1 |
* | image: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -16/+9 |
* | image: Always render the whole image | Benjamin Otte | 2010-09-26 | 1 | -61/+4 |
* | API: image: Remove ability to set image from a pixmap | Benjamin Otte | 2010-09-26 | 1 | -298/+40 |
* | gtk/gtkimage.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-09-08 | 1 | -16/+18 |
* | Completely removed requisition cache from GtkWidget instance structure. | Tristan Van Berkom | 2010-09-08 | 1 | -11/+17 |
* | Drop Win32 DLL ABI compatibility cruft | Tor Lillqvist | 2010-08-30 | 1 | -32/+0 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -31/+31 |
* | image: remove GdkImage as a possible image type | Benjamin Otte | 2010-08-10 | 1 | -183/+1 |
* | image: Use Cairo instead of gdk_draw_drawable() | Benjamin Otte | 2010-07-26 | 1 | -18/+25 |
* | image: replace gdk_draw_pixbuf() call with Cairo equivalent | Benjamin Otte | 2010-07-26 | 1 | -11/+5 |
* | Use accessor functions to access GtkMisc | Javier Jardón | 2010-07-13 | 1 | -12/+21 |
* | GtkImage: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -310/+380 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Add a variant of gtk_icon_theme_load_symbolic that takes a style | Matthias Clasen | 2010-06-14 | 1 | -44/+10 |
* | Remove deprecated GtkImage functions | Christian Dywan | 2010-05-03 | 1 | -40/+0 |
* | Support 'symbolic' themed icons | Matthias Clasen | 2010-04-28 | 1 | -15/+122 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -4/+4 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+6 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Move documentation to inline comments: GtkImage | Javier Jardón | 2009-12-21 | 1 | -0/+110 |
* | Change GtkIconSize to int in params/return values | Dan Winship | 2009-12-19 | 1 | -12/+16 |
* | Fix out/transfer annotations on GtkImage getters | Dan Winship | 2009-12-19 | 1 | -14/+24 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -15/+15 |
* | Make setting the icon-size property on GTK_IMAGE_GICON images work | Christian Persch | 2009-11-23 | 1 | -1/+5 |
* | Fix a problem in GtkImage size allocation | Matthias Clasen | 2009-10-18 | 1 | -4/+17 |
* | Improve docs | Matthias Clasen | 2009-01-23 | 1 | -10/+10 |
* | Bug 552667 – gtkimage containing gicon leaks memory | Christian Persch | 2008-09-17 | 1 | -3/+6 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -7/+4 |
* | gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c | Tor Lillqvist | 2008-08-08 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | When pixel-size is specified, use GTK_ICON_LOOKUP_FORCE_SIZE when loading | Matthias Clasen | 2008-06-16 | 1 | -3/+9 |
* | Bug 522084 – GIcon support for GtkIconTheme & GtkImage | Matthias Clasen | 2008-05-29 | 1 | -1/+236 |
* | Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez) | Matthias Clasen | 2007-11-21 | 1 | -8/+10 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -20/+7 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | Only unref the pixbuf if the image has the appropriate storage type. | Matthias Clasen | 2006-05-18 | 1 | -4/+7 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -43/+11 |
* | Update the size of the image, by swapping the implementations of | Matthias Clasen | 2006-03-16 | 1 | -25/+23 |
* | call gtk_window_process_updates() so the animation keeps running even if | Michael Natterer | 2005-11-16 | 1 | -2/+10 |
* | Don't leak pixbuf in some cases. (#317611, Tommi Komulainen) | Matthias Clasen | 2005-09-30 | 1 | -3/+3 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |