More shuffling of TODOs and future plans.
This commit is contained in:
parent
bd1926db17
commit
136ddf5a5b
|
@ -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?))
|
||||
|
|
2
todo.md
2
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
|
||||
|
|
Loading…
Reference in New Issue