summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
AgeCommit message (Collapse)Author
2011-02-15partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵Xiaohong Bao
leaking.
2011-02-01mergeDave Parks
2011-02-01SH-483 Fix for varioius issues with hi-rez snapshots -- mainly disable the ↵Dave Parks
ability to take hi-rez snapshots if UI or HUD attachments are in the snapshot, and go back to old tile compositing method instead of using huge framebuffer objects.
2011-01-26SH-469 Stop using framebuffer objects for hi-res snapshots.Dave Parks
2011-01-26for SH-846: design and implement the debug code to locate memory leakingXiaohong Bao
2011-01-21Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵Xiaohong Bao
Viewer attempting to load precached images in file types that are not being used.)
2011-01-18debug tool to show texture info for SH-659: small textures not loaded.Xiaohong Bao
2010-12-02mergeMonroe Linden
2010-11-18STORM-560 FIXED Implemented preference that allows users to select default ↵Andrew Productengine
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar".
2010-11-15mergeRichard Linden
2010-11-09merge fixes for STORM-546Oz Linden
2010-11-09Merge from betaKent Quirk
2010-11-09SH-412 -- fix the way that redraws happen to eliminate flickering on resize ↵Kent Quirk
-- patch from davep and seraph, I'm just applying it.
2010-11-09SH-412 Only blank screen if the actual window resized, fixes blinking on ↵Dave Parks
snapshot etc.
2010-11-09merge up from v-dTofu Buzzard
2010-11-04SH-358 FIXED Non-FBO driven fix for anti-aliasing (make applying of FSAA ↵Loren Shih
require restart when FBO is disabled).
2010-11-04SH-281 Fix for snapshots showing interface all the timeLoren Shih
2010-11-01SH-281 Fix for snapshots showing interface all the timeDave Parks
2010-10-27Automated merge from viewer-development-shiningLoren Shih
2010-10-27merge from viewer-development.Tofu Buzzard
2010-10-26STORM-416 : merge with viewer-developmentMerov Linden
2010-10-22EXP-273 FIXED Add button/tray for avatar pickerRichard Linden
made "toggleable" radio group
2010-10-21EXP-273 WIP added avatar picker popup and hintRichard Linden
2010-10-22Non-FBO driven fix for anti-aliasing (make applying of FSAA require restart ↵Dave Parks
when FBO is disabled).
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-15fix for dead space at top of screen where media hud is not clickableRichard Linden
2010-10-15sync up to viewer-developerTofu Buzzard
2010-10-13made destination guide url configurable on command lineRichard Linden
2010-10-13improved fastquit logic which should reliably disconnect viewer from simRichard Linden
2010-10-12EXP-188 FIXED Object Inspector flashes on and off for an item that is for saleRichard Linden
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
2010-10-08EXP-137 FIXED Nametag text and borders do not align in Skylight ViewerRichard Linden
fix for prim media and hud text incorrect positioning when destination guide is open
2010-10-04Test mergecallum
2010-10-04Automated merge up from viewer-developmentLoren Shih
2010-09-30Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵Merov Linden
altitude flicker though (STORM-306)
2010-09-29login panel now properly nested in main_view.xml, no more z order hackeryRichard Linden
2010-09-28EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵callum
per 1.x viewer.
2010-09-27MergeLeyla Farazha
2010-09-27mergeRichard Nelson
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
change to better / more consistent naming
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
let some LLViews handle shortcut keys if they want. reviewed with ambroff
2010-09-22instead of exposing mutable container in LLInitParam::Multiple, just expose ↵Richard Linden
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements
2010-09-22EXP-109 WIP strip down main_view.xmlRichard Linden
made menu keyboard access only work when menus are visible dummy widgets are now added with a parent view that is invisible popupview can now be default-built
2010-09-16mergeRichard Linden
2010-09-16debug code for SH-115: investigate texture related network traffic between ↵Xiaohong Bao
viewer 2.x and 1.23.
2010-09-16MergeLeyla Farazha
2010-09-09MergeRichard Linden
2010-09-09Backed out changeset: 28f52b3d2e3dRichard Linden
2010-09-07Automated merge with http://bitbucket.org/TheShining/viewer-developmentXiaohong Bao
2010-09-07fix for VWR-22813: crash at [1] LLImageBase::allocateData(int) ↵Xiaohong Bao
[secondlife-bin llimage.cpp]