summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-02-03EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵Merov Linden
LLClipboard and use this only
2012-02-03STORM-276 Added preferences panelKitty Barnett
2012-02-03STORM-276 FIXED Selecting a character in a line editor and replacing it ↵Kitty Barnett
doesn't trigger a spell check
2012-02-03STORM-276 Added spellcheck functionality to the LLTextEditor controlKitty Barnett
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-01EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵Merov Linden
up for toolbar and never used)
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden
2012-02-01STORM-1738 Slight adjustment to callbackJonathan Yap
2012-02-01STORM-1738 Initial callback workJonathan Yap
warn-on-failure:open-license
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)
2012-01-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-27EXP-1747, EXP-1152 : Fixed visual glitches in computation of visible width ↵Merov Linden
in inventory.
2012-01-27EXP-1513 WIP Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
cleaned up font positioning on buttons
2012-01-27SH-2768 Put transparency checkerboard back in texture previewDave Parks
2012-01-25MERGE - pulling latest viewer-development into pathfinding branchNyx (Neal Orman)
2012-01-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2012-01-23fix for compile errorRichard Linden
2012-01-23EXP-1837 FIX parsing notifications.xml during startup can take > 40 seconds ↵Richard Linden
(in non-release builds) added logging to track length of time spent reading notifications templates
2012-01-23merge changes for storm-1738Oz Linden
2012-01-23Merge with viewer-developmentKitty Barnett
2012-01-20moved LLSDParam to llcommon so that LLSD<->Param Block conversion are usable ↵Richard Linden
by everyone
2012-01-20removed LLXUIXML libraryRichard Linden
moved LLInitParam, and LLRegistry to llcommon moved LLUIColor, LLTrans, and LLXUIParser to llui reviewed by Nat
2012-01-20STORM-276 Added spellcheck functionality to the LLLineEditor controlKitty Barnett
2012-01-20STORM-276 Basic spellchecking frameworkKitty Barnett
2012-01-19made layoutPanels have constant user_resize and auto_resize attributesRichard Linden
2012-01-19Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2012-01-19EXP-1824 FIX Received Items panel does not collapse correct when Height of ↵Richard Linden
panel is maximized in Inventory window
2012-01-18Fix a Linux compilation failureMerov Linden
2012-01-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-18EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
fixed font metrics rounding error and made corrective adjustments in layout
2012-01-18Fix Linux compilation failureMerov Linden
2012-01-18Pull from viewer-experienceMerov Linden
2012-01-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2012-01-18EXP-1812 FIX Cannot resize location bar / favorites in top navigation bar in ↵Richard Linden
viewer
2012-01-17Pull from viewer-experienceMerov Linden
2012-01-17EXP-1773 : A bit of code cleanup and defensive coding in an attempt to ↵Merov Linden
alleviate some errand crashes.
2012-01-17EXP-1809 FIX Buttons in right toolbar clipped and can be out of positionRichard Linden
2012-01-17EXP-1810 FIX Cannot resize Received items panel in Inventory windowRichard Linden
2012-01-17EXP-1806 FIXED CTRL-W no longer closes floaters.Vadim ProductEngine
Restoring accidentally removed code.
2012-01-17fix for crash in assert when programmatically toggling user resizeRichard Linden
2012-01-17Merge with viewer-dd, attempt #1Leslie Linden
2012-01-17Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson