summaryrefslogtreecommitdiff
path: root/gtk/gtkhsv.c
Commit message (Expand)AuthorAgeFilesLines
* gtkhsv: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-2/+2
* hsv: Stop setting state flags on the style context for drawingRui Matos2011-12-191-10/+0
* Make focus rectangles optionalMatthias Clasen2011-08-101-15/+12
* hsv: Use gtk_widget_class_accessible_set_role()Benjamin Otte2011-07-181-14/+2
* Do not initialize the priv pointer before check typeJavier Jardon2011-07-061-8/+8
* GtkHSV: set a suitable role for the accessibleMatthias Clasen2011-07-051-0/+15
* Move documentation to inline comments: GtkHSVJavier Jardón2011-04-151-0/+15
* Silence new gcc warningsMatthias Clasen2011-01-231-3/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-11/+11
* Make GtkHSV use GtkStyleContextCarlos Garnacho2011-01-101-21/+34
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* hsv: Fix gcc warningsBenjamin Otte2010-12-271-3/+3
* Don't use gdk_{pointer,keyboard}_grabMatthias Clasen2010-12-241-25/+27
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Remove size_request from GtkHSVMatthias Clasen2010-10-301-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