| 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().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'll need to redo my mutexes...
|
|
|
|
to fix compiler errors...
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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!
|
|
process hangs, so progress!
|
|
removed all that. Now the program just hangs...
|
|
the HWND to the cache. Now we have a mysterious class not regsitered issue...
|
|
fixed yet though...
|
|
|
|
|
|
|
|
standard window class, and wrote the skeleton window procedure.
|
|
sysdata_windows.go.
|
|
the skeleton of the Windows implementation.
|