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
/
container_unix.c
Age
Commit message (
Expand
)
Author
2015-04-13
Did the GTK+ conversion to uiParent. Now to build.
Pietro Gagliardi
2015-04-12
Fixed a major flaw in the GTK+ implementation I only realized now: by calling...
Pietro Gagliardi
2015-04-09
Changed the allocation logging from a compile-time setting to the first initi...
Pietro Gagliardi
2015-04-09
Removed direct vtable calls from uiControl.
Pietro Gagliardi
2015-04-09
Implemented the foundation for padding.
Pietro Gagliardi
2015-04-09
Implemented uiWindowSetMargined() on GTK+.
Pietro Gagliardi
2015-04-08
Implemented the parent updating logic on GTK+.
Pietro Gagliardi
2015-04-08
More TODO resolution.
Pietro Gagliardi
2015-04-08
More TODO resolving. More TODOs.
Pietro Gagliardi
2015-04-08
More TODOs.
Pietro Gagliardi
2015-04-08
Cleaned up memory leaks in the GTK+ backend.
Pietro Gagliardi
2015-04-07
Implemented the memory logging.
Pietro Gagliardi
2015-04-07
More allocation logging. I wonder if I can just log directly in the allocator...
Pietro Gagliardi
2015-04-07
Started working on code to monitor creation and deletion of UI objects correc...
Pietro Gagliardi
2015-04-07
Implemented uiButton on GTK+. All we need to do is get it to show up...
Pietro Gagliardi
2015-04-07
Fixed compilation issues. Now to implement uiButton on GTK+.
Pietro Gagliardi
2015-04-07
Tied everything together. Now to fix build issues.
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...
Pietro Gagliardi