Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
2022-04-16 | Cleanup plugin, create proper target for link libraries. Remove unused | Nicky | |
variables. | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2022-04-13 | Remove another old remnant of the debug config. | Nicky | |
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2022-01-10 | Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JK | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/key_bindings.xml # indra/newview/llappviewer.cpp # indra/newview/llkeyconflict.cpp | |||
2021-12-15 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
2021-12-15 | Merge branch 'master' (DRTVWR-552) into DRTVWR-527-maint | Andrey Kleshchev | |
# Conflicts: # indra/media_plugins/cef/media_plugin_cef.cpp - setOnLoadEndCallback # indra/newview/llviewerassetstorage.cpp - mAssetCoroCount | |||
2021-11-16 | Merge branch 'master' into DRTVWR-534 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/VIEWER_VERSION.txt | |||
2021-11-16 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt | |||
2021-11-16 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/installers/windows/lang_pl.nsi # indra/newview/llfloaterpreference.cpp # indra/newview/llinventorymodel.cpp | |||
2021-11-09 | SL-16333 VLC 3 doesn't support -1 == infinity for input-repeat | Andrey Lihatskiy | |
by Callum | |||
2021-10-28 | SL-16247 Post-d520 libvlc plugin fixes | Andrey Lihatskiy | |
by Callum | |||
2021-10-22 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2021-10-22 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2021-10-18 | SL-16047 Strip unused includes | Andrey Kleshchev | |
2021-10-13 | Merge with head of Master after a new Viewer release | Callum Prentice | |
2021-10-07 | Fix: SL-12320 The Viewer functionality is broken with an in-viewer enabled proxy | Callum Linden | |
2021-08-20 | DRTVWR-534: Batch of modifications to 360 capture project after moving from ↵ | Callum Prentice | |
internal repo to public one. | |||
2021-08-12 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp | |||
2021-08-10 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
2021-07-19 | Merge with Master after Viewer Release (also fixed some glaring automerge ↵ | Callum Prentice | |
screw ups) | |||
2021-07-12 | Fix for SL-15560 pages with undefined html render with gray background ↵ | Callum Prentice | |
instead of white in CEF v91 | |||
2021-07-12 | Fix for SL-15559 PDF files do not load in CEF v91 | Callum Prentice | |
2021-05-18 | Pull in updated Dullahan and use it for for: Fix SL-14888 Media on a Prim ↵ | Callum Prentice | |
should not show JS (about to unload) popups | |||
2021-05-14 | Fixes SL-14897 Disable Flash support in the embedded browser | Callum Prentice | |
2021-05-13 | Revert "Merge branch 'DRTVWR-531' into DRTVWR-516-maint" | Andrey Lihatskiy | |
This reverts commit 07456abe92ab24f373b238f6bd64087c078b7fc3, reversing changes made to 8a33636e8f56f8d1229b3f76ed6205ce8087048d. | |||
2021-04-27 | SL-14664 Added zoomout and sizeall | Andrey Kleshchev | |
Remade code to use getCursorFromString | |||
2021-04-27 | SL-14664 Added 'alias' | Andrey Kleshchev | |
2021-04-26 | SL-14664 Increase range of supported cursors on prim's media | Andrey Kleshchev | |
2021-02-24 | Pull in new version of Dullahan with support for setting the host process ↵ | Callum Prentice | |
path, tweak viewer manifest so it copies the SwiftShader folder (required but may be a Chromium bug) and improve background color matching | |||
2020-11-11 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
2020-10-01 | SL-14044 Windows build fix | Andrey Lihatskiy | |
2020-08-10 | SL-3704 Give plugins some time to terminate | Andrey Kleshchev | |
requestExit() doesn't close CEF, command sets CEF into closing state which will be processed on update() | |||
2020-07-21 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2020-07-17 | SL-13567 Users should have separate CEF contexts | Andrey Kleshchev | |
2020-06-23 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into d476 | Nat Goodspeed | |
following release of D512. | |||
2020-04-28 | Initial port of the changes from DRTVWR509 (Adult Swim) minus the volume ↵ | Callum Prentice | |
fall-off settings updates | |||
2020-03-25 | DRTVWR-494: Fix Windows macro collisions in windows_volume_catcher | Nat Goodspeed | |
by tweaking #include order. | |||
2019-10-16 | Merge fix | andreykproductengine | |
2019-10-15 | Backed out changeset: eb99f42d0fdc | AndreyL ProductEngine | |
2019-10-15 | Downstream merge from lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-09-14 | Backed out changeset: 8e228364f324 | AndreyL ProductEngine | |
2019-09-14 | Backed out changeset: b4182ee25942 | AndreyL ProductEngine | |
2019-09-14 | Backed out changeset: a6398f90389a | AndreyL ProductEngine | |
2019-08-13 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-08-13 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-08-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-07-25 | SL-10962 Support for suppressing JavaScript dialogs in the media plugin code | AndreyL ProductEngine | |
2019-07-01 | SL-3704 Plugin exit issues | andreykproductengine | |