aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lllineeditor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-02Fixed #875 by removing menu border introduced in 84ba6c13McCabe Maxsted1-4/+1
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4)
2011-05-17fix bug #879 context menu of line + text editors triggers select all even if ↵Armin Weatherwax1-1/+1
not asked to
2011-04-13Don't create temporary LLRect objects for spellchecking in every draw eitherMcCabe Maxsted1-1/+1
2011-04-13Don't create temporary vectors in spellchecking on every drawMcCabe Maxsted1-10/+9
2011-04-13Fixed crash in spellchecking when deleting selections while laggingMcCabe Maxsted1-14/+17
2011-04-11Applied customizableTranslationMenu.patch by Grandma Bates for #533: Right ↵McCabe Maxsted1-40/+82
Click menus are transparent on the login screen and #534: Right click menus aren't translatable
2011-03-22Support username logins on Linden grids. Seems to cover most edge cases with ↵McCabe Maxsted1-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 DrakenarMcCabe Maxsted1-0/+5
2010-10-09Fix some STL errors highlighted by MSVC debugRobin Cornelius1-1/+10
2010-10-09Fix some STL errors highlighted by MSVC debugRobin Cornelius1-1/+10
2010-10-07Fix bug #611: Context menu spell checker suggestions broken.thickbrick1-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-04Don't leak SpellMenuBind structs when destroying LLLineEditor/LLTextEditor ↵thickbrick1-39/+28
objects.
2010-09-29Fixed Windows compile error introduced in 13b1fd24McCabe Maxsted1-1/+1
2010-09-28Context menu translator:thickbrick1-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-25Context translator: default to enabled.thickbrick1-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-25LLLineEditor context translator:thickbrick1-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-25LLLineEditor context translator: re-select text properly.thickbrick1-4/+2
2010-09-25More LLLineEditor context translator bugfixes:thickbrick1-8/+7
- Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text.
2010-09-25Fix LLLineEditor context menu translator returning "()" when nothing is ↵thickbrick1-12/+78
selected. New behavior is to translate the word under the mouse if nothing is selected.
2010-09-16Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted1-10/+18
They now toggle spell check for a specific line/text editor consistently
2010-09-15More spell checking cleanupMcCabe Maxsted1-3/+3
2010-09-15First commit in the long overhaul of making spell check consistent and ↵McCabe Maxsted1-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-06Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)1-2/+2
Regression fix for the 09.04 Experimental
2010-09-06Fixed regression of #295 in the 09.04 experimentalMcCabe Maxsted1-14/+23
2010-08-30added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski1-36/+485
modularsystems.sl should be changed!
2010-06-19Fixed #295: spinners in the build tools aren't updating after their contents ↵McCabe Maxsted1-15/+23
are deleted
2010-03-05Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)1-2/+2
2010-01-14Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵McCabe Maxsted1-22/+30
adds uncommitted suggestions to the line editor history
2010-01-03VWR-15310 Save to XML doesn't set proper XML tagsMm Alder1-0/+12
2009-09-04Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax1-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-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-3/+4
2009-01-12Applied Aimee's patch for doing simple math in the build editorMcCabe Maxsted1-1/+32
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli1-15/+14
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-57/+85
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli1-2/+7
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli1-71/+145
2008-08-15Second Life viewer sources 1.19.1.0Jacek Antonelli1-184/+30
2008-08-15Second Life viewer sources 1.19.0.3Jacek Antonelli1-24/+12
2008-08-15Second Life viewer sources 1.19.0.0Jacek Antonelli1-38/+325
2008-08-15Second Life viewer sources 1.18.6.4-RCJacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.18.6.0-RCJacek Antonelli1-10/+4
2008-08-15Second Life viewer sources 1.18.5.0-RCJacek Antonelli1-0/+8
2008-08-15Second Life viewer sources 1.18.4.0-RCJacek Antonelli1-15/+35
2008-08-15Second Life viewer sources 1.18.3.2-RCJacek Antonelli1-2/+54
2008-08-15Second Life viewer sources 1.17.1.0Jacek Antonelli1-2/+21
2008-08-15Second Life viewer sources 1.17.0.12Jacek Antonelli1-0/+81
2008-08-15Second Life viewer sources 1.15.1.3Jacek Antonelli1-4/+6
2008-08-15Second Life viewer sources 1.15.0.2Jacek Antonelli1-22/+13
2008-08-15Second Life viewer sources 1.13.2.12Jacek Antonelli1-0/+2331