summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-06-04mergeBrad Payne (Vir Linden)
2012-05-18MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floatersRichard Linden
don't auto position other floater when it is hosted
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-04-17DRTVWR-139: merge back 3.3.1-beta2 fixesOz Linden
2012-04-14Touched a file to fix the TC build.Seth ProductEngine
2012-03-30merge changes for vmrg-233Oz Linden
2012-03-23CHUI-70 FIX Build floater and other floaters opened in default position ↵Richard Linden
become centered in viewer when object is built or viewer resized always initialize mPosition
2012-03-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-03-21CHUI-61 FIX Relative floater positions not written to settings file if ↵Richard Linden
previous settings exist from old viewer
2012-03-21CHUI-61 FIX Relative floater positions not written to settings file if ↵Richard Linden
previous settings exist from old viewer
2012-03-20Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-03-20CHUI-61 FIX Relative floater positions not written to settings file if ↵Richard Linden
previous settings exist from old viewer only write back floater positioning information generated from legacy saved rect after reading any new floater positioning info
2012-03-19EXP-1841 : Pull the whole Cut and Paste feature in viewer-experienceMerov Linden
2012-03-19merge viewer-thx-runway-shared-1 to runwayBrad Payne (Vir Linden)
2012-03-16EXP-1181 FIX as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates changed settings naming scheme for floater positioning so that related settings appear together in file
2012-03-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-03-16CHUI-61 FIX Relative floater positions not written to settings file if ↵Richard Linden
previous settings exist from old viewer apply relative positioning to floaters that are loaded with rects specified from earlier viewer
2012-03-16EXP-1841 : pull from current viewer-experience.Merov Linden
2012-03-16CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵Seth ProductEngine
horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel.
2012-03-15added stats tracking for texture/object cache hit rates and texture cache ↵Richard Linden
read latency
2012-03-14CHUI-59 FIX Floater stacking offset only occurs first time a floater is openedRichard Linden
changed stacking logic to attempt to stack against any floater that is cascade head *or* in a cascade group
2012-03-13EXP-1924 : Relax the cconsistency policy between text and UUID on the clipboard.Merov Linden
2012-03-09EXP-1913 : Suppress the text concatenation on clipboard, unused and confusing.Merov Linden
2012-03-09EXP-1913 : Prevent text clipboard to zap inventory clipboardMerov Linden
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-08EXP-1917 : Suppress clean up callback now that we move things to the trash ↵Merov Linden
immediately
2012-03-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
added get/setTargetDim() for managing layout_panel size even if its collapsed/invisible/etc
2012-03-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method
2012-03-06texture view console tweaksBrad Payne (Vir Linden)
2012-03-06via richard - fix to keep texture debug console anchored at the topBrad Payne (Vir Linden)
2012-03-05CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵Richard Linden
appear off screen until user repositions the floaters manually
2012-03-01EXP-1841 : change mState to mGeneration in LLClipboard.Merov Linden
2012-03-01EXP-1841 : Use std::vector instead of LLDynamicArray in LLClipboard.Merov Linden
2012-03-01EXP-1841 : Use instance instead of getInstance on LLClipboard singleton.Merov Linden
2012-03-01Pull from viewer-experienceMerov Linden
2012-03-01CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵Richard Linden
appear off screen until user repositions the floaters manually
2012-02-28EXP-1918 FIX Floaters that are stacked are not offsetRichard Linden
EXP-1919 FIX Resizing viewer window with minimized floaters can result in floaters appearing off screen when un-minimized
2012-02-27EXP-1181 FIX As a designer, I would like to specify default floater ↵Richard Linden
positions using relative coordinates store and load floater relative positions
2012-02-24EXP-1181 FIX As a designer, I would like to specify default floater ↵Richard Linden
positions using relative coordinates fixed bug where resizing window would cause stacked floaters to move relative to each other renamed positioning enums to reflect the fact that they apply all the time now, not just when opening floaters
2012-02-24EXP-1181 FIX As a designer, I would like to specify default floater ↵Richard Linden
positions using relative coordinates floaters given specified positions will stay in that location floaters that stack will treat that as a specified position moving any floater will switch to relative positioning mode cleaned up some XUI where widgets were relying on a default height of 10 pixels
2012-02-24potential fix for linux buildRichard Linden
2012-02-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-23Linux build fix.Seth ProductEngine
Moved type casts from protected base classes to derived LLCoord.
2012-02-17EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset.Merov Linden
2012-02-15EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵Richard Linden
a vertical scrollbar is shown fixed horizontal scrollbar showing up in local chat
2012-02-10EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵Richard Linden
a vertical scrollbar is shown
2012-02-09EXP-1883 FIX Toolbar button tooltips display off screen for right hand tool ↵Richard Linden
bar, bottom tool bar, and tooltips on top bar items show off screen
2012-02-09EXP-1874 FIX Unexpected scrollbar in text notificationRichard Linden
2012-02-08EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
fixed layout stack so programmatic size updates will work correctly
2012-02-08EXP-1873 : Implement the hiding of cut items on the clipboardMerov Linden