diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 17:15:26 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 17:15:26 -0500 |
| commit | 5caf0fe84a81e5adbe18568eabe06f2ec674c1b3 (patch) | |
| tree | 63dc442f3a40aaf1118b6a4885b8e778265d8fa2 /todo.md | |
| parent | 8b497b2188bc735710a6ef83b0b05487a4b3ee83 (diff) | |
Cleaned up loose ends with the previous commit and got window close events working on Mac OS X. Woo!
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ important things: - 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 - Cocoa coordinates have (0,0) at the bottom left: need to fix this somehow -- Cocoa windows seem to ignore the minizeable flag and closing them always works (is the latter because I don't have a delegate yet?) +- Cocoa windows seem to ignore the minizeable flag and cannot be live-resized - there's no GTK+ error handling whatsoever; we need to figure out how it works - make sure GTK+ documentation point differences don't matter - button sizes and LineEdit sizes on Windows seem too big; Comboboxes have margins |
