summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2015-07-10Initial support for keyboard (in progress) but includes many viewer changes ↵callum_linden
to plumb in Key Up events
2015-07-08MAINT-5371 FIXED Undesired space added to SL and LL domains sent in chatAndreyL ProductEngine
2015-07-02MAINT-302 FIXED Login screen menus flicker when mouse hovers over themMnikolenko ProductEngine
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-06-24MAINT-176 FIXED IM windows don't keep their minimized state after mouselookMnikolenko ProductEngine
2015-06-22MAINT-5274 Missing folder arrowandreykproductengine
2015-06-11DD-410 : Do not extend inventory selections to items that are not visibleMerov Linden
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-06-05Merge from viewer-releaseandreykproductengine
2015-07-02Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-05-27MAINT-5232: Extract LLInitClass, LLDestroyClass from llui/llui.hNat Goodspeed
to a new llcommon/llinitdestroyclass.h. This mechanism is so general -- but has so many related moving parts -- that (a) it deserves to be in a header file all its own, instead of conflated with llui.h, and (b) it should be in llcommon where anyone can use it. It has no dependencies whatsoever on llui or anything viewer-specific. In this very changeset we changed one #include "llui.h" whose comment admits that it was only dragged in for LLDestroyClass.
2015-05-27MAINT-839 FIXED [PUBLIC]Clicking at menu a second time does not close it.andreykproductengine
2015-05-26Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-05-23MAINT-5232: Make gMessageSystem an LLPounceable<LLMessageSystem*>.Nat Goodspeed
This will permit other subsystems to use gMessageSystem.callWhenReady() to (e.g.) register callbacks as soon as gMessageSystem is fully initialized.
2015-05-20MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macroNat Goodspeed
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it.
2015-05-12MAINT-5205 FIXED ‘Share’ button isn't disabled when worn item and few ↵andreykproductengine
not worn items are selected
2015-06-08Merge viewer-release and become version 3.7.30simon
2015-04-28increment viewer version to 3.7.29Mnikolenko ProductEngine
2015-04-29MAINT-839 FIXED [PUBLIC]Clicking a menu a second time does not close it.andreykproductengine
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-24mergeBrad Payne (Vir Linden)
2015-04-17MAINT-4784 FIXED Don't clear destination beacon, when text is unchanged in ↵Mnikolenko ProductEngine
input boxes.
2015-04-15Merge viewer-releasesimon
2015-04-15MAINT-5058 FIXED Get the query string by simple extracting it from whole url.Mnikolenko ProductEngine
2015-04-14Pull merge from lindenlab/viewer-tools-update (includes viewer-release)Merov Linden
2015-04-14Merge viewer-release, become version 3.7.28simon
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-14minimal changes to compile on Xcode 6.2Oz Linden
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-09Merge lindenlab/viewer-tools-updateMerov Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-24merge changes for 3.7.26-releaseOz Linden
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-03-23Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-16Merge lindenlab/viewer-tools-updateMerov Linden
2015-03-13MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgrBrad Payne (Vir Linden)
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
2015-03-13MAINT-4973 FIXED Clicking on the green part of links (as opposed to the ↵Mnikolenko ProductEngine
grey) opens the wrong link in all places apart from in a conversation window or chat toast.
2015-03-06SL-103 WIP - commentBrad Payne (Vir Linden)
2015-03-06SL-103 WIP - comment re: possible future workBrad Payne (Vir Linden)
2015-02-27Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-02-27MAINT-2781 FIXED Reset pressed state on focus lost.Mnikolenko ProductEngine