summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
5 daysRestore currently entered text in chat entry textbox after going through ↵Ansariel Hiller
history with Ctrl-PgUp/PgDown (#2680)
8 daysMerge pull request #3911 from secondlife/mainJonathan "Geenz" Goodman
Merge 2025.03 release into develop.
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-21#3778 #3654 Split text and background selection colorsAndrey 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
2024-09-07viewer#2411 Use font buffer for inventoryAndrey Kleshchev
2024-09-05viewer#2411 Confine font vertex buffers to static text segmentsAndrey Kleshchev
Collection of vertex buffers happens to often with segmented text.
2024-09-05viewer#2411 Use font buffer in line editorAndrey Kleshchev
2024-09-05viewer#2411 Use font buffer in text segmentsAndrey Kleshchev
2024-09-04#2471 The Destinations ComboBox on Login Screen... (quick fix)Alexander Gavriliuk
2024-09-04viewer#2411 Cleanup #2Andrey Kleshchev
2024-09-04viewer#2411 CleanupAndrey Kleshchev
2024-09-04viewer#2411 A bit more coverage for font bufferAndrey Kleshchev
2024-09-04viewer#2411 LLFontGL::render optimizations #2Andrey Kleshchev
2024-09-04Remove usused LLButton::mBorderEnabledAndrey Kleshchev
2024-09-04viewer#2411 LLFontGL::render optimizationsAndrey Kleshchev
2024-09-03#2471 The Destinations ComboBox on Login Screen changes the selected item to ↵Alexander Gavriliuk
the similar one
2024-08-30#2454 Scrolling by the mouse wheel does not scroll up on the unopened ↵Alexander Gavriliuk
Destination field
2024-08-28#2432 Restore default nametag behavior. (#2444)Dave Parks
After instrumenting nametags some more, really UI rendering performance improvements should just focus on LLFontGL::render
2024-08-20Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
# Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp
2024-08-20Clean up boost includes and remove compiler warning pragma for unreachable ↵Ansariel Hiller
code in PCH (#2361)
2024-08-19#2289 BugSplat Crash #1496385: ↵Alexander Gavriliuk
SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79)
2024-08-19Clean up excessive dynamic casts in LLAccordionCtrl (#2333)Rye Mutt
2024-08-19viewer#2296 Don't show 'are you sure you want to leave the call' when ↵Andrey Kleshchev
shutting down
2024-08-14Reduce UI draw stalls from LLSpellChecker singleton via simpletonRye Mutt
2024-08-13#2271 BugSplat Crash #1504299: LLFocusableElement::~LLFocusableElement(79)Alexander Gavriliuk
2024-08-09Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabelRye Mutt