summaryrefslogtreecommitdiff
path: root/src/x11/meta-x11-selection.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Fix remaining leaks from switch to XGetAtomName()Sebastian Keller2023-04-141-1/+2
* x11: Use Atoms when constructing a new MetaX11SelectionOutputStreamSebastian Keller2023-04-141-9/+12
* x11: Avoid GDK API in X11 selectionsCarlos Garnacho2023-02-101-17/+18
* x11: Setup and user ownership chainsJonas Ådahl2022-12-171-7/+9
* x11/selection: Unset selection ownership on shutdownJonas Ådahl2022-05-311-3/+11
* Remove misplaced line break in g_* logging functionsJonas Ådahl2020-10-081-1/+1
* x11: Add STRING/UTF8_STRING targets for selection sources lacking themSebastian Keller2020-07-271-7/+38
* x11: Handle selection windows being destroyed before new selectionSebastian Keller2020-07-271-0/+35
* x11: Look up reason for selection clear events from XFixesCarlos Garnacho2020-07-031-8/+1
* x11: Allow X11 clients to clear the selectionCarlos Garnacho2020-04-211-3/+21
* x11: Generalize x11 selection owner checksCarlos Garnacho2020-04-211-2/+2
* x11: Clear X11 selection source after unsetting ownerCarlos Garnacho2020-04-211-0/+1
* x11: Forward current selection state when initializing X11 selectionsCarlos Garnacho2020-04-091-9/+16
* x11-selection: Unref owners and cancellables on shutdownSebastian Keller2020-02-011-0/+12
* x11-selection: Plug MetaSelectionSourceX11 leakSebastian Keller2020-02-011-0/+1
* x11: Map x11 (UTF8_)STRING requests to text/plain mimetypesCarlos Garnacho2020-01-271-9/+50
* x11-selection: Plug MetaX11SelectionOutputStream leakSebastian Keller2020-01-061-0/+1
* x11: Do not warn on cancelled X11 selection sourcesCarlos Garnacho2019-05-151-2/+2
* x11: Add X11 selection managementCarlos Garnacho2019-05-021-0/+411