summaryrefslogtreecommitdiff
path: root/stdwndclass_windows.go
AgeCommit message (Expand)Author
2014-02-21Fixed the unregistered window class error on 64-bit Windows: turns out it was...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-18Made event dispatch asynchronous to avoid deadlocks; right now events that ca...Pietro Gagliardi
2014-02-17Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...Pietro Gagliardi
2014-02-13Fixed the resizing deadlock.Pietro Gagliardi
2014-02-13Added sizing of windows and the main window control. It presently deadlocks; ...Pietro Gagliardi
2014-02-12Fixed compiler errors. New code structure success!Pietro Gagliardi
2014-02-12Whoops, class registration now has to go through the UI task.Pietro Gagliardi
2014-02-12Each control may only need one event, so combine them all into a single chann...Pietro Gagliardi
2014-02-12Restructuring the codebase to make things neater. First off: each window now ...Pietro Gagliardi
2014-02-12Added button events.Pietro Gagliardi
2014-02-11Changed the sysData cache so that if we didn't fill it in yet, getSysData() r...Pietro Gagliardi
2014-02-11Got rid of the reverse HWND->sysData lookup for now, to see if there's a mist...Pietro Gagliardi
2014-02-11It appears the result of syscall.StringToUTF16Ptr() is only temporary, so rem...Pietro Gagliardi
2014-02-11Whoops, copy-paste fail somehow changed init error checks. Now it starts... a...Pietro Gagliardi
2014-02-11All build errors resolved. Now to test...Pietro Gagliardi
2014-02-11Added the init and testing main functions and started fixing errors. Let's fi...Pietro Gagliardi
2014-02-11Filled in the standard window procedure.Pietro Gagliardi
2014-02-11(see previous commit; part 2)Pietro Gagliardi