summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2026-05-06Merge tag 'Second_Life_Release#b44809f7-26.2' into 2026.02Erik Kundiman
2026-05-02Merge branch 'main' into 2026.02Erik Kundiman
2026-05-02Don't treat SFINAE incomplete as error on GCCErik Kundiman
for compiling using GCC 16 on Fedora 44.
2026-04-28#5726 Crash initing in-viewer consoleAndrey Kleshchev
2026-04-23Merge tag 'Second_Life_Release#84f50b9d-26.2' into 2026.02Erik Kundiman
2026-04-22change default font to SansSerifSmallMnikolenko Productengine
2026-04-19Merge tag 'Second_Life_Release#8ffb73b4-26.2' into 2026.02Erik Kundiman
2026-04-07#5618 fix displaying Inventory tab scroll buttons when they are not neededMaxim Nikolenko
2026-03-17#5462 update button and menu colorsMnikolenko Productengine
2026-03-15#5462 Login form update #2Mnikolenko Productengine
2026-03-09#5462 Login form updateMnikolenko Productengine
2026-03-07Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02Erik Kundiman
2026-02-25Merge branch 'release/2026.02' into maxim/flat-ui-fonts-updateMnikolenko Productengine
# Conflicts: # indra/newview/skins/default/xui/en/panel_preferences_general.xml
2026-02-25Floaters and UI controls adjustments #2Mnikolenko Productengine
2026-02-20#5396 Add an option to hide Recent, Worn and Favorites tabsMaxim Nikolenko
* #5396 Add an option to hide Recent, Worn and Favorites tabs * #5396 skip tabs initialization if hidden
2026-02-09UI controls adjustments and selection color updateMaxim Nikolenko
* UI controls adjustments and selection color update * Use constexpr instead of magic numbers
2026-02-08Adjust buttons and lists for font size being largerAndrey Kleshchev
2026-02-05Login button update and other color adjustmentsMnikolenko Productengine
2026-01-23Expose floater's header font to XUIAndrey Kleshchev
2026-01-21Reduce temporary allocations during xui parsing via move optimizationsRye
2026-01-21Modernize std::type_info* usage in containers with std::type_indexRye
Introduce operator<< for std::type_index for logging output Utilize std::unordered_map inside llheteromap, llinitparam, llregistry Remove unused Comparator template parameter from LLRegistry
2026-01-21Optimize various usages of std::map with frequent find access with ↵Rye
std::unordered_map Introduce ll::string_hash heterogeneous string hasher
2026-01-21Introduced Tracy instrumentation to app initializationRye
2026-01-21Merge tag 'Second_Life_Release#ca6601cb-2026.01' into 2026.01Erik Kundiman
2026-01-15Merge branch 'project/fonts-update' into project/flat-ui-fonts-updateMnikolenko Productengine
2026-01-15Merge branch 'develop' into project/flat-ui-fonts-updateMnikolenko Productengine
2026-01-13Permit vertically adjusting label position in inventoryAndrey Kleshchev
2026-01-13#5259 Crash at LLFolderViewFolderAndrey Kleshchev
Don't rely on folder surviving, pass a safer pointer.
2026-01-12#5241 Crash at onIdleUpdateFavoritesMaxim Nikolenko
2026-01-09Merge release/2026.01 into developAndrey Kleshchev
2026-01-08#5232 Crash on mHoverItem in context menuAndrey Kleshchev
2026-01-06secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer ↵Alexander Gavriliuk
Users please
2026-01-05#3096 Shift+Tab selects extra lines on script edit on reduce indentAlexander Gavriliuk
2026-01-05Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
This allows removing #include "llerror.h" from llpointer.h. Also remove #include "llmutex.h" as a heavy way to get <boost/functional/hash.hpp>. That requires adding #include "llmutex.h" to llimage.h, llnotifications.h, llwatchdog.cpp and llvolumemgr.cpp, which were inheriting it from llpointer.h.
2025-12-10#5138 fix multi column comboboxes not honoring width parameterZi Ree
2025-12-04Merge branch 'release/2026.01' into maxim/2025.07-Flat-UIMnikolenko Productengine
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