Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-25 | Merge tag '7.1.6-release' | Erik Kundiman | |
source for viewer 7.1.6.8745209917 | |||
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-03-22 | Add Develop menu option 'Debug Camera Controls' | Alexander Gavriliuk | |
2024-03-10 | viewer#944 Make 'Debug Unicode' feature available for all LLViews | Alexander Gavriliuk | |
2024-03-02 | Merge tag '7.1.3-release' | Erik Kundiman | |
source for viewer 7.1.3.7878383867 | |||
2024-03-01 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp | |||
2024-02-22 | IME composition is now replaced by the result | Erik Kundiman | |
instead of being printed alongside. For now, it always gets reset from the start after pressing Return, which is to be fixed next. | |||
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-01-30 | First attempt to fix unicode input | Erik Kundiman | |
It should work well enough with most, but on Japanese (I assume all CJK), for now the composition part is still left printed out along with the result (as opposed to just replaced by the result). It's to be fixed next. | |||
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵ | Alexander Gavriliuk | |
a preset...' option of the 'Preferences' floater | |||
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel | |
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk | |
2023-11-09 | SL-20438 Emoji picker will dock with edge of screen if the Conversations ↵ | Alexander Gavriliuk | |
floater is dragged there | |||
2023-10-08 | Merge branch main into DRTVWR-489 | Alexander Gavriliuk | |
2023-10-02 | SL-20356 Allow menu navigation by tabbing around emoji menu | Alexander Gavriliuk | |
2023-07-18 | DRTVWR-489: trivial merge conflict fix | Callum Prentice | |
2023-05-18 | SL-19649 reduce logging out time for larger inventories | Maxim Nikolenko | |
2023-05-12 | SL-19649 Don't update bounding rect excesively | Andrey Kleshchev | |
2023-05-12 | SL-19649 add missing update | Maxim Nikolenko | |
2023-05-12 | SL-19649 reduce logging out time for larger inventories | Maxim Nikolenko | |
2023-02-01 | SL-19117 Extend texture preview to show thumbnails when present | Andrey Kleshchev | |
2023-01-26 | DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer ↵ | Callum Prentice | |
working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer | |||
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | Kitty Barnett | |
2022-08-28 | Merge branch 'contribution/emoji' | Kitty Barnett | |
2022-01-14 | SL-16606: Add profiler category UI | Ptolemy | |
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2021-04-29 | Merge master (DRTVWR-515) into DRTVWR-516-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/llcommon/llcoros.cpp # indra/llmessage/llcoproceduremanager.cpp # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/llfloaterimsessiontab.cpp | |||
2020-09-28 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llvocache.cpp | |||
2020-09-28 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelprimmediacontrols.cpp | |||
2020-09-18 | SL-13729 Performance of LLUI and LLRender2D #3 | Andrey Kleshchev | |
2020-09-17 | SL-13729 Performance of LLUI and LLRender2D #2 | Andrey Kleshchev | |
2020-08-18 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llimprocessing.cpp | |||
2020-08-14 | SL-13293 Fixed reshape behavior for scale change | Andrey Kleshchev | |
2020-08-11 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/DirectX.cmake # indra/newview/llviewerparcelmedia.cpp # indra/newview/viewer_manifest.py | |||
2020-07-23 | SL-13642 Get rid of that ugly ignore -Wdelete-incomplete | Andrey Lihatskiy | |
Get rid of that ugly '#pragma clang diagnostic ignored "-Wdelete-incomplete"' by making sure the delete always happens inside llview.cpp, where the type of LLView is known. | |||
2020-04-13 | SL-11172 Re-fixed, now should affect 'tab' only | Andrey Kleshchev | |
2020-02-03 | Merge branch 'DRTVWR-501' into trunk | Andrey Lihatskiy | |
2020-01-09 | SL-11172 Scroll to focused object if object is not in visible area | andreykproductengine | |
2019-11-28 | Buildfix | AndreyL ProductEngine | |
2019-11-27 | Upstream merge from viewer-neko | AndreyL ProductEngine | |
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
2019-11-12 | Buildfix | AndreyL ProductEngine | |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-11-06 | Characters can have more than one representation in LLFontFreetype | Kitty Barnett | |
* By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing | |||
2019-09-10 | SL-11910 [Win] Horizontal scroll | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-07-26 | SL-8380 Ability to disable 2D UI tooltips | andreykproductengine | |