summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
AgeCommit message (Collapse)Author
2014-07-15Added parenting/unparenting of controls to the GTK+ backend and the test ↵Pietro Gagliardi
program.
2014-07-13Changed the semantics of uitask() to allow it to handle recursive main loops ↵Pietro Gagliardi
properly; important for Stop() to work correctly on non-Windows systems.
2014-07-13Added Stop() and implemented it on Windows.Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi
2014-07-08Implemented the Window OnClosing() event on GTK+. It works!Pietro Gagliardi
2014-07-08Fixed runtime crashes for now. Whee, we have a window again!Pietro Gagliardi
2014-07-08Fixed other compilation errors and added a test file. Now to figure out why ↵Pietro Gagliardi
things are failing at runtime...