summaryrefslogtreecommitdiff
path: root/gtk/gtkhsv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-5/+10
* API Change. Take GdkColor arguments instead of gdouble *. Leave the oldAlexander Larsson2001-04-201-3/+7
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-241-5/+13
* make this somewhat key-navigableHavoc Pennington2001-03-241-19/+228
* doh, this was broken beyond believe.Tim Janik2000-12-131-8/+8
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-161-11/+11
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1069/+1174
* Color selection dialog rewrite.Owen Taylor2000-05-101-0/+1407