aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindowsdl.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-17Potential fix for http://redmine.kokuaviewer.org/issues/1215 but needs testing.David Walter Seikel1-1/+2
2011-03-24Fix #824/SNOW-466: Window Creation Error related to FSAAthickbrick1-0/+9
- Linux only: Retry window creation with lower FSAA samples if it fails. - All platforms: save actual FSAA level into RenderFSAASamples after window is created. This exapnds on the patch from SNOW-466 by Robin Cornelius.
2011-03-09#787: Horizontal mouse scrolling support, patch by Kakurady DrakenarMcCabe Maxsted1-1/+4
2011-02-13UNBRANDING! Conservativley remove references to "second life", replacing ↵David Seikel1-8/+5
them with something generic.
2011-02-09Change imprudence -> meta-impy, though not the URLs. Probably some will ↵David Seikel1-1/+1
need to be reverted later. Changed file names to.
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-5/+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-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood1-1/+2
Plus some white space fixes (TABs --> spaces) in install.xml.
2010-10-01SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-6/+6
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 Inglewood1-6/+6
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 Weatherwax1-1/+38
2010-06-19Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name ↵McCabe Maxsted1-0/+5
in the window title only when running multiple instances
2009-11-18VWR-12620: Linux compile fails with -O2 (--type=Release)Jacek Antonelli1-0/+1
Patch by Alissa Sabre.
2009-09-04Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax1-470/+100
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-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-604/+163
2009-02-13Second Life viewer sources 1.22.9-RCJacek Antonelli1-2/+0
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2009-01-06Streaming music/video now works on Windows.unknown1-2/+2
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli1-28/+37
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-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-103/+66
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli1-3/+95
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli1-12/+33
2008-08-15Second Life viewer sources 1.19.1.4Jacek Antonelli1-6/+10
2008-08-15Second Life viewer sources 1.19.1.2Jacek Antonelli1-4/+4
2008-08-15Second Life viewer sources 1.19.1.1Jacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.19.1.0Jacek Antonelli1-10/+35
2008-08-15Second Life viewer sources 1.19.0.0Jacek Antonelli1-17/+12
2008-08-15Second Life viewer sources 1.18.6.4-RCJacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.18.4.0-RCJacek Antonelli1-19/+19
2008-08-15Second Life viewer sources 1.18.3.2-RCJacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.18.1.2Jacek Antonelli1-4/+42
2008-08-15Second Life viewer sources 1.17.1.0Jacek Antonelli1-1/+6
2008-08-15Second Life viewer sources 1.17.0.12Jacek Antonelli1-13/+45
2008-08-15Second Life viewer sources 1.15.1.3Jacek Antonelli1-115/+173
2008-08-15Second Life viewer sources 1.15.0.2Jacek Antonelli1-7/+7
2008-08-15Second Life viewer sources 1.14.0.0Jacek Antonelli1-115/+261
2008-08-15Second Life viewer sources 1.13.2.12Jacek Antonelli1-0/+2506