xrdp/libxrdp
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
..
libxrdp.c Added libxrdp_get_channel_count() 2021-02-04 10:29:56 +00:00
libxrdp.h Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
libxrdpinc.h Added libxrdp_get_channel_count() 2021-02-04 10:29:56 +00:00
Makefile.am Fix compilation on MacOS 2017-03-01 20:39:48 -08:00
xrdp_bitmap32_compress.c Fixing code formatting with astyle 2020-11-30 05:04:11 +00:00
xrdp_bitmap_compress.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
xrdp_caps.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_channel.c Resolution switching without reconnecting. 2021-04-22 01:34:03 -04:00
xrdp_fastpath.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_iso.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_jpeg_compress.c Changing LOG_DEVEL to LOG to avoid silent failures. 2020-12-05 19:22:50 +00:00
xrdp_mcs.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_mppc_enc.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_orders_rail.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_orders_rail.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
xrdp_orders.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_rdp.c Add versioning to xrdp_client_info 2021-02-26 11:27:13 +00:00
xrdp_sec.c Add detailed logging to libxrdp (#1742) 2021-02-04 10:11:54 +00:00
xrdp_surface.c Changing LOG_DEVEL to LOG to avoid silent failures. 2020-12-05 19:22:50 +00:00