| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-19 | Add toggle for PipeWire volume catcher, and refactoring | Maki | |
| 2024-04-09 | Update Linux media handling (#1146) | Nicky Dasmijn | |
| * Enable CEF browser for Linux * Disable the update for Linux, we don't have that one right now * Update build_linux.yaml We need libpulse-dev for volume_catcher Linux * Add linux_volum_catcher* files * Enable OpenAL for Linux-ReleaseOS * Linux: Update OpenAL * Update SDL2 * Add libsndio-dev to the dependencies. * Update CEF to an official LL version * Remove dupe of emoji_shortcodes * Reording autobuild does because it can and wants to * Linux: Disable NDOF for the time being. After updating the ndof 3P needs to be rebuilt and we do not have a fresh one from LL yet. Forcefully undefine LIB_NDOF, it gets defined in the build variables no matter if it is safe to define. * Remove wrestling with mutliarch and LIBGL_DRIVERS_PATH * Remove tcmalloc snippet, tcmalloc is a very faint bad dream of the past * Putting out a warning this viewer ran on a x64 arch and then suggesting to install 32 bit compat packages makes no sense at all * CEF resources need to be in lib * It;'s okay to warn about missing plugins * Linux: CEF keyboard handling * Remove old gstreamer 0.10 implementation * Linux DSO loading always had been very peculiar due to macro magic. At least now it is peculiar shared magic with only one implementation. * Remove -fPIC. We get that one from LL_BUILD * /proc/cpuinfo is not reliable to detrmine the max CPU clock. Try to determine this by reading "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq". Only if this fails go back to /proc/cpuinfo * Cleanup * Cleanup common linker and compiler flags, make it more obvious which flags are for which OS/compiler * Switch to correct plugin file * Install libpulse-dev for volume catcher. * And the runner needs libsndio-dev as well. * check for runner.os=='linux'. matrix.os is the full name of the image (limux-large). | |||
| 2022-09-14 | SL-18151 [SEC] MOAP can force multiple floaters open on users screen: The ↵ | Callum Linden | |
| Viewer part of the fix for this JIRA - pulls in the updated Dullahan that exposes the user_gesture/is_redirect flags and uses them to determine what type of 'nav_type' is exchanged with viewer/plugin | |||
| 2022-05-21 | SL-17452 CEF not working in non-ASCII install path | Andrey Kleshchev | |
| Fix ASCII specific function | |||
| 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-10-18 | SL-16047 Strip unused includes | Andrey Kleshchev | |
| 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-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-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-17 | SL-13567 Users should have separate CEF contexts | Andrey Kleshchev | |
| 2020-04-28 | Initial port of the changes from DRTVWR509 (Adult Swim) minus the volume ↵ | Callum Prentice | |
| fall-off settings updates | |||
| 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 | |
| 2019-06-20 | Merged in DRTVWR-492 | AndreyL ProductEngine | |
| 2019-06-11 | Pull in CEF 75.0.1+gb5e74dd+chromium-75.0.3770.80 and Dullahan 1.2.x along ↵ | callum_linden | |
| with some minor compatibility changes | |||
| 2019-06-11 | SOCIAL-231 Show tooltips for links and images im media browser | maxim_productengine | |
| 2019-06-10 | Changes from @andreyk for improved mouse scroll wheel performance and pull ↵ | callum_linden | |
| in new Dullahan with CEF 74.1.19_gb62bacf_chromium-74.0.3729.157 | |||
| 2019-04-26 | SL-1221 Web page displays incorrectly | ruslantproductengine | |
| - Fixed | |||
| 2019-03-18 | Pull in a change to Dullahan that allows user to specify flag that lets ↵ | callum@gmail.com | |
| video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320). Also sets a flag in media plugin CEF code to change the settings from false (default) to true | |||
| 2019-03-19 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
| 2019-03-07 | SL-9846 FIXED [MAC] Empty space is inserted into the text field while ↵ | Mnikolenko ProductEngine | |
| switching fields by pressing 'Tab' in Viewer browser | |||
| 2019-03-01 | SL-10473 FIXED [OSX] Checkboxes become invisible after ticking on them in ↵ | maxim_productengine | |
| the built-in browser | |||
| 2018-04-12 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
| 2018-04-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2018-04-06 | MAINT-8501 FIXED [MAC] Web window doesn't close using 'ESC' button on the ↵ | Mnikolenko ProductEngine | |
| Login page. | |||
