summaryrefslogtreecommitdiff
path: root/stack.go
AgeCommit message (Expand)Author
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-17Dumped the mutex locks from the other controls and elaborated/asked for help ...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-11Made Stack.SetStretchy() panic on invalid index, ending that group of functio...Pietro Gagliardi
2014-03-09Removed error returns from Control.preferredSize() since errors are not going...Pietro Gagliardi
2014-03-07More Space() documentation fixes; also a TODO for Space().Pietro Gagliardi
2014-03-07Pinned (or marked for later pinninig) behavior of various controls; also impr...Pietro Gagliardi
2014-03-06Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported...Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-02-25Lock Stack's mutex lock like with all other Controls.Pietro Gagliardi
2014-02-25Fixed up Grid and Space() documentation.Pietro Gagliardi
2014-02-25More documentation fixups.Pietro Gagliardi
2014-02-25Documentation fixups.Pietro Gagliardi
2014-02-25Added Space() for padding layouts.Pietro Gagliardi
2014-02-24Made sure Stack.SetStretchy() (like all other layout-changing functions) cann...Pietro Gagliardi
2014-02-24Added Stack.preferredSize() and fixed errors in stack.go.Pietro Gagliardi
2014-02-24Fixed some compiler errors in the last few commits.Pietro Gagliardi
2014-02-24Wrote the new Stack.setRect().Pietro Gagliardi
2014-02-24Changed Orientation to a bool to prevent invalid values outright.Pietro Gagliardi
2014-02-24Started rewriting Stack to conform to the new layout plan.Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-15More TODO reduction.Pietro Gagliardi
2014-02-14Handled all controls's created field.Pietro Gagliardi
2014-02-14Renamed Control.apply() to Control.make().Pietro Gagliardi
2014-02-14Changed Stack so that controls are added only at creation time.Pietro Gagliardi
2014-02-13Added Stacks of controls.Pietro Gagliardi