diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-02 19:13:26 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-02 19:13:26 -0500 |
| commit | 38a1b1b203fe40f455c13cbbb4cd36755e7125ed (patch) | |
| tree | 875e3b87c3aa521015aa3272336932cdfd70fb05 /todo.md | |
| parent | e2476a567d9b6191c91fb507bd1da6cf76d98b77 (diff) | |
Fixed incorrect redrawing of Mac OS X windows after resize. Still need to fix the wrong rect issues...
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ important things: - 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 - I think Cocoa NSButton text is not vertically aligned properly...? -- resizing Cocoa windows does not redraw controls correctly - 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) - figure out what to do about deleting a nonexistent item; each backend responds differently by default - there's no GTK+ error handling whatsoever; we need to figure out how it works |
