Vladyslav Nikonov

Results 35 issues of 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...

enhancement
A-native-client
A-virtual-channel
P-low

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...

enhancement
A-native-client
A-virtual-channel
P-low

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),...

bug
good first issue
A-technical-debt
P-medium