aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/clipboards.rst
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11[WIP] Add support for drag and dropdragdropDavid Robillard1-45/+74
2023-11-11Add action parameter to puglAcceptOffer()David Robillard1-1/+1
2023-11-11Add API support for multiple clipboardsDavid Robillard1-6/+8
Adds a PuglClipboard enum, and uses it everywhere necessary to "structurally" support multiple clipboards. Towards re-using this API to support DnD.
2023-11-11Add region parameter to puglAcceptOffer()David Robillard1-1/+7
2022-05-23Add rich clipboard supportDavid Robillard1-0/+118
This implements a more powerful protocol for working with clipboards, which supports datatype negotiation, and fixes various issues by mapping more directly to how things work on X11.