summaryrefslogtreecommitdiff
path: root/src/x11/meta-x11-selection-output-stream.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Use Atoms when constructing a new MetaX11SelectionOutputStreamSebastian Keller2023-04-141-8/+8
* x11: Do not trust there is task in error pathsCarlos Garnacho2020-04-161-7/+10
* x11: Don't stall on write_async()Carlos Garnacho2020-04-161-8/+3
* x11: Fix iterative INCR property checksCarlos Garnacho2020-04-161-1/+1
* x11: Don't exceed transfer size in INCR chunksCarlos Garnacho2020-04-161-3/+8
* x11: Don't invariably queue a pending delete requestCarlos Garnacho2020-04-161-1/+4
* x11: Finish INCR transfers properlyCarlos Garnacho2020-04-161-1/+6
* x11: Wait till data is flushed before notifying on the pending taskCarlos Garnacho2020-04-161-1/+1
* x11: Only send SelectionNotify on first INCR chunkCarlos Garnacho2020-04-161-1/+6
* x11: Ensure flush() Flushes all output stream dataCarlos Garnacho2020-04-161-4/+8
* x11: Unset pending flush flag right before notifying on taskCarlos Garnacho2020-04-161-3/+5
* x11: Intern INCR atomCarlos Garnacho2020-04-161-1/+1
* x11: Flag flushes despite having less than the element sizeCarlos Garnacho2020-04-161-2/+7
* x11: XMaxRequestSize returns 4-byte unitsCarlos Garnacho2020-04-161-1/+1
* x11: Handle windowing errors while writing selection INCR dataCarlos Garnacho2020-03-201-6/+56
* x11-selection: Don't store copies of strings that are not being usedSebastian Keller2020-02-011-16/+4
* x11: Detach selection streams on disposeCarlos Garnacho2019-10-211-0/+15
* x11: Add X11 selection input/output streamsCarlos Garnacho2019-05-021-0/+606