aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵thickbrick2-12/+81
selected. New behavior is to translate the word under the mouse if nothing is selected.
2010-09-25Fix LLTextEditor context menu translator returning "()" when nothing is ↵thickbrick2-10/+77
selected. New behavior is to translate the word under the mouse if nothing is selected.
2010-09-23llmediaplugins first stepArmin Weatherwax20-172/+186
2010-09-16Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted4-21/+39
They now toggle spell check for a specific line/text editor consistently
2010-09-15More spell checking cleanupMcCabe Maxsted2-8/+9
2010-09-15First commit in the long overhaul of making spell check consistent and ↵McCabe Maxsted4-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
2010-09-10Changed the menu enabled 'x' to a checkmarkMcCabe Maxsted1-1/+1
2010-09-10Replace '>' glyph in cascading menus with a proper triangle(backport from ↵McCabe Maxsted1-1/+1
Viewer 2)
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-06Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted1-1/+8
2010-09-06Fixed regression of #245McCabe Maxsted1-0/+5
2010-09-06Fixed regression of #295 in the 09.04 experimentalMcCabe Maxsted1-14/+23
2010-08-30Fixed bad merge in lltexteditor.cppMcCabe Maxsted1-56/+21
2010-08-30added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski6-116/+1193
modularsystems.sl should be changed!
2010-08-26Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵McCabe Maxsted1-0/+6
slurls (viewer2 slurl format)
2010-08-26Removed unused LLTabContainerVertical cruftMcCabe Maxsted6-71/+0
2010-08-10Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵McCabe Maxsted1-0/+6
slurls (viewer2 slurl format)
2010-08-07Removed unused LLTabContainerVertical cruftMcCabe Maxsted6-71/+0
2010-08-02replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduserArmin Weatherwax1-4/+4
2010-08-01LLComboBox now properly respects control_name.Jacek Antonelli1-0/+16
2010-06-22Added 'Notifications' to logcontrol.xml to reduce notification saving log spamMcCabe Maxsted1-7/+7
2010-06-19Fixed #295: spinners in the build tools aren't updating after their contents ↵McCabe Maxsted2-15/+28
are deleted
2010-06-19Revert "Changed the default minimize position to the top left..."McCabe Maxsted1-6/+7
Reverted because it ended up getting in the way of people's minimaps. Commit retained for posterity. This reverts commit 64e994a132b39e8ed994f0d5cf0914bb44d92507.
2010-06-19Changed the default minimize position to the top left so it doesn't block ↵McCabe Maxsted1-7/+6
chat anymore
2010-06-19Added minimize all option to the File menu, works on everything but the ↵McCabe Maxsted2-0/+32
snapshot window (decided that was a feature)
2010-04-26Added missing setLabelArg to LLSpinCtrl (silly Lindens...)McCabe Maxsted2-0/+14
2010-04-26Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ↵McCabe Maxsted1-3/+5
(also fixed #200 in the process)
2010-04-26Fixed #245: Script compile error from OpenSim crashes ImprudenceMcCabe Maxsted1-0/+5
2010-04-03Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted1-1/+8
2010-03-11Applied Kitty Barnett's patch for Search/Replace in notecards.McCabe Maxsted2-33/+41
2010-03-05Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)1-2/+2
2010-02-26Rebranded new notifications system for all languages.Jacek Antonelli1-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.
2010-02-04Added SliderScrollWheelMultiplier setting.Jacek Antonelli2-1/+25
Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier().
2010-02-03Slider widgets can now be controlled with mouse wheel.Armin Weatherwax2-0/+7
(Cherry-picked by Jacek from 334b0b32)
2010-01-14Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵McCabe Maxsted2-24/+33
adds uncommitted suggestions to the line editor history
2010-01-04Added LLFloater::setTitleArg and LLFloater::setShortTitleArg.Jacek Antonelli2-8/+24
This allows doing "[ARG]" replacement in floater titles.
2010-01-03SNOW-413 Potential null pointer exception in multi-slider controlMm Alder1-1/+1
2010-01-03VWR-15310 Save to XML doesn't set proper XML tagsMm Alder33-14/+283
2010-01-03VWR-14475 Load from XML is brokenMm Alder1-8/+12
2009-11-08Attempted to make the Advanced shortcut play nice with Linux in XUIMcCabe Maxsted1-0/+10
2009-11-07Fixed some branding issues with alerts.xml and notify.xml.Jacek Antonelli1-0/+2
2009-10-03Fixed an issue with llkeywords.cpp(385) and Visual StudioMcCabe Maxsted1-2/+2
2009-09-25Fixed chat channel control value not updating when Return key pressedMcCabe Maxsted1-0/+5
2009-09-11Backported clickable object names from 1.23McCabe Maxsted8-25/+40
2009-09-06Added LLScrollListCtrl::getSelectedIDs()McCabe Maxsted2-0/+13
2009-09-04Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax10-17/+320
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-06-13Second Life viewer sources 1.23.3-RCJacek Antonelli1-15/+12
2009-06-09Backported 1.23's minimap conversion to XUIMcCabe Maxsted2-0/+13
2009-05-24Second Life viewer sources 1.23.2-RCJacek Antonelli1-3/+2