summaryrefslogtreecommitdiff
path: root/control.go
AgeCommit message (Expand)Author
2014-02-14Renamed Control.apply() to Control.make().Pietro Gagliardi
2014-02-13Removed Control.setParent() as the parent/child hierarchy is now unidirectional.Pietro Gagliardi
2014-02-13Added sizing of windows and the main window control. It presently deadlocks; ...Pietro Gagliardi
2014-02-12Adjusted Control and Window for the new system.Pietro Gagliardi
2014-02-12Added buttons.Pietro Gagliardi
2014-02-12Set up restrictions tracking. Added a restriction that a window and its contr...Pietro Gagliardi
2014-02-11Started implementing the public API: added the Window and Control types and t...Pietro Gagliardi