summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2019-09-10SL-11910 [Win] Horizontal scrollandreykproductengine
2019-09-05SL-11315 Viewer asks to play media and retains selected choiceandreykproductengine
2019-08-30SL-1171 [Dev tools] UI controls <-> settings connection issuesandreykproductengine
2019-07-26SL-8380 Ability to disable 2D UI tooltipsandreykproductengine
2019-07-05SL-11551 tilia-inc.com as an official Linden Lab URL should have SL iconmaxim_productengine
2019-06-03SL-10423 Dump path data when missing critical fileandreykproductengine
2019-05-21SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouseruslantproductengine
2019-05-22SL-10898 revertmaxim_productengine
2019-05-07SL-10423 Detect potentially bad installandreykproductengine
2019-04-25SL-10989 Disable text label when you don't have appropriate permissions.maxim_productengine
2019-04-17Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-17Merged in lindenlab/viewer-release (EAM)AndreyL ProductEngine
2019-04-15SL-10898 FIXED [Mac] Camera spins and pulls back when using alt+zoomMnikolenko ProductEngine
2019-04-05SL-10890 Ban duration edit field shows value with a left shift if a large ↵andreykproductengine
value was set
2019-04-02Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-03-27DRTVWR-479: Remove unused iterators to pacify Xcode 10.2.Nat Goodspeed
2019-03-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-03-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-02-20SL-1811 Slight chat optimizationandreykproductengine
2019-02-15SL-10234 Fixed The viewer shows installation language as system defaultandreykproductengine
2019-01-09SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it ↵maxim_productengine
while searching any keyword
2019-01-03SL-10293 Firestorm PR: preferences and menu searchAndreyL ProductEngine
2018-12-16DRTVWR-447: Merge up to latest viewer-releaseNat Goodspeed
2018-12-14Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-12-04SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on ↵maxim_productengine
it after pressing on label in the "Preferences" floater
2018-11-30SL-10145 Right clicking on unselected link in editor near selected text ↵andreykproductengine
shows wrong menu
2018-11-26SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functionsruslantproductengine
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-08SL-10019 - [Mac] [Render] Right-click context menu immediately disappears ↵ruslantproductengine
when clicking any place in the ‘Inventory’ floater
2018-11-02SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functionsruslantproductengine
FIX #2
2018-10-04DRTVWR-474: Make "LLNotifications" "requestAdd" propagate "reqid"Nat Goodspeed
from request to response to help with request/response matching protocol.
2018-09-12SL-1397 FIXED Check mark doesn't switch when clicking on the label "Mute ↵maxim_productengine
when minimized" in Preferences
2018-08-23MAINT-8985 Added missed initializationmaxim_productengine
2018-08-22MAINT-8985 FIXED User is able to send friendship request to a friend from ↵maxim_productengine
the group menu
2018-06-08MAINT-8741 fix compile issue with OSX 10.14 SDKGraham Linden
2018-04-20MAINT-8540 Eliminated a lot of xui related log warnings on startup and ↵andreykproductengine
opening preferences
2018-04-19MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not ↵maxim_productengine
displayed
2018-04-05MAINT-8488 FIXED Favourite location list on login screen is not updated ↵maxim_productengine
after pressing "Esc" key while in username field
2018-04-04Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-04-04Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-04-03MAINT-8431 FIXED HTTP URL in the object name is represented as a hyperlink ↵maxim_productengine
in inventory offer
2018-03-31MAINT-8474: Xcode 9.3 insists that comparators use const operator().Nat Goodspeed
2018-02-14MAINT-8289 FIXED Deleting inventory directory while keeping [Delete] key pressedmaxim_productengine
2018-02-14MAINT-8287 FIXED [Mac] Crash when creating group role with 'Manage ban list' ↵maxim_productengine
ability
2018-01-31build fixmaxim_productengine
2018-01-30MAINT-8180 Add the way to get default string despite of current localiztionmaxim_productengine
2018-01-17Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-01-17Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-01-12MAINT-8171 "New" tag is not in front of folder when searching items in ↵Mnikolenko Productengine
"Received Items" panel
2017-12-20MAINT-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.