Ferdinand Schober
65fb228db5
upgrade dependencies
2024-07-19 12:58:52 +02:00
Ferdinand Schober
0be85f63f7
ensure all keys are released when emulation ends
2024-07-16 22:43:56 +02:00
Ferdinand Schober
bea7d6f8a5
Allow input capture & emulation being disabled ( #158 )
...
* Input capture and emulation can now be disabled and will prompt the user to enable again.
* Improved error handling to deliver more useful error messages
2024-07-16 20:34:46 +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
7b511bb97d
fix iteration order
2024-07-02 16:23:07 +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
9cbe1ed8d8
fix release bind message
2024-06-30 14:41: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
232c048c19
fix transmuting to pointer types UB ( #147 )
...
closes #134
2024-06-25 14:13:05 +02:00
Ferdinand Schober
460bacade5
fix sizeof usize assumed to be 8 ( #143 )
...
closes #141
2024-06-09 00:49:00 +02:00
Ferdinand Schober
1c082d5c0c
fix win -> lin scancode translations for intl keys
2024-05-17 17:39:52 +02:00
Ferdinand Schober
cd98acbd08
fix right shift not working
2024-05-16 22:36:51 +02:00
Ferdinand Schober
11e1919588
fix most international keybindings
2024-05-16 22:29:41 +02:00
Ferdinand Schober
152bceaa86
fix dns resolving
2024-05-13 08:12:55 +02:00
Ferdinand Schober
60180d841c
fix formatting
2024-05-12 15:50:03 +02:00
Ferdinand Schober
5802a0be0b
fix discrete scrolling on wlroots
2024-05-12 15:49:39 +02:00
Ferdinand Schober
1737727d61
fix cast
2024-05-12 15:07:29 +02:00
Ferdinand Schober
ba46037a1f
fix scrolling in windows
2024-05-12 14:55:56 +02:00
Ferdinand Schober
da768b6fb8
ignore Axis events corresponding to v120 events
2024-05-12 13:32:14 +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
b8cc9e2197
hotfix: race condition when activating clients
2024-05-07 11:18:15 +02:00
Ferdinand Schober
ba6abafe75
windows: fix resolution with scaling enabled ( #124 )
2024-05-07 00:07:30 +02:00
Ferdinand Schober
effb9ce0fa
libei: fix touchpad scrolling ( #121 )
2024-05-04 12:53:45 +02:00
Ferdinand Schober
1f0d386d4a
add discrete120 scroll event ( #120 )
...
* add discrete120 scroll event
2024-05-04 03:34:13 +02:00
Ferdinand Schober
973360a774
libei emulation: use discrete scroll events
2024-05-04 01:27:38 +02:00
Ferdinand Schober
e21ab02a6e
layer-shell: use value120 scroll events #115
2024-05-04 01:27:13 +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
636c5924bf
trust_dns_resolver is now hickory_resolver ( #116 )
2024-04-26 22:52: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
e537cdbc7e
properly reset copy icon
2024-04-13 00:28:53 +02:00
Ferdinand Schober
5b76c3bcda
add hostname entry row with clipboard button
2024-04-13 00:24:46 +02:00
Ferdinand Schober
81f65dcd3d
gtk: use predifined css classes instead of custom ones
2024-04-13 00:24:46 +02:00
Ferdinand Schober
f0099ee535
windows: revert scrolling multiplier
2024-04-12 15:28:21 +02:00
Ferdinand Schober
633d2c346e
windows: impl back and forward mouse buttons
2024-04-12 15:28:05 +02:00
Ferdinand Schober
ccb201ea53
formatting
2024-04-11 13:54:11 +02:00
Ferdinand Schober
f7edfecba9
add tests for capture and emulation
2024-04-11 13:53:49 +02:00
Ferdinand Schober
141ea2809d
fix a race condition in windows capture
2024-04-11 13:09:38 +02:00
Ferdinand Schober
f9eeb254d3
Windows Input Capture ( #100 )
...
initial support for windows input capture.
Some things need fixing;
- scrolling
- mouse buttons > 2
2024-04-11 03:55:42 +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
8aaff9fb58
move to windows from win-api ( #99 )
2024-03-21 23:04:20 +01:00