summaryrefslogtreecommitdiff
path: root/indra/llplugin/slplugin/slplugin-objc.mm
AgeCommit message (Collapse)Author
2023-07-21replaces deprecated (since 10.12) reference to NSAnyEventMask with the ↵Lars Næsbye Christensen
replacement NSEventMaskAny. Functionality unaltered.
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-07-11Merged in viewer-releaseAura Linden
2013-05-16Removed debugging.Aura Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-12Ported slplugin and some other missing components for cocoa.Aura Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-25Fix 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).