summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorsel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the spinbuttons in the color selectorMatthias Clasen2008-09-041-3/+3
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-28/+22
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-201-2/+2
* Modernize and order things as most other objects. Defines at the top,Johan Dahlin2008-06-201-410/+445
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+2
* remove unused variable.Michael Natterer2008-01-091-2/+1
* Port to use new tooltips API. (#451397, Jan Arne Petersen)Matthias Clasen2007-07-241-44/+17
* Fix compiler warningsMatthias Clasen2007-01-041-1/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Fix the color picker with window groupsMatthias Clasen2006-09-131-6/+17
* Remove a leftover debug statement. (#350072, Iago Rubio)Matthias Clasen2006-08-151-4/+0
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-2/+13
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+5
* Add a style property ::activate_slider that allows themes to draw theMatthias Clasen2006-03-111-1/+1
* Avoid a mnemonic conflict. (#163850, Dennis Cranston)Matthias Clasen2006-03-101-1/+1
* Apply a patch from Dennis Cranston to make dialogs more consistentMatthias Clasen2006-03-101-21/+29
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-10/+4
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-6/+0
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-13/+13
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-11/+11
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-8/+32
* Use a named cursor with the name "color-picker", when available.Matthias Clasen2005-06-141-15/+25
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-18/+15
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-14/+16
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-6/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-84/+107
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-181-22/+5
* Implement keynav for the color picker - win32 too. Fixes bug #160437.Hans Breuer2004-12-051-1/+10
* Implement keynav for the color picker (only on X11 currently, since GDKMatthias Clasen2004-11-281-3/+60
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add a11y relations between the color wheel and the spin buttons. (#132745,Matthias Clasen2004-04-141-0/+37
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* #109594, reported by Olivier RipollOwen Taylor2004-03-031-1/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+6
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-10/+10
* *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for opacityPadraig O'Briain2003-11-121-1/+4
* Change the ranges for Saturation and Value to be 0-100 instead of 0-255,Matthias Clasen2003-11-051-3/+8
* Accept drops with the wrong format, since the KDE color chooserMatthias Clasen2003-08-021-4/+8