summaryrefslogtreecommitdiff
path: root/redo/common_windows.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-25Part 2 of previous commit.Pietro Gagliardi
2014-08-25Moved some functions around.Pietro Gagliardi
2014-08-25Added a third function for comdlg32.dll errors on Windows.Pietro Gagliardi
2014-08-25Added code for printing HRESULTs on Windows. (There is no HRESULT-to-string f...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-17Fixed Go compiler errors in the new Windows code; round 1.Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...Pietro Gagliardi
2014-07-17Some Unicode-related fixups and additions in the new Windows code.Pietro Gagliardi
2014-07-17Began the drudgery of converting all the Windows code to use cgo, because I'm...Pietro Gagliardi
2014-07-17Laid down the framework for control events on Windows. The only problem left ...Pietro Gagliardi
2014-07-12Finished writing initial Windows implementation. Now to find out why it doesn...Pietro Gagliardi