Ferdinand Schober
|
9c0a40563e
|
prefer CancellationToken / Notify to channel
|
2024-07-10 22:03:56 +02:00 |
|
Ferdinand Schober
|
8ba92ede34
|
its getting cleaner
|
2024-07-10 20:31:02 +02:00 |
|
Ferdinand Schober
|
110b37e26e
|
improve capture error handling
|
2024-07-10 09:00:43 +02:00 |
|
Ferdinand Schober
|
6a4dd740c3
|
code cleanup + purge anyhow in library code (#157)
|
2024-07-10 00:33:49 +02:00 |
|
Ferdinand Schober
|
ef3ebc59bd
|
adjust error handling
|
2024-07-05 01:41:11 +02:00 |
|
Ferdinand Schober
|
37a8f729ea
|
remove dispatch workaround
|
2024-07-05 01:41:11 +02:00 |
|
Ferdinand Schober
|
4db2d37f32
|
split into input-{event,capture,emulation}
|
2024-07-02 22:07:37 +02:00 |
|
Ferdinand Schober
|
70a23b9fa7
|
reduce coupling of emulation and capture backends
|
2024-07-02 16:23:07 +02:00 |
|
Ferdinand Schober
|
b6b16063a8
|
Configurable emulation backend (#151)
|
2024-07-01 20:09:16 +02:00 |
|
Ferdinand Schober
|
3528ef4fae
|
Configurable capture backend (#150)
capture backend can now be configured via the `capture_backend` cli argument / config entry
|
2024-06-29 00:10:36 +02:00 |
|
Ferdinand Schober
|
152bceaa86
|
fix dns resolving
|
2024-05-13 08:12:55 +02:00 |
|
Ferdinand Schober
|
799b45104a
|
enter hook command (#130)
new configuration option `enter_hook` can now be used to spawn a command when a client is entered
|
2024-05-12 13:01:07 +02:00 |
|
Ferdinand Schober
|
e9738fc024
|
explicit state synchronisation (#129)
prevents unnecessary state updates and makes synchronization less error prone
|
2024-05-12 00:49:53 +02:00 |
|
Ferdinand Schober
|
c76d9ef7af
|
implement dns indicator (#119)
|
2024-05-03 13:00:00 +02:00 |
|
Ferdinand Schober
|
5318f5a02d
|
Separate config state (#118)
* change internal api
* frontend now keeps and more correctly reflects backend state
|
2024-05-03 11:27:06 +02:00 |
|
Ferdinand Schober
|
77aa96e09a
|
defer creation of input capture / emulation (#117)
|
2024-04-26 23:59:00 +02:00 |
|
Ferdinand Schober
|
3e96b42067
|
use slab instead of reinventing the wheel (#112)
|
2024-04-26 00:10:04 +02:00 |
|
Ferdinand Schober
|
279e582698
|
Rename FrontendEvent to FrontendRequest (#111)
* rename frontend event and notify
* simplify event names
|
2024-04-25 22:18:43 +02:00 |
|
Ferdinand Schober
|
633d2c346e
|
windows: impl back and forward mouse buttons
|
2024-04-12 15:28:05 +02:00 |
|
Ferdinand Schober
|
9ca7e2378c
|
enforce only one client at a position (#102)
|
2024-04-10 14:16:19 +02:00 |
|
Ferdinand Schober
|
cc7984c066
|
fix clippy lint
|
2024-04-08 21:14:07 +02:00 |
|
Ferdinand Schober
|
be8124a190
|
fix dns resolving
|
2024-03-22 12:40:05 +01:00 |
|
Ferdinand Schober
|
742b1585d7
|
rename producer, consumer to emulation and capture (#98)
input emulation / input capture is clearer than event consumer and producer
|
2024-03-21 20:26:57 +01:00 |
|
Ferdinand Schober
|
9afe7da0dd
|
Libei Input Capture (#94)
|
2024-03-20 14:03:52 +01:00 |
|
Ferdinand Schober
|
9e56c546cd
|
make release bind configurable (#95)
closes #85
|
2024-03-18 09:20:28 +01:00 |
|
Ferdinand Schober
|
9a75a7622e
|
fix duplicate creating of wl_pointer / wl_keyboard (#92)
closes #91
|
2024-03-15 17:00:59 +01:00 |
|
Ferdinand Schober
|
82926d8272
|
fix error handling in consumer task
|
2024-01-23 20:47:29 +01:00 |
|
Ferdinand Schober
|
017bc43176
|
refactor timer task
|
2024-01-19 02:07:03 +01:00 |
|
Ferdinand Schober
|
36001c6fb2
|
refactor udp task
|
2024-01-19 02:03:30 +01:00 |
|
Ferdinand Schober
|
2803db7073
|
refactor dns task
|
2024-01-19 02:01:45 +01:00 |
|
Ferdinand Schober
|
622b04b36c
|
refactor frontend task
|
2024-01-19 01:58:49 +01:00 |
|
Ferdinand Schober
|
61ff05c95a
|
refactor consumer task
|
2024-01-19 01:51:09 +01:00 |
|
Ferdinand Schober
|
ecab3a360d
|
refactor producer task
|
2024-01-18 23:46:06 +01:00 |
|