From: Owen Taylor Date: Fri, 25 Feb 2000 16:17:10 +0000 (+0000) Subject: Added some UI items, and an explanatory comment at the top of the file. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=713b36cedbc670bd31894df690e1e1539a4baffc;p=~andy%2Fgtk Added some UI items, and an explanatory comment at the top of the file. Fri Feb 25 11:12:00 2000 Owen Taylor * TODO.xml: Added some UI items, and an explanatory comment at the top of the file. --- diff --git a/ChangeLog b/ChangeLog index 9d1cd6503..7087b5967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9d1cd6503..7087b5967 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Fri Feb 25 11:12:00 2000 Owen Taylor + + * TODO.xml: Added some UI items, and an explanatory + comment at the top of the file. + Thu Feb 24 09:07:28 2000 Tim Janik * TODO.xml: some updates, added abunch of new entries. diff --git a/TODO.xml b/TODO.xml index e79215728..36cb733a7 100644 --- a/TODO.xml +++ b/TODO.xml @@ -1,5 +1,13 @@ + -
GDK @@ -285,6 +293,58 @@ gtk-devel-list@redhat.com + + Improve Radio/Checkbutton Look + +

+ The default look for the radio and checkbuttons is both + unattractive and not friendly to the user . Motif did not + get this one right, and we should not keep on following the + Motif look. The right thing here is probably to copy the + Windows appearance for these controls fairly closely. This + will fit in with well with the rest of the GTK+ look. +

+
+ gtk-devel-list@redhat.com +
+ + + Improve Submenu Navigation + +

+ Navigating through a deep menu tree in GTK+ is currently + quite tricky, because as soon as one leaves a menu item, + the submenu disappears. The way that the Macintosh is + reputed to handle this is that to pop down the current + submenu, you have to leave the triangle defined by the + upper left hand corner of the menu item and right + side of the submenu. +

+
+ gtk-devel-list@redhat.com +
+ + + Improve Spinbutton Look + +

+ Spinbuttons currently appear to have lumpy boundaries, + because sides of the arrows aren't at an angle that + meshes well with the pixel grid. However, fixing this + would require making the spinbuttons narrower and + harder to hit. This points out a general problem with + the spinbutton (and the arrows on the scrollbars) - the + target area for clicks actually the bounding box of the + arrows, but the user thinks that they must click on the + arrows themselves. It would probably be more friendly + to use a square button with an arrow drawn on top instead + of a arrow-shaped button, the approach taken by most other + windowing systems. +

+
+ gtk-devel-list@redhat.com +
+ Supply horizontable/vertical wrapping boxes