summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Expand)Author
2024-07-24#1318 Pagination in the Group InterfaceAlexander Gavriliuk
2024-07-22Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabelRye Mutt
2024-07-22Cache various frequently accessed settings (#2080)Rye Mutt
2024-07-22Introduce scroll wheel support to LLComboBoxRye Mutt
2024-07-19viewer#1923 Fix dependent floater going too far from parentAndrey Kleshchev
2024-07-18Ditch `LLEventTrackable` aka `boost::signals2::trackable`.Nat Goodspeed
2024-07-17#2036 BugSplat Crash #1494874: LLScrollingPanelList::updatePanelVisiblilty()(...Alexander Gavriliuk
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and...Ansariel
2024-07-05Introduce string_view to LLSD map functions to reduce string temporariesRye Mutt
2024-07-02Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and L...Rye Mutt
2024-07-02Reduce string temporaries from LLPanel using string_viewRye Mutt
2024-07-02Reduce string temporaries from LLNotifications using string_viewRye Mutt
2024-07-01Reduce string temporaries from LLTransRye Mutt
2024-07-01Reduce string temporaries from finding colors in the color tableRye Mutt
2024-07-01Use heterogeneous comparison for string_view map finds in LLControl and conve...Rye Mutt
2024-07-01Reduce string temporaries from LLFloaterReg find/getRye Mutt
2024-07-01Reduce string temporaries from findChild and getChildRye Mutt
2024-07-01Fix loop scope issue and rework some strange-looking loopsAnsariel
2024-06-25Add wear/detach actions to Appearance listener; update example scriptMnikolenko Productengine
2024-06-13secondlife/viewer#1475: Fix Terrain tab controls no longer disabled when insu...Cosmic Linden
2024-06-10Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into project/gltf_de...Brad Linden
2024-06-10Post-merge - trim trailing whitespaceAndrey Lihatskiy
2024-06-10Merge branch 'DRTVWR-600-maint-A' into signal/trim-trailingAndrey Lihatskiy
2024-06-10Fix incorrect use of VX/VY/VZ/VW indices when color components are accessedAnsariel
2024-06-10Re-enable compiler warnings C4018, C4100, C4231 and C4506Ansariel
2024-06-10Merge branch 'release/luau-scripting' into lua-ui-callbacksMnikolenko Productengine
2024-06-10Remove SharedCommitCallbackRegistry; add helpers CommitRegistrarHelper and Sc...Mnikolenko Productengine
2024-06-09Fix issues resulting from b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8Ansariel
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-31Cherry-pick leap.lua changes; other clean upMnikolenko Productengine
2024-05-30Fix a bunch of uninitialized variable warnings that showed up in Visual StudioAnsariel
2024-05-30Merge branch release/luau-scriptingMnikolenko Productengine
2024-05-29Trim trailing whitespaceBennett Goble
2024-05-24Merge branch 'release/luau-scripting' into lua-timersNat Goodspeed
2024-05-24Nat's ideas from PR #1547Nat Goodspeed
2024-05-23Merge remote-tracking branch 'origin/project/gltf_development' into brad/merg...Brad Linden
2024-05-23Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-main...Brad Linden
2024-05-22Fix line endlingsAnsariel
2024-05-22Add support for sending messages to Nearby chat from Lua scriptMnikolenko Productengine
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-20#1392 GLTF Upload (#1394)Dave Parks
2024-05-20Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-main...Brad Linden
2024-05-16set UNTRUSTED_ALLOW as default; some LLCommitCallbackInfo clean upMnikolenko Productengine
2024-05-16Merge branch 'lua-ui-callbacks' into release/luau-scriptingMnikolenko Productengine
2024-05-16adjust the flag to be untrusted block/allow/throttleMnikolenko Productengine
2024-05-15Fix missing #include in lltextvalidate.cppNat Goodspeed
2024-05-15Merge branch 'release/luau-scripting' into lua-timers after Maint XNat Goodspeed
2024-05-15Manual whitespace cleanup (fix_whitespace.py).Nat Goodspeed
2024-05-15Merge commit 'e7eced3' into lua-timers for whitespace fixes.Nat Goodspeed
2024-05-15Add trusted flag to UI callbacks, so not everything is accessible from the sc...Mnikolenko Productengine