aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | IMP-663: WARNING: replaceSubstitutionStrings: replaceSubstituionStrings ↵Aleric Inglewood2010-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | FAILURE: value: ignoretext repl: Caused by missing ignoretext in notifications.xml. Also fixed typos in debug output messages.
* | | Fix some STL errors highlighted by MSVC debugRobin Cornelius2010-10-091-1/+10
|/ /
* | Fix bug #611: Context menu spell checker suggestions broken.thickbrick2010-10-072-10/+10
| | | | | | | | | | | | | | | | This fixes a confusion between word end position and word length, causing an empty spell checker suggestion list, or possibly crashes. I caused this bug in f5006e8a2f34afa390f0bbcf0f6af15218cf4105. Oops.
* | Don't leak SpellMenuBind structs when destroying LLLineEditor/LLTextEditor ↵thickbrick2010-10-042-78/+56
| | | | | | | | objects.
* | RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood2010-10-011-96/+96
| | | | | | | | See http://redmine.imprudenceviewer.org/issues/556
* | Fixed Windows compile error introduced in 13b1fd24McCabe Maxsted2010-09-291-1/+1
| |
* | Context menu translator:thickbrick2010-09-284-105/+178
| | | | | | | | | | | | | | | | | | - Don't hide the translate menu, instead only enable the options that make sense in the context (translate languages, copy/paste/etc.) - Made highlighting misspellings a global option, with immediate effect. - Convert newview/lgghunspell_wrapper.cpp to UTF-8.
* | Fixed typo causing menu seperator to not hide.thickbrick2010-09-251-1/+1
| |
* | Context translator: default to enabled.thickbrick2010-09-252-3/+3
| | | | | | | | | | | | Set the default of the xui attribute "allow_translate" to true, and add allow_translate="false" to panel_login.xml. This probably needs to be disabled in other places as well.
* | LLTextEditor context translator: set selection after translation.thickbrick2010-09-251-3/+9
| |
* | LLTextEditor context translator:thickbrick2010-09-252-19/+16
| | | | | | | | | | | | - Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected.
* | LLLineEditor context translator:thickbrick2010-09-252-19/+18
| | | | | | | | | | | | - Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected.
* | LLLineEditor context translator: re-select text properly.thickbrick2010-09-251-4/+2
| |
* | More LLLineEditor context translator bugfixes:thickbrick2010-09-251-8/+7
| | | | | | | | | | | | - Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text.
* | Fix LLLineEditor context menu translator returning "()" when nothing is ↵thickbrick2010-09-252-12/+81
| | | | | | | | | | | | selected. New behavior is to translate the word under the mouse if nothing is selected.
* | Fix LLTextEditor context menu translator returning "()" when nothing is ↵thickbrick2010-09-252-10/+77
|/ | | | | | selected. New behavior is to translate the word under the mouse if nothing is selected.
* Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted2010-09-164-21/+39
| | | | They now toggle spell check for a specific line/text editor consistently
* More spell checking cleanupMcCabe Maxsted2010-09-152-8/+9
|
* First commit in the long overhaul of making spell check consistent and ↵McCabe Maxsted2010-09-154-222/+260
| | | | workable. Contains code cleanup and a change in logic. Spell check is now only available on text/line editors that have spell_check set to true in xml
* Changed the menu enabled 'x' to a checkmarkMcCabe Maxsted2010-09-101-1/+1
|
* Replace '>' glyph in cascading menus with a proper triangle(backport from ↵McCabe Maxsted2010-09-101-1/+1
| | | | Viewer 2)
* Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)2010-09-061-2/+2
| | | | Regression fix for the 09.04 Experimental
* Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted2010-09-061-1/+8
|
* Fixed regression of #245McCabe Maxsted2010-09-061-0/+5
|
* Fixed regression of #295 in the 09.04 experimentalMcCabe Maxsted2010-09-061-14/+23
|
* Fixed bad merge in lltexteditor.cppMcCabe Maxsted2010-08-301-56/+21
|
* added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski2010-08-306-116/+1193
| | | | modularsystems.sl should be changed!
* Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵McCabe Maxsted2010-08-101-0/+6
| | | | slurls (viewer2 slurl format)
* Removed unused LLTabContainerVertical cruftMcCabe Maxsted2010-08-076-71/+0
|
* replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduserArmin Weatherwax2010-08-021-4/+4
|
* LLComboBox now properly respects control_name.Jacek Antonelli2010-08-011-0/+16
|
* Added 'Notifications' to logcontrol.xml to reduce notification saving log spamMcCabe Maxsted2010-06-221-7/+7
|
* Fixed #295: spinners in the build tools aren't updating after their contents ↵McCabe Maxsted2010-06-192-15/+28
| | | | are deleted
* Revert "Changed the default minimize position to the top left..."McCabe Maxsted2010-06-191-6/+7
| | | | | | | Reverted because it ended up getting in the way of people's minimaps. Commit retained for posterity. This reverts commit 64e994a132b39e8ed994f0d5cf0914bb44d92507.
* Changed the default minimize position to the top left so it doesn't block ↵McCabe Maxsted2010-06-191-7/+6
| | | | chat anymore
* Added minimize all option to the File menu, works on everything but the ↵McCabe Maxsted2010-06-192-0/+32
| | | | snapshot window (decided that was a feature)
* Added missing setLabelArg to LLSpinCtrl (silly Lindens...)McCabe Maxsted2010-04-262-0/+14
|
* Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ↵McCabe Maxsted2010-04-261-3/+5
| | | | (also fixed #200 in the process)
* Fixed #245: Script compile error from OpenSim crashes ImprudenceMcCabe Maxsted2010-04-261-0/+5
|
* Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted2010-04-031-1/+8
|
* Applied Kitty Barnett's patch for Search/Replace in notecards.McCabe Maxsted2010-03-112-33/+41
|
* Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)2010-03-051-2/+2
|
* Rebranded new notifications system for all languages.Jacek Antonelli2010-02-261-2/+8
| | | | | | Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later.
* Added SliderScrollWheelMultiplier setting.Jacek Antonelli2010-02-042-1/+25
| | | | | | | Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier().
* Slider widgets can now be controlled with mouse wheel.Armin Weatherwax2010-02-032-0/+7
| | | | (Cherry-picked by Jacek from 334b0b32)
* Merged in 'paymessage' branch.Jacek Antonelli2010-02-032-8/+24
|\ | | | | | | | | Custom message in Pay Resident floater, and XUI cleanup. (SNOW-436, formerly VWR-9597)
| * Added LLFloater::setTitleArg and LLFloater::setShortTitleArg.Jacek Antonelli2010-01-042-8/+24
| | | | | | | | This allows doing "[ARG]" replacement in floater titles.
* | Merge remote branch 'mccabe/next' into nextJacek Antonelli2010-01-262-24/+33
|\ \
| * | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵McCabe Maxsted2010-01-142-24/+33
| |/ | | | | | | adds uncommitted suggestions to the line editor history
* | SNOW-413 Potential null pointer exception in multi-slider controlMm Alder2010-01-031-1/+1
| |