summaryrefslogtreecommitdiff
path: root/window.go
AgeCommit message (Collapse)Author
2014-02-15Fixed build errors in the previous commits.Pietro Gagliardi
2014-02-15Resolved some of window.go's TODOs.Pietro Gagliardi
2014-02-14Window-related TODOs.Pietro Gagliardi
2014-02-14Windows no longer need to be Controls after I reworked the parent-child ↵Pietro Gagliardi
system so that children do not need ot know what their parents are.
2014-02-14Renamed Control.apply() to Control.make().Pietro Gagliardi
2014-02-14Changed manual sysData construction to use a helper function instead.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
I'll need to redo my mutexes...
2014-02-12Adjusted Control and Window for the new system.Pietro Gagliardi
2014-02-12Added Window.SetTitle(). Also oops, forgot to mark the window as created.Pietro Gagliardi
2014-02-12Added buttons.Pietro Gagliardi
2014-02-12Added initial window size and the Window.SetTitle() function.Pietro Gagliardi
2014-02-12Separated initial text from sysData and fixed errors in the previous commits.Pietro Gagliardi
2014-02-12Set up restrictions tracking. Added a restriction that a window and its ↵Pietro Gagliardi
controls are fixed to the window once it has been open. Started accounting for parent windows in controls.
2014-02-11All build errors resolved. Now to test...Pietro Gagliardi
2014-02-11Filled in the standard window procedure.Pietro Gagliardi
2014-02-11Started implementing the public API: added the Window and Control types and ↵Pietro Gagliardi
the skeleton of the Windows implementation.