Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 8 | -18/+22 | |
disappears in patches, part 3: Collapse LL_VO_HOLE_WATER and LL_VO_EDGE_WATER into one LL_VO_VOID_WATER | |||||
2010-09-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 1 | -1/+1 | |
disappears in patches, part 2: Also support GL_NV_depth_clamp | |||||
2010-09-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 28 | -167/+477 | |
disappears in patches, part 1 | |||||
2010-09-25 | Fixed typo causing menu seperator to not hide. | thickbrick | 1 | -1/+1 | |
2010-09-25 | Context translator: default to enabled. | thickbrick | 3 | -6/+9 | |
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-25 | LLTextEditor context translator: set selection after translation. | thickbrick | 1 | -3/+9 | |
2010-09-25 | LLTextEditor context translator: | thickbrick | 2 | -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-25 | LLLineEditor context translator: | thickbrick | 2 | -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-25 | LLLineEditor context translator: re-select text properly. | thickbrick | 1 | -4/+2 | |
2010-09-25 | More LLLineEditor context translator bugfixes: | thickbrick | 1 | -8/+7 | |
- Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text. | |||||
2010-09-25 | Fix LLLineEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2 | -12/+81 | |
selected. New behavior is to translate the word under the mouse if nothing is selected. | |||||
2010-09-25 | Fix LLTextEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2 | -10/+77 | |
selected. New behavior is to translate the word under the mouse if nothing is selected. | |||||
2010-09-25 | Make chat translator ignore non-interesting translations (empty or same as | thickbrick | 2 | -22/+25 | |
original,) that may result from Google Translate's language autodetec failure. | |||||
2010-09-24 | Possible fix for an infinite loop in LLTextureCache. | Jacek Antonelli | 1 | -5/+8 | |
Backported a few changes from pre-LGPL Viewer 2. | |||||
2010-09-23 | Fixed Windows compile bug in 721c25d8. Changed std::max to llmax since ↵ | McCabe Maxsted | 1 | -1/+1 | |
Windows apparently thought it'd be a good idea to have its own definition -_- | |||||
2010-09-23 | Tiny layout tweaks to accomodate different font widths. | Jacek Antonelli | 2 | -3/+3 | |
2010-09-23 | Use integer font sizes to avoid blurriness on some systems. | Jacek Antonelli | 2 | -7/+8 | |
2010-09-23 | Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning. | Jacek Antonelli | 1 | -0/+0 | |
"CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it." | |||||
2010-09-23 | don't rely on indexed color extension(SNOW-220) | Nemurimasu Neiro | 1 | -1/+0 | |
2010-09-23 | one more poke on trees+grass + fix the windlight water | Armin Weatherwax | 4 | -5/+10 | |
2010-09-23 | fix: cached trees + grass white on opensim | Armin Weatherwax | 3 | -4/+5 | |
issues remaining: windlight water is "flat" | |||||
2010-09-23 | fix minimap surface not rendered | Armin Weatherwax | 1 | -1/+1 | |
2010-09-23 | fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300 | Armin Weatherwax | 1 | -1/+1 | |
maybe squash with 11e4c300 | |||||
2010-09-23 | linux* kill imprudence gstreamer, use system gstreamer instead. | Armin Weatherwax | 8 | -3575/+143 | |
who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19 | |||||
2010-09-23 | Imprudence style gstreamer plugin (remove llgst, syms and such) | Armin Weatherwax | 12 | -584/+440 | |
2010-09-23 | Fixed plugin compile issues on windows | McCabe Maxsted | 2 | -1/+2 | |
2010-09-23 | Removed more unused 'prepare' dependencies | McCabe Maxsted | 2 | -2/+0 | |
2010-09-23 | fix platform specific mime_type xml loading | Armin Weatherwax | 2 | -15/+10 | |
note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation. For using gstreamer on mac + win the file has to be changed (try the linux one :) ) | |||||
2010-09-23 | update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵ | Armin Weatherwax | 27 | -149/+2420 | |
loading. Issue: llqtwebkit needs update for Linux 64bit | |||||
2010-09-23 | fix some mime type issues | Armin Weatherwax | 4 | -45/+139 | |
2010-09-23 | fix "about land" (actually llpanellandmedia) crashes | Armin Weatherwax | 2 | -189/+132 | |
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 210 | -2270/+12699 | |
texture system | |||||
2010-09-23 | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 9 | -1/+62 | |
2010-09-23 | update llplugin to latest version of SG2, pull latest webkit | Armin Weatherwax | 21 | -58/+119 | |
2010-09-23 | update to latest SG2 media_plugins | Armin Weatherwax | 20 | -229/+956 | |
2010-09-23 | make it compile and run. | Armin Weatherwax | 3 | -147/+1 | |
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix | |||||
2010-09-23 | port llprimitive from SG2.0 | Armin Weatherwax | 20 | -335/+3121 | |
2010-09-23 | port SG2.0 Mediaplugs (webkit supports flash now) | Armin Weatherwax | 49 | -215/+514 | |
2010-09-23 | remove deprecated files | Armin Weatherwax | 3 | -1394/+0 | |
2010-09-23 | Fixed 'there is no media type for text/html' errors | McCabe Maxsted | 2 | -0/+469 | |
2010-09-23 | Fixed floatervicelicense not compiling with the new media changes | McCabe Maxsted | 5 | -27/+24 | |
2010-09-23 | Fixed llvewermedia version info (and kept it disabled unless there's a good ↵ | McCabe Maxsted | 1 | -5/+8 | |
reason for enabling it) | |||||
2010-09-23 | Added fix for word size from Snowglobe (only for Windows--didn't update ↵ | McCabe Maxsted | 7 | -8/+48 | |
Linux or Mac as I can't test them) | |||||
2010-09-23 | Removed some bad merge entries from newview/CMakeLists.txt | McCabe Maxsted | 1 | -2/+0 | |
2010-09-23 | CMake now runs correctly on Windows | McCabe Maxsted | 2 | -0/+24 | |
2010-09-23 | Added missing plugins notifications | McCabe Maxsted | 1 | -0/+18 | |
2010-09-23 | Removed 'prepare' dependency from cmake | McCabe Maxsted | 3 | -3/+0 | |
2010-09-23 | Fixed CopyWinLibs. Still a bunch of CMake errors and plugins don't load on ↵ | McCabe Maxsted | 2 | -386/+173 | |
Windows | |||||
2010-09-23 | Fixed Windows compile error with WIND_BUFFER_SIZE_SEC | McCabe Maxsted | 2 | -1/+2 | |
2010-09-23 | Fixed newview\CMakeLists.txt not parsing on Windows | McCabe Maxsted | 1 | -5/+4 | |