summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-12MAINT-4009: Patching a minor leak for when the status text box for the ↵Stinson Linden
folder view has not been reparented.
2014-05-12STORM-2030 Forgot to add entry to contributions.txtJonathan Yap
2014-05-12MAINT-4009: Patching a leak of keyframed motions that had been deprecated ↵Stinson Linden
but were never properly destroyed.
2014-05-12STORM-2030 Rapidly clicking the refresh button in selected floaters may ↵Jonathan Yap
result in duplicate entries
2014-05-12Style - rename previously static members, fix scope, ease up on the ↵Cinder
exclamation points in debug messages
2014-05-12Eliminate updateKeywords()Cinder
2014-05-12STORM-2027 - Fix syntax highlighting on subsequent opening of scripts.Cinder
This could use more refactoring, but it fixes it.
2014-05-11Fix callback signal, Eliminate some unnecessary staticsCinder
2014-05-09MAINT-4009: Improved patching of a memory leak for when menu items are ↵Stinson Linden
created before the viewer window initialization has created the menu holder. See also changeset bc0743639926a84b38b4907d252eff1cc0498c7d.
2014-05-09Merge downstream codesimon
2014-05-09Ugh - fix heads and duplicated effortssimon
2014-05-09MAINT-3981 : Notecard passed around crashes viewer when openedsimon
2014-05-09MAINT-3981 FIXED [SECURITY] Notecard being passed around that crashes any V3 ↵AndreyL ProductEngine
based viewer when opened. Correct fix after testing.
2014-05-08Correcting a build error with the release viewer.Stinson Linden
2014-05-07Merge up.Cinder
2014-05-07Code policyCinder
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07merge changes for DRTVWR-363Oz Linden
2014-05-07correct bad merges from 3.7.7-releaseOz Linden
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-07Merge with viewer-releaseCallum Prentice
2014-05-07MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field.maksymsproductengine
2014-05-12MAINT-1734 FIXED Avatar chooser panel is empty the session after an avatar ↵andreykproductengine
is chosen.
2014-05-13MAINT-3942 FIXED missing entry on statistics floater.Mnikolenko ProductEngine
2014-05-13MAINT-4013 FIXED Debug setting which allows leaving Mouselook mode via S or ↵Mnikolenko ProductEngine
Down Arrow keys was added. By default it's disabled.
2014-05-12MAINT-3963 FIXED The behavior of speak button in the conversations HUB and ↵Mnikolenko ProductEngine
toolbar button is consistent now. Use setUserPTTState(false) to switch off the mic.
2014-05-09Merge downstream codesimon
2014-05-09MAINT-3981 FIXED [SECURITY] Notecard being passed around that crashes any V3 ↵AndreyL ProductEngine
based viewer when opened. Correct fix after testing.
2014-05-09Backed out changeset: d351efc87829AndreyL ProductEngine
2014-05-08MAINT-3981 FIXED [SECURITY] Notecard being passed around that crashes any V3 ↵AndreyL ProductEngine
based viewer when opened
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07MAINT-3977 fixing line endings in llpanelcontents.cppandreykproductengine
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-05-07Fix Windows build issues: change in onVisibility() profile needed to ↵Merov Linden
percolate to SL Share panels
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-05-06Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2014-05-06increment viewer version to 3.7.8Oz Linden
2014-05-06Added tag 3.7.7-release for changeset 83959480cb98Oz Linden
2014-05-06Let's get started: some code policy cleanup, reference arguments where we ↵Cinder
can, correct spelling
2014-05-06MAINT-3977 FIXED Object does not display newly added contents if it was ↵andreykproductengine
edited that session and you teleported to another region and back and then added new contents.
2014-05-07MAINT-3940 FIXED Scrollbar not visible after conversation floater is resizedMNikolenko ProductEngine
2014-05-07MAINT-4004 FIXED Check image's dimensions and show notification if it's ↵MNikolenko ProductEngine
larger than allowed.
2014-05-06MAINT-423 FIXED Unminimize session floater and select this session when ↵maxim_productengine
sharing initiated.
2014-05-06MAINT-4009: Ensuring that the spare browser media source is cleaned up with ↵Stinson Linden
the LLViewerMedia class.
2014-05-05MAINT-4009: Patching a small memory leak for when menu items were being ↵Stinson Linden
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null.
2014-05-05MAINT-3974 FIXED Update and save favorites order when LLItemCopiedCallback ↵Mnikolenko ProductEngine
is triggered.
2014-05-02MAINT-4009: Patching the memory leak occurring from the info icons that ↵Stinson Linden
appear when hovering over a chat history item.
2014-05-02MAINT-4009: Patching the memory leak occurring in the scenario where avatar ↵Stinson Linden
icon was being created, but the tab container did not have a button to accept the gieven icon.
2014-05-02MAINT-4009: Patching the memory leak occurring in the scenario where toast ↵Stinson Linden
panels were being created, but the screen channel were deciding not to display the given toasts.
2014-04-30MAINT-4009: Patching the LLTabContainer that was leaking some child views ↵Stinson Linden
and their associated llimage allocations.