aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-23Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted1-0/+2
winsock2.h is always included before windows.h throughout the source to prevent collisions
2010-11-14Ported some LLWindowMacOSX changes from Snowglobe 2.Jacek Antonelli4-17/+93
Fixes missing definition for LLWindowMacOSX::getNativeKeyData().
2010-11-12Fixed fontconfig library not being set for Linux-onlyMcCabe Maxsted1-5/+12
2010-11-12Add support for using ld.gold on linux.Aleric Inglewood1-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-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood5-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-02Fixed a bunch of problems with images uploads on mac, including transparent ↵elektrahesse2-25/+14
pngs and tgas not rendering correctly.
2010-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood2-2/+3
Plus some white space fixes (TABs --> spaces) in install.xml.
2010-10-13Removed a debug message left overelektrahesse1-1/+1
2010-10-13Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse1-15/+30
and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2-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-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2-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-01SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood2-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-30SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood2-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-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax7-4/+75
2010-09-23llmediaplugins first stepArmin Weatherwax1-1/+13
2010-09-17Fixed events handling on osx to behave correctly on 10.5+ compilation runs.elektrahesse2-6/+30
Added ShellEx(std::string &) method to execute local applications based on file type.
2010-09-10Fixed chat colors and added group im colorselektrahesse2-2/+0
2010-09-09Fixed chat colors and added group im colorselektrahesse3-3/+0
2010-06-20Typo in llwindowmacosx.cpp (LLWindowSDL -> LLWindowMacOSX)Jacek Antonelli1-1/+1
2010-06-19Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name ↵McCabe Maxsted9-0/+28
in the window title only when running multiple instances
2010-01-14Applied patch for VWR-11172 by Alissa Sabre: A source coding mistake ↵McCabe Maxsted1-1/+1
prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows
2009-11-18VWR-12620: Linux compile fails with -O2 (--type=Release)Jacek Antonelli1-0/+1
Patch by Alissa Sabre.
2009-10-13Applied show IM logs button from Emerald viewer and added an alert if there ↵McCabe Maxsted3-0/+14
is no history
2009-09-11Backported clickable object names from 1.23McCabe Maxsted1-42/+1
2009-09-04Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax7-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-13Second Life viewer sources 1.23.3-RCJacek Antonelli1-0/+1621
2009-05-24Second Life viewer sources 1.23.2-RCJacek Antonelli1-1/+31
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli26-711/+272
2009-02-13Second Life viewer sources 1.22.9-RCJacek Antonelli1-2/+0
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli26-26/+26
2009-01-06Streaming music/video now works on Windows.unknown1-2/+2
2008-12-12Second Life viewer sources 1.22.3-RCJacek Antonelli1-0/+6
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli4-42/+55
2008-11-30Fixed passing nonliteral strings to *printf functions.Jacek Antonelli1-1/+1
gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11]
2008-11-01Use Imprudence icon on Linux.Jacek Antonelli1-1/+1
2008-09-28Second Life viewer sources 1.21.3-RCJacek Antonelli3-1/+62
2008-09-06Second Life viewer sources 1.21.1-RCJacek Antonelli3-1/+9
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli35-4987/+2288
2008-08-15Second Life viewer sources 1.20.11Jacek Antonelli2-3/+6
2008-08-15Second Life viewer sources 1.20.10Jacek Antonelli1-1/+3
2008-08-15Second Life viewer sources 1.20.9Jacek Antonelli1-2/+2
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli18-644/+404
2008-08-15Second Life viewer sources 1.20.6Jacek Antonelli1-0/+15
2008-08-15Second Life viewer sources 1.20.3Jacek Antonelli2-3/+41
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli22-863/+482
2008-08-15Second Life viewer sources 1.19.1.4Jacek Antonelli1-6/+10
2008-08-15Second Life viewer sources 1.19.1.3Jacek Antonelli1-231/+249
2008-08-15Second Life viewer sources 1.19.1.2Jacek Antonelli3-7/+6
2008-08-15Second Life viewer sources 1.19.1.1Jacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.19.1.0Jacek Antonelli16-1176/+1305