index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
stack.c
Age
Commit message (
Expand
)
Author
2015-04-11
Renamed some variables in stack.c and added some exposition to make the code ...
Pietro Gagliardi
2015-04-11
Cleaned up uiStack's data structures to use the stackControl structure instea...
Pietro Gagliardi
2015-04-09
Added uiStackPadded().
Pietro Gagliardi
2015-04-09
Removed direct vtable calls from uiControl.
Pietro Gagliardi
2015-04-09
Migrated stack.c to the new uiControl.
Pietro Gagliardi
2015-04-09
Decided to split control removal from parent into its own method removeParent...
Pietro Gagliardi
2015-04-09
Implemented padding in uiStack.
Pietro Gagliardi
2015-04-08
Fixed initial (and future) window redraw issues on Windows.
Pietro Gagliardi
2015-04-08
Started work on ensuring things get cleaned up. Added a destroy() method to u...
Pietro Gagliardi
2015-04-07
Implemented the memory logging.
Pietro Gagliardi
2015-04-07
Decided to remove containerShow() and containerHide() for now.
Pietro Gagliardi
2015-04-07
Fixed compilation errors.
Pietro Gagliardi
2015-04-07
Added uiStack. Not yet tested; need to do a few things first.
Pietro Gagliardi