| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-12 | Changed the way uitask is dispatched on GTK+ to make event handling not a ↵ | Pietro Gagliardi | |
| CPU hog. | |||
| 2014-03-05 | Have ui.Go() return on main() return on Unix. | Pietro Gagliardi | |
| 2014-03-01 | Major code restructure to allow Cocoa to work correctly. Cocoa requires that ↵ | Pietro Gagliardi | |
| the application loop run on the very first OS thread created, not just an any ordinary thread. To support this, your code must now be run by the UI init code. Windows and Unix builds still work fine; Mac OS X fails for reasons I now have to debug. | |||
| 2014-02-19 | Moved to a proper package; main() is now a test and go test -c is used to ↵ | Pietro Gagliardi | |
| build. Once I iron out a bug with Windows event handling, I'll add a README. | |||
| 2014-02-17 | Removed all //package ui comments. | Pietro Gagliardi | |
| 2014-02-17 | Added GTK+ message boxes. | Pietro Gagliardi | |
| 2014-02-16 | Cleaned up the idle callback code. | Pietro Gagliardi | |
| 2014-02-16 | Added the beginning of the Unix (GTK+) implementation. | Pietro Gagliardi | |
