| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be migrated.
|
|
|
|
system so that children do not need ot know what their parents are.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'll need to redo my mutexes...
|
|
|
|
|
|
to fix compiler errors...
|
|
|
|
window class and edit main()...
|
|
|
|
|
|
get rid of that.
|
|
storing the parent window, it is passed as an argument to sysData.make(), which does the child ID allocation. Child IDs are now window-local, getting rid of that restriction.
|
|
|
|
channel whose use depends on the sysData itself. Also we won't need to save the parentWindow anymore, as the change to the make() function will take care of that for us.
|
|
has its own class; the sysData knows about children. This updates the window class to become a generator and rewrites the WndProc as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
controls are fixed to the window once it has been open. Started accounting for parent windows in controls.
|
|
returns nil instead of panicking, and the standard window procedure jumps directly to the default handler. Not what I originally wanted to do, but whatever, it finally works!
|
|
http://blogs.msdn.com/b/oldnewthing/archive/2006/02/10/529525.aspx
|