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 |
Andri Yngvason
|
cbfa0416b4
|
dmabuf: Close file descriptors after using them
|
2019-12-27 16:31:47 +00:00 |
Andri Yngvason
|
09772ddf5b
|
Clean up some resources
|
2019-12-27 14:41:54 +00:00 |
Andri Yngvason
|
9adac0e683
|
Don't call uv_close() on unknown handles
|
2019-12-27 13:53:36 +00:00 |
Andri Yngvason
|
5c7f941481
|
keyboard: Add some acknowledgements
|
2019-12-25 11:45:07 +00:00 |
Andri Yngvason
|
6ef8809b3b
|
Add a README
|
2019-12-25 11:25:09 +00:00 |
Andri Yngvason
|
b2bbc9ac0b
|
Implement keyboard backend
|
2019-12-25 11:05:05 +00:00 |
Andri Yngvason
|
89fe244966
|
protocols: Add virtual-keyboard
|
2019-12-24 15:54:19 +00:00 |
Andri Yngvason
|
7c1722445d
|
Make screencopy the default capturing backend
|
2019-12-23 12:50:36 +00:00 |
Andri Yngvason
|
a9044f9c20
|
.gitignore: Add .ycm_extra_conf.py
|
2019-12-22 21:46:16 +00:00 |
Andri Yngvason
|
82bdbb82c0
|
Add virtual pointer backend
|
2019-12-22 21:42:10 +00:00 |
Andri Yngvason
|
98829dba04
|
protocols: Add wlr-virtual-pointer
|
2019-12-22 11:05:07 +00:00 |
Andri Yngvason
|
44366756d1
|
protocols: Upgrade screencopy
|
2019-10-22 19:28:04 +00:00 |
Andri Yngvason
|
529483a459
|
Remove unused code
|
2019-10-22 19:24:09 +00:00 |
Andri Yngvason
|
25187cbfb2
|
Add option for output selection
|
2019-10-13 12:58:56 +00:00 |
Andri Yngvason
|
ba3dc617f4
|
output: Add missing copyright statement
|
2019-10-13 12:48:12 +00:00 |
Andri Yngvason
|
59fa4cfeaa
|
Move output handling into its own source file
|
2019-10-13 12:47:02 +00:00 |
Andri Yngvason
|
b19a8e10f2
|
Upgrade .gitignore
|
2019-10-12 15:26:34 +00:00 |
Andri Yngvason
|
03c62d6ef5
|
Remove makefiles
|
2019-10-12 15:25:35 +00:00 |