Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-19 | Remove the scary 32bit exception handler that patches kernel32.dll since it ↵ | Callum Prentice | |
was (a) scary, (b) didn't work on 64 bit and (c) likely the cause of a lot of anti-virus false positives | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-01-20 | OPEN-312: Removed add_dependency entries for items listed in ↵ | Rider Linden | |
target_link_libraries. Superfluous. | |||
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-03-24 | Refer to new QuickTime third party package with fixes for VS2013 & re-add ↵ | callum_linden | |
QuickTime media plugin | |||
2014-10-17 | Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error | callum_linden | |
2013-08-05 | Merge downstream code - Vivox release | simon | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-02 | Cmake doesn't like me | simon | |
2013-05-02 | Fix the cmake fix | simon | |
2013-04-23 | Fix Windows Debug build | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2010-10-12 | merged SNOW-651: Added missing "if (LL_TESTS)" in ↵ | Boroondas Gupte | |
indra/llplugin/slplugin/CMakeLists.txt | |||
2010-10-04 | SNOW-651: Added missing "if (LL_TESTS)" | Boroondas Gupte (original fix by Techwolf Lupindo) | |
Daggified version of http://svn.secondlife.com/trac/linden/changeset/3523 (or of the SNOW-651 part of https://bitbucket.org/Techwolf/viewer-development/changeset/5697874b390b ) | |||
2010-09-27 | STORM-253 FIXED FrontWindow() API is deprecated | Aimee 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). | |||
2010-04-25 | DEV-49389 (SNOW-571 / VWR-18279): Replacing another deprecated ↵ | Aimee Linden | |
WaitNextEvent() for the OS X 10.6 SDK Replaced the deprecated WaitNextEvent() call with ReceiveNextEvent() and SendEventToEventTarget() as a basic event loop in slplugin.cpp | |||
2010-04-21 | Fix for EXT-6287 (fullscreen flash video plays behind the viewer instead of ↵ | Monroe Linden | |
in front) Made SLPlugin into a bundled app on the Mac (this is apparently necessary for the plugin's window to be allowed to get focus). Changed the Info.plist key SLPlugin uses to keep itself out of the dock from LSBackgroundOnly to LSUIElement (this allows it to get focus and display UI). Added some Mac-specific code to slplugin.cpp to manipulate window layers and bring the plugin process to the foreground when something in the process opens a window, and to bring the viewer to the foreground when the last window in the process is closed. | |||
2010-01-27 | CID-1 | Tofu Linden | |
Checker: BAD_COMPARE Function: checkExceptionHandler() File: /indra/llplugin/slplugin/slplugin.cpp (not a bug, but rearranged a little) | |||
2009-11-30 | doxygen: exclude licensing blurbs | bea@american.lindenlab.com | |
2009-11-25 | Fix for DEV-42324 (Default exception handler still called sometimes for ↵ | callum | |
SLPlugin) Added some code from an online article to patch the CRT and disable all default exception handling. | |||
2009-08-27 | svn merge -r 129841:129910 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge. |