summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2011-10-19floaters only save rect when explicitly moved by userRichard Nelson
2011-10-18EXP-1406 FIX Scrolling using mousewheel not working to scroll in inventory ↵Richard Linden
and people panels
2011-10-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-18EXP-1358 FIX Hitting back in the Create group panel or Blocked panel ↵Richard Linden
requires multiple clicks for action to occur
2011-10-18EXP-1348 FIX -- Speak button activated when dragging and dropping between ↵Leslie Linden
toolbars and moving back to Tool box * Dragging and dropping the speak button will aggressively turn off the microphone now, regardless of the initial state of the button. Reviewed by Richard.
2011-10-18EXP-1367 FIX Moving in and out of mouselook causes location bar to move downRichard Linden
2011-10-18EXP-1409 FIX WASD controls don't move avatar while Move floater is in focusRichard Linden
moved "chrome" flags to xui separated hiding floater title from setting chrome toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus
2011-10-17* Fixed icon opacity on selected and unselected buttonsLeslie Linden
2011-10-17fix for not being able to drag disabled buttonsRichard Nelson
2011-10-17Mac build fixLeslie Linden
2011-10-16wip on dragging disabled toolbar buttonsRichard Linden
2011-10-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-15Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-14EXP-1336 FIX Move Notifications to upper rightRichard Nelson
also made toolbar buttons not trigger if enabled callback returns false
2011-10-14Pull from richard/viewer-experience-fuiMerov Linden
2011-10-14EXP-1363 : Fix caret position in multiple lines or columns situationMerov Linden
2011-10-14mergeDave Parks
2011-10-14merge with headcallum
2011-10-14New icon love for FUILeslie Linden
2011-10-14EXP-1272 FIX Move "How To" to a separate web floaterRichard Nelson
added missing file and updated size of floater
2011-10-13Build fixes because damn standard doesn't allow binding rvalues to non-const ↵Leslie Linden
refs.
2011-10-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-13cleaned up floater reg, removed extraneous functionsRichard Nelson
2011-10-13EXP-1331 : Fix the drag to position 0 case I broke while fixing the drag on ↵Merov Linden
itself case... Aaagh...
2011-10-12Pull from richard/viewer-experience-fuiMerov Linden
2011-10-12EXP-1331 : Avoid showing the caret if the tool is dragged over itselfMerov Linden
2011-10-12removed visiblewhenminimized logic pending redesignRichard Nelson
2011-10-12Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-12tooltips now only show labels for toolbar buttons when label is hidden or ↵Richard Nelson
truncated tooltips are no longer instantaneous once a tooltip is visible
2011-10-12Pull from richard/viewer-experience-fuiMerov Linden
2011-10-12EXP-1331 : Implement new longer caret and make it work on multi lines or ↵Merov Linden
columns of tools. EXP-1304 : handle only tools in DaD on toolbars
2011-10-12MergeLeslie Linden
2011-10-12* Added mModified flag and isModified() query to check it.Leslie Linden
(currently it is not connect to actual data)
2011-10-12* Floater positioning now based on position of other cascading windows currentlyLeslie Linden
open.
2011-10-12don't highlight toolbar buttons during drag and drop (for real)Richard Nelson
2011-10-12don't highlight toolbar buttons during drag and dropRichard Nelson
added mVisibleWhenMinimized to floaters
2011-10-12EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewportRichard Nelson
added confirmation dialog before hiding UI
2011-10-12EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewportRichard Nelson
restores hidden floaters now
2011-10-11Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-11EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewportRichard Linden
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private
2011-10-11* New floater positioning code. Better than what's checked in but not great.Leslie Linden
* Floater updates for positioning and to revert some earlier string changes.
2011-10-11Pull from richard/viewer-experience-fuiMerov Linden
2011-10-11EXP-1300 : Fix caret position in bottom bar, fix misplacement when moving ↵Merov Linden
within same toolbar, suppress visible caret in some situations, no caret if toolbar empty
2011-10-11* Dimmed overlay color on button image overlays to 0.75*alpha when buttons areLeslie Linden
unselected.
2011-10-11Pull from richard/viewer-experience-fuiMerov Linden
2011-10-11EXP-1300 : Implemented carets for DaD. Works with small bugs but OK for ↵Merov Linden
demo. Still in need of some cleanup
2011-10-11EXP-1255 Merge with PE code from ↵callum
https://hg.lindenlab.com/paulgproductengine/exp-1255/ Changeset: 20863:0d094469fd91
2011-10-11Added 'execute_stop_function' command parameter to handle mouse down/up ↵Leslie Linden
actions on toolbar buttons
2011-10-11Fixed Linux buildPaul ProductEngine