summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorsel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the hue spinbutton wrap. (#118097, John Darrington)Matthias Clasen2003-07-231-0/+1
* Update color on focus out of hex_entry. (#112665) (hex_focus_out): NewMatthias Clasen2003-05-221-0/+13
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Deprecate. (#60582)Matthias Clasen2003-01-311-3/+4
* Explicitely draw an opaque rectangle using the background color ratherDaniel Elstner2003-01-301-6/+5
* Fix clamping to [0,1] to avoid unnecessary roundtrip failures. (#93500)Matthias Clasen2003-01-201-3/+3
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Reset priv->changing before returning. (#100443)Matthias Clasen2002-12-081-0/+2
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-40/+38
* Add a const here.Matthias Clasen2002-11-131-2/+2
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-87/+1
* Deprecation cleanupManish Singh2002-10-131-151/+154
* Free the private data. (#84903, Matthias Clasen)Owen Taylor2002-10-071-1/+17
* Use a pixbuf to set the drag icon, combine code to create drag iconsOwen Taylor2002-10-071-74/+92
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-5/+7
* Fix some signed/unsigned warnings. (#85863, David L. Cooper II)Owen Taylor2002-09-271-5/+5
* Stockify color picker icon. (#89880)Matthias Clasen2002-09-161-44/+2
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-1/+1