Pietro Gagliardi
|
9d18f04a7c
|
Corrected the environment in windowsconstgen.go so that we can run it from test.sh. Phew!
|
2014-05-25 16:50:52 -04:00 |
Pietro Gagliardi
|
e2063cf946
|
Integrated windowsconstgen into the test build script. There's a small issue regarding amd64...
|
2014-05-25 16:40:15 -04:00 |
Pietro Gagliardi
|
40a9dc55c9
|
Changed the ".." import in the test binary to a proper "github.com/andlabs/ui" import. (This means I finally moved my working environment out of a folder src/wingo and into the proper src/github.com/andlabs/ui.)
|
2014-03-04 23:10:48 -05:00 |
Pietro Gagliardi
|
be5458c0a3
|
Major code restructure to allow Cocoa to work correctly. Cocoa requires that 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-03-01 15:18:29 -05:00 |