index
:
jcarr/ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
uitask_windows.c
Age
Commit message (
Expand
)
Author
2014-08-17
Began implementing checkboxes in the Windows Table.
Pietro Gagliardi
2014-08-17
Added code to prepare a state image list of checkboxes for adding checkbox co...
Pietro Gagliardi
2014-08-14
Fixed some small issues in the C code of the Windows port.
Pietro Gagliardi
2014-08-14
Split out common container window procedure code in Windows to its own function.
Pietro Gagliardi
2014-08-14
Fixed the infinite loop on Tab control dialog message bug(s) on the Windows b...
Pietro Gagliardi
2014-08-14
Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't work...
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-13
Added missing URL from comments.
Pietro Gagliardi
2014-08-13
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...
Pietro Gagliardi
2014-08-13
Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Wi...
Pietro Gagliardi
2014-08-12
Determined that Backspace, Tab, and Enter work in Areas on Windows (though mo...
Pietro Gagliardi
2014-08-12
Implemented tab stopping.
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-19
Removed Request completely, also updating the uitask files. Also renamed xper...
Pietro Gagliardi
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Some Unicode-related fixups and additions in the new Windows code.
Pietro Gagliardi
2014-07-17
Began the drudgery of converting all the Windows code to use cgo, because I'm...
Pietro Gagliardi