Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-04-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-03-29 | MAINT-6257 Textures loading issues. | andreykproductengine | |
2016-03-24 | MAINT-6214 Unable to add a space before closing curly brace in chatbar, ↵ | andreykproductengine | |
notecards & scripts. | |||
2016-03-17 | Merge | Rider Linden | |
2016-03-11 | MAINT-6097 FIXED On required update, clicking link to release notes opens ↵ | andreykproductengine | |
browser behind menu | |||
2016-02-02 | MAINT-1632 FIXED Both radio-buttons are not selected Advanced tab of Preference | andreykproductengine | |
2016-01-15 | Merge VR | Rider Linden | |
2016-01-11 | MAINT-6018 Open URL dialog spam | AndreyL ProductEngine | |
Added the ability to close all notifications from one owner at once | |||
2016-01-11 | MAINT-6018 Open URL dialog spam | AndreyL ProductEngine | |
Added the ability to close all notifications from one owner at once | |||
2015-12-29 | MAINT-5984 FIXED Incorrect cursor position with UI scale >1.0 | andreykproductengine | |
2015-12-22 | Merge | AndreyL ProductEngine | |
2015-12-22 | Merge downstream, version 4.0.1 | AndreyL ProductEngine | |
2015-12-18 | Merge | Rider Linden | |
2015-12-15 | MAINT-5498 LLUrlEntry regex refactoring | AndreyL ProductEngine | |
Improved LLUrlEntryHTTP, extended a test | |||
2015-12-09 | MAINT-4018 Improvements to icon fetching. | andreykproductengine | |
2015-10-27 | MAINT-5754: For MoaP and MediaCtrls forward all events including KEYUP and ↵ | Rider Linden | |
KEYDOWN to the CEF plugin. | |||
2015-10-23 | MAINT-5464 FIXED Do not add badge to links that have a port number specified. | AndreyL ProductEngine | |
2015-10-21 | MAINT-5759 FIXED URL links in the UI with non-English characters, ↵ | Mnikolenko ProductEngine | |
diacritics, don't get parsed correctly. | |||
2015-10-20 | Merge with tip of viewer-release | callum_linden | |
2015-10-16 | MAINT-5756: Unicode characters in online notifications get stripped | Ansariel | |
2015-10-15 | Merge downstream code, version 3.8.6 | AndreyL ProductEngine | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-10 | MAINT-5619 : Viewer seems to parse LSL syntax file three times, has warnings | simon | |
2015-09-07 | MAINT-839 added double click 'support' | andreykproductengine | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-01 | In Linux build skip url entry test | Rider Linden | |
2015-09-01 | One of the tests defined a namespace in order to fake out the libraries. ↵ | Rider Linden | |
Removed it. | |||
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-31 | Merge with viewer-release | callum_linden | |
2015-08-25 | Merge | Rider Linden | |
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-19 | Be sure the correct include is included. | Rider Linden | |
2015-08-19 | Keep hunting these down. | Rider Linden | |
2015-08-18 | Merge | Rider Linden | |
2015-08-18 | Move the CoreHTTP libraries down | Rider Linden | |
2015-08-18 | MAINT-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-17 | Adding llcorehttp to links | Rider Linden | |
2015-08-18 | SL-173 FIXED Allow searching for an experience by SLurl. | Mnikolenko ProductEngine | |
2015-08-10 | MAINT-5463 FIXED Add hovertext to the official link badge in chat/IM, etc. | Mnikolenko ProductEngine | |
2015-08-07 | MAINT-5451 FIXED A domain name without a top level domain should not be ↵ | Mnikolenko ProductEngine | |
decorated | |||
2015-08-04 | Merge with viewer release | callum_linden | |
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-08-04 | Merge viewer-release and become version 3.8.3 | AndreyL ProductEngine | |
2015-07-31 | MAINT-5127 FIXED Maps URLs copied from gcal inherit special characters that ↵ | Mnikolenko ProductEngine | |
do odd things | |||
2015-07-29 | MAINT-5428 FIXED Show tooltip for both parts of url. | Mnikolenko ProductEngine | |
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-07-28 | MAINT-5432 MAINT-5440 FIXED Crash | AndreyL ProductEngine | |
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems() | |||
2015-07-15 | MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵ | AndreyL ProductEngine | |
starting with www. | |||
2015-07-14 | merge 3.8.0-release and correct xml errors caused by reformatting | Oz Linden | |