Pietro Gagliardi
|
8a81650b3d
|
Moved it all back; the preemptive multitaksing during an event handler kills us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer).
|
2014-07-02 22:53:03 -04:00 |
Pietro Gagliardi
|
5d339e656b
|
Moved everything out of the way pending rewrite.
|
2014-07-02 17:13:40 -04:00 |
Pietro Gagliardi
|
d289fce35c
|
Removed Mac OS X 10.6 support. Quite a hassle that version was...
|
2014-06-11 14:58:39 -04:00 |
Pietro Gagliardi
|
bc848f5c40
|
Fixed all the NSAutoreleasePool issues on Mac OS X 10.6.
|
2014-06-07 19:56:51 -04:00 |
Pietro Gagliardi
|
70d7f9fb2a
|
Got rid of some of the autorelease pool warnings by creating a temporary pool for each call to toNSString().
|
2014-06-07 19:39:59 -04:00 |
Pietro Gagliardi
|
989ac438fc
|
Fixed the whole NSApplication.h thing so now the project builds with both 10.6 and 10.8. Ugh.
|
2014-05-20 08:35:39 -04:00 |
Pietro Gagliardi
|
c6d24f0e32
|
Changed #include to #import on the Objective-C files to settle the whole include guards thing. Now to continue fixing Mac OS X 10.6 building...
|
2014-05-20 08:08:55 -04:00 |
Pietro Gagliardi
|
3e9e767d79
|
Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it won't build on 10.6 itself without problems, so...
|
2014-05-20 07:46:57 -04:00 |
Pietro Gagliardi
|
216b5c183c
|
Made drawing of NSScrollView backgrounds explicit on Mac OS X. This is what Interface Builder sets for NSTableViews, so we do that too for Listbox. This also means NSScrollView draws the background for our Areas, settling the clear clip rect TODO.
|
2014-05-17 20:21:48 -04:00 |
Pietro Gagliardi
|
a9717bfb4f
|
Organized the dummyRect declarations/definitions/etc. in the Objective-C files. I think that's it for the Objective-C conversion of the Mac OS X code!
|
2014-05-16 09:13:11 -04:00 |
Pietro Gagliardi
|
402e73c307
|
Whoops, forgot to add objc_darwin.m to git!
|
2014-05-16 06:38:18 -04:00 |