summaryrefslogtreecommitdiff
path: root/redo/stack.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-15Moved Grid back. Removed now-unused stack.created.Pietro Gagliardi
2014-08-12Now that all calls have to be made on a single thread, Stack.SetStretchy() ↵Pietro Gagliardi
can safely be called even after its Window is created (which is also when the Stack is assigned to the Window anyway).
2014-08-12Made Stack an interface to keep parity with all other Controls.Pietro Gagliardi
2014-08-06Removed leftover TODOs: container does handle margins now.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall ↵Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-07-29Re-added Stack. Of course it only works right on GTK+ right now... the other ↵Pietro Gagliardi
platforms's Control.preferredSize()s aren't implemented yet!