summaryrefslogtreecommitdiff
path: root/redo/containers_windows.go
AgeCommit message (Collapse)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ↵Pietro Gagliardi
this is needed for re-adding Stack and Grid. This argument type is defined by each platform.
2014-07-28Fixed the Tab wrong control drawing issues on Windows.Pietro Gagliardi
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