Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Merge 6.2.2 | Graham Linden | |
2019-04-17 | Merge 6.2.1 | Graham Linden | |
2019-04-17 | Merged in lindenlab/viewer-release (EAM) | AndreyL ProductEngine | |
2019-04-05 | SL-10890 Ban duration edit field shows value with a left shift if a large ↵ | andreykproductengine | |
value was set | |||
2019-04-02 | Merge 6.1.2 | Graham Linden | |
2019-04-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-12 | Backout tabs v spaces changes. | Graham Linden | |
'warn-on-failure:no-tabs' | |||
2019-03-11 | Tabs -> spaces. | Graham Linden | |
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-02-28 | Merge | Graham Linden | |
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-02-20 | SL-1811 Slight chat optimization | andreykproductengine | |
2019-02-15 | SL-10234 Fixed The viewer shows installation language as system default | andreykproductengine | |
2019-01-09 | SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it ↵ | maxim_productengine | |
while searching any keyword | |||
2019-01-03 | SL-10293 Firestorm PR: preferences and menu search | AndreyL ProductEngine | |
2018-12-18 | Merge viewer-release 6.0.2 | Graham Linden | |
2018-12-16 | DRTVWR-447: Merge up to latest viewer-release | Nat Goodspeed | |
2018-12-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-12-04 | SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on ↵ | maxim_productengine | |
it after pressing on label in the "Preferences" floater | |||
2018-11-30 | SL-10145 Right clicking on unselected link in editor near selected text ↵ | andreykproductengine | |
shows wrong menu | |||
2018-11-26 | SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functions | ruslantproductengine | |
SL-10019 - [Mac] [Render] Right-click context menu immediately disappears when clicking any place in the ‘Inventory’ floater SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" window. SL-10027 - [Mac] [Render] Add toggle for Retina support to mitigate FPS loss Re-FIX for Retina support. | |||
2018-11-08 | SL-10019 - [Mac] [Render] Right-click context menu immediately disappears ↵ | ruslantproductengine | |
when clicking any place in the ‘Inventory’ floater | |||
2018-11-02 | SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functions | ruslantproductengine | |
FIX #2 | |||
2018-10-04 | DRTVWR-474: Make "LLNotifications" "requestAdd" propagate "reqid" | Nat Goodspeed | |
from request to response to help with request/response matching protocol. | |||
2018-09-26 | Merge to 5.2.0 | Graham Linden | |
2018-09-12 | SL-1397 FIXED Check mark doesn't switch when clicking on the label "Mute ↵ | maxim_productengine | |
when minimized" in Preferences | |||
2018-08-23 | MAINT-8985 Added missed initialization | maxim_productengine | |
2018-08-22 | MAINT-8985 FIXED User is able to send friendship request to a friend from ↵ | maxim_productengine | |
the group menu | |||
2018-08-02 | Merge viewer-release | Graham Linden | |
2018-06-21 | Merge 5.1.7 | Graham Linden | |
2018-05-31 | Merge storm-2145 dev into lindenlab branch parented from viewer-release | Graham Linden | |
2018-06-08 | MAINT-8741 fix compile issue with OSX 10.14 SDK | Graham Linden | |
2018-04-04 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-03-31 | MAINT-8474: Xcode 9.3 insists that comparators use const operator(). | Nat Goodspeed | |
2018-02-14 | MAINT-8289 FIXED Deleting inventory directory while keeping [Delete] key pressed | maxim_productengine | |
2018-02-14 | MAINT-8287 FIXED [Mac] Crash when creating group role with 'Manage ban list' ↵ | maxim_productengine | |
ability | |||
2018-02-02 | STORM-2145 Camera controls opacity is now working | Jonathan Yap | |
2018-01-31 | build fix | maxim_productengine | |
2018-01-30 | MAINT-8180 Add the way to get default string despite of current localiztion | maxim_productengine | |
2018-01-30 | remove cross-library reference (needs to be moved to newview) | Oz Linden | |
2018-01-19 | merge changes for 5.1.0-release | Oz Linden | |
2018-01-17 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-01-17 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-01-13 | STORM-2145 Added a small floater | Jonathan Yap | |
2018-01-12 | MAINT-8171 "New" tag is not in front of folder when searching items in ↵ | Mnikolenko Productengine | |
"Received Items" panel | |||
2018-01-12 | STORM-2145 Merge up to viewer-release | Jonathan Yap | |
2017-12-20 | MAINT-8087: Use env vars from VMP for AppData\Roaming and Local. | Nat Goodspeed | |
On Windows, when logged in with a non-ASCII username, every one of the three documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot account for the fact that the oldest of these continues to work with the release viewer and within a Python script (though not, curiously, from a Python interactive session). With a non-ASCII username, they consistently fail when called from an Alex Ivy viewer build: "The filename, directory name, or volume label syntax is incorrect." Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming where those are, yup, actual question marks. Empirically, the VMP is able to successfully call SHGetFolderPath() to retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make LLDir_Win32 retrieve those environment variables. Make LLFile::mkdir() treat "directory already exists" as a success case. Every single call fell into one of two categories: either it didn't check success at all, or it tested specially to exempt errno == EEXIST. Migrate that test into mkdir(); eliminate it from call sites. Make LLDir::append() and add() convenience functions accept variadic arguments. Replace add(add()...) constructs, as well as clumsy concatenations of directory names and getDirDelimiter(), with simple variadic add() calls. | |||
2018-01-03 | MAINT-8125 "New" tag remains visible when searching items in Received Items ↵ | Mnikolenko Productengine | |
panel | |||
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-24 | MAINT-8023 Viewer breaks URLs with internationalized domain names | Mnikolenko Productengine | |