[PR #58] [MERGED] enable gtk frontend in windows #260

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/58
Author: @feschber
Created: 12/23/2023
Status: Merged
Merged: 12/24/2023
Merged by: @feschber

Base: mainHead: enable-gtk-in-windows


📝 Commits (10+)

📊 Changes

11 files changed (+208 additions, -20 deletions)

View changed files

📝 .github/workflows/pre-release.yml (+37 -1)
📝 .github/workflows/rust.yml (+37 -1)
📝 .github/workflows/tagged-release.yml (+37 -1)
📝 Cargo.toml (+4 -6)
📝 README.md (+66 -0)
📝 build.rs (+0 -1)
📝 src/config.rs (+2 -2)
📝 src/frontend.rs (+3 -3)
📝 src/frontend/gtk.rs (+10 -0)
📝 src/frontend/gtk/window/imp.rs (+9 -4)
📝 src/main.rs (+3 -1)

📄 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/58 **Author:** [@feschber](https://github.com/feschber) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `enable-gtk-in-windows` --- ### 📝 Commits (10+) - [`ee20bd7`](https://github.com/feschber/lan-mouse/commit/ee20bd7328c4cff530d84ee78c788bbf63f39531) enable gtk frontend in windows - [`32d9501`](https://github.com/feschber/lan-mouse/commit/32d9501d581deb27db5f8d28161134b0edc5099b) fix formatting - [`4f8cecb`](https://github.com/feschber/lan-mouse/commit/4f8cecb28f5d83928356929c2fef7b5485233b1d) update rust workflow - [`8ebac13`](https://github.com/feschber/lan-mouse/commit/8ebac1349e72a77ae93dfc7a110a091dd7b069e6) try python 3.11 - [`0394a1e`](https://github.com/feschber/lan-mouse/commit/0394a1e90e03337656b342b96e7b5919b58b3cac) try smth - [`ce245a9`](https://github.com/feschber/lan-mouse/commit/ce245a9243668989e3fff98587413412e6078535) libpng fix (wingtk/gvsbuild/pull/1004) - [`147d381`](https://github.com/feschber/lan-mouse/commit/147d3813d5ce31220c7b93d8b93b7a492a0a8e84) add pkgconfig, try removing vs - [`7d9d600`](https://github.com/feschber/lan-mouse/commit/7d9d600f9124e7cf2cbaec7727dece00096eb51c) fix pkgconfig install (hopefully) - [`d1138fd`](https://github.com/feschber/lan-mouse/commit/d1138fda57a03e015348548c55855f6534c6d33d) add pkg-config to path - [`bf017b7`](https://github.com/feschber/lan-mouse/commit/bf017b77a12145769887bfd15259be0a146e4dba) fix pkgconfig path ### 📊 Changes **11 files changed** (+208 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pre-release.yml` (+37 -1) 📝 `.github/workflows/rust.yml` (+37 -1) 📝 `.github/workflows/tagged-release.yml` (+37 -1) 📝 `Cargo.toml` (+4 -6) 📝 `README.md` (+66 -0) 📝 `build.rs` (+0 -1) 📝 `src/config.rs` (+2 -2) 📝 `src/frontend.rs` (+3 -3) 📝 `src/frontend/gtk.rs` (+10 -0) 📝 `src/frontend/gtk/window/imp.rs` (+9 -4) 📝 `src/main.rs` (+3 -1) </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:24 -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#260
No description provided.