clipboard #14

Merged
sashakoshka merged 17 commits from clipboard into main 2023-03-31 01:45:29 +00:00
Owner
No description provided.
sashakoshka added 17 commits 2023-03-31 01:45:16 +00:00
02a27447b9 Changed the clipboard API so that it will work with X
In X, clipboard/selection data is specific to each window, and it
may take some time before the clipboard data is fully transferred.
This actually makes sense because there can be entire images in
the clipboard and it is important the clipboard API supports large
file transfer. Because of this, the Copy and Paste methods have
been moved into Window, and Paste now returns a channel.
39dc09bc4a X backend clipboard properly negotiates data type with owner
The clipboard API has been changed to allow an application to
accept a number of different mime types, and the X backend will now
check the accepted types list against the owner's TARGETS list and
choose the best one.
sashakoshka merged commit 719b7b99ac into main 2023-03-31 01:45:29 +00:00
sashakoshka deleted branch clipboard 2023-03-31 01:45:29 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tomo/tomo-old#14
No description provided.