summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2026-01-21Merge tag 'Second_Life_Release#ca6601cb-2026.01' into 2026.01Erik Kundiman
2026-01-08#5232 Crash on mHoverItem in context menuAndrey Kleshchev
2025-12-04Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01Erik Kundiman
2025-12-03Build fixAndrey Lihatskiy
2025-12-03Merge pull request #5094 from secondlife/mainJonathan "Geenz" Goodman
2025.08 -> Develop
2025-12-02#5086 Fix 'Copy SLURL' generating obsolete http linkAndrey Kleshchev
use https
2025-12-01Fix build failure introduced in boost::function cleanup from missing bind headerRye
2025-12-01#5078 Replace boost::function with std::functionRye
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-30Replace boost noncopyable and undefined function usage with modern c++ ↵Rye
deleted operator and constructor
2025-11-28#5072 Use make_shared for more efficient ref counting and allocationRye
2025-11-27#5046 Fix accordion control's excessive rearranges #2Andrey Kleshchev
Since arrange is no longer part of LLInventoryItemsList::doIdle(), reduced time limit.
2025-11-27#5046 Remove redundant updates in outfit list #1Andrey Kleshchev
2025-11-16Fix error when adding a widget filename to the mFileNames stackFrederick Martian
base_filename is already an absolute path that was resolved in ffindSkinnedFilenames() above but the oushFileName() method tries to do the same again, resulting in an invalid path (the skin directory path is prepended twice)
2025-11-11Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08Erik Kundiman
2025-11-10#4932 fix @mention being displayed twice if the name has a TM symbolMaxim Nikolenko
2025-11-10#4932 fix @mention being displayed twice if the name has a TM symbolMaxim Nikolenko
2025-11-06#4656 Don't scroll to a child that is already in view and can not fitAndrey Kleshchev
2025-11-05Merge tag 'Second_Life_Release#5e11448e-2025.08' into 2025.08Erik Kundiman
2025-11-03#4879 An Emoji in a display name can affect text in chatAndrey Kleshchev
An emoji was spliting inlineview thus affecting displayed text.
2025-11-03#4920 fix group categories not being displayed when one below is expandedMaxim Nikolenko
2025-10-30#3670 Add a sortable status column to the list of gesturesAndrey Kleshchev
2025-10-27#4879 An Emoji in a display name can affect text in chatAndrey Kleshchev
An emoji was spliting inlineview thus affecting displayed text.
2025-10-26Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08Erik Kundiman
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-21Improve LLFile to be consistent between Windows and Linux/MacRolfKal
2025-10-16#3379 Fix callback cleanupAndrey Kleshchev
Instead of marking as 0, mark for cleanup
2025-10-16Fix C26444 compiler warning (creating unnamed RAII instances that could lead ↵Ansariel
to unintended behavior)
2025-10-15#3263 Repeat Notification Noise on Find Emoji FloaterAndrey Kleshchev
2025-10-01#vp484 Crash in LLFolderViewFolder::setOpenMaxim Nikolenko
2025-10-01Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07Erik Kundiman
2025-09-29#4750 Crash in LLToolBarView::handleDropToolAndrey Kleshchev
2025-09-24#4723 Fix emoji warnings and missing emojisAndrey Kleshchev
2025-09-24#4724 Fix performance problems with My OutfitsAndrey Kleshchev
2025-09-22#4715 disable ZoomIn an object item when the region is not connected to the ↵Maxim Nikolenko
current region
2025-09-19#4679 Logging for crash on updateMenuOptionsAndrey Kleshchev
Logs say that viewer closed settings picker and immediately crashed Yet callstack indicates that some inventory was right clicked, which shouldn't be possible if picker already closed. May be some click is closing the picker and opens menu at the same time, but it's better to gather information first.
2025-09-15Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07Erik Kundiman
2025-09-10Merge branch 'release/2025.07' into project/mac_universalJonathan "Geenz" Goodman
2025-09-06#4639 Crash at getDimensionsF32Andrey Kleshchev
2025-08-28Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemacRye
2025-08-25Merge pull request #4603 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Update develop with latest 2025.06 changes.
2025-08-21Merge tag 'Second_Life_Release#787b63f4-2025.06' into 2025.06Erik Kundiman
2025-08-21Merge tag 'Second_Life_Release#143de1dd-2025.06' into 2025.06Erik Kundiman
2025-08-20Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemacRye
2025-08-20Rework macOS retina support to remove deprecated code and fix scaled input ↵Rye
issues in multimonitor
2025-08-20#3922 Crash on removeStringNoUndoAndrey Kleshchev
2025-08-15#4561 Crash at initializeURLHistoryAndrey Kleshchev
2025-08-14Merge 2025.06 into developAndrey Kleshchev
Merge 2025.06 into develop
2025-08-08#4474 Zoom in to Object From ChatAndrey Kleshchev
Url based handler for compact chat Normal handling for expanded chat.
2025-08-08Merge tag 'Second_Life_Release#55f1c8b9-2025.06' into 2025.06Erik Kundiman
2025-08-08Merge branch '2025.05' into 2025.06Erik Kundiman