summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
AgeCommit message (Expand)Author
2014-08-08Added nested and empty tabs to the test program, and fixed up relevant docume...Pietro Gagliardi
2014-08-06Made containers transparent on Windows. This is the first of a four-part set ...Pietro Gagliardi
2014-08-05Fixed up the implementation of Area on GTK+ and the Area test. Seems to be fi...Pietro Gagliardi
2014-08-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.Pietro Gagliardi
2014-08-03Applied previous commit's change to the test program.Pietro Gagliardi
2014-07-30Added preferred size tests to zz_test.go; these will help for what we're abou...Pietro Gagliardi
2014-07-29Re-added Stack. Of course it only works right on GTK+ right now... the other ...Pietro Gagliardi
2014-07-29Added Label and implemented it on all platforms.Pietro Gagliardi
2014-07-29Fixed a small error in the zz_test.go rewrite from a few commits ago.Pietro Gagliardi
2014-07-28Fixed the test program crashing after a while (prevent the Window and Control...Pietro Gagliardi
2014-07-28Began the implementation of Table on Windows.Pietro Gagliardi
2014-07-28Added the basic Table interface. Now to implement it...Pietro Gagliardi
2014-07-28Began final simplification of size code. spaced is now a global variable; eit...Pietro Gagliardi
2014-07-26Made the sizing recursive chain idempotent and added a -spaced option to the ...Pietro Gagliardi
2014-07-26Implemented TextField on Windows.Pietro Gagliardi
2014-07-25Simplified the control nesting model by removing Control.unparent() and requi...Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-21Added Checkbox on the GTK+ backend, added a checkbox to the test program, and...Pietro Gagliardi
2014-07-19Ah, fixed the stalling: logic error in the test program itself.Pietro Gagliardi
2014-07-19Fixed more conversion kinks. Now for a major change...Pietro Gagliardi
2014-07-19Updated the test program to be Request-less. Now to test...Pietro Gagliardi
2014-07-18Added a test case for Window.Close().Pietro Gagliardi
2014-07-17Added button click events to the Mac OS X backend.Pietro Gagliardi
2014-07-15Added parenting/unparenting of controls to the GTK+ backend and the test prog...Pietro Gagliardi
2014-07-13Changed the semantics of uitask() to allow it to handle recursive main loops ...Pietro Gagliardi
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 t...Pietro Gagliardi