index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stack.go
Age
Commit message (
Collapse
)
Author
2014-02-24
Made sure Stack.SetStretchy() (like all other layout-changing functions) ↵
Pietro Gagliardi
cannot be called once the parent Window has been opened.
2014-02-24
Added Stack.preferredSize() and fixed errors in stack.go.
Pietro Gagliardi
2014-02-24
Fixed some compiler errors in the last few commits.
Pietro Gagliardi
2014-02-24
Wrote the new Stack.setRect().
Pietro Gagliardi
2014-02-24
Changed Orientation to a bool to prevent invalid values outright.
Pietro Gagliardi
2014-02-24
Started rewriting Stack to conform to the new layout plan.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to ↵
Pietro Gagliardi
build. Once I iron out a bug with Windows event handling, I'll add a README.
2014-02-15
More TODO reduction.
Pietro Gagliardi
2014-02-14
Handled all controls's created field.
Pietro Gagliardi
2014-02-14
Renamed Control.apply() to Control.make().
Pietro Gagliardi
2014-02-14
Changed Stack so that controls are added only at creation time.
Pietro Gagliardi
2014-02-13
Added Stacks of controls.
Pietro Gagliardi