| Age | Commit message (Collapse) | Author |
|
rid of the dummy 300x300 sizes from the controls) and added an explicit sysData.setWindowSize() to Window.Open() to ensure everything's sized properly.
|
|
Window.Open() and Control.make().
|
|
controls_windows.go.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|