[PR #33] [MERGED] Libei support #245

Closed
opened 2026-05-05 22:15:07 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/33
Author: @feschber
Created: 10/16/2023
Status: Merged
Merged: 12/3/2023
Merged by: @feschber

Base: mainHead: libei-support


📝 Commits (10+)

📊 Changes

18 files changed (+564 additions, -259 deletions)

View changed files

📝 Cargo.lock (+32 -0)
📝 Cargo.toml (+7 -15)
📝 README.md (+3 -3)
📝 src/backend/consumer/libei.rs (+275 -9)
📝 src/backend/consumer/windows.rs (+9 -4)
📝 src/backend/consumer/wlroots.rs (+8 -4)
📝 src/backend/consumer/x11.rs (+10 -4)
📝 src/backend/consumer/xdg_desktop_portal.rs (+2 -2)
📝 src/backend/producer.rs (+2 -0)
src/backend/producer/libei.rs (+29 -0)
📝 src/backend/producer/wayland.rs (+79 -50)
📝 src/backend/producer/windows.rs (+13 -12)
📝 src/backend/producer/x11.rs (+12 -22)
📝 src/consumer.rs (+16 -22)
📝 src/event/server.rs (+37 -88)
📝 src/frontend.rs (+1 -0)
📝 src/main.rs (+1 -0)
📝 src/producer.rs (+28 -24)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/33 **Author:** [@feschber](https://github.com/feschber) **Created:** 10/16/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `libei-support` --- ### 📝 Commits (10+) - [`a1b8eb4`](https://github.com/feschber/lan-mouse/commit/a1b8eb4ea406910b8928788c9060ed0cc52a99b4) fix XDG_CURRENT_DESKTOP (gnome -> GNOME) - [`acebf6f`](https://github.com/feschber/lan-mouse/commit/acebf6f10c0c7d29cebcff7f8554f66803c540e0) add reis - [`6d9550c`](https://github.com/feschber/lan-mouse/commit/6d9550cf04c1d44b39af54ba5bbb2cca6bf7f7b5) start impl - [`149ac95`](https://github.com/feschber/lan-mouse/commit/149ac95585722b361ca4df37c087c6336f2eb335) start implementing futures stream - [`6707ae8`](https://github.com/feschber/lan-mouse/commit/6707ae85c41fe54f3b509a0e75b2d2e052cc6e6c) fix compilation errors - [`eb16e29`](https://github.com/feschber/lan-mouse/commit/eb16e292364c48423cbe5a53627d5642ad7aa6ca) fix windows error - [`7d9d0b2`](https://github.com/feschber/lan-mouse/commit/7d9d0b2190f36c0cb919f89fea6120d43df0ce26) fix another compilation error and renable gtk - [`ca043f8`](https://github.com/feschber/lan-mouse/commit/ca043f807205796408caff42daac026b58339a2d) libei handshake - [`ee6cc9e`](https://github.com/feschber/lan-mouse/commit/ee6cc9e9504b83ae13e121d443ac76fe23556cd1) something's wrong, I can feel it - [`537e1a1`](https://github.com/feschber/lan-mouse/commit/537e1a1213ae9e554f7b2acb1ed75c436591aaf2) it is moving ### 📊 Changes **18 files changed** (+564 additions, -259 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+32 -0) 📝 `Cargo.toml` (+7 -15) 📝 `README.md` (+3 -3) 📝 `src/backend/consumer/libei.rs` (+275 -9) 📝 `src/backend/consumer/windows.rs` (+9 -4) 📝 `src/backend/consumer/wlroots.rs` (+8 -4) 📝 `src/backend/consumer/x11.rs` (+10 -4) 📝 `src/backend/consumer/xdg_desktop_portal.rs` (+2 -2) 📝 `src/backend/producer.rs` (+2 -0) ➕ `src/backend/producer/libei.rs` (+29 -0) 📝 `src/backend/producer/wayland.rs` (+79 -50) 📝 `src/backend/producer/windows.rs` (+13 -12) 📝 `src/backend/producer/x11.rs` (+12 -22) 📝 `src/consumer.rs` (+16 -22) 📝 `src/event/server.rs` (+37 -88) 📝 `src/frontend.rs` (+1 -0) 📝 `src/main.rs` (+1 -0) 📝 `src/producer.rs` (+28 -24) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:15:07 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#245
No description provided.