summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2025-11-06#4656 Don't scroll to a child that is already in view and can not fitAndrey Kleshchev
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-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-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-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-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-06Merge branch develop into 2025.06Andrey Kleshchev
# Conflicts: # indra/newview/llvoavatar.cpp
2025-07-29#4385 show agent name next to @ mention url in chat logsMaxim Nikolenko
2025-07-17#4047 fix 'Show on Map' command for parcel URI linksMaxim Nikolenko
2025-06-27#4184 clearAndDeparentModels crashAndrey Kleshchev
To resolve dual ownership switched children to LLPointer
2025-05-28Merge branch 'main' into marchcat/2505-mergeAndrey Lihatskiy
# Conflicts: # .github/workflows/qatest.yaml # indra/llcommon/llsdutil.h # indra/llui/llflatlistview.h # indra/newview/llinventorybridge.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitgallery.h
2025-05-28Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-developJonathan "Geenz" Goodman
2025-05-27Add font buffer resetting in LLLineEditor.clear() (#4159)TJ
2025-05-22#4132 fix name mentions sometimes not being highlightedMaxim Nikolenko
2025-05-22#4110 Crash on LLScrollListCtrl::deleteSelectedItemsAndrey Kleshchev
2025-05-09#3758 do not reopen avatar picker floaterMaxim Nikolenko
2025-05-07#4011 Add conversation list highlight for chat mentionMaxim Nikolenko
2025-05-05#4009 Add color settings for chat mentions to PreferencesMaxim Nikolenko
2025-04-25#3758 clean up: move EUnderlineLinkMnikolenko Productengine
2025-04-25post merge fixMnikolenko Productengine
2025-04-25Merge branch 'release/2025.04' into 2025.04-chat-mentionMnikolenko Productengine
2025-04-25#3758 disable editing of mention segmentMnikolenko Productengine
2025-04-23#3758 show mention name in bubble chatMnikolenko Productengine
2025-04-23#3952 insert @ name at the cursor positionMnikolenko Productengine
2025-04-23#3962 allow Tab work the same way as picking name with EnterMnikolenko Productengine
2025-04-18Merge develop into release/2025.04Andrey Kleshchev
2025-04-18Restore missing 'override'Andrey Lihatskiy
2025-04-18#3758 initial chat mention supportMnikolenko Productengine
2025-04-18#3758 add support for highlighted segmentsMnikolenko Productengine
2025-04-18Restore missing 'override'Andrey Lihatskiy
2025-04-18Merge branch 'develop' into marchcat/05-developAndrey Lihatskiy
2025-04-18Merge branch 'release/2025.05' into marchcat/05-developAndrey Lihatskiy
2025-04-17Merge pull request #3933 from Ansariel/develop-llui-improvementsJonathan "Geenz" Goodman
Clean up LLUI and fix/add suggestions from VS