summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-03-24 06:41:28 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-24 06:41:28 +0000
commit891cd55ee30ee9a43401e75e0f30816982390a14 (patch)
tree417fc9954da773130083f55e5b1f3ed0c731a93e /ChangeLog
parent207e3bb9771b9e28c93cf2da5edebab543ed6a36 (diff)
downloadgtk+-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a9a13e5b0..578d627463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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