| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
in the UI thread...
|
|
process hangs, so progress!
|
|
mistake elsewhere. Now we're up to a panic... with Success...
|
|
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...
|
|
and hangs before creating a window...
|
|
|
|
|
|
fix the rest and hope it works...
|
|
|
|
private.
|
|
|
|
|
|
|
|
|
|
standard window class, and wrote the skeleton window procedure.
|
|
|
|
sysdata_windows.go.
|
|
|
|
the skeleton of the Windows implementation.
|
|
|
|
|