summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-03Merge pull request #99 from secondlife/sl-18330-fixesnat-goodspeed
SL-18330: Address further code review comments
2023-03-03SL-17584 Better logging for setShaders crashesAndrey Kleshchev
2023-03-03SL-19282 Send update to server sideAndrey Kleshchev
2023-03-03SL-19336 Unload avatar and group icons from memory when not visible to ↵Rye Mutt
reduce memory pressure on extremely large friends lists
2023-03-03SL-19334 Show item count info only for items in current folder in ↵Mnikolenko Productengine
single-folder view
2023-03-03SL-4126 Second Life messing up NVIDIA driversAndrey Kleshchev
Disable NvAPI by default
2023-03-03SL-19327 Disable crash reporting for Win7 (#102)akleshchev
Win7 is no longer supported and is below minimal requirements
2023-03-02SL-18330: Review and tweak LLTrace::PeriodicRecording indexingNat Goodspeed
per Leviathan code review.
2023-03-02SL-19310 Update navigation buttons in single-folder viewMaxim Nikolenko
2023-03-02SL-19317 fix for avatar attachment accountingMnikolenko Productengine
2023-03-02SL-19282 Thumbnail adjustmentsAndrey Kleshchev
Follow links, fix outfts missing 'image' option, adjust inspector, recolor 'worn' in gallery
2023-03-02SL-19282 Removed LLInspectTexture floaterAndrey Kleshchev
LLInspectTexture floater appears to be incomplete and doesn't have a function
2023-03-01SL-18268 - merge fix for viewer update to read group chat historysimon
added missing app setting
2023-03-01SL-18330: Tweaks for Visual Studio buildsNat Goodspeed
2023-03-01SL-18330: Fix a narrowing conversion in LLSDSerialize::deserialize().Nat Goodspeed
2023-03-01SL-18330: Use recursive variadic llmax(), llmin()Nat Goodspeed
instead of having specific binary, ternary and quaternary overloads.
2023-03-01SL-19288 Change item label suffix color to greyMaxim Nikolenko
2023-03-01SL-18330: Use size_t max for LLTrace::PeriodicRecording methods.Nat Goodspeed
The num_periods arguments have all been changed to size_t, but the default argument values were still coded as S32_MAX. Change to std::numeric_limits<size_t>::max().
2023-03-01SL-18330: Use C++ standard types for llmd5, not local typedefs.Nat Goodspeed
Not only do the local typedefs make the code less readable, they also rely on assumptions about the implementation. The standard types are guaranteed by the C++ library implementation.
2023-03-01SL-19301 Reduce Inventory minimum height and reduce items indentation in SFVMaxim Nikolenko
2023-02-28D580 Fix coding policy failuresAndrey Kleshchev
2023-02-28SL-19209 Add default text for region fieldAndrey Kleshchev
2023-02-28SL-19209 Switch MS Bing to MS Azure #3Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS Azure #2Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS AzureAndrey Kleshchev
2023-02-28SL-19288 Change link color to whiteMaxim Nikolenko
2023-02-28SL-19285 Gear and Sort menus should be opened downwardMaxim Nikolenko
2023-02-28SL-19285 Add 'Close all windows' to Gear menuMaxim Nikolenko
2023-02-28retrigger buildMnikolenko Productengine
2023-02-28Merge branch 'DRTVWR-579-texture-preview' into DRTVWR-567Andrey Lihatskiy
# Conflicts: # indra/newview/llinspecttexture.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llviewertexteditor.cpp
2023-02-28SL-19271 Remove ‘New folder window’, ‘Open in new window’ and ↵Maxim Nikolenko
‘Open’ from Gear menu
2023-02-28SL-19280 disable autofps for new users by defaultMnikolenko Productengine
2023-02-27Fix formatting in indra/newview/llpanelface.* filesAlexander Gavriliuk
2023-02-27Merge branch 'main' into DRTVWR-579-texture-previewAndrey Lihatskiy
2023-02-27SL-19274 Add new double-click option to Inventory settingsMaxim Nikolenko
2023-02-27SL-19273 Show message when folder is empty or if no search resultsMaxim Nikolenko
2023-02-27Merge pull request #94 from secondlife/SL-18882Guru
SL-18882: Show diffuse non-alpha textures opaque on editing
2023-02-27SL-18882: Show diffuse non-alpha textures opaque on editingAlexander Gavriliuk
2023-02-26SL-19108 Only permit 64 to 256 px images for thumbnails #2Andrey Kleshchev
2023-02-25SL-19108 Only permit 64 to 256 px images for thumbnailsAndrey Kleshchev
2023-02-24SL-19108 Fallback thumbnailAndrey Kleshchev
2023-02-24SL-19234 add Inventory settings floaterMaxim Nikolenko
2023-02-23SL-19252 Remove "#ifdef _CORY_TESTING" codeMaxim Nikolenko
2023-02-22SL-19108 Remove grey background fron name in 'change item thumbnail'Andrey Kleshchev
2023-02-22SL-19108 Multi instance snapshot floaterAndrey Kleshchev
2023-02-22SL-19246 FIXED Search text from 'New inventory' applies to Received items ↵Maxim Nikolenko
from main Inventory
2023-02-22SL-19105 Update menu items; show items count on selection in single-folder modeMaxim Nikolenko
2023-02-22Merge pull request #29 from secondlife/sl-18330nat-goodspeed
SL-18330: Send binary LLSD to LEAP plugins; extend LLSD compatibility.
2023-02-22SL-19108 Cleanup Outfit Galery #2Andrey Kleshchev
2023-02-22SL-19244 Layout fix for the media type field in About LandAndrey Lihatskiy