summaryrefslogtreecommitdiff
path: root/new/TODO.md
blob: 78cbe1745532759a7fb38cc160d03a8d35c14738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- change all private names to uipXxxx
- make it so Windows API calls that do logLastError(), etc. abort whatever they're doing and not try to continue, just like wintable
- figure out what to cleanup in darwin terminate:
	- delegate
	- deleted objects view
- assign control IDs on windows
	- GWL(P)_ID

ultimately:
- make everything vtable-based
	- provide macros for the vtables
	- figure out where updateParent() plays into this
		- figure out what to do about custom containers
			- rename container to parent?
		- make the code flow of all platforms fully symmetrical