6eadba1ab2
feat: mac os new build option BUILD_OSX_BUNDLE can be disabled to build a non app bundle
2025-11-20 07:29:01 -05:00
aa11dc94ba
build: macos, copy translations post build into the bundle no need to install them
2025-11-20 07:29:01 -05:00
82c18e26e5
doc: fix dev documents mis aligned quotes
2025-11-20 07:07:32 -05:00
e7018bd75a
fix: Fix broken <br/> tag in the tooltop of suggested IP addresses
2025-11-20 06:29:54 -05:00
10585e6afd
build: fix desktop file lint
2025-11-19 20:30:41 +00:00
35d26645a7
build: place core built runtime on mac os in the app bundle, must use generator expression here
2025-11-19 20:30:41 +00:00
2376c61292
feat: Add russian translation
2025-11-19 12:12:16 -05:00
43a04308f0
ci: use macos15 runners
2025-11-19 09:43:58 -05:00
0463518baa
build: do not use generator expressions to see install paths
2025-11-19 14:13:21 +00:00
8e7a950d11
feat: Added Chinese (simplified) translation
2025-11-19 07:34:48 -05:00
ae5dc085d5
feat: Added Japanese translation
2025-11-18 06:13:59 -05:00
bc9bc906a5
refactor: EventLogger sonar suggestion to define index2 in the if
2025-11-17 12:07:00 +00:00
0890bcac42
chore: logger make deconstructor an override
2025-11-17 12:07:00 +00:00
22d27f7245
fix: Settings, add a new private cleanScreenName method to update the screenName
...
Fixes : #9156
Names: contain only A-Z a-z 0-9 or - or . or _
replace any spaces with _
are < 256 characters in length
can not start or end with - _ or .
Set a screen name if the settings does not have one do this instead of returning a default value
2025-11-17 10:21:31 +00:00
94b7e2ffff
github: Add more options to the issue config
2025-11-14 10:46:15 -05:00
1a9e468c86
refactor: Settings store envvar checks so they only need to be read once when checking
2025-11-14 09:55:28 -05:00
204a6cca8a
refactor: Settings make the name checking regex static in the method
2025-11-14 09:55:28 -05:00
4df7c54afb
refactor: Settings make the internal setting objects children
2025-11-14 09:55:28 -05:00
999f174441
fix: Gui save and restore the window when closing and restoring to the tray
2025-11-14 09:55:28 -05:00
aca08a5e74
feat: save geometry into into a state file
...
fixes : #9132
2025-11-14 09:55:28 -05:00
ddcd2f0ff1
refactor: Logger store a local copy of the used setting value for guiDebug, update it went the settings have changed
2025-11-14 09:22:40 -05:00
ec9f7efcff
refactor: Logger is now a proper singleton
2025-11-14 09:22:40 -05:00
8256a3ba43
refactor: allow for movable events
...
based on: 2f5c612ade
2025-11-14 09:05:37 -05:00
e011351aad
refactor: remove event.cpp, event code is just the header now
...
basedon: 6b7d45e9c4
2025-11-14 09:05:37 -05:00
ad33114e0c
chore: remove unused Client::sendEvent data argument
...
based on: 307fdfe1b3
2025-11-14 09:05:37 -05:00
4728525ece
fix: Fix memory leak in EventQueue
...
Previously empty event targets were never fully removed from EventQueue
even after unregistration. This may lead to unbounded increase of memory
use if new event targets are allocated to new memory locations.
ported: c960360106
2025-11-14 09:05:37 -05:00
cbc74d99b0
refactor: server Store button info by value
...
based on: 55e727be14
2025-11-14 09:05:37 -05:00
f372ccd2b8
refactor: only include the ISO639Table with X11 support enabled
2025-11-14 13:28:41 +00:00
4d2597c31b
refactor: XDGKeyUtil no need to add std:: for uint32_t
2025-11-14 13:28:41 +00:00
281cda1d14
refactor XDGKeyUtil::mapKeyToKeyID cleanup default case make i in the if and not case the already right type returned
2025-11-14 13:28:41 +00:00
4a67694676
build: new build option BUILD_X11 to control building of X11 backend
2025-11-14 13:28:41 +00:00
f45df39032
refactor: XDGKeyUtil, make s_keySymToUCS4 static map
2025-11-14 13:28:41 +00:00
186a20a1ac
feat: XDGKeyUtil, use Xkbcommon Keysym names
...
this removes the need for any x11 releated headers when using EI screens
2025-11-14 13:28:41 +00:00
7eee265010
refactor: make s_map1008FF private static array
2025-11-14 13:28:41 +00:00
b3cd759a4e
chore: remove unused KeySyms Tyepdef
2025-11-14 13:28:41 +00:00
93beb491db
fix: Split XKB code out of XWindowsUtil to allow building without X11
...
the xprotoheaders are still required for EI, but nothing more.
2025-11-14 13:28:41 +00:00
6d89ee0660
chore: StreamChunker remove unused includes
2025-11-13 11:40:24 +00:00
b2cdf38fca
chore: remove unneeded using namespace std
2025-11-13 11:40:24 +00:00
567766508a
ci: do not force ci to rerun if a pr was marked ready for review without additional code changes
2025-11-13 10:17:24 +00:00
1b67293d9c
ci: name sonar and codeql jobs after their respective tools making them easier to distinguish on the ci report
2025-11-13 10:17:24 +00:00
75922cb944
ci: Skip CodeQL when the changes will not will change the scan results
2025-11-13 10:17:24 +00:00
e712bf6c8e
ci: Skip sonarcloud when the changes will not change the scan results
2025-11-13 10:17:24 +00:00
f26ea08469
docs: Highlight that Input Leap has become inactive
...
The Input Leap project (an attempt to continue Barrier development, a dead fork) has been inactive for a long while now.
This PR updates the readme to reflect this.
2025-11-11 15:02:56 -05:00
6a86c2990e
fix: Adjust OS X MouseMove handling to use live cursor position.
2025-11-11 11:15:41 -05:00
859af720c9
feat: add a new core option --new-instance to skip the core check for a running instance
2025-11-11 09:33:35 -05:00
5441464a1d
fix: do not make windows users select .sgc files, enable i18n for the server config dialog
2025-11-11 12:30:36 +00:00
de63751516
refactor: CoreArgParser use kCoreBinName in place of class created static
2025-11-11 12:11:34 +00:00
39382bfd8c
fix: Prevent out-of-bounds access for Qt string when building TLS fingerprint
...
Only happens when using debug build of Qt lib because release Qt is optimized and doesn't check for bounds for the sake of efficiency.
2025-11-10 21:18:56 +00:00
477c7b07e5
chore: Fix typos for var names in formatSSLFingerprintColumns
2025-11-10 21:18:56 +00:00
63026752b5
ci: Use deskflow version in the title for continuous release
2025-11-10 15:59:52 -05:00