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
/
uipriv.h
Age
Commit message (
Expand
)
Author
2015-04-09
Changed the allocation logging from a compile-time setting to the first initi...
Pietro Gagliardi
2015-04-09
Big change time: decided to stop playing around with hiding and made both uiC...
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-09
Laid the foundation for padding.
Pietro Gagliardi
2015-04-08
More TODO resolution.
Pietro Gagliardi
2015-04-08
Fixed initial (and future) window redraw issues on Windows.
Pietro Gagliardi
2015-04-08
Removed a stale TODO.
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 the logging for now. Will inject it right into the allocati...
Pietro Gagliardi
2015-04-07
More allocation logging. I wonder if I can just log directly in the allocator...
Pietro Gagliardi
2015-04-07
More TODO cleanup.
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
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Decided to start with the parenting stuff now.
Pietro Gagliardi
2015-04-06
Started writing code for handling single-HWND controls on Windows. Similar co...
Pietro Gagliardi
2015-04-06
Started working on uiControl.
Pietro Gagliardi