mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #158] [MERGED] better capture error handling (specifically libei) #308
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#308
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/158
Author: @feschber
Created: 7/10/2024
Status: ✅ Merged
Merged: 7/16/2024
Merged by: @feschber
Base:
main← Head:capture-error-handling📝 Commits (10+)
110b37eimprove capture error handling89ca9c3improve libei error handling8ba92edits getting cleaner9c0a405prefer CancellationToken / Notify to channelebf7897create capture session only if clients are activeae3ea2cfix windows/mac + rename async_drop to terminate8ba178dsimplify cancellation of servicec58f5dbfix missing Arc import3f7dae6fmt252547dsolve clippy except tomanyargs📊 Changes
41 files changed (+2048 additions, -1512 deletions)
View changed files
📝
Cargo.lock(+17 -1)📝
Cargo.toml(+24 -14)📝
input-capture/Cargo.toml(+31 -9)📝
input-capture/src/dummy.rs(+12 -5)📝
input-capture/src/error.rs(+30 -0)📝
input-capture/src/lib.rs(+22 -11)📝
input-capture/src/libei.rs(+305 -321)📝
input-capture/src/macos.rs(+14 -6)📝
input-capture/src/wayland.rs(+23 -14)📝
input-capture/src/windows.rs(+13 -6)📝
input-capture/src/x11.rs(+12 -5)📝
input-emulation/src/dummy.rs(+3 -0)📝
input-emulation/src/error.rs(+29 -0)📝
input-emulation/src/lib.rs(+3 -2)📝
input-emulation/src/libei.rs(+77 -42)📝
input-emulation/src/macos.rs(+2 -0)📝
input-emulation/src/windows.rs(+2 -0)📝
input-emulation/src/wlroots.rs(+3 -0)📝
input-emulation/src/x11.rs(+4 -0)📝
input-emulation/src/xdg_desktop_portal.rs(+20 -22)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.