diff --git a/futureplans.md b/futureplans.md index 6abe637..7fefd67 100644 --- a/futureplans.md +++ b/futureplans.md @@ -30,6 +30,7 @@ general list: issues of policy: - LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly - are Checkboxes and Comboboxes too small? +- consolidate scroll view code in GTK+? it's not a lot, but it's rather divergent... problem points: - because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?)) diff --git a/todo.md b/todo.md index ba885ac..839985c 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,6 @@ important things: - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms) -- consolidate scroll view code in GTK+ and Mac OS X +- consolidate scroll view code in Mac OS X - make sure mouse events trigger when we move the mouse over an Area with a button held on OS X - area test time label weirdness - does not show anything past the date on windows