mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1727
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/debauchee/barrier/pull/979
Author: @albertony
Created: 12/9/2020
Status: ✅ Merged
Merged: 12/30/2020
Merged by: @p12tic
Base:
master← Head:cp_acp📝 Commits (1)
402801eUse ansi codepage for internal multibyte strings on windows (fixes #976, fixes #974, fixes #444)📊 Changes
14 files changed (+151 additions, -86 deletions)
View changed files
📝
src/gui/src/CommandProcess.cpp(+11 -10)📝
src/gui/src/Fingerprint.cpp(+2 -5)📝
src/gui/src/IpcClient.cpp(+3 -5)📝
src/gui/src/MainWindow.cpp(+1 -2)📝
src/gui/src/QUtility.cpp(+9 -0)📝
src/gui/src/QUtility.h(+1 -0)📝
src/gui/src/SslCertificate.cpp(+21 -26)📝
src/gui/src/SslCertificate.h(+4 -4)📝
src/lib/barrier/win32/DaemonApp.cpp(+2 -1)📝
src/lib/common/win32/DataDirectories.cpp(+3 -25)➕
src/lib/common/win32/KnownFolderPaths.cpp(+63 -0)➕
src/lib/common/win32/KnownFolderPaths.h(+24 -0)📝
src/lib/ipc/IpcLogOutputter.cpp(+2 -1)📝
src/lib/platform/MSWindowsScreen.cpp(+5 -7)📄 Description
Fixes https://github.com/debauchee/barrier/issues/976
Fixes https://github.com/debauchee/barrier/issues/974
Fixes https://github.com/debauchee/barrier/issues/444
Probably conflicts with https://github.com/debauchee/barrier/pull/972, but if you accept both PRs then just "ping" me and I can quickly fix it (either if I can merge the PR branches together, or you can merge one of them to master first and I rebase the other one, or something else..?)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.