Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | STORM-276 FIXED Misspellings that span multiple lines don't have their ↵ | Kitty Barnett | |
squiggly lines drawn correctly | |||
2012-02-14 | STORM-276 FIXED Typing in an LLTextEditor freezes the viewer | Kitty Barnett | |
2012-02-14 | STORM-276 Reworked the spell check preferences to be more robust and less ↵ | Kitty Barnett | |
error-prone | |||
2012-02-03 | STORM-276 Added preferences panel | Kitty Barnett | |
2012-02-03 | STORM-276 FIXED Selecting a character in a line editor and replacing it ↵ | Kitty Barnett | |
doesn't trigger a spell check | |||
2012-02-03 | STORM-276 Added spellcheck functionality to the LLTextEditor control | Kitty Barnett | |
2012-01-23 | Merge with viewer-development | Kitty Barnett | |
2012-01-20 | STORM-276 Added spellcheck functionality to the LLLineEditor control | Kitty Barnett | |
2012-01-20 | STORM-276 Basic spellchecking framework | Kitty Barnett | |
2012-01-12 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-01-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-01-11 | EXP-1549 : Disable the Remove button menu item in the toolbar contextual ↵ | Merov Linden | |
menu if no button clicked | |||
2012-01-11 | assert for updating views while drawing was too aggressive | Richard Linden | |
made assert match actual error condition for list iterators reviewed by Leslie | |||
2012-01-08 | merge changes for vmrg-213 | Oz Linden | |
2012-01-06 | Looking for better fix to EXP-1693 - date localization | Richard Linden | |
Backed out changeset: 4f3024e9d629 | |||
2012-01-04 | Modified CRASH assert to not occur in release mode per Richard | Leslie Linden | |
2012-01-04 | merge changes for storm-1708 | Oz Linden | |
2012-01-03 | EXP-1512 FIX changing UI size changes cursor position in notecards | Richard Linden | |
fixed case where adding text between 2 consecutive newlines created gibberish | |||
2012-01-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-01-03 | use lazy deletion of views via die() method to avoid some potential crashes | Richard Linden | |
2011-12-21 | EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs ↵ | Seth ProductEngine | |
window and in scroll list widget in general. - Added a customizable date format string to be used for scroll list cell of "date" type. - The date localization does not change the value of a scroll list cell changing only its string representation. - Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before. - Changed the date format in Item Profile window (French locale) as noted in the issue description. - For this fix the French locale still needs the localization of the following strings in strings.xml: <string name="dateTimeWeekdaysNames"> <string name="dateTimeWeekdaysShortNames"> <string name="dateTimeMonthNames"> <string name="dateTimeMonthShortNames"> <string name="dateTimeDayFormat"> <string name="dateTimeAM"> <string name="dateTimePM"> | |||
2011-12-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-13 | EXP-1551 FIX Ability to toggle button flashing | Richard Linden | |
added "EnableButtonFlashing" setting | |||
2011-12-12 | Added missing line end to satisfy coding policy | Leslie Linden | |
2011-12-12 | EXP-1711 FIX LLWindowShade doesn't stack multiple notifications | Richard Linden | |
added configurable shade color to window_shade | |||
2011-12-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-12 | EXP-1711 FIX LLWindowShade doesn't stack multiple notifications | Richard Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-08 | EXP-1512 FIX changing UI size changes cursor position in notecards | Richard Linden | |
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-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-12-02 | EXP-1476 FIXED (Moving speak button to empty toolbar while incoming/outgoing ↵ | Paul ProductEngine | |
call dialog is open does not move the dialog as well) Reason: A floater can be docked only to a button which is in visible chain, the visibility of the button itself is not enough. After the button was added to the empty toolbar: mButtonAddSignal is called and the floater tries to dock to the button, but the button's parent(mButtonPanel) is yet invisible at this moment (so the button is not in visible chain). mButtonPanel visibility updates in draw() depending on whether it contains some buttons or not. Solution: Updating mButtonPanel visibility right after the button was added, before mButtonAddSignal | |||
2011-12-01 | Build fixes for mac, hopefully Linux too | Leslie Linden | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-11-28 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/VirLinden/viewer-development-shining-fixes | |||
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-26 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge | Richard Linden | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
idle calls. Reviewed by davep. | |||
2011-11-23 | Changes to filter out tabs from file load and to test if loading/saving ↵ | Ima Mechanique | |
should be allowed. | |||
2011-11-15 | SH-1865 PROGRESS -- Disable the anti-aliasing control on hardware our code ↵ | Leslie Linden | |
doesn't support for anti-aliasing | |||
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-15 | SH-2591 WIP -- fix for UI disappearing, introduces some artifacts in ↵ | Dave Parks | |
rotation ring, committing to debug elsewhere | |||
2011-11-14 | Removed unused variable to fix the mac build | Leslie Linden | |