[PR #384] Attach dialog to window #397

Open
opened 2026-05-05 22:18:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/384
Author: @feschber
Created: 2/11/2026
Status: 🔄 Open

Base: mainHead: attach-dialog-to-window


📝 Commits (2)

  • 93618a5 implement xdg-foreign to put capture dialog on top
  • 5881ecd guard by feature flag

📊 Changes

10 files changed (+164 additions, -33 deletions)

View changed files

📝 Cargo.lock (+25 -0)
📝 input-capture/src/lib.rs (+31 -5)
📝 input-capture/src/libei.rs (+22 -7)
📝 lan-mouse-gtk/Cargo.toml (+8 -0)
📝 lan-mouse-gtk/src/lib.rs (+26 -1)
📝 lan-mouse-gtk/src/window.rs (+1 -1)
📝 lan-mouse-ipc/src/lib.rs (+8 -0)
📝 src/capture.rs (+16 -16)
📝 src/capture_test.rs (+3 -1)
📝 src/service.rs (+24 -2)

📄 Description

This puts the dialog for input-capture on top of the main lan-mouse window.


🔄 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/384 **Author:** [@feschber](https://github.com/feschber) **Created:** 2/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `attach-dialog-to-window` --- ### 📝 Commits (2) - [`93618a5`](https://github.com/feschber/lan-mouse/commit/93618a5425a3466ad1a32ae55d4d3d73a978c172) implement xdg-foreign to put capture dialog on top - [`5881ecd`](https://github.com/feschber/lan-mouse/commit/5881ecda4bb8d77fb9f788d6adeddea940ece737) guard by feature flag ### 📊 Changes **10 files changed** (+164 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+25 -0) 📝 `input-capture/src/lib.rs` (+31 -5) 📝 `input-capture/src/libei.rs` (+22 -7) 📝 `lan-mouse-gtk/Cargo.toml` (+8 -0) 📝 `lan-mouse-gtk/src/lib.rs` (+26 -1) 📝 `lan-mouse-gtk/src/window.rs` (+1 -1) 📝 `lan-mouse-ipc/src/lib.rs` (+8 -0) 📝 `src/capture.rs` (+16 -16) 📝 `src/capture_test.rs` (+3 -1) 📝 `src/service.rs` (+24 -2) </details> ### 📄 Description This puts the dialog for input-capture on top of the main lan-mouse window. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 22:18:14 -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#397
No description provided.