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