index
:
interesting/andlabs-ui
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
/
main_test.go
Age
Commit message (
Expand
)
Author
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
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
Wrote the Grid test and found/fixed one error in Grid's position calculations...
Pietro Gagliardi
2014-02-25
Added Space() for padding layouts.
Pietro Gagliardi
2014-02-25
Split NewCombobox() into separate functions NewCombobox() and NewEditableComb...
Pietro Gagliardi
2014-02-25
Added password entry fields; they are the alternate mode of LineEdit.
Pietro Gagliardi
2014-02-25
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...
Pietro Gagliardi
2014-02-24
Adjusted main_test.go to make use of SetStretchy(). IT WORKS! :D
Pietro Gagliardi
2014-02-19
...and now it magically works again?! after too long, anyway...
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