summaryrefslogtreecommitdiff
path: root/new/container_unix.c
AgeCommit message (Collapse)Author
2015-04-13Did the GTK+ conversion to uiParent. Now to build.Pietro Gagliardi
2015-04-12Fixed a major flaw in the GTK+ implementation I only realized now: by ↵Pietro Gagliardi
calling gtk_widget_show_all() in uiWindowShow(), we override the user's explicit hide settings! Fix it by calling gtk_widget_show() there (to only show the window), and gtk_widget_show_all() in both the new control constructor (to show the new control initially) and in the container constructor (to show that initially too).
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
2015-04-09Removed direct vtable calls from uiControl.Pietro Gagliardi
2015-04-09Implemented the foundation for padding.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on GTK+.Pietro Gagliardi
2015-04-08Implemented the parent updating logic on GTK+.Pietro Gagliardi
2015-04-08More TODO resolution.Pietro Gagliardi
2015-04-08More TODO resolving. More TODOs.Pietro Gagliardi
2015-04-08More TODOs.Pietro Gagliardi
2015-04-08Cleaned up memory leaks in the GTK+ backend.Pietro Gagliardi
2015-04-07Implemented the memory logging.Pietro Gagliardi
2015-04-07More allocation logging. I wonder if I can just log directly in the ↵Pietro Gagliardi
allocators themselves...
2015-04-07Started working on code to monitor creation and deletion of UI objects ↵Pietro Gagliardi
correctly.
2015-04-07Implemented uiButton on GTK+. All we need to do is get it to show up...Pietro Gagliardi
2015-04-07Fixed compilation issues. Now to implement uiButton on GTK+.Pietro Gagliardi
2015-04-07Tied everything together. Now to fix build issues.Pietro Gagliardi
2015-04-07Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. ↵Pietro Gagliardi
Fixed up formatting of the uipriv_*.h files.