Stale and just-resolved TODO cleanup.
This commit is contained in:
parent
f47c8172e1
commit
a516839e9d
3
TODO.md
3
TODO.md
|
@ -5,9 +5,6 @@
|
||||||
- figure out what to do in OS X terminate:
|
- figure out what to do in OS X terminate:
|
||||||
- what uiQuit() does
|
- what uiQuit() does
|
||||||
- uiQuit() will call terminate: instead
|
- uiQuit() will call terminate: instead
|
||||||
- re-add the allocation tracking as just a list of pointers
|
|
||||||
- add a final cleanup function (uiUninit() or uiCleanup())
|
|
||||||
- whenever a list of things is destroyed, each successive item must be removed as it is destroyed, otherwise we might wind up in a situation where we access items after they're freed
|
|
||||||
- make the name of the variable to refer to a single tab page consistent (already decided to make them all `page`)
|
- make the name of the variable to refer to a single tab page consistent (already decided to make them all `page`)
|
||||||
- make sure uiEntryOnChanged() is not triggered when calling uiEntrySetText()
|
- make sure uiEntryOnChanged() is not triggered when calling uiEntrySetText()
|
||||||
- clean up windows resizing logic
|
- clean up windows resizing logic
|
||||||
|
|
Loading…
Reference in New Issue