summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorbutton.c
Commit message (Expand)AuthorAgeFilesLines
* fix the buildMatthias Clasen2006-05-311-1/+1
* Clarify the docs of the color-set and font-set signals. (#343438, OlexiyMatthias Clasen2006-05-311-4/+8
* Fix the handling of modality by copying what GtkFileChooserButton does.Matthias Clasen2006-05-241-7/+8
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-37/+5
* Use GTK_WIDGET_IS_SENSITIVE, not GTK_WIDGET_SENSITIVE. (#333133, ChristianMatthias Clasen2006-03-021-1/+1
* Remove some unnecessary checksMatthias Clasen2006-02-141-4/+2
* move destruction of the private GdkGC from finalize() to unrealize().Michael Natterer2006-01-231-4/+14
* Don't leak a PangoLayout here. (#322505, Paolo Borelli)Matthias Clasen2005-11-271-0/+2
* Check "color" argument in gtk_color_button_set_color ()Tristan Van Berkom2005-09-141-0/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-19/+20
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+2
* redraw the color button when an alpha is set.Jonathan Blandford2004-01-211-1/+13
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* Improve the consistency of titles. (#126193, Damon Chaplin)Matthias Clasen2003-11-051-2/+2
* Doc formatting tweaks.Matthias Clasen2003-09-301-0/+2
* Accept drops with the wrong format, since the KDE color chooserMatthias Clasen2003-08-021-2/+4
* Add color and font picker widgets.Matthias Clasen2003-07-011-0/+994