| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-12 | Migrated all Common Controls version 6 initialization on the Windows backend ↵ | Pietro Gagliardi | |
| to C. | |||
| 2014-08-01 | Fixed up more LPCWSTR->LPWSTR conversion, including some code simplification. | Pietro Gagliardi | |
| 2014-08-01 | Changed 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-18 | Fixed all the remaining compiler errors. C conversion works! | Pietro Gagliardi | |
| 2014-07-17 | Migrated comctl32_windows.go to C. | Pietro Gagliardi | |
| 2014-07-17 | Added the code for the subclassing. And it smashes the stack. Wonderful... | Pietro Gagliardi | |
| 2014-07-17 | Migrated 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... | |||
