summaryrefslogtreecommitdiff
path: root/redo/table_windows.c
AgeCommit message (Collapse)Author
2014-08-14Stripped C-style comments from C sources and headers where appropriate.Pietro Gagliardi
2014-08-14Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X ↵Pietro Gagliardi
build.
2014-08-13Removed TODO about using LVITEM memory for Tables on Windows. I would still ↵Pietro Gagliardi
need to do a UTF-16 conversion on the Go side, and it seems I can't do that to an already-available buffer (it can only be done to a freshly-allocated one). Not even with unicode/utf16.
2014-08-06Disabled Table column autoresizing on Windows for now as it causes weird ↵Pietro Gagliardi
bugs on Windows XP...
2014-08-06Implemented reasonable table column autosizing on Windows.Pietro Gagliardi
2014-08-01Changed 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-29Added #include "_cgo_export.h" to table_windows.c.Pietro Gagliardi
2014-07-28Set up some extended styles on Windows Tables for consistency and future ↵Pietro Gagliardi
features.
2014-07-28Implemented Table item text grabbing on Windows.Pietro Gagliardi
2014-07-28Began the implementation of Table on Windows.Pietro Gagliardi