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
/
test
/
main.go
Age
Commit message (
Expand
)
Author
2014-03-12
Removed ui.Event(); all event channels are initialized with their objects now.
Pietro Gagliardi
2014-03-12
Added GTK+ indeterminate ProgressBars.
Pietro Gagliardi
2014-03-12
Standardized message boxes so they appear similarly on all platforms. This sh...
Pietro Gagliardi
2014-03-11
Split NewListbox() into NewListbox() (single-selection) and NewMultiSelListbo...
Pietro Gagliardi
2014-03-11
Made Stack.SetStretchy() panic on invalid index, ending that group of functio...
Pietro Gagliardi
2014-03-11
Handle out of range on Listbox.Delete(). The Mac OS X exception behavior I pr...
Pietro Gagliardi
2014-03-10
Fixed compiler errors in the previous few commits.
Pietro Gagliardi
2014-03-09
Added bounds checks for Listbox.InsertBefore(). This stupid 32-bit Mac bug ke...
Pietro Gagliardi
2014-03-09
Added bounds checks for Combobox.InsertBefore() and Combobox.Delete().
Pietro Gagliardi
2014-03-08
Added a flag to the test program to evaluate illegal deletions on Mac OS X, n...
Pietro Gagliardi
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
Pietro Gagliardi
2014-03-07
Changed Combobox.Append() and Listbox.Append() to accept multiple strings in ...
Pietro Gagliardi
2014-03-06
Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported...
Pietro Gagliardi
2014-03-04
Changed the ".." import in the test binary to a proper "github.com/andlabs/ui...
Pietro Gagliardi
2014-03-03
Added flags to show the auxiliary test windows in the test program, to make w...
Pietro Gagliardi
2014-03-03
Added a Listbox preferredSize test window to the main test program, as it app...
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
Pietro Gagliardi