summaryrefslogtreecommitdiff
path: root/redo/uitask_windows.c
AgeCommit message (Expand)Author
2014-08-19Fixed most of the other modality issues on Windows. Now all that's left is th...Pietro Gagliardi
2014-08-19Fixed message queue overload in Windows modality code.Pietro Gagliardi
2014-08-19Implemented new dialog box techniques on Windows... kinda.Pietro Gagliardi
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 co...Pietro Gagliardi
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 b...Pietro Gagliardi
2014-08-14Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't work...Pietro Gagliardi
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
2014-08-13Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Wi...Pietro Gagliardi
2014-08-12Determined that Backspace, Tab, and Enter work in Areas on Windows (though mo...Pietro Gagliardi
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 xper...Pietro Gagliardi
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 I'm...Pietro Gagliardi