| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | Added a Listbox preferredSize test window to the main test program, as it ↵ | Pietro Gagliardi | |
| appears I'm going to have to change how sysData.preferredSize() works on Mac OS X to acommodate NSTableView, NSScrollView, and NSProgressIndicator... | |||
| 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. | |||
