Go to file
Pietro Gagliardi 88363e131c Got rid of the reverse HWND->sysData lookup for now, to see if there's a mistake elsewhere. Now we're up to a panic... with Success... 2014-02-11 20:14:19 -05:00
unmigrated More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
common_windows.go Moved some more data structures to common_windows.go and made more things private. 2014-02-11 18:36:13 -05:00
control.go Started implementing the public API: added the Window and Control types and the skeleton of the Windows implementation. 2014-02-11 16:14:15 -05:00
init.go Added the init and testing main functions and started fixing errors. Let's fix the rest and hope it works... 2014-02-11 18:57:03 -05:00
init_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
main.go More of the previous error and not printing panics... derp me. Still not fixed yet though... 2014-02-11 19:34:47 -05:00
main_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
menus_windows.go All build errors resolved. Now to test... 2014-02-11 19:18:03 -05:00
plan.md Added the initial planning document for the portable API. 2014-02-11 12:33:32 -05:00
stdwndclass_windows.go Got rid of the reverse HWND->sysData lookup for now, to see if there's a mistake elsewhere. Now we're up to a panic... with Success... 2014-02-11 20:14:19 -05:00
sysdata.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
sysdata_windows.go It appears the result of syscall.StringToUTF16Ptr() is only temporary, so removed all that. Now the program just hangs... 2014-02-11 19:52:39 -05:00
sysdatacache_windows.go Changed the caching such that the window procedure is held until we added the HWND to the cache. Now we have a mysterious class not regsitered issue... 2014-02-11 19:43:07 -05:00
uitask_windows.go All build errors resolved. Now to test... 2014-02-11 19:18:03 -05:00
window.go All build errors resolved. Now to test... 2014-02-11 19:18:03 -05:00
windows_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00