summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2025-05-22#4132 fix name mentions sometimes not being highlightedMaxim Nikolenko
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-17Merge pull request #3933 from Ansariel/develop-llui-improvementsJonathan "Geenz" Goodman
Clean up LLUI and fix/add suggestions from VS
2025-04-18Clean up LLUI and fix/add suggestions from VS (#2746)Ansariel Hiller
# Conflicts: # indra/llui/lltextbase.h # indra/llui/lltexteditor.h # indra/llwindow/llwindowsdl.cpp
2025-04-18Restore currently entered text in chat entry textbox after going through ↵Ansariel Hiller
history with Ctrl-PgUp/PgDown (#2680)
2025-04-17#3922 out_of_range crash in preeditorAndrey Kleshchev
2025-04-15Merge pull request #3911 from secondlife/mainJonathan "Geenz" Goodman
Merge 2025.03 release into develop.
2025-04-01Merge branch 'release/2025.03' into release/2025.04Jonathan "Geenz" Goodman
2025-03-30#3795 Crash at getVolatileAPRPool()Andrey Kleshchev
2025-03-29#3836 Fix crash at LLNotificationForm::getNumElements()/LLSD::size()Andrey Lihatskiy
2025-03-27#3820 crash at LLNotificationTemplateMaxim Nikolenko
2025-03-26#3814 Out of range exception in TextCmdRemove::executeAndrey Kleshchev
2025-03-21vp#404 Improve URL filterAndrey Kleshchev
2025-03-21#3778 #3654 Split text and background selection colorsAndrey Kleshchev
2025-03-19viewer#2270 The "More" button does not close the "Choose emoji" floaterAndrey Kleshchev
2025-03-19Merge branch 'release/2025.03' into release/2025.04Andrey Kleshchev
2025-03-12Try to parallelize xcode builds further and add more headers to PCH to ↵Rye
reduce build time
2025-03-06Fix preferences search not finding text defined in text boxes (#3653)Rye
2025-03-06#3654 Searchable disabled settings not readable when highlightedAndrey Kleshchev
2025-03-01Merge pull request #3634 from secondlife/release/2024.12-ForeverFPSJonathan "Geenz" Goodman
Update develop with ForeverFPS
2025-02-26Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ↵Rider Linden
indicate if the world map should be opened and focused.
2025-02-19#3581 #3563 Fix callback deletion not workingAndrey Kleshchev
2025-02-07#3505 Fix updateMenu() being called too frequently on fetch callbackAndrey Kleshchev
The actual problem is fetch dumping thousands of callbacks, but this should mitigate the problem
2025-01-22viewer#3088 Report out of memory as a separate 'category'Andrey Kleshchev
2025-01-20#3319 Crash at LLInitParam::Param::setProvidedAndrey Kleshchev
Most crashes are related to LLStyle, log analysis suggests that it might be a number of different issues, including memory and disk issues. Just avoid recreating expensive LLStyle without reason.
2024-12-19#3302 fix crash on changing filter string when content is loading or there ↵Maxim Nikolenko
is no object selected
2024-12-10#3222 Make sure variables are initializedAndrey Kleshchev
in case anybody adds more constructors and forgets to set init.
2024-12-09#3222 Emoji tabs losing symbolsAndrey Kleshchev
2024-09-25viewer#2646 Fix viewer ignoring Physics Shape Type changesAndrey Kleshchev
asStringRef is only valid for strings
2024-09-19Expose LLVector4a in LLRenderAndrey Kleshchev
Avoid using a bunch of allocators. Make sure we use LLVector4a's SSE logic instead of LLVector3's. Some minor optimizations.
2024-09-18#2408 The long covenant with emojis significantly slows down some operations ↵Alexander Gavriliuk
in the viewer
2024-09-18Remove quads rendering mode entirely (#2593)Ansariel Hiller
2024-09-18viewer#2565 Optimize LLFolderViewItem::draw()Andrey Kleshchev
2024-09-17Fix Visual Studio complaints in LLTrans (#2575)Ansariel Hiller
2024-09-12Fix names in group chat sometimes showing as "Loading..." and never resolve ↵Ansariel Hiller
(#2547)
2024-09-09Changes towards C++20 compatibility (#2520)Ansariel Hiller
2024-09-08#459 Filters on object inventoryAlexander Gavriliuk