summaryrefslogtreecommitdiff
path: root/redo/common_windows.c
AgeCommit message (Expand)Author
2014-08-14Can't think of a better name for sharedWndProc().Pietro Gagliardi
2014-08-14Made Labels on Windows transparent.Pietro Gagliardi
2014-08-14Fixed some small issues in the C code of the Windows port.Pietro Gagliardi
2014-08-14Moved code to handle window user data in the Windows backend to a single func...Pietro Gagliardi
2014-08-14Split out common container window procedure code in Windows to its own function.Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...Pietro Gagliardi
2014-07-18Added #include "_cgo_export.h" to files that needed it and fixed a cast error...Pietro Gagliardi
2014-07-17Fixed assorted typos in some of the new C files.Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...Pietro Gagliardi