Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-23 | SL-6109 Keyaboard support ready | andreykproductengine | |
2020-06-23 | SL-6109 Extended Key-to-string functionality | andreykproductengine | |
2020-06-23 | SL-6109 New cell type with icon and text (and 1 pixel offset for all text cells) | andreykproductengine | |
2020-05-04 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-04-26 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
# Conflicts: # indra/llmath/llquaternion.h # indra/newview/lldrawpoolwater.cpp # indra/newview/lljoystickbutton.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/textures/textures.xml | |||
2020-04-20 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/pipeline.cpp | |||
2020-03-18 | Merge master (v 6.3.9) into DRTVWR-440 | Dave Houlton | |
2020-03-18 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-03-18 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy | |
2020-02-25 | SL-12591 Fixed slider value comparison | Andrey Kleshchev | |
2020-02-05 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-02-03 | Merge branch 'DRTVWR-499' into DRTVWR-500 | Andrey Lihatskiy | |
2020-01-28 | DRTVWR-440, merge in latest from 6.3.7 release | Dave Houlton | |
2020-01-28 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer-private into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-481 Merge | |||
2020-01-20 | SL-12595 The checkbox overlaps buttons in the 'Delete selected item?' ↵ | andreykproductengine | |
notification | |||
2020-01-02 | SL-12484 EXP-696 Remade "Remember Password" checkbox to be multiline | andreykproductengine | |
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton | |
2019-12-16 | merge | Brad Payne (Vir Linden) | |
2019-12-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-11-27 | Downstream merge from lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-11-22 | SL-12100 Premium Enhancements - Changes to rates to create Groups, UI Work | andreykproductengine | |
2019-11-22 | SL-12317 UI Changes to Group limits | maxim_productengine | |
2019-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton | |
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
2019-11-12 | Buildfix | AndreyL ProductEngine | |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-10-31 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-10-23 | MAC build fix | andreykproductengine | |
2019-10-16 | merge | Brad Payne (Vir Linden) | |
2019-10-15 | Merge from viewer-release | andreykproductengine | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-09-10 | SL-11910 [Win] Horizontal scroll | andreykproductengine | |
2019-09-05 | SL-11315 Viewer asks to play media and retains selected choice | andreykproductengine | |
2019-08-30 | SL-1171 [Dev tools] UI controls <-> settings connection issues | andreykproductengine | |
2019-08-14 | Merge viewer-release 6.2.5 | Graham Linden | |
2019-08-14 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-08-13 | Merge viewer-release 6.2.5 | Graham Linden | |
2019-08-12 | DRTVWR-493: Streamline LLParamSingleton, LLLockedSingleton. | Nat Goodspeed | |
Simplify LLSingleton::SingletonLifetimeManager to SingletonInitializer: that struct has not been responsible for deletion ever since LLSingletonBase acquired dependency-ordered deleteAll(). Move SingletonData::mInitState changes from SingletonLifetimeManager to constructSingleton() method. Similarly, constructSingleton() now sets SingletonData::mInstance instead of making its caller store the pointer. Add variadic arguments to LLSingleton::constructSingleton() so we can reuse it for LLParamSingleton. Add finishInitializing() method to encapsulate logic reused for getInstance()'s INITIALIZING and DELETED cases. Make LLParamSingleton a subclass of LLSingleton, just as LLLockedSingleton is a subclass of LLParamSingleton. Make LLParamSingleton a friend of LLSingleton, so it can access private members of LLSingleton without also granting access to any DERIVED_CLASS subclass. This eliminates the need for protected getInitState(). LLParamSingleton::initParamSingleton() reuses LLSingleton::constructSingleton() and finishInitializing(). Its getInstance() method completely replaces LLSingleton::getInstance(): in most EInitStates, LLParamSingleton::getInstance() is an error. Use a std::mutex to serialize calls to LLParamSingleton::initParamSingleton() and getInstance(). While LLSingleton::getInstance() relies on the "initialized exactly once" guarantee for block-scope static declarations, LLParamSingleton cannot rely on the same mechanism. LLLockedSingleton is now a very succinct subclass of LLParamSingleton -- they have very similar functionality. Giving the LLSINGLETON() macro variadic arguments eliminates the need for a separate LLPARAMSINGLETON() macro, while continuing to support existing usage. | |||
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLRender2D init cleanup | andreykproductengine | |
2019-07-26 | SL-8380 Ability to disable 2D UI tooltips | andreykproductengine | |
2019-07-25 | DRTVWR-493 LLRender2D to LLParamSingleton | andreykproductengine | |
2019-07-05 | SL-11551 tilia-inc.com as an official Linden Lab URL should have SL icon | maxim_productengine | |
2019-06-27 | DRTVWR-493 LLSpellcheck doesn't need separate init | andreykproductengine | |
2019-06-14 | SL-11425 FIXED [EEP] Wave vectors cross all over the Water tab if key frame ↵ | maxim_productengine | |
is not selected. | |||
2019-06-03 | SL-10423 Dump path data when missing critical file | andreykproductengine | |
2019-05-29 | Merge release | Graham Linden | |