summaryrefslogtreecommitdiff
path: root/redo/table_windows.c
AgeCommit message (Expand)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 b...Pietro Gagliardi
2014-08-13Removed TODO about using LVITEM memory for Tables on Windows. I would still n...Pietro Gagliardi
2014-08-06Disabled Table column autoresizing on Windows for now as it causes weird bugs...Pietro Gagliardi
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
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 feat...Pietro Gagliardi
2014-07-28Implemented Table item text grabbing on Windows.Pietro Gagliardi
2014-07-28Began the implementation of Table on Windows.Pietro Gagliardi