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-07-03
Added Post() and implemented it on Windows.
Pietro Gagliardi
2014-07-03
Added the start() function and fixed compilation errors. Everything seems to ...
Pietro Gagliardi
2014-07-01
Removed WindowHandler.
Pietro Gagliardi
2014-07-01
Made Button.Clicked a callback.
Pietro Gagliardi
2014-06-30
Made Window.Closing a callback closure.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-29
Made the "Title and Text" message box parented like it should have been. This...
Pietro Gagliardi
2014-06-28
Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...
Pietro Gagliardi
2014-06-28
Decided to make dialogs code-modal; will figure out how to get the behavior I...
Pietro Gagliardi
2014-06-28
Converted most of the rest of the test program. Now I just need to figure out...
Pietro Gagliardi
2014-06-28
Converted most of the rest of the test program to the new API.
Pietro Gagliardi
2014-06-26
Added Checkbox.SetChecked() and implemented it on GTK+.
Pietro Gagliardi
2014-06-26
Added margins and padding to Grid and a test program to make sure they're the...
Pietro Gagliardi
2014-06-26
Implemented window margins for Grids and Stacks.
Pietro Gagliardi
2014-06-26
Added a padding/margins test to the test program.
Pietro Gagliardi
2014-06-26
Made the Listbox in the Label alignment test resize vertically so as to make ...
Pietro Gagliardi
2014-06-25
Improved the label alignment test.
Pietro Gagliardi
2014-06-25
Improved the label alignment test.
Pietro Gagliardi
2014-06-25
Added new Label alignment test.
Pietro Gagliardi
2014-06-11
Added Window.Center() test to the test program.
Pietro Gagliardi
2014-06-09
Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) a...
Pietro Gagliardi
2014-06-08
Implemented the new MsgBox()/MsgBoxError() behavior on Windows.
Pietro Gagliardi
2014-06-04
Added the concept of transience to MsgBox() and MsgBoxError(). Individual imp...
Pietro Gagliardi
2014-06-03
Big change to Window: split Open()'s functionality into Create() and Open(); ...
Pietro Gagliardi
2014-06-02
Added a test of MsgBox() event modality to the standard Area test.
Pietro Gagliardi
2014-06-01
Decided to drop the whole handled thing with Area events and just continue th...
Pietro Gagliardi
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
[next]