Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-30 | Fixed bad merge in lltexteditor.cpp | McCabe Maxsted | 1 | -56/+21 | |
2010-08-30 | added spellcheck + translation from Emerald Viewer. references to ↵ | Patrick Sapinski | 6 | -116/+1193 | |
modularsystems.sl should be changed! | |||||
2010-08-10 | Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵ | McCabe Maxsted | 1 | -0/+6 | |
slurls (viewer2 slurl format) | |||||
2010-08-07 | Removed unused LLTabContainerVertical cruft | McCabe Maxsted | 6 | -71/+0 | |
2010-08-02 | replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduser | Armin Weatherwax | 1 | -4/+4 | |
2010-08-01 | LLComboBox now properly respects control_name. | Jacek Antonelli | 1 | -0/+16 | |
2010-06-22 | Added 'Notifications' to logcontrol.xml to reduce notification saving log spam | McCabe Maxsted | 1 | -7/+7 | |
2010-06-19 | Fixed #295: spinners in the build tools aren't updating after their contents ↵ | McCabe Maxsted | 2 | -15/+28 | |
are deleted | |||||
2010-06-19 | Revert "Changed the default minimize position to the top left..." | McCabe Maxsted | 1 | -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-19 | Changed the default minimize position to the top left so it doesn't block ↵ | McCabe Maxsted | 1 | -7/+6 | |
chat anymore | |||||
2010-06-19 | Added minimize all option to the File menu, works on everything but the ↵ | McCabe Maxsted | 2 | -0/+32 | |
snapshot window (decided that was a feature) | |||||
2010-04-26 | Added missing setLabelArg to LLSpinCtrl (silly Lindens...) | McCabe Maxsted | 2 | -0/+14 | |
2010-04-26 | Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ↵ | McCabe Maxsted | 1 | -3/+5 | |
(also fixed #200 in the process) | |||||
2010-04-26 | Fixed #245: Script compile error from OpenSim crashes Imprudence | McCabe Maxsted | 1 | -0/+5 | |
2010-04-03 | Potential fix for a rare crash when creating notecards in the AO | McCabe Maxsted | 1 | -1/+8 | |
2010-03-11 | Applied Kitty Barnett's patch for Search/Replace in notecards. | McCabe Maxsted | 2 | -33/+41 | |
2010-03-05 | Use solid circles instead of asterisks for password fields. | Kakurady (Geneko Nemeth) | 1 | -2/+2 | |
2010-02-26 | Rebranded new notifications system for all languages. | Jacek Antonelli | 1 | -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-04 | Added SliderScrollWheelMultiplier setting. | Jacek Antonelli | 2 | -1/+25 | |
Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier(). | |||||
2010-02-03 | Slider widgets can now be controlled with mouse wheel. | Armin Weatherwax | 2 | -0/+7 | |
(Cherry-picked by Jacek from 334b0b32) | |||||
2010-01-14 | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵ | McCabe Maxsted | 2 | -24/+33 | |
adds uncommitted suggestions to the line editor history | |||||
2010-01-04 | Added LLFloater::setTitleArg and LLFloater::setShortTitleArg. | Jacek Antonelli | 2 | -8/+24 | |
This allows doing "[ARG]" replacement in floater titles. | |||||
2010-01-03 | SNOW-413 Potential null pointer exception in multi-slider control | Mm Alder | 1 | -1/+1 | |
2010-01-03 | VWR-15310 Save to XML doesn't set proper XML tags | Mm Alder | 33 | -14/+283 | |
2010-01-03 | VWR-14475 Load from XML is broken | Mm Alder | 1 | -8/+12 | |
2009-11-08 | Attempted to make the Advanced shortcut play nice with Linux in XUI | McCabe Maxsted | 1 | -0/+10 | |
2009-11-07 | Fixed some branding issues with alerts.xml and notify.xml. | Jacek Antonelli | 1 | -0/+2 | |
2009-10-03 | Fixed an issue with llkeywords.cpp(385) and Visual Studio | McCabe Maxsted | 1 | -2/+2 | |
2009-09-25 | Fixed chat channel control value not updating when Return key pressed | McCabe Maxsted | 1 | -0/+5 | |
2009-09-11 | Backported clickable object names from 1.23 | McCabe Maxsted | 8 | -25/+40 | |
2009-09-06 | Added LLScrollListCtrl::getSelectedIDs() | McCabe Maxsted | 2 | -0/+13 | |
2009-09-04 | Linux middle mouse button paste/primary selection support and gtk clipboard ↵ | Armin Weatherwax | 10 | -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-13 | Second Life viewer sources 1.23.3-RC | Jacek Antonelli | 1 | -15/+12 | |
2009-06-09 | Backported 1.23's minimap conversion to XUI | McCabe Maxsted | 2 | -0/+13 | |
2009-05-24 | Second Life viewer sources 1.23.2-RC | Jacek Antonelli | 1 | -3/+2 | |
2009-05-24 | Second Life viewer sources 1.23.1-RC | Jacek Antonelli | 4 | -8/+36 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 103 | -1287/+4873 | |
2009-03-15 | Second Life viewer sources 1.22.11 | Jacek Antonelli | 1 | -1/+1 | |
2009-03-01 | Backported possible crash fix in llfloater.cpp from 1.22 | McCabe Maxsted | 1 | -0/+1 | |
2009-02-27 | LLUI's CMakeList needs LLMedia cmake stuff. | Jacek Antonelli | 1 | -0/+2 | |
2009-02-16 | Fixed LSL comment coloring bleeding to next line. [#96] | Jacek Antonelli | 1 | -2/+2 | |
2009-02-15 | Don't assume that start and end delimiters are same length. | Jacek Antonelli | 1 | -1/+3 | |
2009-02-14 | Fixed crash in LLTextEditor::findHTML | McCabe Maxsted | 1 | -45/+66 | |
2009-01-25 | Fixed single line comment highlighting | McCabe Maxsted | 1 | -5/+35 | |
2009-01-23 | Backported fix for VWR-5529: group chat scrolls up when logging enabled | McCabe Maxsted | 2 | -70/+79 | |
2009-01-23 | Backported Qarl's fix for VWR-8773: Closing parenthesis breaks urls | McCabe Maxsted | 1 | -14/+34 | |
2009-01-15 | Fixed crash bug while loading keywords | McCabe Maxsted | 1 | -2/+2 | |
2009-01-15 | Added viewer support for multiline comments | McCabe Maxsted | 2 | -17/+65 | |
2009-01-12 | Applied Aimee's patch for doing simple math in the build editor | McCabe Maxsted | 3 | -7/+47 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 92 | -163/+201 | |