| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-06 | Merge tag 'Second_Life_Release#b44809f7-26.2' into 2026.02 | Erik Kundiman | |
| 2026-05-02 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-02 | Don't treat SFINAE incomplete as error on GCC | Erik Kundiman | |
| for compiling using GCC 16 on Fedora 44. | |||
| 2026-04-28 | #5726 Crash initing in-viewer console | Andrey Kleshchev | |
| 2026-04-23 | Merge tag 'Second_Life_Release#84f50b9d-26.2' into 2026.02 | Erik Kundiman | |
| 2026-04-22 | change default font to SansSerifSmall | Mnikolenko Productengine | |
| 2026-04-19 | Merge tag 'Second_Life_Release#8ffb73b4-26.2' into 2026.02 | Erik Kundiman | |
| 2026-04-07 | #5618 fix displaying Inventory tab scroll buttons when they are not needed | Maxim Nikolenko | |
| 2026-03-17 | #5462 update button and menu colors | Mnikolenko Productengine | |
| 2026-03-15 | #5462 Login form update #2 | Mnikolenko Productengine | |
| 2026-03-09 | #5462 Login form update | Mnikolenko Productengine | |
| 2026-03-07 | Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02 | Erik Kundiman | |
| 2026-02-25 | Merge branch 'release/2026.02' into maxim/flat-ui-fonts-update | Mnikolenko Productengine | |
| # Conflicts: # indra/newview/skins/default/xui/en/panel_preferences_general.xml | |||
| 2026-02-25 | Floaters and UI controls adjustments #2 | Mnikolenko Productengine | |
| 2026-02-20 | #5396 Add an option to hide Recent, Worn and Favorites tabs | Maxim Nikolenko | |
| * #5396 Add an option to hide Recent, Worn and Favorites tabs * #5396 skip tabs initialization if hidden | |||
| 2026-02-09 | UI controls adjustments and selection color update | Maxim Nikolenko | |
| * UI controls adjustments and selection color update * Use constexpr instead of magic numbers | |||
| 2026-02-08 | Adjust buttons and lists for font size being larger | Andrey Kleshchev | |
| 2026-02-05 | Login button update and other color adjustments | Mnikolenko Productengine | |
| 2026-01-23 | Expose floater's header font to XUI | Andrey Kleshchev | |
| 2026-01-21 | Reduce temporary allocations during xui parsing via move optimizations | Rye | |
| 2026-01-21 | Modernize std::type_info* usage in containers with std::type_index | Rye | |
| 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-21 | Optimize various usages of std::map with frequent find access with ↵ | Rye | |
| std::unordered_map Introduce ll::string_hash heterogeneous string hasher | |||
| 2026-01-21 | Introduced Tracy instrumentation to app initialization | Rye | |
| 2026-01-21 | Merge tag 'Second_Life_Release#ca6601cb-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-01-15 | Merge branch 'project/fonts-update' into project/flat-ui-fonts-update | Mnikolenko Productengine | |
| 2026-01-15 | Merge branch 'develop' into project/flat-ui-fonts-update | Mnikolenko Productengine | |
| 2026-01-13 | Permit vertically adjusting label position in inventory | Andrey Kleshchev | |
| 2026-01-13 | #5259 Crash at LLFolderViewFolder | Andrey Kleshchev | |
| Don't rely on folder surviving, pass a safer pointer. | |||
| 2026-01-12 | #5241 Crash at onIdleUpdateFavorites | Maxim Nikolenko | |
| 2026-01-09 | Merge release/2026.01 into develop | Andrey Kleshchev | |
| 2026-01-08 | #5232 Crash on mHoverItem in context menu | Andrey Kleshchev | |
| 2026-01-06 | secondlife/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 indent | Alexander Gavriliuk | |
| 2026-01-05 | Migrate ~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 parameter | Zi Ree | |
| 2025-12-04 | Merge branch 'release/2026.01' into maxim/2025.07-Flat-UI | Mnikolenko Productengine | |
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-03 | Build fix | Andrey Lihatskiy | |
| 2025-12-03 | Merge pull request #5094 from secondlife/main | Jonathan "Geenz" Goodman | |
| 2025.08 -> Develop | |||
| 2025-12-02 | #5086 Fix 'Copy SLURL' generating obsolete http link | Andrey Kleshchev | |
| use https | |||
| 2025-12-01 | Fix build failure introduced in boost::function cleanup from missing bind header | Rye | |
| 2025-12-01 | #5078 Replace boost::function with std::function | Rye | |
| * 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-30 | Replace 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 allocation | Rye | |
| 2025-11-27 | #5046 Fix accordion control's excessive rearranges #2 | Andrey Kleshchev | |
| Since arrange is no longer part of LLInventoryItemsList::doIdle(), reduced time limit. | |||
| 2025-11-27 | #5046 Remove redundant updates in outfit list #1 | Andrey Kleshchev | |
| 2025-11-16 | Fix error when adding a widget filename to the mFileNames stack | Frederick 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-11 | Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-10 | #4932 fix @mention being displayed twice if the name has a TM symbol | Maxim Nikolenko | |
| 2025-11-10 | #4932 fix @mention being displayed twice if the name has a TM symbol | Maxim Nikolenko | |
