summaryrefslogtreecommitdiff
path: root/gtk/gtkhsv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of deprecated gdk_rgb_gc_set_foreground usage in favor ofManish Singh2002-11-141-5/+25
* Deprecation cleanupManish Singh2002-10-091-51/+55
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-5/+8
* Free dash list if necessary.Anders Carlsson2002-01-031-0/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-33/+67
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate theseMatthias Clasen2001-08-071-0/+37
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-40/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-12/+5
* Expose the ring in the triangle at the correct place when exposing just aAlexander Larsson2001-05-111-2/+2