summaryrefslogtreecommitdiff
path: root/redo/comctl32_windows.go
AgeCommit message (Collapse)Author
2014-08-12Migrated all Common Controls version 6 initialization on the Windows backend ↵Pietro Gagliardi
to C.
2014-08-01Fixed up more LPCWSTR->LPWSTR conversion, including some code simplification.Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ↵Pietro Gagliardi
are a few cases of const->non-const conversions as a result.
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Migrated comctl32_windows.go to C.Pietro Gagliardi
2014-07-17Added the code for the subclassing. And it smashes the stack. Wonderful...Pietro Gagliardi
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...