Andri Yngvason
a8d49f3022
render: Define constants for attribute indices
2020-02-11 20:32:04 +00:00
Andri Yngvason
4b3be2c972
render: Load shaders from files
2020-02-11 19:55:31 +00:00
Andri Yngvason
3c4b81862b
render: Create a function to read a shader from a file
2020-02-11 19:55:31 +00:00
Andri Yngvason
908ba0f904
README: Fix typo
2020-01-29 21:20:14 +00:00
Andri Yngvason
cbbd97018d
Don't fail when config doesn't exist
2020-01-29 19:45:04 +00:00
Andri Yngvason
ce6be3e4d8
README: Update IRC channel
2020-01-26 11:58:24 +00:00
Andri Yngvason
f30952a374
README: Mention IRC channel
2020-01-25 20:40:43 +00:00
Andri Yngvason
80d0ad8dab
README: Link to NeatVNC compatiblity table.
2020-01-25 20:29:42 +00:00
Andri Yngvason
18a2246ac7
README: Add instructions for authentication
2020-01-25 18:10:59 +00:00
Andri Yngvason
8491d6c73c
Enable VeNCrypt auth & encryption
2020-01-25 18:10:59 +00:00
Andri Yngvason
e6b1ca8044
keyboard: Assign state to keys rather than symbols
...
The keys are pressed and released, not the symbols. This fixes tracking
of the state of a key through modifier changes. E.g. A capital 'A' may
be received from the client while the shift key is pressed, but if the
shift key is released before the 'a' key, the 'a' symbol is generated.
2020-01-25 13:19:08 +00:00
Andri Yngvason
ec7fee42c5
Create an integer set data structure
2020-01-25 13:17:24 +00:00
Andri Yngvason
a1ee09386a
pointer: Add output position to absolute coordinates
...
This fixes mouse issues when there are multiple outputs
2020-01-24 21:14:29 +00:00
Andri Yngvason
7eaece7c0a
Restructure input initialisation
2020-01-24 20:56:47 +00:00
Andri Yngvason
b0077c93fe
Use output name for output selection
2020-01-24 20:19:57 +00:00
Andri Yngvason
d0bee5c651
output: Add function to find display by name
2020-01-24 20:18:37 +00:00
Andri Yngvason
df936b9dac
Add xdg_output_v1 for more output info
2020-01-24 20:08:57 +00:00
Andri Yngvason
da3cf24a82
meson: Remove redundant C flag
...
This is not a shared library
2020-01-22 22:07:12 +00:00
Andri Yngvason
ba8267a4cd
meson: Disable asserts in release builds
2020-01-22 22:03:37 +00:00
Andri Yngvason
0572693f21
Exit when the compositor goes away
2020-01-21 19:16:36 +00:00
Andri Yngvason
48907682c7
keyboard: Fix modifier lookup
2020-01-20 21:15:04 +00:00
Andri Yngvason
5731ea4666
keyboard: Add bounds checking on keycode lookup
2020-01-19 12:43:48 +00:00
Andri Yngvason
20cd7725f6
Load a config file
2020-01-18 18:14:17 +00:00
Andri Yngvason
c1210f1426
Create a simple config loader
2020-01-18 17:58:40 +00:00
Andri Yngvason
3c76c33835
README: Improve introduction
2020-01-17 07:58:16 +00:00
Andri Yngvason
e2079a7e56
keyboard: Don't send repeated events to server
...
This caused the virtual key to get "stuck" in the pressed position and
then to stop working at all. It's definitely a bug on the server side
also.
2020-01-15 20:34:56 +00:00
Andri Yngvason
b744e2410e
Handle more pixel formats
2020-01-14 21:44:07 +00:00
Andri Yngvason
7acf2c7aef
screencopy: Update copyright notice
2020-01-14 20:42:48 +00:00
Andri Yngvason
9eb851cf92
screencopy: Adjust rate limiting based on capturing delay
2020-01-14 20:40:57 +00:00
Andri Yngvason
38d7b9cf4d
screencopy: Simplify rate limiting
2020-01-14 20:12:58 +00:00
Andri Yngvason
017edc6ae1
Handle seat removal
2020-01-14 19:18:33 +00:00
Andri Yngvason
0cc1a70ba7
main: remove duplicate function
2020-01-14 19:11:01 +00:00
Andri Yngvason
bedefa887d
COPYING: It's 2020 now
2020-01-14 19:03:38 +00:00
Andri Yngvason
3735efe3d4
time-util: Add #pragma once and copyright notice
2020-01-14 19:02:02 +00:00
Andri Yngvason
ffce795c6f
dmabuf: Limit frame rate to 20 FPS
2020-01-04 15:05:15 +00:00
Andri Yngvason
c5fee473d6
Fix segfault on exit when dmabuf capturing is selected
2020-01-04 13:48:09 +00:00
Andri Yngvason
457e540d89
pointer: Fix mouse scroll
2020-01-03 21:52:36 +00:00
Andri Yngvason
476854aeaf
keyboard: Remove debug printout
2020-01-03 20:42:40 +00:00
Andri Yngvason
990e57fa89
keyboard: Improve key code lookup
...
The shift level for each symbol is now included in the lookup table, so
it's more robust for various keyboard layouts.
2020-01-03 20:03:02 +00:00
Andri Yngvason
a6f979e93a
Add seat selection
2019-12-31 14:01:22 +00:00
Andri Yngvason
8444adc8d5
README: Talk about listening on different interfaces
2019-12-31 10:50:02 +00:00
Andri Yngvason
452ba2c4fb
Listen to connections from localhost only, by default
2019-12-31 10:33:40 +00:00
Andri Yngvason
9a634df223
Merge pull request #1 from ddevault/master
...
Fix output selection
2019-12-30 21:35:10 +00:00
Drew DeVault
38c872b2ba
Fix output selection
2019-12-30 16:13:44 -05:00
Drew DeVault
88f8428ffe
Remove sway from the dependency list
...
It's not actually a dependency
2019-12-30 16:07:25 -05:00
Andri Yngvason
2b00400b8a
Add option to select keyboard layout
2019-12-30 10:15:12 +00:00
Andri Yngvason
e82e3a92b5
screencopy: Add rate limiting
...
The smoothing filter allows for short bursts of higher frame rate in
order to reduce latency.
2019-12-29 11:47:33 +00:00
Andri Yngvason
c794ca3822
smooth: Use integers rather than floats to store tme
2019-12-29 10:36:08 +00:00
Andri Yngvason
baad0ecd68
Extract time functions into own module
2019-12-29 10:06:25 +00:00
Andri Yngvason
61657c97ba
Add an exponential smoothing filter
2019-12-29 10:02:31 +00:00