aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-09#787: Horizontal mouse scrolling support, patch by Kakurady DrakenarMcCabe Maxsted8-0/+73
2011-02-26Unbranding word of the day is "Second Life".David Seikel1-6/+6
2011-02-25Unbranding. Todays word is "linden".David Seikel4-13/+13
2010-11-09feature: add a tiny context menu to areasearch scroll list itemsArmin Weatherwax2-0/+42
rightclick one of the results and teleport or cam to the object or bring it in edit mode
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-0/+1
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-01Merges the Message log and Message builder from Inertia in.RevolutionSmythe2-0/+28
2010-10-23IMP-663: WARNING: replaceSubstitutionStrings: replaceSubstituionStrings ↵Aleric Inglewood1-2/+2
FAILURE: value: ignoretext repl: Caused by missing ignoretext in notifications.xml. Also fixed typos in debug output messages.
2010-10-20LindenUserDir fixes.Aleric Inglewood1-2/+9
The LindenUserDir (~/.imprudence/first_last/) cannot be initialized before the user logged in. However, several singletons (that only can be initialized once) depend on this directory for initialization. Therefore we have to take care not to instantiate those singletons until after the user logged in. With regard to webit, this fixes the browser_profile (cache and cookies) directory that the builtin browser uses.
2010-10-15Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵Aleric Inglewood2-3/+3
snowglobe 2.x).
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.thickbrick2-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.
2010-10-04Don't leak SpellMenuBind structs when destroying LLLineEditor/LLTextEditor ↵thickbrick2-78/+56
objects.
2010-10-01RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood1-96/+96
See http://redmine.imprudenceviewer.org/issues/556
2010-09-29Fixed Windows compile error introduced in 13b1fd24McCabe Maxsted1-1/+1
2010-09-28Context menu translator:thickbrick4-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.
2010-09-28RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood1-96/+96
See http://redmine.imprudenceviewer.org/issues/556
2010-09-25Fixed typo causing menu seperator to not hide.thickbrick1-1/+1
2010-09-25Context translator: default to enabled.thickbrick2-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.
2010-09-25LLTextEditor context translator: set selection after translation.thickbrick1-3/+9
2010-09-25LLTextEditor context translator:thickbrick2-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:thickbrick2-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.
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 ↵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-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