summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-05-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-05-18CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵Richard Linden
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications
2012-05-17CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵Seth ProductEngine
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings.
2012-05-07CHUI-105 WIP Added tear-off and return behavior for IM floater.Seth ProductEngine
XUI changed for Converstions multifloater and IM floater.
2012-02-23Linux build fix.Seth ProductEngine
Moved type casts from protected base classes to derived LLCoord.
2012-04-26merge with viewer-releaseRichard Linden
2012-04-24CHUI-106 FIX Notifications like Friends online are shown in local chat ↵Richard Linden
history - no toast given if chat history is open
2012-04-17CHUI-86 WIP Investigate voice-dot with name tag integrationRichard Linden
fixed bad parameters in draw3d...name tags should display properly now
2012-04-17fixed buildRichard Linden
2012-04-17CHUI-86 WIP Investigate voice-dot with name tag integrationRichard Linden
added draw3D to LLUIImage to encapsulate display of image in projective 3D space
2012-04-14CHU-78 WIP Subtle cleanup.Vadim ProductEngine
2012-04-14CHUI-78 WIP Minor cleanup.Vadim ProductEngine
2012-04-15attempted fix for gccRichard Linden
2012-04-13fixed buildRichard Linden
all param values now support named values uniformly
2012-04-14Touched a file to fix the TC build.Seth ProductEngine
2012-04-13renamed Lazy to AtomicRichard Linden
2012-04-12fixed UI not working at all due to bad param blocksRichard Linden
2012-04-12fixed broken unit testsRichard Linden
2012-04-11mergeRichard Linden
2012-04-06further LLInitParam cleanupRichard Linden
changed bool template parameter to IS_BLOCK and NOT_BLOCK types moved addParam to BlockDescriptor moved init outside of param element constructors for faster construction
2012-04-05CHUI-78 WIP Added drop-down menus and connected callbacks to the new ↵Vadim ProductEngine
view/sort/add/remove buttons.
2012-04-05CHUI-78 WIP Enabled LLMenuButton to manage its menu's lifetime.Vadim ProductEngine
2012-04-05CHUI-78 WIP Renamamed menu_button.position XUI attribute to menu_position ↵Vadim ProductEngine
for consistency with menu_filename.
2012-04-04CHUI-78 WIP Fixed parsing of menu_button.menu_position XUI parameter.Vadim ProductEngine
2012-03-30CHUI-51 WIP notifications routing code cleanupRichard Linden
object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels
2012-03-29CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator
2012-03-27CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 1, removal of most of llnotificationhandler
2012-03-09merge changes for vmrg-225Oz Linden
2012-02-24potential fix for linux buildRichard 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-07EXP-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-07EXP-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-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions
2012-02-06Mac build fix -- added missing enumeration from switchLeslie Linden
2012-02-03EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low
2012-02-02Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.trckmy\ssh__richard@hg.lindenlab.com_richard_viewer-experience_ywvwfc.hg
2012-02-02EXP-1858 FIX Received Items panel heading in incorrect positionRichard Linden
didn't account properly for collapsed panels
2012-02-02Removing a call to llround() per Richard.Vadim ProductEngine
2012-02-02Restoring a call to llround() in lllineeditor.cpp mistakenly removed in ↵Vadim ProductEngine
changeset 0a9ef58e8f7d. By the way, removing a pointless call to llround() in lldraghandle.cpp.
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden
2012-02-01fixed Linux buildPaul ProductEngine
2012-01-31fixed layout_stack regression resulting in side toolbars being truncatedRichard Linden
2012-01-31EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
2012-01-31 EXP-1851 FIX Crash when trying to resize the bottom sectionsRichard Linden
more layout logic fixes and added renormalization to fractional sizes to eliminate drift
2012-01-30 EXP-1851 WIP Crash when trying to resize the bottom sectionsRichard Linden
fixed layout logic when dealing with invisibile layout_panels
2012-01-30mergeBrad Payne (Vir Linden)