summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2022-10-29Fix use of deprecated CGDisplayAvailableModes with CGDisplayCopyAllDisplayModesRye Mutt
2022-10-29Fix RenderAppleUseMultGL debug setting for enabling threaded GL engineRye Mutt
2022-10-28Clean up autorelease behavior in llwindowmac and additional leaksRye Mutt
2022-10-28Fix leaks in mac IMERye Mutt
2022-10-28Fix leak of copy and paste on macRye Mutt
2022-10-28Fix leaks in mac filepicker codeRye Mutt
2022-10-28Fix memory leaks in lldir objc/macRye Mutt
2022-10-29Merge remote-tracking branch ↵Andrey Lihatskiy
'RyeMutt/viewer/datapacker-crashfixes/datapacker-crashfixes' into DRTVWR-570-maint-Q
2022-10-28Fix multiple leaks in the case of failure to deserialize animationsRye Mutt
2022-10-28Harden LLDataPackerBinaryBuffer from performing invalid memcpy in case ↵Rye Mutt
buffer is too small
2022-10-28SL-16534 The link item is not updating after rezzing the linked object in-worldMnikolenko Productengine
2022-10-27DRTVWR-570 Mac build fix: unused variables cleanupAndrey Lihatskiy
2022-10-27SL-18172 add the link to open object weights floaterMnikolenko Productengine
2022-10-27DRTVWR-570 Mac build fixAndrey Lihatskiy
2022-10-27SL-18157 Allow translation services to work in IM and group messagingMnikolenko Productengine
2022-10-26Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-573-maint-RAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-568Callum Linden
2022-10-26Increment viewer version to 6.6.7Nat Goodspeed
following promotion of DRTVWR-574
2022-10-26SL-18440 fix for sorting by "Date" columnMnikolenko Productengine
2022-10-25SL-18438 Mac build fixAndrey Lihatskiy
2022-10-25Merge remote-tracking branch 'RyeMutt/viewer/pod-uuid' into DRTVWR-570-maint-QAndrey Lihatskiy
2022-10-25SL-17991 update tooltip over Clear History buttonMaxim Nikolenko
2022-10-25Restore LLUUID to a plain old data type in a post-c++11 worldRye Mutt
2022-10-24Merge master into DRTVWR-568 (and fix conflicts)Callum Linden
2022-10-24SL-18432 Fix for alpha sortingAndrey Lihatskiy
2022-10-24SL-18388 Searchable debug settings UIMnikolenko Productengine
2022-10-23Bring back Nat's tribute to Macho Man Randy Savage by reverting:Nicky
"SL-18389 - tracking down an odd code-signing issue on mac - speculative fix - this is the only different between this and other viewers that do run correctly" This reverts commit 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed.
2022-10-23Revert "SL-18390: speculative fix for broken notarization - part2"Nicky
This reverts commit 31917709d9f4d9d4742910ae7990009a1580b150.
2022-10-23Remove ll::bugsplat as a llcommon depencencyNicky
In theory it is fine to do that, in practice it does break gatekeeper in subtle ways due to https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG207 Having bugsplat linked to all executables results in executables with an embedded rpath that is invalid for Gatekeeper. Luckily it shows this is in the worst possible way. The viewer cannot be started with a non helpful message of teh viewer being unable to verified. While at the same time spctl and codesign both show no errors at all.
2022-10-23Refactor emoji matchingKitty Barnett
2022-10-23Cannot use the :+1 emoji shortcodeKitty Barnett
2022-10-23Mini emoji helper shows as a small slice when there are no matching emojisKitty Barnett
2022-10-23Handle return and escape in the mini emoji helperKitty Barnett
2022-10-23Show tooltip when hovering over an emoji text segment (currently will show ↵Kitty Barnett
its shortcode)
2022-10-23Provide a way for a floater to remain the topmost floater, even when focus ↵Kitty Barnett
is given to a different floater
2022-10-23Autosize the mini emoji helper to fit the number of shown emojisKitty Barnett
2022-10-23Add emoji helper support to LLTextEditorKitty Barnett
2022-10-23Add the emoji helper class which can be used by text-input controls to ↵Kitty Barnett
provide emoji picker support
2022-10-23Add the basic emoji dictionary class (responsible for loading them from disk ↵Kitty Barnett
and providing helpful lookup functions)
2022-10-23Add mini emoji (auto-)complete helperKitty Barnett
2022-10-23Add emoji helper support to LLTextEditorKitty Barnett
2022-10-23Create a separate segment for emoji characters so that we can display them ↵Kitty Barnett
in a slightly larger font size than the surrounding text
2022-10-23Add emoji as its own font to promote character reuseKitty Barnett
2022-10-21SL-18390: speculative fix for broken notarization - part2Callum Prentice
2022-10-20SL-18423 Post-merge: restore RyeMutt's fix from SL-18412Andrey Lihatskiy
2022-10-20Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h
2022-10-20Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-20Increment viewer version to 6.6.6Nat Goodspeed
following promotion of DRTVWR-548