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 (
Collapse
)
Author
2015-04-08
Started 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-07
Implemented the memory logging.
Pietro Gagliardi
2015-04-07
Decided to remove the logging for now. Will inject it right into the ↵
Pietro Gagliardi
allocation system later.
2015-04-07
More allocation logging. I wonder if I can just log directly in the ↵
Pietro Gagliardi
allocators themselves...
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() ↵
Pietro Gagliardi
and friends.
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 ↵
Pietro Gagliardi
code will exist for single-GtkWidget controls on GTK+ and single-NSView controls on Cocoa.
2015-04-06
Started working on uiControl.
Pietro Gagliardi