summaryrefslogtreecommitdiff
path: root/grid.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-11Added more TODOs.Pietro Gagliardi
2014-03-11More compiler error fixes.Pietro Gagliardi
2014-03-11Fixed compiler errors in the past few commits.Pietro Gagliardi
2014-03-11TODO reduction and documentation fixups in Grid.Pietro Gagliardi
2014-03-09Removed error returns from Control.preferredSize() since errors are not going...Pietro Gagliardi
2014-03-07Pinned (or marked for later pinninig) behavior of various controls; also impr...Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-02-26Added Grid.SetStretchy to allow one control in a Grid to fill the parent Cont...Pietro Gagliardi
2014-02-25Added a way to let Controls in a Grid be sized to fill their cells.Pietro Gagliardi
2014-02-25More documentation fixups.Pietro Gagliardi
2014-02-25Fixed up Grid and Space() documentation.Pietro Gagliardi
2014-02-25Wrote the Grid test and found/fixed one error in Grid's position calculations...Pietro Gagliardi
2014-02-25Added untested initial Grid. Now to write a test.Pietro Gagliardi