Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-05 | STORM-1713: Mouse pointer flickers when hovering over any active/clickable ↵ | Ansariel | |
UI item | |||
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-11 | EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵ | callum | |
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size | |||
2011-11-08 | merge changes for vmrg-182 | Oz Linden | |
2011-11-03 | SH-2240 Fix for core profile assertions when Debug GL enabled. | Dave Parks | |
2011-10-31 | EXP-1486 FIX -- Minimum window size on windows | Leslie Linden | |
Reviewed by Callum. | |||
2011-10-31 | SH-2240 Fix for heap corruption under debugger when starting viewer with ↵ | Dave Parks | |
basic shaders disabled. | |||
2011-10-31 | merge | Brad Payne (Vir Linden) | |
2011-10-24 | some debug code for SH-2391: [crashhunters] pre-login crash at ↵ | Xiaohong Bao | |
LLViewerWindow::LLViewerWindow | |||
2011-10-05 | SH-2031 Fix for stall in image update -- don't use the CPU to convert a ↵ | Dave Parks | |
height map into a normal map -- use the GPU instead via a shader. Also, WTF glFinish? | |||
2011-09-26 | merge | Dave Parks | |
2011-09-22 | SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and ↵ | Dave Parks | |
modify viewer to run under said context without generating errors. | |||
2011-09-20 | SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to ↵ | Dave Parks | |
start with a non-compatibility-profile OpenGL context. | |||
2011-08-22 | merge | Brad Payne (Vir Linden) | |
2011-08-03 | fix for SH-2177: Second Life Crashes On Startup in Advanced Mode -- I have ↵ | Xiaohong Bao | |
reinstalled SL, Clear Caches -- Nothing Works | |||
2011-05-17 | merging up latest mesh-development to nyx-mesh-development | Nyx (Neal Orman) | |
2011-04-09 | fix dos line endings | Oz Linden | |
2011-04-06 | FIX VWR-25444: properly initialize DEVMODE structure to prevent crash. | Andrew A. de Laix | |
2011-01-13 | glFlush != glFinish. doh. | Nyx (Neal Orman) | |
2011-01-07 | testing: adding glFlush() each frame for performance testing | Nyx (Neal Orman) | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-04-30 | additional fix for EXT-4858 Normal "Detecting Hardware..." not showing ↵ | Yuri Chebotarev | |
correctly in non-English languages with Viewer 2.0 reviewed Mike Antipov EXT-4858 "Detecting Hardware..." not showing correctly in non-English languages with Viewer 2.0 --HG-- branch : product-engine | |||
2010-04-27 | fix EXT-4858 "Detecting Hardware..." not showing correctly in non-English ↵ | Yuri Chebotarev | |
languages with Viewer 2.0 reviewed Vadim Savchuk https://codereview.productengine.com/secondlife/r/317/ --HG-- branch : product-engine | |||
2010-04-15 | merge from viewer-hotfix | Tofu Linden | |
2010-04-14 | accidentally changed default cursor for testing purposes, reverted | Richard Nelson | |
2010-04-14 | EXT-2418 and EXT-6317 | Richard Nelson | |
found out how to fix loading 32-bit cursors from embedded resource and moved them back there instead of freestanding files | |||
2010-04-14 | merge from viewer-hotfix | Tofu Linden | |
2010-04-13 | fix for EXT-6317 and EXT-2418 regressions in installed viewers | Richard Linden | |
new 32-bit mouse cursors were not getting packaged by installer for windows builds reviewed by Monroe | |||
2010-04-01 | EXT-3531 - Ctrl-P does not work reliably on login | Richard Nelson | |
2010-03-29 | EXT-3258 - Viewer freezes while external web browser loads page | Richard Nelson | |
reviewed by Callum | |||
2010-03-18 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-03-18 | Backed out changeset f4c0761897c6 EXT-4820([NUX] Viewer dimensions on ↵ | Igor Borovkov | |
first-run) by which "moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux." --HG-- branch : product-engine | |||
2010-03-09 | improved mouse cursors (32-bit) | Richard Linden | |
2010-03-09 | merge | Richard Linden | |
2010-03-05 | EXT-2418 added open/sit/buy mouse cursors | Richard Linden | |
2010-03-05 | Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved ↵ | Eugene Mutavchi | |
LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. --HG-- branch : product-engine | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-02-05 | Changed LLWindowWin32::getNativeKeyData() to use platform-specific names in ↵ | Monroe Linden | |
the key data. Changed MediaPluginWebkit::deserializeKeyboardData() to use platform-specific names when extracting the key data. Also fixed a mac-specific issue where the arguments were reversed, which was causing flash apps to get bad keycode data. Just pass 0 for the "native modifiers" param on windows, since it doesn't seem to actually have a native notion of a "modifier keys mask". The Qt (non-native) modifiers should be good enough. | |||
2010-02-04 | added code to grab raw key codes from Win32 WPARAM and LPARAM and send to plugin | Callum Prentice | |
factored out keyboard message deserialization for media_plugin_webkit new version of llqtwebkit with Girish's changes to keyboard and cursor handling code | |||
2010-02-01 | dos2unix these files | Rick Pasetto | |
2010-01-08 | get rid of commented-out code | Rick Pasetto | |
2010-01-08 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-07 | EXT-3994 - Mouse wheel zoom on 2nd monitor unexpectedly works if pointer... | richard | |
reviewed by Mani | |||
2009-12-10 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-12-04 | Expose window minimize and restore in LLWindow interface. | James Cook | |
Add secondlife:///app/login/reg handler for Reg-In-Client Reviewed with Ambroff | |||
2009-12-03 | Fix windows build to now use DragNDropAction instead of a bool 'drop' | Rick Pasetto | |