diff options
author | Havoc Pennington <hp@pobox.com> | 2001-03-24 06:41:28 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-24 06:41:28 +0000 |
commit | 891cd55ee30ee9a43401e75e0f30816982390a14 (patch) | |
tree | 417fc9954da773130083f55e5b1f3ed0c731a93e /ChangeLog | |
parent | 207e3bb9771b9e28c93cf2da5edebab543ed6a36 (diff) | |
download | gtk+-891cd55ee30ee9a43401e75e0f30816982390a14.tar.gz |
make motion around the ring much slower but finer-grained (gtk_hsv_focus):
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
slower but finer-grained
(gtk_hsv_focus): get initial focus on the ring or triangle
according to tab direction
* gtk/testgtk.c (main): get rid of weird sleep(1) on exit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-03-24 Havoc Pennington <hp@pobox.com> + + * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much + slower but finer-grained + (gtk_hsv_focus): get initial focus on the ring or triangle + according to tab direction + + * gtk/testgtk.c (main): get rid of weird sleep(1) on exit + 2001-03-23 Havoc Pennington <hp@pobox.com> * gtk/gtkhsv.c: make this somewhat key-navigable |