summaryrefslogtreecommitdiff
path: root/new/stack.c
AgeCommit message (Collapse)Author
2015-04-09Added uiStackPadded().Pietro Gagliardi
2015-04-09Removed direct vtable calls from uiControl.Pietro Gagliardi
2015-04-09Migrated stack.c to the new uiControl.Pietro Gagliardi
2015-04-09Decided to split control removal from parent into its own method ↵Pietro Gagliardi
removeParent() rather than automatically doing it in setParent().
2015-04-09Implemented padding in uiStack.Pietro Gagliardi
2015-04-08Fixed initial (and future) window redraw issues on Windows.Pietro Gagliardi
2015-04-08Started work on ensuring things get cleaned up. Added a destroy() method to ↵Pietro Gagliardi
uiControl and implemented most of the work for Windows.
2015-04-07Implemented the memory logging.Pietro Gagliardi
2015-04-07Decided to remove containerShow() and containerHide() for now.Pietro Gagliardi
2015-04-07Fixed compilation errors.Pietro Gagliardi
2015-04-07Added uiStack. Not yet tested; need to do a few things first.Pietro Gagliardi