Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-17 | Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error | callum_linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-25 | Fix for EXT-8089 (Log spam from SLPlugin about "autoreleased with no pool in ↵ | Monroe Linden | |
place - just leaking") Added slplugin-objc.mm. Made SLPlugin do the cocoa setup during initialization, and create/delete an autorelease pool each time through its main loop. This should make plugin code that's using autorelease correctly not leak. Fixed a bug in the version of setupCocoa() used in the viewer (it was never setting its "inited" variable). |