Go to file
Pietro Gagliardi 87a99bd675 More TODOs. 2014-02-12 10:58:05 -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 Set up restrictions tracking. Added a restriction that a window and its controls are fixed to the window once it has been open. Started accounting for parent windows in controls. 2014-02-12 10:29:56 -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 Added initial window size and the Window.SetTitle() function. 2014-02-12 10:51:27 -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
restrictions.md Set up restrictions tracking. Added a restriction that a window and its controls are fixed to the window once it has been open. Started accounting for parent windows in controls. 2014-02-12 10:29:56 -05:00
stdwndclass_windows.go Changed the sysData cache so that if we didn't fill it in yet, getSysData() 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! 2014-02-11 22:41:55 -05:00
sysdata.go Added initial window size and the Window.SetTitle() function. 2014-02-12 10:51:27 -05:00
sysdata_windows.go Added initial window size and the Window.SetTitle() function. 2014-02-12 10:51:27 -05:00
sysdatacache_windows.go Separated initial text from sysData and fixed errors in the previous commits. 2014-02-12 10:43:57 -05:00
todo.md More TODOs. 2014-02-12 10:58:05 -05:00
uitask_windows.go Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archive/2006/02/10/529525.aspx 2014-02-11 22:38:46 -05:00
window.go Added initial window size and the Window.SetTitle() function. 2014-02-12 10:51:27 -05:00
windows_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00