summaryrefslogtreecommitdiff
path: root/sysdatacache_windows.go
AgeCommit message (Collapse)Author
2014-02-12The past few commits mean we no longer need to do reverse sysData lookup, so ↵Pietro Gagliardi
get rid of that.
2014-02-12Separated initial text from sysData and fixed errors in the previous commits.Pietro Gagliardi
2014-02-12Added control ID generation.Pietro Gagliardi
2014-02-11Changed the sysData cache so that if we didn't fill it in yet, getSysData() ↵Pietro Gagliardi
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-11Changed the caching such that the window procedure is held until we added ↵Pietro Gagliardi
the HWND to the cache. Now we have a mysterious class not regsitered issue...
2014-02-11More error corrections; not done yet...Pietro Gagliardi
2014-02-11Filled in the standard window procedure.Pietro Gagliardi