summaryrefslogtreecommitdiff
path: root/test/main.go
AgeCommit message (Expand)Author
2014-04-13Fixed weird Area time label truncation on Windows; more TODOs and future plan...Pietro Gagliardi
2014-04-11Changed from using image.NRGBA to image.RGBA (premultiplied alpha) in Area.Pa...Pietro Gagliardi
2014-04-10Added bounds checking to NewArea() and Area.SetSize() such that an Area must ...Pietro Gagliardi
2014-04-10Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...Pietro Gagliardi
2014-04-09Added a test for the extremities of the Area's actual drawing area to make su...Pietro Gagliardi
2014-04-06Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...Pietro Gagliardi
2014-04-02Added a println() to the main test window to signal that window closing has h...Pietro Gagliardi
2014-03-29Updated the GTK+ implementation and test programs to reflect the new KeyEvent...Pietro Gagliardi
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...Pietro Gagliardi
2014-03-27Added the beginning of a keyboard input test to be written. Also more TODOs.Pietro Gagliardi
2014-03-25Added Area mouse events on Windows. Also more TODOs.Pietro Gagliardi
2014-03-23Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-23Added the GTK+ implementation of Area keyboard events. Seems to work fine for...Pietro Gagliardi
2014-03-17Er oh the crash was because I was still using the lock-friendly code. Will st...Pietro Gagliardi
2014-03-17Put the Label that changed each second in the main test.Pietro Gagliardi
2014-03-17Removed the mutexes from Labels and Areas because I'm at my wits end about se...Pietro Gagliardi
2014-03-16Updated the test program to the new AreaHandler interface. The deadlock still...Pietro Gagliardi
2014-03-16Added a time display to the Area test for testing deadlocks that will happen ...Pietro Gagliardi
2014-03-15Added a test of the mouse event handling.Pietro Gagliardi
2014-03-15Added a slightly more meaningful test: draw an Image in an area.Pietro Gagliardi
2014-03-14Hacked around the cairo issue for now; hooked everything together and fixed a...Pietro Gagliardi
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