]> Pileus Git - ~andy/gtk/commit
API Change. Take GdkColor arguments instead of gdouble *. Leave the old
authorAlexander Larsson <alexl@redhat.com>
Fri, 20 Apr 2001 10:59:48 +0000 (10:59 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 20 Apr 2001 10:59:48 +0000 (10:59 +0000)
commitca20af0b31a0b9ff24adc9fcca955b0dc49db425
tree56965449a09bc25f0898ece0fbbb288384d287bc
parentbf660df987e2eb2ac2f1f885178e0bbdb7d560b0
API Change. Take GdkColor arguments instead of gdouble *. Leave the old

2001-04-20  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkcolorsel.[ch]:
API Change. Take GdkColor arguments instead of gdouble *.
Leave the old gtk_color_selection_set_color for compatibility,
but marked deprecated.
Do correct rounding when converting RGB <-> HSV.

* gtk/gtkcolorseldialog.c:
* tests/testgtk.c:
Use new GtkColorSelection API.

* gtk/gtkhsv.c:
Fix problem selecting colors in triangle when Hue is 330.
Fix some black dots around the HSB triangle.

* gtk/gtkfilesel.c:
return FALSE from the focus_in_event handler to fix focus problems.
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcolorsel.c
gtk/gtkcolorsel.h
gtk/gtkcolorseldialog.c
gtk/gtkfilesel.c
gtk/gtkhsv.c
tests/testgtk.c