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