Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-26 | Make nmake builds more like VS builds. | David Walter Seikel | 1 | -1/+1 | |
Still some tweaking to go, therefore, still some rough bits in this. | |||||
2011-05-17 | show plugin debug messages also on windows | Armin Weatherwax | 4 | -1/+76 | |
2011-05-17 | send plugin messages with in notation format instead of xml | Armin Weatherwax | 1 | -5/+8 | |
sideffect: media volume updates work on linuces where they failed. | |||||
2011-03-08 | Fixed windows compile error | McCabe Maxsted | 1 | -1/+1 | |
2011-03-01 | use logcontrol.xml also for SLPlugin | Armin Weatherwax | 1 | -3/+36 | |
2011-03-01 | remove unused webkit include in llplugin | Armin Weatherwax | 2 | -3/+0 | |
2011-03-01 | Add short documentation to which project/s (viewer/SLPlugin/libmediaplugin) ↵ | Armin Weatherwax | 10 | -2/+18 | |
llplugin* classes belong to Yes, I confess: I grepped for unique strings in the binaries, to be absolutely sure. | |||||
2011-03-01 | fix news bar doesn't open internal browser | Armin Weatherwax | 1 | -1/+2 | |
2011-02-10 | Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵ | McCabe Maxsted | 5 | -104/+104 | |
spam when debugging plugins | |||||
2010-11-23 | Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵ | McCabe Maxsted | 2 | -0/+4 | |
winsock2.h is always included before windows.h throughout the source to prevent collisions | |||||
2010-11-17 | IMP-590: Added a thread-safe and robust wrapper for APR pools. | Aleric Inglewood | 8 | -46/+36 | |
See http://redmine.imprudenceviewer.org/issues/590 | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 1 | -4/+0 | |
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts. | |||||
2010-11-02 | Fix llqtwebkit version incompatibility. | Aleric Inglewood | 2 | -39/+0 | |
This patch has the minimum changes needed to be compatible with LLQTWEBKIT_API_VERSION 2. From llqtwebkit.h: Version 2: indra/media_plugins/webkit/media_plugin_webkit.cpp: * Changed the usage of the event parameters in onClickLinkHref and onClickLinkNoFollow events slightly. The clicked URI for both should now be retrieved with getEventUri() instead of getStringValue(). The "target" string in onClickLinkHref is now retrieved with getStringValue() instead of getStringValue2(). * The contents of getStringValue2() in the onClickLinkHref event is now a unique ID for the window proxy the click targets. all changed files: * Removed the "link target type" concept, since it doesn't really belong here. Note that not all changes have been taken into account, since we need a LOT of code changes for MoaP before that gets relevant; most notably: "target" and "uuid" aren't used anywhere. The new LLEmbeddedBrowserWindowObserver::onWindowGeometryChangeRequested and LLEmbeddedBrowserWindowObserver::onRequestFilePicker are still not implemented. Version 1 introduced LLEmbeddedBrowserWindowObserver::onWindowCloseRequested which is also still not implemented. | |||||
2010-11-02 | Added conversion function for plugin EState to string info | McCabe Maxsted | 2 | -1/+52 | |
2010-10-21 | Add support for PluginAttachDebuggerToPlugins for linux | Aleric Inglewood | 1 | -0/+11 | |
Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE. | |||||
2010-10-17 | Add LLQTWEBKIT_INCLUDE_DIR to indra/llplugin/CMakeLists.txt | Aleric Inglewood | 1 | -1/+2 | |
Make it find llqtwebkit.h with --standalone. | |||||
2010-10-15 | Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵ | Aleric Inglewood | 1 | -2/+2 | |
snowglobe 2.x). | |||||
2010-10-15 | Comment out code to make it compile at all (with the latest llqtwebkit). | Aleric Inglewood | 1 | -0/+4 | |
2010-09-23 | update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵ | Armin Weatherwax | 17 | -83/+1757 | |
loading. Issue: llqtwebkit needs update for Linux 64bit | |||||
2010-09-23 | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 1 | -0/+4 | |
2010-09-23 | update llplugin to latest version of SG2, pull latest webkit | Armin Weatherwax | 18 | -56/+115 | |
2010-09-23 | port SG2.0 Mediaplugs (webkit supports flash now) | Armin Weatherwax | 20 | -67/+178 | |
2010-09-23 | Added fix for word size from Snowglobe (only for Windows--didn't update ↵ | McCabe Maxsted | 1 | -0/+7 | |
Linux or Mac as I can't test them) | |||||
2010-09-23 | CMake now runs correctly on Windows | McCabe Maxsted | 1 | -0/+8 | |
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 20 | -0/+5452 | |