Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Allow getting the list of floater names, hide top menu items; add demo script | Mnikolenko Productengine | |
2024-08-05 | macOS build fix attempt | Rye Mutt | |
2024-08-04 | Fix chat text segments not dynamically updating when colors changed in ↵ | Rye Mutt | |
preferences | |||
2024-08-04 | Fix various issues with text segments not updating UI color | Rye Mutt | |
2024-08-04 | Fix various issues with ui elements not updating colors dynamically | Rye Mutt | |
2024-08-04 | Optimization and cleanup of various color finds during draw | Rye Mutt | |
2024-08-04 | Add LLUIColorTable debug-settings-like floater for easing skin design | Rye Mutt | |
2024-08-02 | Lua api for adjusting toolbars | Mnikolenko Productengine | |
2024-08-02 | Disable EmojiHelper if Digit before Colon (#2178) | TommyTheTerrible | |
* Disable EmojiHelper if Digit before Colon Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon. * Remove trailing space in indra/llui/llemojihelper.cpp --------- Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com> | |||
2024-08-02 | Update to libhunspell 1.7.2-r1 (#2175) | Rye Mutt | |
2024-08-01 | viewer#2157 Toolbar's drop position indicator does not appear | Andrey Kleshchev | |
2024-07-29 | Replace liburiparser with boost::url | Rye Mutt | |
2024-07-26 | Reduce utf8 to wstring conversion and llwstring temporaries during text draw ↵ | Rye Mutt | |
(#2115) | |||
2024-07-25 | Fix LLViewerEventRecorder triggering findChild events when it's disabled | Rye Mutt | |
2024-07-25 | Fix excessive findChild calls when a docked control is open from ↵ | Rye Mutt | |
LLDockControl::getAllowedRect | |||
2024-07-25 | Fix excessive getChild calls from LLScrollBar reshape | Rye Mutt | |
2024-07-25 | Fix up LLScrollListCtrl getChild during draw | Rye Mutt | |
2024-07-25 | Fix up LLWindowShade getChild calls during draw | Rye Mutt | |
2024-07-24 | #1318 Pagination in the Group Interface | Alexander Gavriliuk | |
2024-07-22 | Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabel | Rye Mutt | |
2024-07-22 | Cache various frequently accessed settings (#2080) | Rye Mutt | |
2024-07-22 | Introduce scroll wheel support to LLComboBox | Rye Mutt | |
2024-07-19 | viewer#1923 Fix dependent floater going too far from parent | Andrey Kleshchev | |
2024-07-18 | Ditch `LLEventTrackable` aka `boost::signals2::trackable`. | Nat Goodspeed | |
Remove documented `LLEventPump` support for `LLEventTrackable`. That claimed support was always a little bit magical/fragile. IF: * a class included `LLEventTrackable` as a base class AND * an instance of that class was managed by `boost::shared_ptr` AND * you passed one of that class's methods and the `boost::shared_ptr` specifically to `boost::bind()` AND * the resulting `boost::bind()` object was passed into `LLEventPump::listen()` THEN the promise was that on destruction of that object, that listener would automatically be disconnected -- instead of leaving a dangling pointer bound into the `LLEventPump`, causing a crash on the next `LLEventPump::post()` call. The only existing code in the viewer code base that exercised `LLEventTrackable` functionality was in test programs. When the viewer calls `LLEventPump::listen()`, it typically stores the resulting connection object in an `LLTempBoundListener` variable, which guarantees disconnection on destruction of that variable. The fact that `LLEventTrackable` support is specific to `boost::bind()`, that it silently fails to keep its promise with `std::bind()` or a lambda or any other form of C++ callable, makes it untrustworthy for new code. Note that the code base still uses `boost::signals2::trackable` for other `boost::signals2::signal` instances not associated with `LLEventPump`. We are not changing those at this time. | |||
2024-07-17 | #2036 BugSplat Crash #1494874: ↵ | Alexander Gavriliuk | |
LLScrollingPanelList::updatePanelVisiblilty()(220) | |||
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵ | Ansariel | |
and llunittype.h for now | |||
2024-07-05 | Introduce string_view to LLSD map functions to reduce string temporaries | Rye Mutt | |
2024-07-02 | Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and ↵ | Rye Mutt | |
LLKeywords using string_view | |||
2024-07-02 | Reduce string temporaries from LLPanel using string_view | Rye Mutt | |
2024-07-02 | Reduce string temporaries from LLNotifications using string_view | Rye Mutt | |
2024-07-01 | Reduce string temporaries from LLTrans | Rye Mutt | |
2024-07-01 | Reduce string temporaries from finding colors in the color table | Rye Mutt | |
2024-07-01 | Use heterogeneous comparison for string_view map finds in LLControl and ↵ | Rye Mutt | |
convert controlExists to string_view | |||
2024-07-01 | Reduce string temporaries from LLFloaterReg find/get | Rye Mutt | |
2024-07-01 | Reduce string temporaries from findChild and getChild | Rye Mutt | |
2024-07-01 | Fix loop scope issue and rework some strange-looking loops | Ansariel | |
2024-06-25 | Add wear/detach actions to Appearance listener; update example script | Mnikolenko Productengine | |
2024-06-13 | secondlife/viewer#1475: Fix Terrain tab controls no longer disabled when ↵ | Cosmic Linden | |
insufficient permissions | |||
2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-10 | Post-merge - trim trailing whitespace | Andrey Lihatskiy | |
2024-06-10 | Merge branch 'DRTVWR-600-maint-A' into signal/trim-trailing | Andrey Lihatskiy | |
2024-06-10 | Fix incorrect use of VX/VY/VZ/VW indices when color components are accessed | Ansariel | |
2024-06-10 | Re-enable compiler warnings C4018, C4100, C4231 and C4506 | Ansariel | |
2024-06-10 | Merge branch 'release/luau-scripting' into lua-ui-callbacks | Mnikolenko Productengine | |
2024-06-10 | Remove SharedCommitCallbackRegistry; add helpers CommitRegistrarHelper and ↵ | Mnikolenko Productengine | |
ScopedRegistrarHelper | |||
2024-06-09 | Fix issues resulting from b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8 | Ansariel | |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵ | Ansariel | |
"possible loss of precision" warnings | |||
2024-05-31 | Cherry-pick leap.lua changes; other clean up | Mnikolenko Productengine | |
2024-05-30 | Fix a bunch of uninitialized variable warnings that showed up in Visual Studio | Ansariel | |
2024-05-30 | Merge branch release/luau-scripting | Mnikolenko Productengine | |