NeoTheFox
3f13714d8a
Add rustfmt.toml for explicit styling ( #348 )
...
* Propose an explicit .rustfnt.toml
Use 2024 style, 4 spaces for tabs and epand the default width a tad
* Auto-format the existing code with new rules
2025-11-02 11:52:01 +01:00
Ferdinand Schober
eb1dcbddb0
update dependencies ( #302 )
...
* update dependencies
* update windows
* clippy: inline format args
* update flake
* update core-graphics
* fix poll after completion error
* fix ashpd?!
2025-10-08 16:10:32 +02:00
Ferdinand Schober
a962e43724
address clippy lints
2025-01-24 14:52:04 +01:00
Ferdinand Schober
1d25dfbe50
upgrade ashpd + reis ( #226 )
2024-11-07 00:38:26 +01:00
Ferdinand Schober
5b1dc4ccf8
reference count capture ( #209 )
...
* reference count capture
Multiple captures can now be created at the same position.
Captures at the same position are reference counted.
* update testcase
will be required by #200 / #164
2024-10-05 21:22:28 +02:00
Ferdinand Schober
19c2c4327f
move lan-mouse protocol to separate crate ( #178 )
2024-08-11 16:51:47 +02:00
Ferdinand Schober
266ad28c6b
track pressed keys in input-capture ( #170 )
...
move pressed key tracking to input capture
2024-08-09 13:18:23 +02:00
Ferdinand Schober
127c3366bf
derive barrier_id from cursor position ( #162 )
...
this should fix #140
2024-07-19 15:23:04 +02:00
Ferdinand Schober
65fb228db5
upgrade dependencies
2024-07-19 12:58:52 +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
4db2d37f32
split into input-{event,capture,emulation}
2024-07-02 22:07:37 +02:00