aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-15Fixed up the spellcheck preferences labels to something more easily ↵McCabe Maxsted1-26/+33
understandable (TODO: make them make sense, create a decent layout)
2010-09-15Fixed spellcheck comboboxes showing up as blank (do we even want comboboxes ↵McCabe Maxsted1-14/+19
here?)
2010-09-15Fixed crash when pressing the download dictionary button right after the ↵McCabe Maxsted1-36/+39
window opened
2010-09-15Added LSL and LSL2 to the en_sl dictionaryMcCabe Maxsted1-0/+2
2010-09-15Removed spell_check from chat history and IM windows since sent text isn't ↵McCabe Maxsted4-7/+5
ever spellchecked
2010-09-15Added spell_check to floater_*.xml line editorsMcCabe Maxsted28-38/+38
2010-09-15Added spell_check to floater_*.xml text editorsMcCabe Maxsted14-20/+22
2010-09-15Added spell_check to panel_*.xml text editorsMcCabe Maxsted14-19/+19
2010-09-15Removed unused panel_voice_enable.xml fileMcCabe Maxsted1-37/+0
2010-09-15Added spell_check to panel_*.xml line editorsMcCabe Maxsted10-17/+18
2010-09-15Removed unused panel_voice_options.xml fileMcCabe Maxsted1-43/+0
2010-09-15First commit in the long overhaul of making spell check consistent and ↵McCabe Maxsted6-345/+470
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-15Updated CannotBuyLandMaturity notification with info on how to fix the problemMcCabe Maxsted1-1/+1
2010-09-14Clarified that a restart is required to change spell checking settingsMcCabe Maxsted1-2/+2
2010-09-14Removed GOVERNOR_LINDEN check to allow land auctions on OpenSimMcCabe Maxsted1-1/+1
2010-09-14Ugly hack for ugly (but needed) ui: make the 'none' group sort to the top of ↵McCabe Maxsted1-14/+34
the list
2010-09-14Added checkboxes to the group list for receiving group notices, joining ↵McCabe Maxsted3-14/+82
group chat, and listing group in profile
2010-09-14Small bugfix, no dropdown yetelektrahesse1-2/+2
2010-09-14Prevent double-click teleport when double-clicking touch-scripted objects or ↵thickbrick1-0/+13
objects with non-default click action (sit, buy, etc.)
2010-09-14SNOW-282: prevent the toolbox from showing up uninvited and grabbing ↵thickbrick1-2/+6
in-world click events after login. Window focus changes can leave gToolNull as the active tool (it should only be active when the window is unfocused.) This prevents doing keyboard override in that case.
2010-09-13Moved web map settings to the imprudence section of settings.xmlMcCabe Maxsted1-23/+23
2010-09-13add libhunspell to viewer_manifest for linux*Armin Weatherwax1-0/+2
2010-09-13Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax11-56/+169
possible for OS
2010-09-13stay away from find_library!Nemurimasu Neiro2-10/+4
due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed.
2010-09-13Restored the alt-H shortcut for teleport historyMcCabe Maxsted1-1/+2
2010-09-13Fixed Windows compile error in autocompleteMcCabe Maxsted1-1/+1
2010-09-13Added the 'Add Friend' option to IMs and fixed the Group Profile button ↵McCabe Maxsted17-16/+95
showing the wrong profile (#514)
2010-09-13Updated German translation, part 2, by Eryn GalenMcCabe Maxsted21-328/+535
2010-09-13Added ' support for punctuation matchingelektrahesse1-1/+1
2010-09-13Initial support for names autocompletion in chat using ctrl-escelektrahesse1-5/+76
2010-09-12Fixed the regexp to match commas before the nameelektrahesse1-1/+1
2010-09-11Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵McCabe Maxsted1-0/+1
mNextAudioSession in LLVoiceClient
2010-09-11When buying land check the maturity level first and inform the agent when ↵Frederick Martian2-1/+22
the land does have a higher level than what he is currently set to
2010-09-11Fixed the layout of the fonts preferences panel's font previewsMcCabe Maxsted1-4/+4
2010-09-11Updated the artwork package to fix a few items that were out of dateMcCabe Maxsted1-8/+8
2010-09-11Changed version to Experimental 2010.09.11McCabe Maxsted1-1/+1
2010-09-11Fixed color picker size being too tiny for the labelMcCabe Maxsted1-6/+6
2010-09-11Made the default friend chat color the same color as friends' glyph in the ↵McCabe Maxsted1-3/+3
mini-map
2010-09-11Disabled highlight for own name color by default to avoid confusionMcCabe Maxsted1-2/+2
2010-09-10Fixed crash when right clicking a landmark and selecting 'About Landmark'. ↵McCabe Maxsted1-3/+3
TODO: fix duplicate LM request that shouldn't happen
2010-09-10Added the dark and gemini skins to the skins panel (note: revert before skin ↵McCabe Maxsted3-6/+55
selection is merged in)
2010-09-10Updated artwork package to include dark and gemini skins (also updated ↵McCabe Maxsted1-8/+8
windows installers)
2010-09-10Fix for crash on bad teleportsMcCabe Maxsted1-1/+1
2010-09-10Added libhunspell-1.2.dylib to Mac manifest.Jacek Antonelli1-0/+1
2010-09-10Made DroidSans the new default font.Jacek Antonelli2-14/+14
2010-09-10Added Delicious and DroidSans fonts to package and preferences.Jacek Antonelli5-12/+83
2010-09-10Added the concept of font size multiplier (size_mult).Jacek Antonelli3-19/+38
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use.
2010-09-10Added the concept of aliases to LLFontRegistry.Jacek Antonelli3-9/+52
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting.
2010-09-10Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli9-1/+214
Choosing a font sets FontChoice setting, but no real effect yet.
2010-09-10Changed the 'bundle identifier' to org.imprudenceviewer.viewer.Jacek Antonelli5-5/+5
This is used on Mac OS X to identify the application. Thanks to Solo Mornington for this information.