Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | replaces deprecated (since 10.12) reference to NSAnyEventMask with the ↵ | Lars Næsbye Christensen | |
replacement NSEventMaskAny. Functionality unaltered. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
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). |