| .. |
|
CMakeLists.txt
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llappdelegate-objc.h
|
SL-15196 Attach correct log file to Bugsplat report
|
2021-05-26 14:57:31 +03:00 |
|
llcursortypes.cpp
|
SL-14664 Added zoomout and sizeall
|
2021-04-27 23:08:54 +03:00 |
|
llcursortypes.h
|
SL-14664 Added zoomout and sizeall
|
2021-04-27 23:08:54 +03:00 |
|
lldragdropwin32.cpp
|
Windows: 1. GWL_USERDATA must be GWLP_USERDATA to be compatible with x86 and x64. (GWL_USERDATA is deprecated anyway). 3. Replace Get/SetWindowLong with Get/SetWindoeLongPtr or placing this into GWLP_USERDATA will truncate the pointer.
|
2016-04-22 14:55:19 +02:00 |
|
lldragdropwin32.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lldxhardware.cpp
|
SL-7934 Driver version from wrong GPU
|
2021-08-20 13:54:50 +03:00 |
|
lldxhardware.h
|
SL-7934 Driver version from wrong GPU
|
2021-08-20 13:54:50 +03:00 |
|
llkeyboard.cpp
|
Reverted SL-6109 keybinding changes
|
2020-06-23 16:55:06 +03:00 |
|
llkeyboard.h
|
Reverted SL-6109 keybinding changes
|
2020-06-23 16:55:06 +03:00 |
|
llkeyboardheadless.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardheadless.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardmacosx.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardmacosx.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardsdl.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardsdl.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llkeyboardwin32.cpp
|
merge changes for 4.0.1-release
|
2016-01-15 16:55:04 -05:00 |
|
llkeyboardwin32.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmousehandler.cpp
|
Reverted SL-6109 keybinding changes
|
2020-06-23 16:55:06 +03:00 |
|
llmousehandler.h
|
Reverted SL-6109 keybinding changes
|
2020-06-23 16:55:06 +03:00 |
|
llopenglview-objc.h
|
fixed: bad behavior of input window
|
2014-08-14 15:19:19 +09:00 |
|
llopenglview-objc.mm
|
DRTVWR-546 merge in master v6.5.1
|
2021-11-16 11:44:55 -07:00 |
|
llpreeditor.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llwindow.cpp
|
SL-16330 Clean up vertical sync handling, add to UI
|
2021-11-09 17:17:49 +02:00 |
|
llwindow.h
|
SL-16330 Allow vsync update without restart on mac
|
2021-11-17 17:51:50 +02:00 |
|
llwindowcallbacks.cpp
|
SL-11910 [Win] Horizontal scroll
|
2019-09-10 19:49:15 +03:00 |
|
llwindowcallbacks.h
|
SL-11910 [Win] Horizontal scroll
|
2019-09-10 19:49:15 +03:00 |
|
llwindowheadless.cpp
|
SL-16330 Clean up vertical sync handling, add to UI
|
2021-11-09 17:17:49 +02:00 |
|
llwindowheadless.h
|
SL-16330 Allow vsync update without restart on mac
|
2021-11-17 17:51:50 +02:00 |
|
llwindowmacosx-objc.h
|
SL-14720 FIXED Undo function is incorrect on German Mac keyboard
|
2021-01-21 19:02:18 +02:00 |
|
llwindowmacosx-objc.mm
|
Return CGPoint and CGSize by value, not const ref to temporary.
|
2019-04-25 15:11:55 -04:00 |
|
llwindowmacosx.cpp
|
Merge branch 'master' (DRTVWR-557) into DRTVWR-546
|
2022-03-01 13:41:42 +02:00 |
|
llwindowmacosx.h
|
SL-16330 Allow vsync update without restart on mac
|
2021-11-17 17:51:50 +02:00 |
|
llwindowmesaheadless.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llwindowmesaheadless.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llwindowsdl.cpp
|
Merge branch 'master' into DRTVWR-530-maint
|
2021-06-07 21:05:04 +03:00 |
|
llwindowsdl.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llwindowwin32.cpp
|
SL-17719 Windows support for absolute mouse positioning #2
|
2022-08-16 00:09:50 +03:00 |
|
llwindowwin32.h
|
Merge branch 'master' (DRTVWR-557) into DRTVWR-546
|
2022-03-01 13:41:42 +02:00 |