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 (
Expand
)
Author
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-10-26
De-container-ized Stack.
Pietro Gagliardi
2014-10-26
Reimplemented Control.containerShow()/Control.containerHide(). Will be needed...
Pietro Gagliardi
2014-10-18
Merged new container/sizing stuff.
Pietro Gagliardi
2014-10-02
go fmt. Precursor to bug report filing.
Pietro Gagliardi
2014-08-31
Added initial implementation of GtkGrid-style Grid.
Pietro Gagliardi
2014-08-31
Changed Grid to SimpleGrid in preparation for a better Grid.
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Began the migration to the new API. Removed locks from the public control API...
Pietro Gagliardi
2014-06-26
Implemented padding on Stack.
Pietro Gagliardi
2014-06-26
Implemented window margins for Grids and Stacks.
Pietro Gagliardi
2014-06-26
Fixed Space() causing panics during size calculations.
Pietro Gagliardi
2014-06-25
Finished the Windows conversion to the new sizing system. Untested.
Pietro Gagliardi
2014-06-25
Integrated the new sizing system into Grid and Stack.
Pietro Gagliardi
2014-06-25
Reverted Stack and Grid back to pre-yoff form. This is part of the change in ...
Pietro Gagliardi
2014-06-25
Added the necessary work to make new regular Labels work on the other platforms.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-03
Quick changes: turned "Window has been opened" to "Window has been created" s...
Pietro Gagliardi
2014-04-26
Made Space() return the same Control repeatedly instead of making a new one e...
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-17
Dumped the mutex locks from the other controls and elaborated/asked for help ...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-11
Made Stack.SetStretchy() panic on invalid index, ending that group of functio...
Pietro Gagliardi
2014-03-09
Removed error returns from Control.preferredSize() since errors are not going...
Pietro Gagliardi
2014-03-07
More Space() documentation fixes; also a TODO for Space().
Pietro Gagliardi
2014-03-07
Pinned (or marked for later pinninig) behavior of various controls; also impr...
Pietro Gagliardi
2014-03-06
Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported...
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-25
Lock Stack's mutex lock like with all other Controls.
Pietro Gagliardi
2014-02-25
Fixed up Grid and Space() documentation.
Pietro Gagliardi
2014-02-25
More documentation fixups.
Pietro Gagliardi
2014-02-25
Documentation fixups.
Pietro Gagliardi
2014-02-25
Added Space() for padding layouts.
Pietro Gagliardi
2014-02-24
Made sure Stack.SetStretchy() (like all other layout-changing functions) cann...
Pietro Gagliardi
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 bui...
Pietro Gagliardi
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
[next]