summaryrefslogtreecommitdiff
path: root/src/x11
Commit message (Expand)AuthorAgeFilesLines
* x11-display: Use unsetenv if old value was NULLIvan Molodetskikh2021-02-271-1/+5
* x11-display: Set NO_AT_BRIDGE to 1 while opening the GDK displayJonas Ådahl2021-02-231-0/+4
* window: Add "is_focus_async" APIOlivier Fourdan2021-02-231-0/+11
* x11: Check for XCB replyOlivier Fourdan2021-02-092-10/+6
* Change all g_memdup() to g_memdup2()Jonas Ådahl2021-02-041-2/+4
* window/x11: Check before freezing commitsOlivier Fourdan2021-01-301-1/+15
* workspace-manager, x11-display: Default to a single rowGeorges Basile Stavracas Neto2021-01-271-2/+2
* xwayland: Split Xwayland display name getter into twoJonas Ådahl2021-01-251-1/+1
* xwayland: Set xrandr primary outputAleksandr Mezin2020-12-111-1/+1
* window-props: Also check for actual values changeOlivier Fourdan2020-11-191-14/+84
* window-props: Check for actual size hints changesOlivier Fourdan2020-10-191-5/+26
* edge-resistance: Replace booleans with flags parameterFlorian Müllner2020-10-141-2/+2
* Remove misplaced line break in g_* logging functionsJonas Ådahl2020-10-082-2/+2
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-0811-249/+254
* backends: Use graphene_point_t on meta_cursor_tracker_get_pointer()Carlos Garnacho2020-10-061-1/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-293-3/+3
* startup: Fix possible crash in startup notificationsBenjamin Berg2020-08-291-1/+1
* cursor-tracker: Move out more X11:isms to the X11 backendJonas Ådahl2020-08-051-3/+10
* 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-272-0/+36
* x11: Look up reason for selection clear events from XFixesCarlos Garnacho2020-07-031-8/+1
* window/x11: Don't stop early when trying to find default focus windowSebastian Keller2020-06-221-1/+13
* window: Use pid_t for get_client_pid() vfuncJonas Dreßler2020-05-211-2/+2
* window: Remove support for _NET_WM_PIDJonas Dreßler2020-05-211-22/+0
* 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: 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
* surface-actor-x11: Move window related unredirect logic to MetaWindowX11Jonas Ådahl2020-04-164-7/+89
* window/x11: Use G_DECLARE_DERIVABLE_TYPE()Jonas Ådahl2020-04-164-35/+38
* group: Free group if returning earlyMarco Trevisan (Treviño)2020-04-121-2/+2
* x11: Forward current selection state when initializing X11 selectionsCarlos Garnacho2020-04-091-9/+16
* cogl: Install cogl-trace.h and include from cogl.hJonas Ådahl2020-03-261-1/+1
* x11: Handle windowing errors while writing selection INCR dataCarlos Garnacho2020-03-201-6/+56
* window/x11: Rename `meta_window_x11_buffer_rect_to_frame_rect`Olivier Fourdan2020-03-102-6/+6
* window/x11: Add function to convert the surface to client areaOlivier Fourdan2020-03-102-1/+19
* window: Implement asynchronous popup movingJonas Ådahl2020-02-291-0/+1
* Add MetaGravity and replace X11 equivalent with itJonas Ådahl2020-02-294-66/+70