summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-06-21merge changes for DRTVWR-171Oz Linden
2012-06-19STORM-1887 FIXED Added words are not saved in dictionaries if main ↵Kitty Barnett
dictionary was reselected The user's custom dictionary and ignore list are now independent of the primary dictionary.
2012-06-12EXP-1953: Altering the behavior of building an LLTextBase such that icons ↵Todd Stinson
are appended in place rather than prepended out of context.
2012-06-11merge spelling changes for UI reviewOz Linden
2012-06-11STORM-276 Added the ability to remove (user-installed) dictionariesKitty Barnett
2012-06-11STORM-276 Distinguish between default dictionaries and user-installed ↵Kitty Barnett
dictionaries
2012-06-11STORM-276 Insert braces around if/for/while loopsKitty Barnett
2012-06-04merge dictionary importOz Linden
2012-06-04STORM-276 Dictionary import functionality and floaterKitty Barnett
2012-06-01merge latest fixes from KittyOz Linden
2012-05-31STORM-276 FIXED Last word in a line editor isn't spell checkedKitty Barnett
2012-05-31merge changes for storm-276Oz Linden
2012-05-31STORM-276 FIXED Line editor misspells are checked every frameKitty Barnett
2012-05-31STORM-276 FIXED "Add to Ignore" doesn't triggerKitty Barnett
2012-05-30Merged with viewer-releaseKitty Barnett
2012-05-30merge up to 3.3.2-releaseOz Linden
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-24merge changes for DRTVWR-151Oz Linden
2012-05-22merge changes for DRTVWR-152Oz Linden
2012-05-22merge changes for DRTVWR-149Oz Linden
2012-05-20Merged with viewer-betaKitty Barnett
2012-05-18MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floatersRichard Linden
don't auto position other floater when it is hosted
2012-05-18MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty
2012-05-17MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>.
2012-05-15STORM-276 FIXED Right-to-left line editor selection becomes invisible if the ↵Kitty Barnett
cursor moves
2012-05-15STORM-276 FIXED Squiggles overflow line editor height when font size is set ↵Kitty Barnett
to large - Also reduced squiggle width from 6 to 4 and prevented running past the end of a word
2012-05-11rename feature from "autocorrect" to "autoreplace", change names accordinglyOz Linden
2012-05-09Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-05-08merge changes for version 3.3.1Oz Linden
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-04-20merge changes for latest viewer-developmentOz 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-28MAINT-405 FIXED ([PUBLIC]Ctrl W does not properly close IM tabs using tabbed ↵Paul ProductEngine
IM in 2.x/3.x) - Now tabs are closed with Ctrl+W as expected
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.