[PR #75] [MERGED] pull in recent patches from master #1553

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

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/75
Author: @walker0643
Created: 6/30/2018
Status: Merged
Merged: 6/30/2018
Merged by: @walker0643

Base: pkgconfigHead: master


📝 Commits (10+)

  • a645e9a Improve precision of grabbed scroll events on OSX server
  • 76c39aa Accumulate scrolls less than supported scroll on XWindows
  • b570e57 Add fake changelog so that debian package may be built
  • f857354 Merge pull request #68 from p12tic/linux-client-accumulate-small-scrolls
  • e88bc97 non-GUI build should not require bonjour headers
  • a956cad add patch from Gentoo packager to fix cmake issue (reported on Arch, too). ref #49
  • 99188fe Merge pull request #69 from p12tic/debian-add-fake-changelog
  • 1f3a91e fix email in debian changelog
  • 53ee9c7 Merge pull request #64 from p12tic/osx-server-jumpy-scrolling
  • dc5dc25 screen settings dialog handles internationalized default name better

📊 Changes

11 files changed (+61 additions, -26 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
debian/changelog (+5 -0)
📝 src/gui/CMakeLists.txt (+1 -1)
📝 src/gui/src/ActionDialog.cpp (+1 -0)
📝 src/gui/src/NewScreenWidget.cpp (+1 -1)
📝 src/gui/src/ScreenSettingsDialog.cpp (+16 -5)
📝 src/gui/src/ScreenSetupView.cpp (+1 -0)
📝 src/lib/platform/OSXScreen.h (+2 -2)
📝 src/lib/platform/OSXScreen.mm (+4 -4)
📝 src/lib/platform/XWindowsScreen.cpp (+18 -12)
📝 src/lib/platform/XWindowsScreen.h (+11 -0)

📄 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/debauchee/barrier/pull/75 **Author:** [@walker0643](https://github.com/walker0643) **Created:** 6/30/2018 **Status:** ✅ Merged **Merged:** 6/30/2018 **Merged by:** [@walker0643](https://github.com/walker0643) **Base:** `pkgconfig` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a645e9a`](https://github.com/debauchee/barrier/commit/a645e9a29603bca413b7d22e83ce7e8e1141295d) Improve precision of grabbed scroll events on OSX server - [`76c39aa`](https://github.com/debauchee/barrier/commit/76c39aaf4e0b5ad873c97905f6a936eb2134860c) Accumulate scrolls less than supported scroll on XWindows - [`b570e57`](https://github.com/debauchee/barrier/commit/b570e5759166913120b6420f538b7a8b9ecc0b58) Add fake changelog so that debian package may be built - [`f857354`](https://github.com/debauchee/barrier/commit/f857354535271a7c36322be30a321d1ab041f859) Merge pull request #68 from p12tic/linux-client-accumulate-small-scrolls - [`e88bc97`](https://github.com/debauchee/barrier/commit/e88bc97e630b55bc11c6627e4ae26ae564fdaae9) non-GUI build should not require bonjour headers - [`a956cad`](https://github.com/debauchee/barrier/commit/a956cad0da23f544b874888c6c3540dc7f8f22cf) add patch from Gentoo packager to fix cmake issue (reported on Arch, too). ref #49 - [`99188fe`](https://github.com/debauchee/barrier/commit/99188fe24b714ced094777690875996ba2266245) Merge pull request #69 from p12tic/debian-add-fake-changelog - [`1f3a91e`](https://github.com/debauchee/barrier/commit/1f3a91e74eb2f551a12573dc5fc4fe7cdca1685a) fix email in debian changelog - [`53ee9c7`](https://github.com/debauchee/barrier/commit/53ee9c7803e26e4a58151fc04d90718d48fd12b5) Merge pull request #64 from p12tic/osx-server-jumpy-scrolling - [`dc5dc25`](https://github.com/debauchee/barrier/commit/dc5dc25de7fd8b59d97bed14e9a45b0ed7b6453c) screen settings dialog handles internationalized default name better ### 📊 Changes **11 files changed** (+61 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) ➕ `debian/changelog` (+5 -0) 📝 `src/gui/CMakeLists.txt` (+1 -1) 📝 `src/gui/src/ActionDialog.cpp` (+1 -0) 📝 `src/gui/src/NewScreenWidget.cpp` (+1 -1) 📝 `src/gui/src/ScreenSettingsDialog.cpp` (+16 -5) 📝 `src/gui/src/ScreenSetupView.cpp` (+1 -0) 📝 `src/lib/platform/OSXScreen.h` (+2 -2) 📝 `src/lib/platform/OSXScreen.mm` (+4 -4) 📝 `src/lib/platform/XWindowsScreen.cpp` (+18 -12) 📝 `src/lib/platform/XWindowsScreen.h` (+11 -0) </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 07:56:12 -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/barrier#1553
No description provided.