Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-06-02 | Fixed #875 by removing menu border introduced in 84ba6c13 | McCabe Maxsted | 1 | -4/+1 | |
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4) | |||||
2011-05-17 | fix bug #879 context menu of line + text editors triggers select all even if ↵ | Armin Weatherwax | 1 | -1/+1 | |
not asked to | |||||
2011-04-13 | Don't create temporary LLRect objects for spellchecking in every draw either | McCabe Maxsted | 1 | -1/+1 | |
2011-04-13 | Don't create temporary vectors in spellchecking on every draw | McCabe Maxsted | 1 | -10/+9 | |
2011-04-13 | Fixed crash in spellchecking when deleting selections while lagging | McCabe Maxsted | 1 | -14/+17 | |
2011-04-11 | Applied customizableTranslationMenu.patch by Grandma Bates for #533: Right ↵ | McCabe Maxsted | 1 | -40/+82 | |
Click menus are transparent on the login screen and #534: Right click menus aren't translatable | |||||
2011-03-22 | Support username logins on Linden grids. Seems to cover most edge cases with ↵ | McCabe Maxsted | 1 | -1/+19 | |
our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested) | |||||
2011-03-09 | #787: Horizontal mouse scrolling support, patch by Kakurady Drakenar | McCabe Maxsted | 1 | -0/+5 | |
2010-10-09 | Fix some STL errors highlighted by MSVC debug | Robin Cornelius | 1 | -1/+10 | |
2010-10-09 | Fix some STL errors highlighted by MSVC debug | Robin Cornelius | 1 | -1/+10 | |
2010-10-07 | Fix bug #611: Context menu spell checker suggestions broken. | thickbrick | 1 | -5/+5 | |
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. | |||||
2010-10-04 | Don't leak SpellMenuBind structs when destroying LLLineEditor/LLTextEditor ↵ | thickbrick | 1 | -39/+28 | |
objects. | |||||
2010-09-29 | Fixed Windows compile error introduced in 13b1fd24 | McCabe Maxsted | 1 | -1/+1 | |
2010-09-28 | Context menu translator: | thickbrick | 1 | -48/+79 | |
- 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. | |||||
2010-09-25 | Context translator: default to enabled. | thickbrick | 1 | -2/+2 | |
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. | |||||
2010-09-25 | LLLineEditor context translator: | thickbrick | 1 | -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. | |||||
2010-09-25 | LLLineEditor context translator: re-select text properly. | thickbrick | 1 | -4/+2 | |
2010-09-25 | More LLLineEditor context translator bugfixes: | thickbrick | 1 | -8/+7 | |
- Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text. | |||||
2010-09-25 | Fix LLLineEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 1 | -12/+78 | |
selected. New behavior is to translate the word under the mouse if nothing is selected. | |||||
2010-09-16 | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵ | McCabe Maxsted | 1 | -10/+18 | |
They now toggle spell check for a specific line/text editor consistently | |||||
2010-09-15 | More spell checking cleanup | McCabe Maxsted | 1 | -3/+3 | |
2010-09-15 | First commit in the long overhaul of making spell check consistent and ↵ | McCabe Maxsted | 1 | -91/+116 | |
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 | |||||
2010-09-06 | Use solid circles instead of asterisks for password fields. | Kakurady (Geneko Nemeth) | 1 | -2/+2 | |
Regression fix for the 09.04 Experimental | |||||
2010-09-06 | Fixed regression of #295 in the 09.04 experimental | McCabe Maxsted | 1 | -14/+23 | |
2010-08-30 | added spellcheck + translation from Emerald Viewer. references to ↵ | Patrick Sapinski | 1 | -36/+485 | |
modularsystems.sl should be changed! | |||||
2010-06-19 | Fixed #295: spinners in the build tools aren't updating after their contents ↵ | McCabe Maxsted | 1 | -15/+23 | |
are deleted | |||||
2010-03-05 | Use solid circles instead of asterisks for password fields. | Kakurady (Geneko Nemeth) | 1 | -2/+2 | |
2010-01-14 | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵ | McCabe Maxsted | 1 | -22/+30 | |
adds uncommitted suggestions to the line editor history | |||||
2010-01-03 | VWR-15310 Save to XML doesn't set proper XML tags | Mm Alder | 1 | -0/+12 | |
2009-09-04 | Linux middle mouse button paste/primary selection support and gtk clipboard ↵ | Armin Weatherwax | 1 | -8/+75 | |
handler (fixes crashbug using synergy mouse-keyboard-clipboard-sharing over lan) modified: linden/doc/contributions.txt modified: linden/indra/llui/llclipboard.cpp modified: linden/indra/llui/llclipboard.h modified: linden/indra/llui/llfloater.cpp modified: linden/indra/llui/llfloater.h modified: linden/indra/llui/lllineeditor.cpp modified: linden/indra/llui/lllineeditor.h modified: linden/indra/llui/lltexteditor.cpp modified: linden/indra/llui/lltexteditor.h modified: linden/indra/llui/llview.cpp modified: linden/indra/llui/llview.h modified: linden/indra/llwindow/CMakeLists.txt new file: linden/indra/llwindow/llmousehandler.cpp modified: linden/indra/llwindow/llmousehandler.h modified: linden/indra/llwindow/llwindow.cpp modified: linden/indra/llwindow/llwindow.h modified: linden/indra/llwindow/llwindowsdl.cpp modified: linden/indra/llwindow/llwindowsdl.h modified: linden/indra/newview/lltool.cpp modified: linden/indra/newview/lltool.h modified: linden/indra/newview/llviewertexteditor.cpp modified: linden/indra/newview/llviewertexteditor.h modified: linden/indra/newview/llviewerwindow.cpp modified: linden/indra/newview/llviewerwindow.h (cherry picked from commit 594f4830922f4294dda432fa748935adffaeed8f) | |||||
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 1 | -3/+4 | |
2009-01-12 | Applied Aimee's patch for doing simple math in the build editor | McCabe Maxsted | 1 | -1/+32 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 1 | -15/+14 | |
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 1 | -57/+85 | |
2008-08-15 | Second Life viewer sources 1.20.7 | Jacek Antonelli | 1 | -2/+7 | |
2008-08-15 | Second Life viewer sources 1.20.2 | Jacek Antonelli | 1 | -71/+145 | |
2008-08-15 | Second Life viewer sources 1.19.1.0 | Jacek Antonelli | 1 | -184/+30 | |
2008-08-15 | Second Life viewer sources 1.19.0.3 | Jacek Antonelli | 1 | -24/+12 | |
2008-08-15 | Second Life viewer sources 1.19.0.0 | Jacek Antonelli | 1 | -38/+325 | |
2008-08-15 | Second Life viewer sources 1.18.6.4-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-08-15 | Second Life viewer sources 1.18.6.0-RC | Jacek Antonelli | 1 | -10/+4 | |
2008-08-15 | Second Life viewer sources 1.18.5.0-RC | Jacek Antonelli | 1 | -0/+8 | |
2008-08-15 | Second Life viewer sources 1.18.4.0-RC | Jacek Antonelli | 1 | -15/+35 | |
2008-08-15 | Second Life viewer sources 1.18.3.2-RC | Jacek Antonelli | 1 | -2/+54 | |
2008-08-15 | Second Life viewer sources 1.17.1.0 | Jacek Antonelli | 1 | -2/+21 | |
2008-08-15 | Second Life viewer sources 1.17.0.12 | Jacek Antonelli | 1 | -0/+81 | |
2008-08-15 | Second Life viewer sources 1.15.1.3 | Jacek Antonelli | 1 | -4/+6 | |
2008-08-15 | Second Life viewer sources 1.15.0.2 | Jacek Antonelli | 1 | -22/+13 | |
2008-08-15 | Second Life viewer sources 1.13.2.12 | Jacek Antonelli | 1 | -0/+2331 | |