summaryrefslogtreecommitdiff
path: root/redo/uitask_windows.go
AgeCommit message (Collapse)Author
2014-08-05Fixed errors with Area on Windows. Woo!Pietro Gagliardi
2014-08-05Fixed lots of syntax errors, including one where I forgot a parameter to a ↵Pietro Gagliardi
Windows API call, oops... the problem is present in the main package being replaced too. :x It will be fixed when I move this redo up. Also added Area initializer to uiinit(). NOW does it work???
2014-08-04Split layout and Window on Windows to use two separate window classes. This ↵Pietro Gagliardi
is the first half of the two-part migration of the Windows backend to use container.
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-19Removed Request completely, also updating the uitask files. Also renamed ↵Pietro Gagliardi
xperform to doissue for consistency.
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Migrated init_windows.go to C.Pietro Gagliardi
2014-07-17Began the drudgery of converting all the Windows code to use cgo, because ↵Pietro Gagliardi
I'm not going to wait to debug this smashed stack.
2014-07-17Migrated the comctl32.dll code and added all the window subclassing stuff. ↵Pietro Gagliardi
Starting to consider just doing what I'm doing with the Mac OS X backend and just using cgo...
2014-07-17Laid down the framework for control events on Windows. The only problem left ↵Pietro Gagliardi
is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
2014-07-13Some comment cleanup.Pietro Gagliardi
2014-07-13Added Stop() and implemented it on Windows.Pietro Gagliardi
2014-07-12Fixed the Windows code. Now to implement closing properly.Pietro Gagliardi
2014-07-12Finished writing initial Windows implementation. Now to find out why it ↵Pietro Gagliardi
doesn't work...