| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-13 | Removed 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-06 | Disabled Table column autoresizing on Windows for now as it causes weird ↵ | Pietro Gagliardi | |
| bugs on Windows XP... | |||
| 2014-08-06 | Implemented reasonable table column autosizing on Windows. | Pietro Gagliardi | |
| 2014-08-01 | Changed 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-29 | Added #include "_cgo_export.h" to table_windows.c. | Pietro Gagliardi | |
| 2014-07-28 | Set up some extended styles on Windows Tables for consistency and future ↵ | Pietro Gagliardi | |
| features. | |||
| 2014-07-28 | Implemented Table item text grabbing on Windows. | Pietro Gagliardi | |
| 2014-07-28 | Began the implementation of Table on Windows. | Pietro Gagliardi | |
