xrdp/common
Christopher Pitstick deb66ce766 Resolution switching without reconnecting.
- Based on https://github.com/jsorg71/xrdp/tree/dynamic_monitor
- Tested with xorgxrdp
- Tested with vnc
- Only works with single monitor.
- Update documentation to clarify the difference between MSTSC and
Microsoft Remote Desktop.
- Does not include compatibility with /gfx at this time, which is still
in testing.
- Updates to include ms-rdpedisp.h header for the 2.2.2 specification of
the protocol.
- Adds new dynamic_monitor_layout struct that shares the number of
monitors with xrdp_client_info.h
- Does not allow for BPP changes because the RDP protocol doesn't
support it.
- Option to disable feature as NeutrinoRDP doesn't support it (It was
based on FreeRDP 1.0.1 which didn't yet have this feature.)
- Add CLIENT_MONITOR_DATA_MAXIMUM_MONITORS constant and reference
spec definition.

Depends on https://github.com/neutrinolabs/xorgxrdp/pull/183
2021-04-22 01:34:03 -04:00
..
arch.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
base64.c Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
base64.h move base64 functions to base64.c 2017-08-01 08:40:30 +09:00
defines.h Removing DEBUG() macro 2021-03-14 23:33:31 +00:00
fifo.c Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
fifo.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
file.c Moved a lot of string funcs to string_calls module 2020-12-22 11:57:24 +00:00
file.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
list16.c Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
list16.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
list.c Migrating logging to LOG() and LOG_DEVEL() in common/* 2021-03-14 23:33:31 +00:00
list.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
log.c Extracting bytes_to_hexdump function from logging implementation 2021-03-26 13:58:27 +00:00
log.h Extracting bytes_to_hexdump function from logging implementation 2021-03-26 13:58:27 +00:00
Makefile.am Resolution switching without reconnecting. 2021-04-22 01:34:03 -04:00
ms-erref.h Minor fixes to drive redirection 2020-03-03 16:14:24 +00:00
ms-fscc.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
ms-rdpbcgr.h Resolution switching without reconnecting. 2021-04-22 01:34:03 -04:00
ms-rdpedisp.h Resolution switching without reconnecting. 2021-04-22 01:34:03 -04:00
ms-rdpefs.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
ms-rdpegdi.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
ms-rdpele.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
ms-rdperp.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
ms-smb2.h Rationalise ms- constants 2020-01-06 15:46:37 +00:00
os_calls.c Add logging to g_exec*() functions 2021-04-14 04:41:53 +00:00
os_calls.h Add logging to g_exec*() functions 2021-04-14 04:41:53 +00:00
parse.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
pixman-region16.c Include stdint.h, don't redefine MAX/MIN constants if already defined 2016-08-12 12:16:14 -07:00
pixman-region.c Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
pixman-region.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
rail.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
ssl_calls.c Load any private key type, not just RSA (#1776) 2021-01-07 10:34:39 +00:00
ssl_calls.h Load any private key type, not just RSA (#1776) 2021-01-07 10:34:39 +00:00
string_calls.c Adding g_strnjoin() with units tests 2021-04-14 04:41:53 +00:00
string_calls.h Adding g_strnjoin() with units tests 2021-04-14 04:41:53 +00:00
thread_calls.c Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
thread_calls.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
trans.c Migrating logging to LOG() and LOG_DEVEL() in common/* 2021-03-14 23:33:31 +00:00
trans.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
xrdp_client_info.h Resolution switching without reconnecting. 2021-04-22 01:34:03 -04:00
xrdp_constants.h Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
xrdp_rail.h common: indent, not logic change 2014-07-25 22:24:40 -07:00
xrdp_sockets.h common: separate sockets macros into basename and fullpath 2017-05-16 10:41:06 +09:00