summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2016-03-21Mergepavelkproductengine
2016-03-17MergeRider Linden
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-03-11MAINT-6097 FIXED On required update, clicking link to release notes opens ↵andreykproductengine
browser behind menu
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-02-02MAINT-1632 FIXED Both radio-buttons are not selected Advanced tab of Preferenceandreykproductengine
2016-01-28Merge MAINT-5194 Visual Outfit Browser with Releasepavelkproductengine
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-15Merge VRRider Linden
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Added the ability to close all notifications from one owner at once
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Added the ability to close all notifications from one owner at once
2015-12-29MAINT-5984 FIXED Incorrect cursor position with UI scale >1.0andreykproductengine
2015-12-22MergeAndreyL ProductEngine
2015-12-22Merge downstream, version 4.0.1AndreyL ProductEngine
2015-12-18MergeRider Linden
2015-12-15MAINT-5498 LLUrlEntry regex refactoringAndreyL ProductEngine
Improved LLUrlEntryHTTP, extended a test
2015-12-11Initial version of Visual Outfit Browserpavelkproductengine
2015-12-09MAINT-4018 Improvements to icon fetching.andreykproductengine
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-12-18merge changes for 4.0.0-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-10-27MAINT-5754: For MoaP and MediaCtrls forward all events including KEYUP and ↵Rider Linden
KEYDOWN to the CEF plugin.
2015-10-23MAINT-5464 FIXED Do not add badge to links that have a port number specified.AndreyL ProductEngine
2015-10-21MAINT-5759 FIXED URL links in the UI with non-English characters, ↵Mnikolenko ProductEngine
diacritics, don't get parsed correctly.
2015-10-20Merge with tip of viewer-releasecallum_linden
2015-10-16MAINT-5756: Unicode characters in online notifications get strippedAnsariel
2015-10-15Merge downstream code, version 3.8.6AndreyL ProductEngine
2015-10-19Merge from viewer release.Rider Linden
2015-10-13merge changes for 3.8.5-releaseOz 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-03MAINT-8431 FIXED HTTP URL in the object name is represented as a hyperlink ↵maxim_productengine
in inventory offer
2015-09-10MAINT-5619 : Viewer seems to parse LSL syntax file three times, has warningssimon
2015-09-07MAINT-839 added double click 'support'andreykproductengine
2015-09-03Changes from code review with NatRider Linden
2015-09-01In Linux build skip url entry testRider Linden
2015-09-01One of the tests defined a namespace in order to fake out the libraries. ↵Rider Linden
Removed it.
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-08-31Merge with viewer-releasecallum_linden
2015-08-25MergeRider Linden
2015-08-24MAINT-4952: Removed a bit of debug code that got included accidentally and ↵Rider Linden
change host == LLHost() to host.isInvalid()
2015-08-19Be sure the correct include is included.Rider Linden
2015-08-19Keep hunting these down.Rider Linden
2015-08-18MergeRider Linden
2015-08-18Move the CoreHTTP libraries downRider Linden
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18merge changes for 3.8.3-releaseOz Linden