Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | Merge branch 'master' into DV525-merge-6.4.13 | Dave Houlton | |
2021-01-25 | SL-14705: Cleanup U32 S32 cast | Ptolemy | |
2021-01-25 | SL-14705: Merge Sovereign Engineer's fix for name tags showing in front with ↵ | Ptolemy | |
AMD GPUs: Fix GL_INVALID_OPERATION when copying stencil to default window framebuffer on AMD graphics on windows | |||
2021-01-04 | SL-14347 Crash at ChoosePixelFormat | Andrey Kleshchev | |
2020-11-11 | Merge branch 'master' 6.4.12 into DRTVWR-510 | Dave Houlton | |
2020-11-11 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llui/llfolderviewmodel.h # indra/newview/lltexturecache.cpp # indra/newview/llviewermenu.h # indra/newview/skins/default/xui/en/menu_wearable_list_item.xml | |||
2020-10-20 | SL-13733 Verify window handle | Andrey Kleshchev | |
2020-09-18 | SL-13733 Crash: Do not unassign event handler before handling WM_DESTROY | Andrey Kleshchev | |
2020-08-18 | Merge branch 'master' 6.4.8 into DRTVWR-510 | Dave Houlton | |
2020-08-18 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llimprocessing.cpp # indra/newview/llviewerjoystick.cpp # indra/newview/llviewermenufile.cpp | |||
2020-07-15 | SL-5894 Fix llurlentry test building | Andrey Kleshchev | |
2020-07-15 | SL-5894 #4 Organize device storage between sessions | Andrey Kleshchev | |
2020-07-15 | SL-5894 #3 WIP enumerate devices to flaoter, let floater set device | Andrey Kleshchev | |
temp | |||
2020-07-10 | SL-5894 Changed joystick init to select device with apropriate manufacturer ↵ | Andrey Kleshchev | |
and type | |||
2020-06-30 | SL-12085 Way to debug window message processing with logcontrol | Andrey Kleshchev | |
2020-06-17 | SL-12085 Debug log for show() and PeekMessage | Andrey Kleshchev | |
User's viewer freezes right after setStartupState( STATE_LOGIN_CLEANUP ) and these places are primary suspects | |||
2020-06-15 | SL-12085 Debug-log window position | Andrey Kleshchev | |
2020-05-04 | SL-12971: Add logging of Display Devices -- useful on dual GPU machines | Ptolemy | |
2019-10-22 | SL-12170 Somehow crash still happens inside __try block | andreykproductengine | |
2019-09-10 | SL-11910 [Win] Horizontal scroll | andreykproductengine | |
2019-08-13 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-08-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-07-18 | SL-11592 [Mac] Ability to bind extra mouse buttons for push to talk | andreykproductengine | |
2019-07-18 | SL-11592 [Win] Ability to bind extra mouse buttons for push to talk | andreykproductengine | |
2019-06-24 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-06-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-06-04 | SL-11341 Skip storing the previous gamma value on Intel GPUs + more logging | AndreyL ProductEngine | |
2019-04-08 | SL-10907 getWidthF32 crash in fonts | andreykproductengine | |
2019-02-08 | Fix issue where gamma was being corrupted on windows with night light enabled | Drake Arconis | |
2018-12-11 | SL-10153: Fix OSMessageBoxWin32() to handle non-ASCII text. | Nat Goodspeed | |
2018-09-04 | MAINT-9082 crash on HandleFocusLost | andreykproductengine | |
2019-03-21 | SL-10648 Handling for Window crash on exit | andreykproductengine | |
2018-08-14 | MAINT-5651 Crashes on close from LLWindowWin32 | andreykproductengine | |
2018-06-01 | MAINT-8712 Crash on close in LLWindowWin32 | Andrey Kleshchev | |
2018-02-15 | Add debug setting and code to allow nVidia nSight graphics debugging to ↵ | Graham Linden graham@lindenlab.com | |
capture SL frames. These changes are only enabled if RenderNsightDebugSupport is true and eliminate use of some OpenGL legacy functionality which is incompatible with nSight capture (mostly glReadPixels and other fixed-function pipe rendering calls). | |||
2018-01-19 | Build fix for non-dpi aware environment | andreykproductengine | |
2018-01-17 | MAINT-8183 Additional logging | andreykproductengine | |
2018-01-17 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-10-16 | STORM-2151: Respect "Hide cursor while typing" user setting on Windows | Ansariel | |
2017-05-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-04-03 | MAINT-6404 FIXED When pasting text with mac linebreak into a notecard, it ↵ | mnikolenko | |
shouldn't be removed | |||
2017-03-27 | Additional work on : Fix for MAINT-7054 Viewer Crashed when I used Japanese ↵ | Callum Prentice | |
IM. (Drake and Appurist convinced me my initial solution was non-optimal) | |||
2017-03-27 | Fix for MAINT-7054 Viewer Crashed when I used Japanese IM. | Callum Prentice | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-11-25 | Don't resize viewer window if UI scaling didn't change | Ansariel | |
2016-11-19 | MAINT-6953 [Contribution] Error in DPI scaling calculation | Ansariel Hiller | |
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-09-20 | Small improvements to UI DPI scaling on Windows: | Ansariel | |
* Use USER_DEFAULT_SCREEN_DPI define from WinUser.h * Change Win32 SDK target version to Windows Vista or greater * Define WM_DPICHANGED as preprocessor definition as in WinUser.h * Cull manual definitions of WM_MOUSEWHEEL and WHEEL_DELTA which are part of the Win32 SDK since Windows NT 4.0 | |||
2016-08-20 | Fixed line endings in llwindowwin32.cpp | AndreyL ProductEngine | |
2016-08-18 | MAINT-5992 Second Life unusable on Windows 10 with 4k monitor SL forcibly ↵ | pavelkproductengine | |
overrides DPI compatibility option |