More TODOs.
This commit is contained in:
parent
1ab2b611cd
commit
4599e0d25e
2
todo.md
2
todo.md
|
@ -26,6 +26,8 @@ important things:
|
||||||
- ui.Go() should exit when the main() you pass in exits
|
- ui.Go() should exit when the main() you pass in exits
|
||||||
- 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
|
- 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
|
||||||
- Cocoa coordinates have (0,0) at the bottom left: need to fix this somehow
|
- Cocoa coordinates have (0,0) at the bottom left: need to fix this somehow
|
||||||
|
- I think Cocoa NSButton text is not vertically aligned properly...?
|
||||||
|
- resizing Cocoa windows does not redraw controls correctly
|
||||||
- there's no GTK+ error handling whatsoever; we need to figure out how it works
|
- there's no GTK+ error handling whatsoever; we need to figure out how it works
|
||||||
- make sure GTK+ documentation point differences don't matter
|
- make sure GTK+ documentation point differences don't matter
|
||||||
- button sizes and LineEdit sizes on Windows seem too big; Comboboxes have margins
|
- button sizes and LineEdit sizes on Windows seem too big; Comboboxes have margins
|
||||||
|
|
Loading…
Reference in New Issue