Vladyslav Nikonov
Vladyslav Nikonov
Add support for the native clipboard for MacOS clients in `ironrdp-cliprdr-native`/`ironrdp-client`. See existing Windows and `ironrdp-web` implementation for reference. I am not too familiar with MacOS development, but maybe @thenextman...
Add support for the native clipboard for Linux clients in `ironrdp-cliprdr-native`/`ironrdp-client`. See existing Windows and `ironrdp-web` implementation for reference. ### Notes We could focus on X11 API support as a...
To prevent losing information after PDU encode/decode roundtrip, we should always keep bitmask values unchanged, but currently, we use `from_bits_truncate` excessively in the codebase. As @CBenoit explained in [the comment](https://github.com/Devolutions/IronRDP/pull/215#discussion_r1355706172),...