Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-23 | Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵ | McCabe Maxsted | 1 | -0/+2 | |
winsock2.h is always included before windows.h throughout the source to prevent collisions | |||||
2010-11-14 | Ported some LLWindowMacOSX changes from Snowglobe 2. | Jacek Antonelli | 4 | -17/+93 | |
Fixes missing definition for LLWindowMacOSX::getNativeKeyData(). | |||||
2010-11-12 | Fixed fontconfig library not being set for Linux-only | McCabe Maxsted | 1 | -5/+12 | |
2010-11-12 | Add support for using ld.gold on linux. | Aleric Inglewood | 1 | -0/+1 | |
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). Thanks to Siana Gearz for pointing out that ld.gold is so much faster. | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 5 | -6/+6 | |
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-02 | Fixed a bunch of problems with images uploads on mac, including transparent ↵ | elektrahesse | 2 | -25/+14 | |
pngs and tgas not rendering correctly. | |||||
2010-10-15 | RED-595: Manual merge with weekly-webkit. | Aleric Inglewood | 2 | -2/+3 | |
Plus some white space fixes (TABs --> spaces) in install.xml. | |||||
2010-10-13 | Removed a debug message left over | elektrahesse | 1 | -1/+1 | |
2010-10-13 | Added support for upload and local usage of PSD (Photoshop, including layers ↵ | elektrahesse | 1 | -15/+30 | |
and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines | |||||
2010-10-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 2 | -0/+70 | |
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding. | |||||
2010-10-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 2 | -0/+70 | |
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding. | |||||
2010-10-01 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 2 | -9/+9 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-09-30 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 2 | -9/+9 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-09-23 | port SG2.0 Mediaplugs (webkit supports flash now) | Armin Weatherwax | 7 | -4/+75 | |
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 1 | -1/+13 | |
2010-09-17 | Fixed events handling on osx to behave correctly on 10.5+ compilation runs. | elektrahesse | 2 | -6/+30 | |
Added ShellEx(std::string &) method to execute local applications based on file type. | |||||
2010-09-10 | Fixed chat colors and added group im colors | elektrahesse | 2 | -2/+0 | |
2010-09-09 | Fixed chat colors and added group im colors | elektrahesse | 3 | -3/+0 | |
2010-06-20 | Typo in llwindowmacosx.cpp (LLWindowSDL -> LLWindowMacOSX) | Jacek Antonelli | 1 | -1/+1 | |
2010-06-19 | Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name ↵ | McCabe Maxsted | 9 | -0/+28 | |
in the window title only when running multiple instances | |||||
2010-01-14 | Applied patch for VWR-11172 by Alissa Sabre: A source coding mistake ↵ | McCabe Maxsted | 1 | -1/+1 | |
prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows | |||||
2009-11-18 | VWR-12620: Linux compile fails with -O2 (--type=Release) | Jacek Antonelli | 1 | -0/+1 | |
Patch by Alissa Sabre. | |||||
2009-10-13 | Applied show IM logs button from Emerald viewer and added an alert if there ↵ | McCabe Maxsted | 3 | -0/+14 | |
is no history | |||||
2009-09-11 | Backported clickable object names from 1.23 | McCabe Maxsted | 1 | -42/+1 | |
2009-09-04 | Linux middle mouse button paste/primary selection support and gtk clipboard ↵ | Armin Weatherwax | 7 | -482/+204 | |
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 | -0/+1621 | |
2009-05-24 | Second Life viewer sources 1.23.2-RC | Jacek Antonelli | 1 | -1/+31 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 26 | -711/+272 | |
2009-02-13 | Second Life viewer sources 1.22.9-RC | Jacek Antonelli | 1 | -2/+0 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 26 | -26/+26 | |
2009-01-06 | Streaming music/video now works on Windows. | unknown | 1 | -2/+2 | |
2008-12-12 | Second Life viewer sources 1.22.3-RC | Jacek Antonelli | 1 | -0/+6 | |
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 4 | -42/+55 | |
2008-11-30 | Fixed passing nonliteral strings to *printf functions. | Jacek Antonelli | 1 | -1/+1 | |
gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11] | |||||
2008-11-01 | Use Imprudence icon on Linux. | Jacek Antonelli | 1 | -1/+1 | |
2008-09-28 | Second Life viewer sources 1.21.3-RC | Jacek Antonelli | 3 | -1/+62 | |
2008-09-06 | Second Life viewer sources 1.21.1-RC | Jacek Antonelli | 3 | -1/+9 | |
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 35 | -4987/+2288 | |
2008-08-15 | Second Life viewer sources 1.20.11 | Jacek Antonelli | 2 | -3/+6 | |
2008-08-15 | Second Life viewer sources 1.20.10 | Jacek Antonelli | 1 | -1/+3 | |
2008-08-15 | Second Life viewer sources 1.20.9 | Jacek Antonelli | 1 | -2/+2 | |
2008-08-15 | Second Life viewer sources 1.20.7 | Jacek Antonelli | 18 | -644/+404 | |
2008-08-15 | Second Life viewer sources 1.20.6 | Jacek Antonelli | 1 | -0/+15 | |
2008-08-15 | Second Life viewer sources 1.20.3 | Jacek Antonelli | 2 | -3/+41 | |
2008-08-15 | Second Life viewer sources 1.20.2 | Jacek Antonelli | 22 | -863/+482 | |
2008-08-15 | Second Life viewer sources 1.19.1.4 | Jacek Antonelli | 1 | -6/+10 | |
2008-08-15 | Second Life viewer sources 1.19.1.3 | Jacek Antonelli | 1 | -231/+249 | |
2008-08-15 | Second Life viewer sources 1.19.1.2 | Jacek Antonelli | 3 | -7/+6 | |
2008-08-15 | Second Life viewer sources 1.19.1.1 | Jacek Antonelli | 1 | -0/+1 | |
2008-08-15 | Second Life viewer sources 1.19.1.0 | Jacek Antonelli | 16 | -1176/+1305 | |