Pietro Gagliardi
|
43341f51e9
|
Switched the GTK+ implementation to use this new uiBox, completed the implementation a bit more, and fixed some other build errors.
|
2015-07-30 12:43:40 -04:00 |
Pietro Gagliardi
|
d4d30285ff
|
Wrote up an untested implementation of a GtkBox-based uiBox, redux. This system of having one uiControl vtable to rule them all isn't going to work; each backend will need a wildly different implementation; oh well :/
|
2015-07-30 12:31:39 -04:00 |
Pietro Gagliardi
|
5cb27c115d
|
Decided not to use GtkBox for uiBox; its expand rules don't fit my stretchy rules.We'll need to bring back containerWidget, but this time in a VERY REDUCED FORM.
|
2015-07-02 01:43:40 -04:00 |
Pietro Gagliardi
|
96172d9b04
|
Finished the implementation of GTK+ uiButton and implemented a few fixes and added some TODOs.
|
2015-06-30 10:52:38 -04:00 |
Pietro Gagliardi
|
a2fee7aeb7
|
Implemented stretchiness in the new GTK+ uiBox.
|
2015-06-30 01:22:09 -04:00 |
Pietro Gagliardi
|
21319201f2
|
Finished the migration for now. Yeah, this will work...
|
2015-06-30 01:16:35 -04:00 |
Pietro Gagliardi
|
56c8dd6939
|
Decided to have uiBox implementations be per-OS and switched to using GtkBox on GTK+. This has the advantage that a) all uiControls on GTK+ now use exactly one GtkWidget so we don't need container, and b) we can use Auto Layout on OS X. Only more work will decide if we keep this system..
|
2015-06-30 01:05:07 -04:00 |