diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-12 22:33:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-12 22:33:51 -0400 |
| commit | c04b9112a59a50e910dcf1143acbed059f899db0 (patch) | |
| tree | 0f3fabe4e990439e6417b08180fdf0cf77318795 /todo.md | |
| parent | d4c79539af8b33f41c070773c6bc5e5cbf867543 (diff) | |
More TODOs and future plans.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,9 +1,7 @@ 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) -- some Cocoa controls don't seem to resize correctly: Buttons have space around the edges - 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? - - Cocoa has similar margining issues (like Comboboxes having margins) - make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror - problem: cgo-generated files trip -Werror up; I can't seem to turn off unused argument warnings with the -Wall/-Wextra/-pedantic options - consolidate scroll view code in GTK+ and Mac OS X |
