a few modifications, blah blah

This commit is contained in:
Elliot Lee
1998-01-08 20:25:33 +00:00
parent 1d58a2e291
commit f873f58d5b
6 changed files with 12 additions and 9 deletions

12
TODO
View File

@ -12,13 +12,9 @@ BUGS
* Notebook: there are a few cosmetic problems left
* Verticle scrollbar: the expose event looks hosed and is causing
* Vertical scrollbar: the expose event looks hosed and is causing
quite a bit of flickering
* Entry: the entire text line is getting re-drawn with every keystroke
and every mouse selection. it's causing flickering, this needs to be
fixed
NEW FEATURES
------------
* gdk_expose_compress: ala-Xt, this would really help for opaque moves and
@ -26,9 +22,7 @@ NEW FEATURES
WIDGETS
-------
* Tree widget (we have a new copy to look at)
* Column-list (Jay Painter)
* Combobox (one around somewhere?)
* Text widget (needs to be finished)
* Entry should have a password mode (and it should show stars
for user feedback)
@ -43,6 +37,10 @@ DND
There also needs to be a way to set dnd-data on widget windows which are
not the main window (for widgets that create more than one window).
-Jay Painter
DnD seems to work for me, but yes, there needs to be some sort of
gtk_widget layer that makes it easier... Also, adding support for drop
zones might be nice.
-- Elliot
OTHER
-----