| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove size_request from GtkHSV | Matthias Clasen | 2010-10-26 | 1 | -401/+386 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+1 |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -10/+7 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | hsv: Convert to draw signal | Benjamin Otte | 2010-09-26 | 1 | -108/+50 |
* | gtk: gdk_drawable_get_display() => gdk_window_get_display() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -8/+8 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -27/+27 |
* | gtk/gtkhsv.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -48/+74 |
* | hsv: Remove unused variable | Benjamin Otte | 2010-07-26 | 1 | -10/+0 |
* | GtkHSV: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -104/+63 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | 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_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -3/+3 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Doc fixes | Matthias Clasen | 2008-12-29 | 1 | -1/+1 |
* | Documentation fixes | Matthias Clasen | 2008-12-28 | 1 | -51/+52 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -3/+2 |
* | Bug 547270 – Make GtkHSV public | Michael Natterer | 2008-08-11 | 1 | -59/+91 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Cast buf to unsigned char to avoid two compiler warnings. | Johan Dahlin | 2008-06-19 | 1 | -2/+2 |
* | Bug 513811 – Use cairo_format_stride_for_width() | Matthias Clasen | 2008-05-26 | 1 | -5/+9 |
* | Fix some compiler warnings. (#433642, Kjartan Maraas) | Matthias Clasen | 2007-04-30 | 1 | -1/+0 |
* | call gdk_event_request_motions() for new motion events after receiving | Tim Janik | 2007-02-06 | 1 | -12/+5 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -44/+6 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-11 | 1 | -15/+7 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -6/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+4 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | One more fix to prevent buffer overruns. (#314081, Hans Breuer) | Matthias Clasen | 2005-08-22 | 1 | -0/+1 |
* | Avoid a buffer overrun. (#313900, Sebastien Bacher) | Matthias Clasen | 2005-08-19 | 1 | -2/+2 |
* | Pad out the full width, in an attempt to work around bug #311225. | Matthias Clasen | 2005-07-25 | 1 | -2/+10 |
* | Stop the drag if the grab is broken. | Matthias Clasen | 2005-06-26 | 1 | -0/+17 |
* | Don't leak the cairo context Closes bug #308581. | Kjartan Maraas | 2005-06-21 | 1 | -1/+2 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -1/+1 |
* | Change prototype to match cairo_set_source_surface(). | Owen Taylor | 2005-05-07 | 1 | -26/+3 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -5/+5 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -2/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+5 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -203/+138 |
* | Fix redraw issues with the focus on the ring. | Matthias Clasen | 2004-10-16 | 1 | -9/+10 |
* | remove unused gdk_font_charset_for_locale() function. | Manish Singh | 2004-08-26 | 1 | -29/+0 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Draw focus indication in the color wheel using standard focus style. | Matthias Clasen | 2004-05-07 | 1 | -44/+61 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |