diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-11-05 20:05:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-11-05 20:05:47 +0000 |
commit | 0a80b63b06c3e215754215aaf775f32d59f8b27f (patch) | |
tree | 057e5038ab9f8d60ca0c5d9de1f725de63f400ee /ChangeLog.pre-2-6 | |
parent | c6e019fbe3379b3f73c62a7f8e11f0e38ad7b51a (diff) | |
download | gtk+-0a80b63b06c3e215754215aaf775f32d59f8b27f.tar.gz |
Change the ranges for Saturation and Value to be 0-100 instead of 0-255,
Wed Nov 5 21:02:26 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcolorsel.c (update_color):
(make_label_spinbutton):
(adjustment_changed): Change the ranges for Saturation and
Value to be 0-100 instead of 0-255, since these axes of HSV
are usually expressed in percent. (#121519, Gregory Merchan)
Wed Nov 5 21:02:26 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcolorsel.c (update_color):
(make_label_spinbutton):
(adjustment_changed): Change the ranges for Saturation and
Value to be 0-100 instead of 0-255, since these axes of HSV
are usually expressed in percent. (#121519, Gregory Merchan)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index af3167ab73..8d52ab3c08 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Wed Nov 5 21:02:26 2003 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcolorsel.c (update_color): + (make_label_spinbutton): + (adjustment_changed): Change the ranges for Saturation and + Value to be 0-100 instead of 0-255, since these axes of HSV + are usually expressed in percent. (#121519, Gregory Merchan) + Wed Nov 5 08:51:48 GMT 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: More 2.x updates |