2015-04-29 18:20:46 -05:00
|
|
|
- change all private names away from uiXxxx and uipXxxx
|
2015-04-10 13:29:45 -05:00
|
|
|
- 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
|
2015-04-10 17:31:40 -05:00
|
|
|
- assign control IDs on windows
|
|
|
|
- GWL(P)_ID
|
2015-04-12 11:53:16 -05:00
|
|
|
- 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
|
2015-04-10 22:24:21 -05:00
|
|
|
- make sure all terminology is consistent
|
2015-04-11 17:24:53 -05:00
|
|
|
- 32-bit Mac OS X support (requires lots of code changes)
|
2015-04-11 23:59:32 -05:00
|
|
|
- add a test for hidden controls when a window is shown
|
2015-04-15 22:14:36 -05:00
|
|
|
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
|
2015-04-12 11:59:39 -05:00
|
|
|
- buttons not in tab get drawover issues
|
|
|
|
- buttons in tab without transparent drawing code get copied into the label when stack shown and rehidden
|
2015-04-17 21:26:05 -05:00
|
|
|
- settle differences between intmax_t and uintmax_t
|
2015-04-18 12:38:19 -05:00
|
|
|
- settle onDestroy/destroy naming
|
2015-04-29 18:20:46 -05:00
|
|
|
- implement lifetiming on Windows
|
2015-04-19 10:42:10 -05:00
|
|
|
- forbid free(NULL) to check for bugs
|
2015-04-26 18:48:12 -05:00
|
|
|
- opposite side alignment control in uiBox
|
2015-04-29 18:20:46 -05:00
|
|
|
- disabling containers on wine doesn't redraw children as disabled
|
2015-04-30 14:18:11 -05:00
|
|
|
- test on real windows
|
|
|
|
- collapse multiple consecutive menu separators?
|
2015-04-30 16:34:15 -05:00
|
|
|
- including for quit/preferences/about?
|
|
|
|
- or not even have separators there?
|
|
|
|
- in which case, hide leading or trailing separators?
|
2015-04-30 17:32:36 -05:00
|
|
|
- write an array.c for uiBox, uiGrid, and the Windows backend
|
|
|
|
- it'd just be a clone of GArray from GLib
|
|
|
|
- add the visibility stuff to the Windows makefile
|
|
|
|
- figure out visibility on mac os x
|
|
|
|
- hide command lines in the makefile
|
2015-04-10 13:31:16 -05:00
|
|
|
|
|
|
|
ultimately:
|
2015-04-15 22:14:36 -05:00
|
|
|
- add some sort of runtime type checking
|
2015-04-30 12:31:06 -05:00
|
|
|
- MAYBE readd lifetime handling/destruction blocking
|
|
|
|
- figure out how to integrate leak checking into the source tree
|