KasmVNC/unix/xserver/hw/vnc
Mariusz Marciniak 0a45fcc700 KASM-1871 Add smooth scrolling
Previously all scrolling relied on "clicking" the up/down or left/right scroll buttons
which made it unprecise and to always scroll at the same speed.

Now we pass the scroll delta directly to the xorg input driver so the scroll is more responsinve and adaptive.
2021-10-07 14:08:20 +02:00
..
.gitignore Initial commit 2020-09-20 12:16:44 +00:00
buildtime.c Initial commit 2020-09-20 12:16:44 +00:00
Input.c KASM-1871 Add smooth scrolling 2021-10-07 14:08:20 +02:00
Input.h KASM-1871 Add smooth scrolling 2021-10-07 14:08:20 +02:00
InputXKB.c Initial commit 2020-09-20 12:16:44 +00:00
Makefile.am Add option to pass the password in an encrypted file, kasmvncpasswd utility 2020-10-01 14:37:51 +03:00
qnum_to_xorgevdev.c Update keycode maps to latest version 2021-03-29 10:57:41 +03:00
qnum_to_xorgkbd.c Update keycode maps to latest version 2021-03-29 10:57:41 +03:00
RandrGlue.c Initial commit 2020-09-20 12:16:44 +00:00
RFBGlue.cc Sync utf8 clipboard support 2021-04-12 12:38:24 +03:00
RFBGlue.h Sync utf8 clipboard support 2021-04-12 12:38:24 +03:00
vncBlockHandler.c Initial commit 2020-09-20 12:16:44 +00:00
vncBlockHandler.h Initial commit 2020-09-20 12:16:44 +00:00
vncExt.c Initial commit 2020-09-20 12:16:44 +00:00
vncExtInit.cc Sync utf8 clipboard support 2021-04-12 12:38:24 +03:00
vncExtInit.h Sync utf8 clipboard support 2021-04-12 12:38:24 +03:00
vncHooks.c Add support for notifying clients about pointer movements 2021-03-29 11:27:54 +03:00
vncHooks.h Initial commit 2020-09-20 12:16:44 +00:00
vncModule.c Initial commit 2020-09-20 12:16:44 +00:00
vncSelection.c Fix some local->remote clipboard merge misses 2021-04-13 13:49:43 +03:00
vncSelection.h Fix some local->remote clipboard merge misses 2021-04-13 13:49:43 +03:00
xorg-version.h Initial commit 2020-09-20 12:16:44 +00:00
XorgGlue.c Initial commit 2020-09-20 12:16:44 +00:00
XorgGlue.h Initial commit 2020-09-20 12:16:44 +00:00
XserverDesktop.cc KASM-1871 Add smooth scrolling 2021-10-07 14:08:20 +02:00
XserverDesktop.h KASM-1871 Add smooth scrolling 2021-10-07 14:08:20 +02:00
xvnc.c Tolerate specifying -BoolParam 0 and similar 2020-09-21 13:54:41 +03:00
Xvnc.man Add a set of self-microbenchmarks (#51) 2021-09-09 12:46:57 -04:00