summaryrefslogtreecommitdiff
path: root/restrictions.md
AgeCommit message (Collapse)Author
2014-02-12Windows sysData has been adjusted to deal with child controls. Rather than ↵Pietro Gagliardi
storing the parent window, it is passed as an argument to sysData.make(), which does the child ID allocation. Child IDs are now window-local, getting rid of that restriction.
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.