summaryrefslogtreecommitdiff
path: root/new/newcontrol_unix.c
AgeCommit message (Expand)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-14More of the last few commits, now on the GTK+ backend. THAT ONE WORKS...Pietro Gagliardi
2015-04-13Fixed issues in the GTK+ uiParent change.Pietro Gagliardi
2015-04-13Did the GTK+ conversion to uiParent. Now to build.Pietro Gagliardi
2015-04-12Some more uiParent migration.Pietro Gagliardi
2015-04-12Fixed a major flaw in the GTK+ implementation I only realized now: by calling...Pietro Gagliardi
2015-04-11Implemented show/hide/enable/disable on uiStack and fixed other bugs. It works!Pietro Gagliardi
2015-04-11Implemented making invisible children of uiStacks not count when drawing or c...Pietro Gagliardi
2015-04-11Implemented showing, hiding, enabling, and disabling for GTK+ controls.Pietro Gagliardi
2015-04-09Migrated the GTK+ backend to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Decided to split control removal from parent into its own method removeParent...Pietro Gagliardi
2015-04-08Implemented the parent updating logic on GTK+.Pietro Gagliardi
2015-04-08Decided not to turn new control scrolling parameters into a bitfield.Pietro Gagliardi
2015-04-08Removed the need for specifying if a GTK+ widget needs to be in a GtkViewport...Pietro Gagliardi
2015-04-08Cleaned up memory leaks in the GTK+ backend.Pietro Gagliardi
2015-04-07Decided to remove containerShow() and containerHide() for now.Pietro Gagliardi
2015-04-07Changed the GTK+ new control system from using g_object_newv() to using g_obj...Pietro Gagliardi
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() a...Pietro Gagliardi
2015-04-07Fixed compilation issues. Now to implement uiButton on GTK+.Pietro Gagliardi
2015-04-07Added the new native control code to the GTK+ backend. Fixed some missing sta...Pietro Gagliardi