platform/upstream/freerdp.git
5 years agoMerge pull request #5251 from akallabeth/wayland_cursor_handling_fix
David Fort [Thu, 4 Apr 2019 16:05:28 +0000 (18:05 +0200)]
Merge pull request #5251 from akallabeth/wayland_cursor_handling_fix

Moved wayland cursor handling to seat.

5 years agoMerge pull request #5273 from akallabeth/mac_compile_warning_fix
David Fort [Thu, 4 Apr 2019 16:03:50 +0000 (18:03 +0200)]
Merge pull request #5273 from akallabeth/mac_compile_warning_fix

Fixed mac compilation warnings.

5 years agoMerge pull request #5319 from akallabeth/clip_file_fix
David Fort [Thu, 4 Apr 2019 16:02:41 +0000 (18:02 +0200)]
Merge pull request #5319 from akallabeth/clip_file_fix

Fixed \0 terimination of clipboard file list

5 years agoFixed \0 terimination of clipboard file list
Armin Novak [Wed, 3 Apr 2019 08:17:51 +0000 (10:17 +0200)]
Fixed \0 terimination of clipboard file list

5 years agoMerge pull request #5249 from akallabeth/mac_timer_crash_fix
David Fort [Thu, 28 Mar 2019 18:05:48 +0000 (19:05 +0100)]
Merge pull request #5249 from akallabeth/mac_timer_crash_fix

Mac timer crash fix

5 years agoMerge pull request #5281 from akallabeth/assistance_ssl_init_fix
David Fort [Thu, 28 Mar 2019 18:04:25 +0000 (19:04 +0100)]
Merge pull request #5281 from akallabeth/assistance_ssl_init_fix

Fixed #5276: Enable SSL before parsing assistance file.

5 years agoMerge pull request #5295 from akallabeth/stream_macro_fix
David Fort [Thu, 28 Mar 2019 18:02:19 +0000 (19:02 +0100)]
Merge pull request #5295 from akallabeth/stream_macro_fix

Fixed Stream_* macros, bracing arguments.

5 years agoMerge pull request #5313 from m4ntis/fix-end-paint-log-level
David Fort [Wed, 20 Mar 2019 20:28:37 +0000 (21:28 +0100)]
Merge pull request #5313 from m4ntis/fix-end-paint-log-level

Fix update_end_paint wrong log level

5 years agoupdate.c: Fix update_end_paint wrong log level
kubistika [Wed, 20 Mar 2019 20:01:08 +0000 (22:01 +0200)]
update.c: Fix update_end_paint wrong log level

5 years agoMerge pull request #5307 from akallabeth/flatpak_dep_fix
Bernhard Miklautz [Tue, 19 Mar 2019 11:38:00 +0000 (12:38 +0100)]
Merge pull request #5307 from akallabeth/flatpak_dep_fix

Updated flatpak udev build script

5 years agoMerge pull request #5311 from m4ntis/bugfix/gfx-w2s2-decode
David Fort [Tue, 19 Mar 2019 08:38:40 +0000 (09:38 +0100)]
Merge pull request #5311 from m4ntis/bugfix/gfx-w2s2-decode

Fix Wire to Surface 2 pixel format decode on client

5 years agoclient/rdpgfx_main.c: Fix wire to surface 2 pixel format decode
Mati Shabtay [Mon, 18 Mar 2019 14:05:07 +0000 (16:05 +0200)]
client/rdpgfx_main.c: Fix wire to surface 2 pixel format decode

5 years agoClose file handle correctly. (#5310)
cerg2010cerg2010 [Mon, 18 Mar 2019 13:57:00 +0000 (16:57 +0300)]
Close file handle correctly. (#5310)

5 years agoFixed flatpak pcsd build
Armin Novak [Fri, 15 Mar 2019 07:52:07 +0000 (08:52 +0100)]
Fixed flatpak pcsd build

5 years agoUpdated flatpak udev build script
Armin Novak [Fri, 15 Mar 2019 07:47:20 +0000 (08:47 +0100)]
Updated flatpak udev build script

5 years agoserver/rdpgfx_main.c: Fixed caps advertise PDU recv (#5304)
Mati Shabtay [Fri, 15 Mar 2019 07:37:35 +0000 (09:37 +0200)]
server/rdpgfx_main.c: Fixed caps advertise PDU recv (#5304)

5 years agoMerge pull request #5297 from akallabeth/nla_server_functions
Martin Fleisz [Fri, 8 Mar 2019 09:44:09 +0000 (10:44 +0100)]
Merge pull request #5297 from akallabeth/nla_server_functions

Exposing NLA functions to impersonate and revert context.

5 years agoExposing NLA functions to impersonate and revert context.
Armin Novak [Fri, 8 Mar 2019 09:10:43 +0000 (10:10 +0100)]
Exposing NLA functions to impersonate and revert context.

5 years agoFixed Stream_* macros, bracing arguments.
Armin Novak [Thu, 7 Mar 2019 08:21:04 +0000 (09:21 +0100)]
Fixed Stream_* macros, bracing arguments.

5 years agoMerge pull request #5294 from akallabeth/gfx_temporary_disable_new
David Fort [Mon, 4 Mar 2019 08:28:15 +0000 (09:28 +0100)]
Merge pull request #5294 from akallabeth/gfx_temporary_disable_new

Temporarily disable GFX version >= 10.3

5 years agoclient/Windows/wf_event.c: add missing "break" (#5293)
Ilya Shipitsin [Mon, 4 Mar 2019 08:17:10 +0000 (13:17 +0500)]
client/Windows/wf_event.c: add missing "break" (#5293)

found by cppcheck

[client/Windows/wf_event.c:464] -> [client/Windows/wf_event.c:468]: (warning) Variable 'xNewPos' is reassigned a value before the old one has been used. 'break;' missing?

5 years agoTemporarily disable GFX version >= 10.3
Armin Novak [Mon, 4 Mar 2019 08:07:27 +0000 (09:07 +0100)]
Temporarily disable GFX version >= 10.3

5 years agoMerge pull request #5252 from akallabeth/big_endian_fix
Martin Fleisz [Fri, 1 Mar 2019 09:06:56 +0000 (10:06 +0100)]
Merge pull request #5252 from akallabeth/big_endian_fix

Fixed endianess issue with GETPIXEL16 and GETPIXEL32

5 years agoMerge pull request #5289 from akallabeth/gfx_crash_fix
Martin Fleisz [Thu, 28 Feb 2019 12:58:10 +0000 (13:58 +0100)]
Merge pull request #5289 from akallabeth/gfx_crash_fix

Disabled RDPGFX_CAPVERSION_106 for good.

5 years agoDisabled RDPGFX_CAPVERSION_106 for good.
Armin Novak [Thu, 28 Feb 2019 12:43:11 +0000 (13:43 +0100)]
Disabled RDPGFX_CAPVERSION_106 for good.

5 years agoMerge pull request #5027 from akallabeth/wlog_off_fix
MartinHaimberger [Thu, 28 Feb 2019 09:55:12 +0000 (10:55 +0100)]
Merge pull request #5027 from akallabeth/wlog_off_fix

Fix #5024: Update inherited log level for all child loggers when setting a new one.

5 years agoMerge pull request #5288 from akallabeth/rdp_spec_updates
Martin Fleisz [Thu, 28 Feb 2019 08:35:15 +0000 (09:35 +0100)]
Merge pull request #5288 from akallabeth/rdp_spec_updates

Rdp spec updates

5 years agoFixed EGFX capability parsing, respect length fields.
Armin Novak [Wed, 27 Feb 2019 16:15:43 +0000 (17:15 +0100)]
Fixed EGFX capability parsing, respect length fields.
Disable RDPGFX_CAPVERSION_106 as we currently do not support scaled
outputs.

5 years agoUpdated EGFX support to 10.6
Armin Novak [Wed, 27 Feb 2019 15:36:15 +0000 (16:36 +0100)]
Updated EGFX support to 10.6

5 years agoFixed version magic mismatch with [MS-RDPBCGR]
Armin Novak [Wed, 27 Feb 2019 15:30:55 +0000 (16:30 +0100)]
Fixed version magic mismatch with [MS-RDPBCGR]

5 years agopotential fix for ENTER (modifiers) stuck after CTRL-ALT-ENTER (toggle fullscreen...
DraganNSDK [Mon, 25 Feb 2019 11:44:51 +0000 (06:44 -0500)]
potential fix for ENTER (modifiers) stuck after CTRL-ALT-ENTER (toggle fullscreen), clearing the buffer in xk_keyboard_update_modifier_keys. (#5280)

* xk_keyboard_update_modifier_keys fixed to clear the buffer.

* removed the xf_keyboard_clear(xfc) fix comments

5 years agoFixed #5276: Enable SSL before parsing assistance file.
Armin Novak [Mon, 25 Feb 2019 09:37:30 +0000 (10:37 +0100)]
Fixed #5276: Enable SSL before parsing assistance file.

The assistance file requires primitives from the ssl wrapper.
Enable these before parsing the file.
Additionally split the FIPS mode enablement from the one time
initializer to avoid ignoring that flag.

5 years agoFixed TS_INFO_PACKET (#5275)
Jiajun Wang [Fri, 22 Feb 2019 16:31:42 +0000 (00:31 +0800)]
Fixed TS_INFO_PACKET (#5275)

Those fields exclude the length of the mandatory null terminator:
* cbDomain
* cbUserName
* cbPassword
* cbAlternateShell
* cbWorkingDir

5 years agoMerge pull request #5274 from chipitsine/master
akallabeth [Fri, 22 Feb 2019 12:43:10 +0000 (13:43 +0100)]
Merge pull request #5274 from chipitsine/master

libfreerdp/codec/include/bitmap.c: resolve possible NULL pointer arithmetic

5 years agolibfreerdp/codec/include/bitmap.c: resolve possible NULL pointer arithmetic
Ilya Shipitsin [Fri, 22 Feb 2019 12:18:19 +0000 (17:18 +0500)]
libfreerdp/codec/include/bitmap.c: resolve possible NULL pointer arithmetic
found by cppcheck

[libfreerdp/codec/include/bitmap.c:112] -> [libfreerdp/codec/include/bitmap.c:95]: (warning) Either the condition '!pbSrcBuffer' is redundant or there is pointer arithmetic with NULL pointer.
[libfreerdp/codec/include/bitmap.c:112] -> [libfreerdp/codec/include/bitmap.c:96]: (warning) Either the condition '!pbDestBuffer' is redundant or there is pointer arithmetic with NULL pointer.

5 years agoMerge pull request #5271 from akallabeth/create_event_exa_scanbuild_fix
Martin Fleisz [Fri, 22 Feb 2019 11:47:06 +0000 (12:47 +0100)]
Merge pull request #5271 from akallabeth/create_event_exa_scanbuild_fix

Create event exa scanbuild fix

5 years agoFixed mac compilation warnings.
Armin Novak [Thu, 21 Feb 2019 16:28:49 +0000 (17:28 +0100)]
Fixed mac compilation warnings.

5 years agoMerge pull request #5272 from akallabeth/ssl_api_warning_fixes
Martin Fleisz [Thu, 21 Feb 2019 15:36:00 +0000 (16:36 +0100)]
Merge pull request #5272 from akallabeth/ssl_api_warning_fixes

Ssl api warning fixes

5 years agoSilenced unused-const-variables for test cases.
Armin Novak [Thu, 21 Feb 2019 13:01:42 +0000 (14:01 +0100)]
Silenced unused-const-variables for test cases.

5 years agoFixed cast warnings from freerdp_load_channel_addin_entry
Armin Novak [Thu, 21 Feb 2019 12:52:11 +0000 (13:52 +0100)]
Fixed cast warnings from freerdp_load_channel_addin_entry

5 years agoSilenced function pointer cast warnings for BIO_callback_ctrl
Armin Novak [Thu, 21 Feb 2019 12:50:16 +0000 (13:50 +0100)]
Silenced function pointer cast warnings for BIO_callback_ctrl

5 years agoIgnore INVALID_HANDLE_VALUE during clang scanbuild runs.
Armin Novak [Thu, 21 Feb 2019 11:20:25 +0000 (12:20 +0100)]
Ignore INVALID_HANDLE_VALUE during clang scanbuild runs.

The value INVALID_HANDLE_VALUE could in theory be a valid memory address,
so the analyzer is confused and thinks either we have a memroy leak
or we try to free a fixed address.

5 years agoRespect return value from SetEvent and abort creation.
Armin Novak [Thu, 21 Feb 2019 11:20:06 +0000 (12:20 +0100)]
Respect return value from SetEvent and abort creation.

5 years agoMerge pull request #5270 from akallabeth/warning_fixes_more_more_more
David Fort [Thu, 21 Feb 2019 11:16:31 +0000 (12:16 +0100)]
Merge pull request #5270 from akallabeth/warning_fixes_more_more_more

Warning fixes more more more

5 years agoFixed conversion warnings.
Armin Novak [Thu, 21 Feb 2019 10:42:06 +0000 (11:42 +0100)]
Fixed conversion warnings.

Range checks and type casts to remove all warnings in printer channel.

5 years agoFixed all integer conversion warnings for OpenH264.
Armin Novak [Thu, 21 Feb 2019 10:36:50 +0000 (11:36 +0100)]
Fixed all integer conversion warnings for OpenH264.

Added range checks and casts to integer where necessary
to remove warnings.

5 years agoFixed xrealloc argument type
Armin Novak [Thu, 21 Feb 2019 10:35:48 +0000 (11:35 +0100)]
Fixed xrealloc argument type

Using a void* as arugment instead of char* removes warnings when
allocating something beside a string.

5 years agoMerge pull request #5269 from anbukart/master
David Fort [Thu, 21 Feb 2019 10:22:40 +0000 (11:22 +0100)]
Merge pull request #5269 from anbukart/master

Embedded window client

5 years agoEmbedded window local fix
anbukart [Thu, 21 Feb 2019 05:33:52 +0000 (11:03 +0530)]
Embedded window local fix

Client width and height getting set as 0 when embedded using ParentWindowId setting

5 years agoMerge pull request #5265 from akallabeth/wayland_mouse_wheel_adjust
David Fort [Wed, 20 Feb 2019 09:24:16 +0000 (10:24 +0100)]
Merge pull request #5265 from akallabeth/wayland_mouse_wheel_adjust

Fixed #5262: Vertical mouse wheel direction and whell step

5 years agoFixed #5262: Vertical mouse wheel direction and whell step
Armin Novak [Wed, 20 Feb 2019 07:56:36 +0000 (08:56 +0100)]
Fixed #5262: Vertical mouse wheel direction and whell step

* Vertical wheel uses the inverted direction of horizontal wheel.
* The wheel step is now calculated from the value provided by wayland.

5 years agoUse safe iteration for seat removal.
Armin Novak [Tue, 19 Feb 2019 08:29:17 +0000 (09:29 +0100)]
Use safe iteration for seat removal.

5 years agoMerge pull request #5248 from akallabeth/naming_fixes
David Fort [Wed, 13 Feb 2019 17:45:17 +0000 (18:45 +0100)]
Merge pull request #5248 from akallabeth/naming_fixes

Replace hard coded xfreerdp program name

5 years agoFixed endianess issue with GETPIXEL16 and GETPIXEL32
Armin Novak [Wed, 13 Feb 2019 08:30:34 +0000 (09:30 +0100)]
Fixed endianess issue with GETPIXEL16 and GETPIXEL32

5 years agoMoved wayland cursor handling to seat.
Armin Novak [Wed, 13 Feb 2019 08:02:15 +0000 (09:02 +0100)]
Moved wayland cursor handling to seat.

5 years agoMerge pull request #5246 from wintersandroid/master
akallabeth [Wed, 13 Feb 2019 07:45:19 +0000 (08:45 +0100)]
Merge pull request #5246 from wintersandroid/master

Resolve Gfx mode missing surface updates from cache.

5 years agoFixed #5234: Added timer invalidate on application willresignactive
Armin Novak [Tue, 12 Feb 2019 10:16:36 +0000 (11:16 +0100)]
Fixed #5234: Added timer invalidate on application willresignactive

5 years agoReplaced hardcoded xfreerdp program name
Armin Novak [Tue, 12 Feb 2019 09:53:46 +0000 (10:53 +0100)]
Replaced hardcoded xfreerdp program name

5 years agoReplaced hardcoded xfreerdp program name
Armin Novak [Tue, 12 Feb 2019 09:53:42 +0000 (10:53 +0100)]
Replaced hardcoded xfreerdp program name

5 years agoReplaced hardcoded xfreerdp program name
Armin Novak [Tue, 12 Feb 2019 09:53:37 +0000 (10:53 +0100)]
Replaced hardcoded xfreerdp program name

5 years agoReplaced hardcoded xfreerdp program name
Armin Novak [Tue, 12 Feb 2019 09:53:30 +0000 (10:53 +0100)]
Replaced hardcoded xfreerdp program name

5 years agoMerge pull request #5245 from akallabeth/uwac_zero_init
David Fort [Tue, 12 Feb 2019 08:17:18 +0000 (09:17 +0100)]
Merge pull request #5245 from akallabeth/uwac_zero_init

Fix 5243: Allocate buffers zero in uwac.

5 years agoResolve Gfx mode missing surface updates from cache.
Mathew Winters [Tue, 12 Feb 2019 01:27:11 +0000 (14:27 +1300)]
Resolve Gfx mode missing surface updates from cache.

5 years agoFix 5243: Allocate buffers zero in uwac.
Armin Novak [Mon, 11 Feb 2019 10:54:19 +0000 (11:54 +0100)]
Fix 5243: Allocate buffers zero in uwac.

5 years agoMerge pull request #5219 from akallabeth/wayland_smart_sizing
David Fort [Fri, 8 Feb 2019 15:47:01 +0000 (16:47 +0100)]
Merge pull request #5219 from akallabeth/wayland_smart_sizing

Wayland smart sizing

5 years agoDestroying released cursor buffers.
Armin Novak [Fri, 8 Feb 2019 14:22:06 +0000 (15:22 +0100)]
Destroying released cursor buffers.

5 years agoDon't destroy wayland buffer attached to a surface.
Armin Novak [Fri, 8 Feb 2019 12:42:45 +0000 (13:42 +0100)]
Don't destroy wayland buffer attached to a surface.

5 years agoAdded support for /smart-sizing:<width>x<height> syntax in wayland client.
Armin Novak [Fri, 8 Feb 2019 11:49:32 +0000 (12:49 +0100)]
Added support for /smart-sizing:<width>x<height> syntax in wayland client.

5 years agoFixed duplicate log tag definition in wayland client.
Armin Novak [Fri, 8 Feb 2019 10:50:34 +0000 (11:50 +0100)]
Fixed duplicate log tag definition in wayland client.

5 years agoFixed conversion range checks and cast for use with cairo
Armin Novak [Tue, 29 Jan 2019 16:47:41 +0000 (17:47 +0100)]
Fixed conversion range checks and cast for use with cairo

5 years agoFixed missing initializer.
Armin Novak [Tue, 29 Jan 2019 16:47:30 +0000 (17:47 +0100)]
Fixed missing initializer.

5 years agoRemoved unused variables.
Armin Novak [Tue, 29 Jan 2019 16:38:33 +0000 (17:38 +0100)]
Removed unused variables.

5 years agoFixed color format for wayland mouse pointer.
Armin Novak [Tue, 29 Jan 2019 14:37:49 +0000 (15:37 +0100)]
Fixed color format for wayland mouse pointer.

5 years agoAdded mouse pointer scaling.
Armin Novak [Tue, 29 Jan 2019 12:14:45 +0000 (13:14 +0100)]
Added mouse pointer scaling.

5 years agoImplements #5215: Smart sizing using libcairo
Armin Novak [Fri, 25 Jan 2019 10:47:15 +0000 (11:47 +0100)]
Implements #5215: Smart sizing using libcairo

5 years agoMerge pull request #5242 from akallabeth/rail_regression_fix
Martin Fleisz [Fri, 8 Feb 2019 10:02:26 +0000 (11:02 +0100)]
Merge pull request #5242 from akallabeth/rail_regression_fix

Fixed broken checks in X11 event (RAIL mode)

5 years agoFixed broken checks in X11 event (RAIL mode)
Armin Novak [Fri, 8 Feb 2019 09:46:26 +0000 (10:46 +0100)]
Fixed broken checks in X11 event (RAIL mode)

5 years agoMerge pull request #5230 from akallabeth/sign_compare_fixes
Martin Fleisz [Fri, 8 Feb 2019 08:35:50 +0000 (09:35 +0100)]
Merge pull request #5230 from akallabeth/sign_compare_fixes

Sign compare fixes

5 years agoFixed wide character comparison.
Armin Novak [Fri, 8 Feb 2019 08:20:58 +0000 (09:20 +0100)]
Fixed wide character comparison.

5 years agoMerge pull request #5152 from akallabeth/gw_logging_ext
Martin Fleisz [Fri, 8 Feb 2019 08:14:33 +0000 (09:14 +0100)]
Merge pull request #5152 from akallabeth/gw_logging_ext

Gw logging ext

5 years agoMerge pull request #5131 from akallabeth/cmd_line_error_logging
Martin Fleisz [Fri, 8 Feb 2019 08:11:35 +0000 (09:11 +0100)]
Merge pull request #5131 from akallabeth/cmd_line_error_logging

Added extended error logging for assistance, rdp file and command line parser

5 years agoMerge pull request #5225 from akallabeth/rdprd_caps_read_fix
Martin Fleisz [Fri, 8 Feb 2019 08:05:27 +0000 (09:05 +0100)]
Merge pull request #5225 from akallabeth/rdprd_caps_read_fix

Fixed size checks when reading rdpdr capabilities.

5 years agoMerge pull request #5151 from akallabeth/new_cache_defaults
Bernhard Miklautz [Thu, 7 Feb 2019 09:20:50 +0000 (10:20 +0100)]
Merge pull request #5151 from akallabeth/new_cache_defaults

Updates to default settings

5 years agoEnable server heartbeat PDU by default.
Armin Novak [Fri, 14 Dec 2018 11:40:18 +0000 (12:40 +0100)]
Enable server heartbeat PDU by default.

5 years agoDisabled offscreen and bitmap cache by default.
Armin Novak [Fri, 14 Dec 2018 10:51:50 +0000 (11:51 +0100)]
Disabled offscreen and bitmap cache by default.

5 years agoMerge pull request #5139 from akallabeth/drive_hotplug_shutdown_crash_fix
Bernhard Miklautz [Thu, 7 Feb 2019 09:08:41 +0000 (10:08 +0100)]
Merge pull request #5139 from akallabeth/drive_hotplug_shutdown_crash_fix

Fixed crash on drive hotplug shutdown.

5 years agoMerge pull request #5237 from chipitsine/master
akallabeth [Thu, 7 Feb 2019 08:41:46 +0000 (09:41 +0100)]
Merge pull request #5237 from chipitsine/master

client/common/cmdline.c: remove redundant check

5 years agoclient/common/cmdline.c: remove redundant check
Ilya Shipitsin [Sat, 2 Feb 2019 05:22:19 +0000 (10:22 +0500)]
client/common/cmdline.c: remove redundant check
found by cppcheck

[client/common/cmdline.c:390] -> [client/common/cmdline.c:399]: (warning) Identical inner 'if' condition is always true.

5 years agoMerge pull request #5236 from chipitsine/master
akallabeth [Fri, 1 Feb 2019 07:37:24 +0000 (08:37 +0100)]
Merge pull request #5236 from chipitsine/master

client/Wayland/wlf_cliprdr.c: resolve possible null pointer dereference

5 years agoclient/Wayland/wlf_cliprdr.c: resolve possible null pointer dereference
Ilya Shipitsin [Thu, 31 Jan 2019 22:50:51 +0000 (03:50 +0500)]
client/Wayland/wlf_cliprdr.c: resolve possible null pointer dereference
found by cppcheck

[client/Wayland/wlf_cliprdr.c:143] -> [client/Wayland/wlf_cliprdr.c:158]: (warning) Either the condition 'clipboard' is redundant or there is possible null pointer dereference: clipboard.
[client/Wayland/wlf_cliprdr.c:163] -> [client/Wayland/wlf_cliprdr.c:178]: (warning) Either the condition 'clipboard' is redundant or there is possible null pointer dereference: clipboard.

5 years agoMerge pull request #5223 from akallabeth/scanbuild_null_fixes
David Fort [Wed, 30 Jan 2019 17:22:45 +0000 (18:22 +0100)]
Merge pull request #5223 from akallabeth/scanbuild_null_fixes

Scanbuild null fixes

5 years agoFixed BipBuffer Read/Write, limit to SSIZE_MAX.
Armin Novak [Wed, 30 Jan 2019 14:12:08 +0000 (15:12 +0100)]
Fixed BipBuffer Read/Write, limit to SSIZE_MAX.

5 years agoAdded missing SSIZE_MAX define
Armin Novak [Wed, 30 Jan 2019 14:11:51 +0000 (15:11 +0100)]
Added missing SSIZE_MAX define

5 years agoFixed sign-compare warning
Armin Novak [Wed, 30 Jan 2019 08:51:39 +0000 (09:51 +0100)]
Fixed sign-compare warning

5 years agoFixed use of ASCII function on WCHAR
Armin Novak [Wed, 30 Jan 2019 08:51:24 +0000 (09:51 +0100)]
Fixed use of ASCII function on WCHAR

5 years agoFixed sign-compare warning
Armin Novak [Wed, 30 Jan 2019 08:38:19 +0000 (09:38 +0100)]
Fixed sign-compare warning

5 years agoFixed sign-compare warning
Armin Novak [Wed, 30 Jan 2019 08:36:21 +0000 (09:36 +0100)]
Fixed sign-compare warning

5 years agoFixed sign-compare warning
Armin Novak [Wed, 30 Jan 2019 08:29:56 +0000 (09:29 +0100)]
Fixed sign-compare warning

5 years agoFixed sign-compare warning
Armin Novak [Wed, 30 Jan 2019 08:24:52 +0000 (09:24 +0100)]
Fixed sign-compare warning

5 years agoMerge pull request #5147 from jphein/master
Bernhard Miklautz [Wed, 30 Jan 2019 15:26:41 +0000 (16:26 +0100)]
Merge pull request #5147 from jphein/master

Clarified defaults of /floatbar flag