summaryrefslogtreecommitdiff
path: root/gtk/gtkhsv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove size_request from GtkHSVMatthias Clasen2010-10-261-401/+386
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-10/+7
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* hsv: Convert to draw signalBenjamin Otte2010-09-261-108/+50
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-8/+8
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-27/+27
* gtk/gtkhsv.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-48/+74
* hsv: Remove unused variableBenjamin Otte2010-07-261-10/+0
* GtkHSV: unseal private pointerJavier Jardón2010-07-131-104/+63
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Doc fixesMatthias Clasen2008-12-291-1/+1
* Documentation fixesMatthias Clasen2008-12-281-51/+52
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+2
* Bug 547270 – Make GtkHSV publicMichael Natterer2008-08-111-59/+91
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Cast buf to unsigned char to avoid two compiler warnings.Johan Dahlin2008-06-191-2/+2
* Bug 513811 – Use cairo_format_stride_for_width()Matthias Clasen2008-05-261-5/+9
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-1/+0
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-12/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-44/+6
* Convert to use instance private data.Matthias Clasen2006-01-111-15/+7
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-6/+0
* Intern some more strings.Matthias Clasen2005-09-011-3/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* One more fix to prevent buffer overruns. (#314081, Hans Breuer)Matthias Clasen2005-08-221-0/+1
* Avoid a buffer overrun. (#313900, Sebastien Bacher)Matthias Clasen2005-08-191-2/+2
* Pad out the full width, in an attempt to work around bug #311225.Matthias Clasen2005-07-251-2/+10
* Stop the drag if the grab is broken.Matthias Clasen2005-06-261-0/+17
* Don't leak the cairo context Closes bug #308581.Kjartan Maraas2005-06-211-1/+2
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-1/+1
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-071-26/+3
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-5/+5
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+5
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-203/+138
* Fix redraw issues with the focus on the ring.Matthias Clasen2004-10-161-9/+10
* remove unused gdk_font_charset_for_locale() function.Manish Singh2004-08-261-29/+0
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Draw focus indication in the color wheel using standard focus style.Matthias Clasen2004-05-071-44/+61
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1