summaryrefslogtreecommitdiff
path: root/redo/window_windows.c
AgeCommit message (Expand)Author
2014-08-04Re-added base units calculation to the resizing code now that container store...Pietro Gagliardi
2014-08-04Split layout and Window on Windows to use two separate window classes. This i...Pietro Gagliardi
2014-08-04Changed Tab on Windows to store each control in a *layout (see previous commi...Pietro Gagliardi
2014-08-04Split apart the Windows Window code so that the same window class can be used...Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...Pietro Gagliardi
2014-07-28Made the previous commit's changes on Windows. If the Stack Overflow question...Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-18Added #include "_cgo_export.h" to files that needed it and fixed a cast error...Pietro Gagliardi
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Migrated window_windows.go to C.Pietro Gagliardi