summaryrefslogtreecommitdiff
path: root/redo/controls_windows.c
AgeCommit message (Collapse)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-21Fixed the RemoveWindowSubclass() crash in Windows Checkboxes.Pietro Gagliardi
2014-07-21Mostly added Checkbox to the Windows backend; it doesn't show up right away ↵Pietro Gagliardi
and it crashes in WM_NCDESTROY...
2014-07-18Added (and applied) standard Windows fonts.Pietro Gagliardi
2014-07-18Added #include "_cgo_export.h" to files that needed it and fixed a cast ↵Pietro Gagliardi
error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Migrated controls_windows.go to C.Pietro Gagliardi