summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2017-02-03DRTVWR-418: Remove most (all?) of the "stubs" from llurlentry_test.Nat Goodspeed
At some point the INTEGRATION_TEST_llurlentry build changed so that the library(ies) we attempted to stub out got linked in anyway, so that instead of simplifying the test, the stubs broke it with "duplicate symbol" errors. Commenting out the stubs permits the test program to succeed.
2017-02-03DRTVWR-418: Eliminate llui reference to newview's gSavedSettings.Nat Goodspeed
Instead, since gSavedSettings is an LLControlGroup and LLControlGroup derives from LLInstanceTracker, just look up the LLControlGroup with canonical name.
2017-02-03DRTVWR-418: INTEGRATION_TEST_llurlentry depends on Hunspell.Nat Goodspeed
2016-12-16DRTVWR-418: Fix a (correct) clang correctness complaint.Nat Goodspeed
LLStatGraph::Threshold has an operator<(const Threshold& other) -- but because the method itself wasn't marked const, it could only be used on a non-const instance. This change fixes a case when it was applied to const instances.
2016-10-10Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-09-16MergeRider Linden
2016-09-15Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-09-13MAINT-6726 Fixed LLLineEditor menus staying in memory foreverandreykproductengine
2016-09-12MAINT-6720 Fixed onVisibilityChange() crash in LLTextBaseandreykproductengine
2016-09-02MAINT-6461 crash due to invalid menu pointer during visibility changeandreykproductengine
2016-09-02MAINT-6461 crash due to invalid menu pointer during visibility changeandreykproductengine
2016-08-25MAINT-6511 BuildfixAndreyL ProductEngine
2016-08-23MAINT-6511 Crash in LLFloaterView::restoreAll - exception handlingAndreyL ProductEngine
2016-08-23MAINT-6511 Crash in LLFloaterView::restoreAll - exception handlingAndreyL ProductEngine
2016-08-23MAINT-6648 FIXED [SECURITY] Link tags do not filter unicode and allow for ↵Mnikolenko Productengine
easy URL spoofing.
2016-08-16Merge VOB with 4.0.8-releasepavelkproductengine
2016-08-11merge changes for 4.0.7-releaseOz Linden
2016-08-09Reverted change to lllayoutstack.cpp which could possibly cause memory leakpavelkproductengine
2016-08-10MAINT-6608 FIXED URI parser problem with links with username, passwordMnikolenko Productengine
2016-08-02MAINT-6605 Fix for the crash in LLClipboard::addToClipboard() - Added the ↵AndreyL ProductEngine
exception handling
2016-07-28MAINT-6511 Replaced c-style casts with dynamic_cast in llfloater.cppAndreyL ProductEngine
2016-07-28Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-07-14MAINT-6572 FIXED UI freezes when clicking on a specific folder in the inventoryandreykproductengine
2016-06-22Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-06-17MAINT-6509 Viewer still allows you to create a group with leading spaces in ↵Mnikolenko Productengine
the group name
2016-06-16MAINT-6511 Added a null check in LLFloaterView::restoreAllAndreyL ProductEngine
2016-06-16MAINT-85 Using mouse scroll while renaming item moves it out of My Inventory tabandreykproductengine
2016-06-16Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-06-09MAINT-85 changes should not be lostandreykproductengine
2016-06-08MAINT-85 Using mouse scroll while renaming item moves it out of My Inventory tabandreykproductengine
2016-06-09Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-06-08MAINT-6461 Added a null checkAndreyL ProductEngine
2016-06-01GCC compile fix (function returns a pointer, not a bool).Nicky
2016-06-01MAINT-6446 Correct password length handlingandreykproductengine
2016-05-28Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-05-26linux build fixandreykproductengine
2016-05-25MAINT-6397 cut items should not go to trashandreykproductengine
2016-05-24Merge VOB with release 4.0.6pavelkproductengine
2016-05-25MAINT-2583 Minimized floaters cannot brought back to foreground anymoreMnikolenko Productengine
2016-05-23MAINT-2129 signuls cleanupandreykproductengine
2016-05-18MAINT-2129 "Block" button doesn't become disabledandreykproductengine
2016-05-23MAINT-2583 Minimized floaters cannot brought back to foreground anymoreMnikolenko Productengine
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-05-10Merged in oz_linden/maint-5974Mnikolenko Productengine
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-05-04MAINT-1513 FIXED Label of new folder doesn't disappear while closing ↵Mnikolenko Productengine
Inventory by hot hey
2016-05-04MAINT-6220 enable searching of the friend list with the classic username of ↵Mnikolenko Productengine
the avatar.
2016-04-27MAINT-204 Fixed Top folder is expanded when my inventory filter is changedandreykproductengine
2016-04-14MAINT-6302 FIXED Inventory tree indention displays incorrectly when dragging ↵Mnikolenko Productengine
an open folder into another folder
2016-04-04merge with 4.0.3-releaseOz Linden