Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-01 | CHUI-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-28 | EXP-1918 FIX Floaters that are stacked are not offset | Richard Linden | |
EXP-1919 FIX Resizing viewer window with minimized floaters can result in floaters appearing off screen when un-minimized | |||
2012-02-27 | EXP-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-24 | EXP-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-24 | EXP-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-24 | potential fix for linux build | Richard Linden | |
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. | |||
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates fixed build moved conversion funcs to llwindow.cpp as they work on all platforms refactored translateintorect to take overlap as parameter | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates changed over to new convert() method added LLCoordFloater | |||
2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2012-01-17 | EXP-1806 FIXED CTRL-W no longer closes floaters. | Vadim ProductEngine | |
Restoring accidentally removed code. | |||
2011-12-07 | EXP-1652 FIX (Build tool floater size affected by viewer window size) | Richard Linden | |
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters | |||
2011-11-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-15 | EXP-1588 FIX Floaters do not snap to edge | Richard Linden | |
made non-movable floaters not use auto-follow logic toasts will now use own layout logic | |||
2011-11-14 | Removed unused variable to fix the mac build | Leslie Linden | |
2011-11-14 | EXP-1588 WIP Floaters do not snap to edge | Richard Linden | |
2011-11-08 | LLHandle<Derived> is now implicitly convertable to LLHandle<Base> and ↵ | Richard Linden | |
LLHandle<Base> can be downcast to LLHandle<Derived> using the LLHandleProvider mixin | |||
2011-10-24 | EXP-1456 FIX NEARBY CHAT window sometimes opens at the top of the screen. | Richard Linden | |
2011-10-24 | EXP-1454 FIX People floater 'cascades' as if opening a new window while ↵ | Richard Linden | |
looking at group profiles | |||
2011-10-20 | EXP-1431 FIX Default positions for floaters follows additional open ↵ | Richard Linden | |
Inventory windows | |||
2011-10-20 | EXP-1440 FIX Floaters can offset from call dialog and show offscreen for ↵ | Richard Linden | |
default positions | |||
2011-10-19 | EXP-1364 FIX Debug console output covered by left toolbar buttons if present | Richard Nelson | |
EXP-1427 FIX Voice Settings dialog closes when selecting minimize option | |||
2011-10-19 | EXP-1428 FIX Snapshot button does not toggle floater closed | Richard Nelson | |
2011-10-19 | EXP-1424 FIX Floaters open on top of one another in default position with no ↵ | Richard Nelson | |
offset floaters only stack on floaters that haven't moved | |||
2011-10-19 | EXP-1411 FIX "Speak" button enabled in regions with disabled voice | Richard Nelson | |
EXP-1424 FIX Floaters open on top of one another in default position with no offset floaters now stack with their own kind preferentially | |||
2011-10-19 | EXP-1424 FIX Floaters open on top of one another in default position with no ↵ | Richard Nelson | |
offset EXP-1412 FIX Additional Inventory windows are opened directly on top of each after opening additional inventory windows and closing the first time also made sidepanel floaters reuse the existing instances, saving state | |||
2011-10-19 | floaters only save rect when explicitly moved by user | Richard Nelson | |
2011-10-18 | EXP-1409 FIX WASD controls don't move avatar while Move floater is in focus | Richard 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-14 | EXP-1272 FIX Move "How To" to a separate web floater | Richard Nelson | |
added missing file and updated size of floater | |||
2011-10-12 | removed visiblewhenminimized logic pending redesign | Richard Nelson | |
2011-10-12 | Merge | Leslie Linden | |
2011-10-12 | * Floater positioning now based on position of other cascading windows currently | Leslie Linden | |
open. | |||
2011-10-12 | don't highlight toolbar buttons during drag and drop | Richard Nelson | |
added mVisibleWhenMinimized to floaters | |||
2011-10-12 | EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewport | Richard Nelson | |
added confirmation dialog before hiding UI | |||
2011-10-12 | EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewport | Richard Nelson | |
restores hidden floaters now | |||
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-10 | merge | Leyla Farazha | |
2011-10-10 | EXP-1274 Create floater for "Avatar Picker" content | Leyla Farazha | |
EXP-1299 Nearby Voice floater can't be closed by clicking the sidebar button again. EXP-1306 Prompt text to "Change your avatar" and "Destinations" floaters get pushed down one line when the floater dialog gets resized to minimum width | |||
2011-10-10 | EXP-1312 FIX Floaters should appear in region not covered by toolbars | Richard Nelson | |
moved floater snap region to middle of toolbars and constrained floaters to that snap region also made toybox floater pass all drag and drop events along to toolbar | |||
2011-10-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-10-07 | minor code cleanup | Richard Linden | |
2011-10-05 | * Added function setOpenCallback to match existing setCloseCallback. | Leslie Linden | |
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2011-08-02 | Attempt to fix Linux build failure | Merov Linden | |
2011-07-26 | EXP-1021 FIX Position of web content browser dictates position of profile ↵ | Richard Nelson | |
panel - profile panel position changes do not persist EXP-1030 FIX Search button toggle can get out of synch in bottom bar made llinstancetracker::iterator do own nested level management (removing need for separate guard) added support for filename= to floaters can pass in arbitrary window_class to floaters | |||
2011-03-17 | merge changes for storm-1016 | Oz Linden | |
2011-03-04 | STORM-1016 FIXED Crash after pressing ctrl-shift-w while there is an ↵ | Vadim ProductEngine | |
undocked sidepanel. Reason: The shortcut closes all floaters, including those wrapping undocked sidepanels. The sidepanels get destroyed as well, while they are still referenced by the side tray. Fix: Dock (i.e. move to side tray) the sidepanel before its floater gets destroyed. | |||
2011-03-02 | SOCIAL-593 FIX Profile Window cannot be resized in minimal skin | Richard Linden | |
floater view snapping rectangle is now driven by floater_snap_region view | |||
2011-01-11 | STORM-823 FIX Tab Key not working properly | Richard Linden | |
set focus root to true by default for all floaters via floater.xml template existing calls to setIsChrome will turn off focus root for chrome floaters after initializing it from the focus_root parameter |