More TODO rearranging.
This commit is contained in:
parent
897eacdd99
commit
7c5740351c
9
TODO.md
9
TODO.md
|
@ -1,8 +1,3 @@
|
||||||
- assign control IDs on windows
|
|
||||||
- GWL(P)_ID
|
|
||||||
- related? [12:25] <ZeroOne> And the blue outline on those buttons [ALL clicked buttons on Windows 7] won't go away
|
|
||||||
- I get this too
|
|
||||||
- make sure all terminology is consistent
|
|
||||||
- 32-bit Mac OS X support (requires lots of code changes)
|
- 32-bit Mac OS X support (requires lots of code changes)
|
||||||
- add a test for hidden controls when a window is shown
|
- add a test for hidden controls when a window is shown
|
||||||
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
|
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
|
||||||
|
@ -67,6 +62,10 @@ ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
- MAYBE readd lifetime handling/destruction blocking
|
- MAYBE readd lifetime handling/destruction blocking
|
||||||
- figure out how to integrate leak checking into the source tree
|
- figure out how to integrate leak checking into the source tree
|
||||||
|
- assign control IDs on windows
|
||||||
|
- GWL(P)_ID
|
||||||
|
- related? [12:25] <ZeroOne> And the blue outline on those buttons [ALL clicked buttons on Windows 7] won't go away
|
||||||
|
- I get this too
|
||||||
|
|
||||||
notes to self
|
notes to self
|
||||||
- explicitly document label position at top-left corner
|
- explicitly document label position at top-left corner
|
||||||
|
|
Loading…
Reference in New Issue