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