mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #27] [MERGED] Frontend improvement #239
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#239
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/27
Author: @feschber
Created: 9/24/2023
Status: ✅ Merged
Merged: 9/25/2023
Merged by: @feschber
Base:
main← Head:frontend-improvement📝 Commits (10+)
5a5af1aPerformance and Frontend Improvements (WIP)61aff77wip4444c02fix gtk frontend + update frontend communication protocol (wip)b3581ccpolish cli02c5f02polish cli91468b0fix gtk45595c8fix update pos4675fd0remove redundant dns lookup36a8b00fixesb6a050ccleanup📊 Changes
17 files changed (+903 additions, -429 deletions)
View changed files
📝
README.md(+2 -5)➕
de.feschber.LanMouse.yml(+14 -0)📝
src/backend/producer/wayland.rs(+17 -11)📝
src/client.rs(+88 -120)📝
src/config.rs(+7 -32)📝
src/dns.rs(+15 -4)📝
src/event/server.rs(+229 -87)📝
src/frontend.rs(+138 -23)📝
src/frontend/cli.rs(+157 -59)📝
src/frontend/gtk.rs(+118 -24)📝
src/frontend/gtk/client_object.rs(+6 -2)📝
src/frontend/gtk/client_object/imp.rs(+3 -0)📝
src/frontend/gtk/client_row.rs(+29 -2)📝
src/frontend/gtk/client_row/imp.rs(+6 -4)📝
src/frontend/gtk/window.rs(+66 -33)📝
src/frontend/gtk/window/imp.rs(+2 -3)📝
src/main.rs(+6 -20)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.