diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-06 18:02:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-06 18:02:08 -0400 |
| commit | 36c038bfa6024823ac1086d9fcb166b30306c76c (patch) | |
| tree | bbfdba55991ba9e91200fb5126f266db35c85534 | |
| parent | ef1b699a68b78d0d83d310dde46bcca0fc9f3781 (diff) | |
Cleaned up some TODOs. Removed the 18 March 2014 one because since all UI processing happens on one thread, it's not an issue.
| -rw-r--r-- | todo.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,6 +6,7 @@ MAC OS X: - OS X: handle Insert/Help key change in a sane and deterministic way - will need old and new Mac keyboards... - point out that Areas get keyboard focus automatically on click on Mac OS X +- make sure Areas get keyboard focus when clicking outside the actual Area space on Mac OS X WINDOWS: - windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default) @@ -35,8 +36,6 @@ ALL PLATFORMS: - make sure the preferred size of a Listbox is the minimum size needed to display everything on all platforms (capped at the screen height, of course?) - same for Area, using the Area's size (this will be easier) - make sure the image drawn on an Area looks correct on all platforms (is not cropped incorrectly or blurred) -- see update 18 March 2014 in old README -- make sure Areas get keyboard focus when clicking outside the actual Area space on all platforms - make sure keyboard events on numpad off on all platforms don't switch between controls - TODO remember what this means - make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?) |
