summaryrefslogtreecommitdiff
path: root/redo/comctl32_windows.go
AgeCommit message (Expand)Author
2014-08-12Migrated all Common Controls version 6 initialization on the Windows backend ...Pietro Gagliardi
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
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. St...Pietro Gagliardi