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
/
grid.go
Age
Commit message (
Expand
)
Author
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
Added margins and padding to Grid and a test program to make sure they're the...
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
Made the new sizing system work on Windows.
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-04-29
Resolved Grid TODOs: moved feature requests to future plans and made sure Set...
Pietro Gagliardi
2014-04-29
Added a sanity check for stretchy control indices in the Grid code.
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
Added more TODOs.
Pietro Gagliardi
2014-03-11
More compiler error fixes.
Pietro Gagliardi
2014-03-11
Fixed compiler errors in the past few commits.
Pietro Gagliardi
2014-03-11
TODO reduction and documentation fixups in Grid.
Pietro Gagliardi
2014-03-09
Removed error returns from Control.preferredSize() since errors are not going...
Pietro Gagliardi
2014-03-07
Pinned (or marked for later pinninig) behavior of various controls; also impr...
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-26
Added Grid.SetStretchy to allow one control in a Grid to fill the parent Cont...
Pietro Gagliardi
2014-02-25
Added a way to let Controls in a Grid be sized to fill their cells.
Pietro Gagliardi
2014-02-25
More documentation fixups.
Pietro Gagliardi
2014-02-25
Fixed up Grid and Space() documentation.
Pietro Gagliardi
2014-02-25
Wrote the Grid test and found/fixed one error in Grid's position calculations...
Pietro Gagliardi
2014-02-25
Added untested initial Grid. Now to write a test.
Pietro Gagliardi