summaryrefslogtreecommitdiff
path: root/redo/containers_windows.go
AgeCommit message (Collapse)Author
2014-07-28Fixed the proper recursive application of spaced on Windows tabs by having ↵Pietro Gagliardi
container.resize() also take the origin coordinates as arguments.
2014-07-26Implemented TextField on Windows.Pietro Gagliardi
2014-07-25Simplified the control nesting model by removing Control.unparent() and ↵Pietro Gagliardi
requiring all Windows to have a Control at construct time; implemented such on Windows.
2014-07-25More TODOs.Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi