summaryrefslogtreecommitdiff
path: root/redo/uitask_windows.c
AgeCommit message (Collapse)Author
2014-08-17Began implementing checkboxes in the Windows Table.Pietro Gagliardi
2014-08-17Added code to prepare a state image list of checkboxes for adding checkbox ↵Pietro Gagliardi
columns to Table on Windows.
2014-08-14Fixed some small issues in the C code of the Windows port.Pietro Gagliardi
2014-08-14Split out common container window procedure code in Windows to its own function.Pietro Gagliardi
2014-08-14Fixed the infinite loop on Tab control dialog message bug(s) on the Windows ↵Pietro Gagliardi
backend.
2014-08-14Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't ↵Pietro Gagliardi
work correctly in wine, and I can confirm for the first time that it actually is a bug in wine!
2014-08-14Stripped C-style comments from C sources and headers where appropriate.Pietro Gagliardi
2014-08-13Added missing URL from comments.Pietro Gagliardi
2014-08-13Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ↵Pietro Gagliardi
keyboard trap.
2014-08-13Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on ↵Pietro Gagliardi
Windows.
2014-08-12Determined that Backspace, Tab, and Enter work in Areas on Windows (though ↵Pietro Gagliardi
more TODOs due to dialog message craziness).
2014-08-12Implemented tab stopping.Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-19Removed Request completely, also updating the uitask files. Also renamed ↵Pietro Gagliardi
xperform to doissue for consistency.
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Some Unicode-related fixups and additions in the new Windows code.Pietro Gagliardi
2014-07-17Began the drudgery of converting all the Windows code to use cgo, because ↵Pietro Gagliardi
I'm not going to wait to debug this smashed stack.