summaryrefslogtreecommitdiff
path: root/indra/llplugin/slplugin/slplugin-objc.h
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-10-17Update to build on Xcode 6.0: fix cocoa NSWindow redefinition errorcallum_linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-13Fixed whitespace issues for merge.Aura Linden
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).