akallabeth [Tue, 26 Jan 2021 14:25:06 +0000 (15:25 +0100)]
Added OrderInfo callback for primary, seconardy and altsec orders
This allows gathering statistics about which orders have been
received
(cherry picked from commit
f45f92f7bb4b560d1fedd723a353d8c1d0c73fbd)
0140454 [Tue, 26 Jan 2021 17:19:15 +0000 (01:19 +0800)]
Fix key repeat in Wayland
(cherry picked from commit
712c5fee97d9b007b902bee63b7b7a4971bfbe6b)
akallabeth [Thu, 26 Nov 2020 16:38:04 +0000 (17:38 +0100)]
Filter out duplicate ClientFormatList announcements
(cherry picked from commit
a51f4ccaaa8d4a2232725dc555827705ea8f0429)
Simon Tatham [Wed, 18 Mar 2020 20:59:12 +0000 (20:59 +0000)]
Command-line option to choose an X selection.
I personally find it more convenient to have pasted data written to
the X11 PRIMARY selection, so that I can paste it with a fast middle-
button click, than to write to CLIPBOARD which typically needs a key
sequence or menu action.
This commit adds a command-line option to let me express that
preference: now I can say "/clipboard:use-selection:PRIMARY" on the
command line, which not only enables clipboard transfer but also says
which X selection I want it to talk to. The previous options
"+clipboard" and "-clipboard" are also still supported.
(cherry picked from commit
64948b96c4c4640078ce563b165a907251fd6f20)
Simon Tatham [Wed, 18 Mar 2020 21:00:06 +0000 (21:00 +0000)]
winpr/utils: allow COMMAND_LINE_VALUE_{OPTIONAL,BOOL} to coexist.
Now you can give an option the combination of flags
COMMAND_LINE_VALUE_OPTIONAL and COMMAND_LINE_VALUE_BOOL. If you do,
then all three of the syntaxes +foo, -foo and /foo:value are allowed
at once, and the receiving code can tell the difference because the
Value field is set to BoolValueTrue, BoolValueFalse or a valid char
pointer.
(cherry picked from commit
22c6b375d4ae9bf9dcac74d3360d0042673f1353)
Simon Tatham [Fri, 13 Mar 2020 17:59:22 +0000 (17:59 +0000)]
xf_cliprdr: fill in support for TIMESTAMP requests.
A selection owner is supposed to respond to a request for the
selection target TIMESTAMP by providing the X server time at which the
selection was written. There was a /* TODO */ comment in xf_cliprdr
where the code to do that should have been.
The absence of this can cause a problem when pasting into some X
clients. xtightvncviewer, in particular, will give up the attempt to
read from the clipboard at all if it doesn't get a satisfactory
response to the initial TIMESTAMP request - and the non-answer zero
value "CurrentTime" counts as unsatisfactory. It won't be happy with
anything short of a real X server time value.
(Checking the VNC source code, that's because it reads both PRIMARY
and CLIPBOARD and picks the one with the later timestamp. So it does
depend on the timestamps existing.)
When you're writing to the selection in response to a normal X event
like a mouse click or keyboard action, you get the selection timestamp
by copying the time field out of that X event. Here, we're doing it on
our own initiative, so we have to _request_ the X server time. There
isn't a GetServerTime request in the X protocol, so I work around it
by setting a property on our own window, and waiting for a
PropertyNotify event to come back telling me it's been done - which
will have a timestamp we can use.
(cherry picked from commit
fcabbc9707e23b94d7e82021e997578fb20c9313)
akallabeth [Tue, 19 Jan 2021 07:44:14 +0000 (08:44 +0100)]
Fixed #6696: Implement HandshakeEx in windows client
Special thanks to @byteboon for bisecting the issue
(cherry picked from commit
fc20299c22735beb64afe33b958c41506f092c72)
akallabeth [Tue, 15 Dec 2020 08:59:52 +0000 (09:59 +0100)]
Fixed call to GetKeyboardLayout
(cherry picked from commit
8b8016ec21509fda5dfd182cb1d1fb186d272d7a)
akallabeth [Thu, 17 Sep 2020 13:21:45 +0000 (15:21 +0200)]
Fixed naming of FILEDESCRIPTORW
(cherry picked from commit
a3bf25e9239b1fb970e65901356a970531bf067a)
akallabeth [Tue, 24 Nov 2020 10:00:13 +0000 (11:00 +0100)]
Fixed support for huge files in clipboard
(cherry picked from commit
f3dad4106a62cf29db0685221cd90b751e3ac2b1)
Armin Novak [Fri, 23 Oct 2020 07:26:11 +0000 (09:26 +0200)]
Fixed NtStatus2Tag return.
(cherry picked from commit
11ca443aafc39ebc61c24f19577655e0ffcaa189)
Armin Novak [Wed, 14 Oct 2020 07:19:57 +0000 (09:19 +0200)]
Added backward compatibility define
(cherry picked from commit
a22f264189b112ac1b334ef33cd2a2615b0b8140)
Armin Novak [Wed, 14 Oct 2020 06:55:28 +0000 (08:55 +0200)]
Updated FD_FLAGS definition.
(cherry picked from commit
ef1c8a3b506a2e039faa92b435d326ca3f29385a)
akallabeth [Mon, 25 Jan 2021 07:18:19 +0000 (08:18 +0100)]
Refactored RDG chunked data struct
(cherry picked from commit
eafb4b8d5f4dd081606b4e6a69d92089993aae4b)
akallabeth [Mon, 25 Jan 2021 07:07:43 +0000 (08:07 +0100)]
Fixed RDP gateway types and use after free
(cherry picked from commit
8c78e6742569936cb2bff59649888c93f3f3437f)
akarl10 [Fri, 22 Jan 2021 09:53:00 +0000 (10:53 +0100)]
Implement chunked encoding for RDG_OUT_DATA
(cherry picked from commit
cfb1a878a3b1c2c469c3d15e135f21f388c177b8)
odednoam [Sat, 7 Nov 2020 21:20:56 +0000 (23:20 +0200)]
free previous value of password field from `freerdp_assistance_parse_file_buffer`
(cherry picked from commit
73dd40275fca9d009bcb07d4a734af146578f414)
odednoam [Thu, 5 Nov 2020 10:58:47 +0000 (12:58 +0200)]
Fixed bug with assistance buffer parsing: `freerdp_assistance_parse_file_buffer` may be called directly, not necessarily from `freerdp_assistance_parse_file`, so password should be saved to the `rdpAssistanceFile` in `freerdp_assistance_parse_file_buffer`.
(cherry picked from commit
0dc9b18cdea8dce172fdc34be067b07a846594d0)
akallabeth [Mon, 29 Jun 2020 06:39:09 +0000 (08:39 +0200)]
Conservative keyboard state sync, refactored input API
(cherry picked from commit
b679f3a0ebbbedf039e735523087c58e3b3920e2)
akallabeth [Fri, 13 Nov 2020 17:07:35 +0000 (18:07 +0100)]
Fixed display channel anounce race
* The display resolution change message was prone to a race condition
* Check for actual fullscreen state instead of settings
* Assume 75dpi for display resolution to mm conversion
(cherry picked from commit
13c8a60b7095c141321cd2d09f3e36466d54a748)
Armin Novak [Wed, 9 Dec 2020 15:07:49 +0000 (16:07 +0100)]
Properly discard xfc->appWindow on focus loss
(cherry picked from commit
34e5504bcc1734fd767572a262dec94e551e4c30)
akallabeth [Thu, 3 Dec 2020 13:09:16 +0000 (14:09 +0100)]
Fixed #6635: Use correct window handle for pointer operations
(cherry picked from commit
e8fe552ed4759327d63abf637f464839b2d6306a)
akallabeth [Tue, 20 Oct 2020 15:07:58 +0000 (17:07 +0200)]
Fixed #6518
(cherry picked from commit
38a79be33f429b5e556f8185eb94a73c8aa45bb9)
Armin Novak [Wed, 11 Nov 2020 07:54:46 +0000 (08:54 +0100)]
Cleaned up rdpei channel, updated to current spec.
(cherry picked from commit
bd061fc291108bad67ce94dd92e1fdb31e0c0cae)
akallabeth [Tue, 10 Nov 2020 08:02:35 +0000 (09:02 +0100)]
Fixed possible out of bound access in usb channel.
(cherry picked from commit
2e5280feecc3cd692f9930f9b7ed26129423a1a1)
Nathan Loewen [Tue, 8 Sep 2020 15:12:27 +0000 (10:12 -0500)]
X11: Scale cursor when SmartSizing is on
(cherry picked from commit
f4f795f3233c56fe7f4cd579777115b77f49da1e)
Nathan Loewen [Mon, 7 Sep 2020 02:14:17 +0000 (21:14 -0500)]
let freerdp_image_scale() determine step size
(cherry picked from commit
cba618115471a7072902aa137af5962f0e0c4c1e)
akallabeth [Tue, 15 Dec 2020 15:02:34 +0000 (16:02 +0100)]
Respect invalidRegion in progressive_compress
(cherry picked from commit
4a7ec674e601e3680161a0dfbda67dc07477eb8b)
akallabeth [Tue, 15 Dec 2020 08:58:37 +0000 (09:58 +0100)]
Fixed progressive decoding without subbanddiff
(cherry picked from commit
e3445eefab77c6666d760fa042f141c0a2d2965a)
akallabeth [Mon, 14 Dec 2020 16:44:30 +0000 (17:44 +0100)]
Cleaned up rfx API
(cherry picked from commit
25a8abc4eb0a6d6a115169b5f0f762e3308b4026)
akallabeth [Fri, 6 Nov 2020 12:38:47 +0000 (13:38 +0100)]
Clean up drdynvc channels porperly locked.
(cherry picked from commit
7f1cca78aa9e4cf65cb38c9b741566fbf7dce2d0)
Armin Novak [Mon, 7 Sep 2020 09:48:06 +0000 (11:48 +0200)]
Fixed primitives test
(cherry picked from commit
b6f392215225a9aae9d257551505c169ac23e9ef)
Armin Novak [Mon, 7 Sep 2020 09:05:45 +0000 (11:05 +0200)]
Fixed _aligned_recalloc
(cherry picked from commit
cad1dd39e23f45b36e4815129bdc3d99fcbd8c2b)
Armin Novak [Mon, 7 Sep 2020 08:42:28 +0000 (10:42 +0200)]
Fixed unit tests run under memory sanitizer
(cherry picked from commit
816e792e3f468eebf3c82416b9ef33637c9bd5cc)
akallabeth [Tue, 17 Nov 2020 08:04:52 +0000 (09:04 +0100)]
Removed invalid check
(cherry picked from commit
e019ed65668b260542ee51b096585abb77354881)
akallabeth [Thu, 19 Nov 2020 14:21:49 +0000 (15:21 +0100)]
Implemented 2.2.1.17.1 Persistent Key List PDU Data, added checks
* Implemented missing server side version of PDU (just skip data)
* Refactored read/write functions to properly check stream
length/capacity and handle return values.
(cherry picked from commit
ec3c333656b4d8a00ff278a70b52c11b18e2d643)
akallabeth [Thu, 19 Nov 2020 13:47:08 +0000 (14:47 +0100)]
Fixed rdp_capability_set_start checks
(cherry picked from commit
a13e0f1a08c44a4c6a6f037c9b849904a0a6c30e)
akallabeth [Thu, 19 Nov 2020 13:42:34 +0000 (14:42 +0100)]
Check stream capacity in rdp_capability_set_finish
(cherry picked from commit
6b0d2a2c3e05828248ef0286e764b9e578989ddf)
akallabeth [Thu, 19 Nov 2020 13:23:03 +0000 (14:23 +0100)]
Fixed missing stream length checks.
(cherry picked from commit
f7f8c3907d1c2e45c3545111ad3f3790e5037629)
akallabeth [Thu, 19 Nov 2020 12:42:28 +0000 (13:42 +0100)]
Added data_pdu_type_to_string
(cherry picked from commit
b6b8d74521364bcf9c3ba2296d43e9fd3413e429)
akallabeth [Thu, 26 Nov 2020 15:34:28 +0000 (16:34 +0100)]
Fixed sending of clipboard format request response
If a request was pending and new formats were announced the response
to a ServerFormatDataRequest was never sent.
(cherry picked from commit
2efb7d92745614a92c66b721205689a433248d31)
akallabeth [Tue, 12 Jan 2021 12:41:29 +0000 (13:41 +0100)]
Fixed primitiveYUV unit test.
(cherry picked from commit
f357b9325fed388f0a6c86a403f5f8cc6188097f)
akallabeth [Tue, 12 Jan 2021 08:41:09 +0000 (09:41 +0100)]
Ignore alpha channel during color conversion.
Most GFX graphics do not carry alpha data. Keep the original
alpha value unless specified otherwise.
(cherry picked from commit
115532ef5a71676a946c9d268dd1294daf99e52d)
akallabeth [Mon, 25 Jan 2021 15:22:50 +0000 (16:22 +0100)]
Fixed SCardGetAttrib pbAttr=NULL argument
If fpbAttrIsNULL!=0 set pbAttr NULL on call to SCardGetAttrib
(cherry picked from commit
61b785a89b6a7dc4eab9f8c74d9afa2da6e5a8e6)
Armin Novak [Fri, 22 Jan 2021 10:25:18 +0000 (11:25 +0100)]
[MAC] Keep original return value for client termination
(cherry picked from commit
9e63f35cc57da6ba79b0a76207848a85a75769a6)
akallabeth [Fri, 22 Jan 2021 07:24:16 +0000 (08:24 +0100)]
Fixed missing check for fastpath input messages
Input events are only allowed after a connection was established
(connection state is active)
This check aborts input sending when done before that.
(cherry picked from commit
102869f6a860140174da9dd3189babf6966c9149)
akallabeth [Fri, 22 Jan 2021 08:32:51 +0000 (09:32 +0100)]
Do not eliminate original error status.
(cherry picked from commit
050a68fec901030c7428852f8f536ace055eb2f7)
akallabeth [Fri, 22 Jan 2021 07:40:03 +0000 (08:40 +0100)]
Refactored freerdp_client_settings_command_line_status_print_ex
Now returns 0 if help or version information was requested.
(cherry picked from commit
531dd81836f2c97fcfcfeabdb9671fb76409ce8d)
Ondrej Holy [Thu, 21 Jan 2021 13:21:09 +0000 (14:21 +0100)]
client: Fix exit codes for /help and similar option
Currently, non-zero exit code is returned for /version, /buildconfig, /help,
/monitor-list, /kbd-list and /kbd-lang-list command-line options for several
clients. This is against conventions because 0 is usually returned in
such cases. Also, there is potentially another problem that the returned
codes overflow on UNIX systems (where the exit code is a number between 0
and 255). Let's fix the clients to return 0 in the mentioned cases to honor
conventions and 1 for the command-line parsing errors (or -1 for clients
who already use that value).
Fixes: https://github.com/FreeRDP/FreeRDP/issues/6686
(cherry picked from commit
3ee4cabcfad3a9ccc3c59be21245b57c17e7ae75)
Martin Fleisz [Thu, 21 Jan 2021 09:10:44 +0000 (10:10 +0100)]
channels/smartcard: Fix race in channel cleanup
(cherry picked from commit
1155aade7f52fb594463370004a7a2766787d0d7)
Armin Novak [Mon, 18 Jan 2021 08:34:18 +0000 (09:34 +0100)]
Fixed const correctness of RECTANGLE_16 variable
(cherry picked from commit
9549d090ab849c405cb486fad6c9dd3867b28c45)
Armin Novak [Mon, 18 Jan 2021 08:25:03 +0000 (09:25 +0100)]
Fixed pcap capture function const correctness
(cherry picked from commit
87e89bc719110ea369ae431e12f4e91f99cc9304)
Armin Novak [Mon, 18 Jan 2021 08:18:55 +0000 (09:18 +0100)]
Fix ColorFidelity use
(cherry picked from commit
8187ab7732dd0184e1123b1c39790a246f9912a6)
akallabeth [Fri, 15 Jan 2021 09:41:12 +0000 (10:41 +0100)]
Check drive to hotplug for already being redirected
some hotplug implementations report the same drive multiple times.
to avoid redirecting the same drive multiple times check if it is
already in the list before adding.
(cherry picked from commit
9e8d3fbbf5ad7bb75799a8aca9fafa9c2dcf7fd9)
Armin Novak [Wed, 13 Jan 2021 15:09:07 +0000 (16:09 +0100)]
Fix color fidelity issues with windows 7
(cherry picked from commit
57b58df80644f142067a489640edc40f006329a7)
Armin Novak [Wed, 13 Jan 2021 10:52:24 +0000 (11:52 +0100)]
Fixed problematic cast of integer mask to bool
(cherry picked from commit
8c353e9292f18e938b21f3369ba86d0f71359815)
Martin Fleisz [Mon, 11 Jan 2021 12:22:28 +0000 (13:22 +0100)]
primitives: Respect alpha values in YUV444 SSE pixel routine
(cherry picked from commit
9eaa820818571d23bd8604fbbc1ff9fa7c634967)
Martin Fleisz [Thu, 7 Jan 2021 15:28:34 +0000 (16:28 +0100)]
core: Remove error code from string returned by rpc_error_to_string
This PR removes the error code from the error string returned by
rpc_error_to_string. The error code is passed into the function so it is
not necessary to append it to the returned string as well.
The PR also fixes the screwed formatting of the error code tables.
(cherry picked from commit
c78566d2a239648087949dc4ae58e18093f8bf6c)
Pascal Nowack [Wed, 30 Dec 2020 01:17:43 +0000 (02:17 +0100)]
winpr/clipboard: Also save lastWriteTime for FILEDESCRIPTORW
Currently, when a local uri-list is converted into a FILEDESCRIPTORW
list, WinPR doesn't submit the last write time for each file.
The result of this is that the last write time of each file on the
other peer will have the current time and not the actual last write
time that is present on the peer, where the files were copied from.
Fix this by also writing the last write time in addition to the
FD_WRITESTIME flag.
(cherry picked from commit
9ba614a1e3314d9d3daa6e461e7d360c67c8d000)
kubistika [Sun, 27 Dec 2020 15:12:18 +0000 (17:12 +0200)]
x11: use correct contact flag names in xf_input_touch_state_string
(cherry picked from commit
a94fe816a4dce96a26cd2ef284f525181d75c865)
Martin Fleisz [Wed, 23 Dec 2020 13:44:31 +0000 (14:44 +0100)]
Fix parsing of current keyboard locale
(cherry picked from commit
2e59baa33c23cbd0e0ef6e432d8ef202caa34303)
akallabeth [Tue, 22 Sep 2020 10:58:41 +0000 (12:58 +0200)]
Fixed definition of FILEDESCRIPTORW
(cherry picked from commit
33df98f204ad72a34c1d0bb32859e3b8c030af7d)
Martin Fleisz [Mon, 11 Jan 2021 09:47:45 +0000 (10:47 +0100)]
Merge pull request #6623 from akallabeth/stable-2.0-backports
stable backports
Martin Fleisz [Mon, 11 Jan 2021 09:36:52 +0000 (10:36 +0100)]
Merge pull request #6671 from akallabeth/stable-2.0-progressive
Backported #6670: Progressive decoding of subbanddiff
akallabeth [Tue, 15 Dec 2020 16:00:22 +0000 (17:00 +0100)]
Backported #6670: Progressive decoding of subbanddiff
Properly decode tiles without subbanddiff so connections with
xfreerdp /gfx /v:<foo> work with ogon and the required progressive
codec is correct.
akallabeth [Thu, 10 Dec 2020 06:38:13 +0000 (07:38 +0100)]
Fixed #6656: invalid read of proxy port.
(cherry picked from commit
3c237fd687c043d4488113d21292f1103bac9769)
akallabeth [Fri, 4 Dec 2020 13:09:28 +0000 (14:09 +0100)]
Moved clipboard hasHugeFileSupport to end of struct
(cherry picked from commit
0c96c3a71c1c74fb16131f4fa8266d2ae4d73367)
akallabeth [Thu, 3 Dec 2020 06:22:17 +0000 (07:22 +0100)]
Fixed #6632
(cherry picked from commit
ceb0e8b4f1facb58849b2573fe60e3e512879a77)
Keith Johnston [Tue, 6 Oct 2020 23:11:36 +0000 (16:11 -0700)]
Fix for mac mousewheel.
(cherry picked from commit
87a4a8484e65ab591ef815ed0700ab0c90994a77)
(cherry picked from commit
c0ecee9d69533095bfdb3dbaf9e76747e5e3a7ab)
Armin Novak [Fri, 11 Sep 2020 08:14:14 +0000 (10:14 +0200)]
Removed obsolete connectErrorCode
(cherry picked from commit
3b63903d3fbca0c1b1614aa93ea9ede955da692d)
akallabeth [Thu, 26 Nov 2020 14:38:17 +0000 (15:38 +0100)]
Allow autoreconnect for ERRINFO_GRAPHICS_SUBSYSTEM_FAILED
As discussed in #4717 allow autoreconnect to succeed if that
specific error code was returned as disconnection reason.
(cherry picked from commit
552a7ca25f60e9a00585ec298c816911dcf71383)
Martin Fleisz [Fri, 20 Nov 2020 13:09:37 +0000 (14:09 +0100)]
channels/audin: Request correct media type in audin channel on Mac
(cherry picked from commit
4a952977c17001b3bb8becdeb4547846ca2b392a)
Armin Novak [Mon, 19 Oct 2020 10:08:13 +0000 (12:08 +0200)]
Added permission checks for mac audio backend.
(cherry picked from commit
0e0eb5f41fe5f80385e83132972f9c00cb0b61cb)
Armin Novak [Tue, 20 Oct 2020 07:08:37 +0000 (09:08 +0200)]
Fixed mac app termination and warnings
(cherry picked from commit
a2e9f5efcb54a409ca67b2794ab20c391d732fe6)
akallabeth [Thu, 15 Oct 2020 09:03:29 +0000 (11:03 +0200)]
Fixed remarks.
(cherry picked from commit
c0284239a759f47670c164e0f3ae9b29676e07f3)
Bernhard Miklautz [Wed, 15 Jul 2020 16:04:02 +0000 (18:04 +0200)]
new [orders]: BMF_24BPP support and some comments
* cached brush orders missed the BMF_24BPP documented case
([MS-RDPEGDI] 2.2.2.2.1.2.7)
* add some comments on secondary (brush) order details
(cherry picked from commit
efdc99528f6fb6d56537a5420bfa8e735219eba0)
Christian Plattner [Fri, 20 Nov 2020 12:28:16 +0000 (13:28 +0100)]
Disable building OpenH264 in Andriod CI builds
(cherry picked from commit
f4b3ba92fc541488a9c1b9e251b42f8ea69ba08c)
Christian Plattner [Sun, 15 Nov 2020 09:51:57 +0000 (10:51 +0100)]
Fix Android release target API level
(cherry picked from commit
199e38c9b4df2109e07dfd795a0e7859243003a8)
Christian Plattner [Sun, 15 Nov 2020 03:38:11 +0000 (04:38 +0100)]
Fix Android build paths
(cherry picked from commit
00173a0ef3a9ad5eb0511f800d910f463bd8bac1)
Christian Plattner [Sun, 15 Nov 2020 03:10:41 +0000 (04:10 +0100)]
Fix #6565: streamline android build configuration
(cherry picked from commit
0270932d96b6dd9a6c6c57e6c48eb5081fd122ef)
akallabeth [Tue, 27 Oct 2020 13:17:37 +0000 (14:17 +0100)]
Added support for xwayland keyboard grab
(cherry picked from commit
896b7bc711f9e47620078507074960a68309576b)
akallabeth [Fri, 16 Oct 2020 06:14:13 +0000 (08:14 +0200)]
Fix warning #6515
(cherry picked from commit
6d8f355633b7381745a55d48301e7f1e17d8efb4)
kubistika [Tue, 1 Dec 2020 11:35:38 +0000 (13:35 +0200)]
reset codecs in gdi_pipeline_init
(cherry picked from commit
42e63cbf9879048e36cb953fcebc24f3493e9568)
Fabio Fantoni [Sat, 28 Nov 2020 12:50:42 +0000 (13:50 +0100)]
remove unwanted log level set to debug in rfx
I saw on debian packages (that have -DWITH_DEBUG_ALL=ON) remotefx logs always to
debug without respect log-level and log-filters settings making diffult
debugging of issue on other parts.
After a search I found this that set loglevel to debug that akallabeth confirmed
is unwanted, this patch remove it.
Closes #6606
(cherry picked from commit
f3e5ebe315f81f61688b79aa979c8d4ea89f8e87)
akallabeth [Thu, 26 Nov 2020 13:49:42 +0000 (14:49 +0100)]
Fixed sound buffering issues with compressed formats
(cherry picked from commit
d9d22aa42207e4d8e23ec5337bce83f87726cd20)
akallabeth [Thu, 26 Nov 2020 13:41:59 +0000 (14:41 +0100)]
Added CMake warning messages for expensive debug options
(cherry picked from commit
d82c14c3d8d14e3e05d2b8fc2101043599fbe04f)
akallabeth [Thu, 15 Oct 2020 08:23:44 +0000 (10:23 +0200)]
Disable ios client until maintained.
(cherry picked from commit
f3c29852498c78b6b74227c8e7cf7fe3f08dc8d2)
akallabeth [Thu, 15 Oct 2020 07:49:02 +0000 (09:49 +0200)]
Increased minimum ios deployment target.
(cherry picked from commit
a7b210d44854873a3218f987063d66e804b0e9b9)
akallabeth [Mon, 12 Oct 2020 09:09:10 +0000 (11:09 +0200)]
Refactored reading of optional order bytes
(cherry picked from commit
ef8f1fd9f0880bf786a0da3b567a4eb33d2bb230)
akallabeth [Mon, 12 Oct 2020 08:29:30 +0000 (10:29 +0200)]
Fixed parsing of FastGlyph order.
(cherry picked from commit
0456fc307c2c6754f15e37de263f4465ec520975)
akallabeth [Fri, 2 Oct 2020 11:17:00 +0000 (13:17 +0200)]
Corrected clipboard capability mask
(cherry picked from commit
e4243bb33cde0549fb04b112066d32545526f3f0)
akallabeth [Tue, 29 Sep 2020 06:22:28 +0000 (08:22 +0200)]
Added clipboard CB_HUGE_FILE_SUPPORT_ENABLED flag
(cherry picked from commit
f282c55c7a02caa80a53e88931725efedcae7085)
Felix Deimel [Tue, 8 Sep 2020 08:55:49 +0000 (10:55 +0200)]
Fixes #5747: Only activate sound output device (#6467)
* Fixes #5747: Only activate sound output device
(cherry picked from commit
19f74a269837d62dff0b3541aa8108159bc22064)
Armin Novak [Mon, 7 Sep 2020 06:21:16 +0000 (08:21 +0200)]
Fix #6461: Generate config.h after all subdirectories are parsed.
(cherry picked from commit
3310e388034d0271e06c175b78a99abf87011475)
akallabeth [Tue, 1 Sep 2020 09:15:44 +0000 (11:15 +0200)]
Use settings string setter to overwrite computername
(cherry picked from commit
4d7cddd7c64c75d824d8a1eb0babcfc71f0df8d4)
Armin Novak [Wed, 2 Sep 2020 08:09:48 +0000 (10:09 +0200)]
Ignore NULL streams in StreamPool_Return
(cherry picked from commit
6351885488c38327b4f59f3686d68ddd8dc0f745)
akallabeth [Mon, 24 Aug 2020 07:44:41 +0000 (09:44 +0200)]
Fixed #6442: Use cmake to provide source directory for test pem
(cherry picked from commit
70881d39578177d3229f01011f62021b1b069cb5)
akallabeth [Thu, 13 Aug 2020 11:51:38 +0000 (13:51 +0200)]
Fixed short length for usb io control return.
(cherry picked from commit
6f00308db78f27d6daee9a85ff3baec7cd8e8443)
Armin Novak [Wed, 12 Aug 2020 08:28:21 +0000 (10:28 +0200)]
Manually free up libusb transfer data to avoid double free
(cherry picked from commit
6ce051759306219c49d4fb39a2bd9cc94c2c5afc)
Armin Novak [Wed, 12 Aug 2020 08:10:18 +0000 (10:10 +0200)]
Fixed double free on channel close in channel write.
(cherry picked from commit
81d59b2d47f1a68f4db97e2e4636d93be69892cc)