diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-12 17:59:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-12 17:59:46 -0400 |
| commit | e00d2f2eb96f846d0cf0d0a732b7b4f7254b8c03 (patch) | |
| tree | 77cd0eb3e41925ff1bf69bb52448f3e077dc75c4 | |
| parent | 8dac5910395e89d034f177303e5ae38f2628a627 (diff) | |
More TODOs.
| -rw-r--r-- | todo.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,10 +10,14 @@ WINDOWS: - appears to be a bug in my dialog code - appears to have *always* been a bug in dialog code... - windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default) +- control sizing is a MAJOR pain + - http://stackoverflow.com/questions/24130548/is-there-a-proper-way-to-get-the-preferred-size-of-windows-controls-there-are-s - redrawing controls after a window resize on Windows does not work properly - when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused UNIX: +- figure out how to detect the alt key and mouse buttons above 5 properly for modifiers/Held[] + - http://stackoverflow.com/questions/24053012/gdk-is-there-a-way-i-can-get-if-an-arbitrary-keyval-or-mouse-button-is-down-dur - double-check to make sure MouseEvent.Held[] is sorted on Unix after we figure out how to detect buttons above button 5 - sizing with client-side decorations (Wayland) don't work - several people suggested connecting to size-allocate of the GtkLayout, but then I can wind up in a situation where there's extra padding or border space in the direction I resized |
