summaryrefslogtreecommitdiff
path: root/src/x11
Commit message (Expand)AuthorAgeFilesLines
* mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docsBilal Elmoussaoui2023-05-175-14/+11
* x11: Do not unminimize windows with initial IconicStateCarlos Garnacho2023-05-161-22/+12
* compositor/dnd: Guard X11 typesBilal Elmoussaoui2023-05-151-0/+2
* core/display: Guard X11 typesBilal Elmoussaoui2023-05-151-0/+13
* compositor: Guard X11 typesBilal Elmoussaoui2023-05-151-0/+44
* x11/x11-display: Fix some wrong code style to please CI checkerMarco Trevisan (Treviño)2023-05-151-3/+8
* x11/x11-display: Always set the compositor manager selection on initMarco Trevisan (Treviño)2023-05-152-32/+13
* x11/x11-display: Set compositor selection earlier on XWaylandMarco Trevisan (Treviño)2023-05-152-4/+27
* x11: Always initialize all fields of XEvents sent via XSendEventSebastian Keller2023-04-173-4/+4
* x11: Fix remaining leaks from switch to XGetAtomName()Sebastian Keller2023-04-142-2/+5
* x11: Use Atoms when constructing a new MetaX11SelectionOutputStreamSebastian Keller2023-04-143-21/+24
* x11: Remove unused member variables from MetaX11SelectionInputStreamSebastian Keller2023-04-143-24/+5
* core: Pass MetaWindow on passive button grab machineryCarlos Garnacho2023-04-121-2/+2
* x11: Wrap X call with error trapsCarlos Garnacho2023-04-041-0/+7
* x11: Pass Atom directlyCarlos Garnacho2023-04-043-7/+5
* Revert "core: Avoid setting up frames on fullscreen windows"Jonas Ådahl2023-03-181-1/+1
* core: Retrieve DESKTOP_AUTOSTART_ID early on startupCarlos Garnacho2023-03-181-10/+0
* x11: Ignore _NET_ACTIVE_WINDOW client messages while grabbedCarlos Garnacho2023-03-051-1/+2
* Revert "x11/events: Do not update focus XWindow during grabs"Carlos Garnacho2023-03-051-5/+1
* Revert "x11: Do not move X11 input focus during grabs"Carlos Garnacho2023-03-052-22/+0
* x11/display: Delay cursor updatesOlivier Fourdan2023-03-042-1/+47
* core: Avoid setting up frames on fullscreen windowsCarlos Garnacho2023-03-031-1/+1
* x11: Drop all bypass_gtk checksCarlos Garnacho2023-03-031-42/+13
* x11: Open a X11 Display directlyCarlos Garnacho2023-03-035-99/+156
* x11: Adopt X11 error trap infrastructure from GDKCarlos Garnacho2023-03-033-15/+260
* Remove support for window shadingRobert Mader2023-03-034-48/+6
* x11: Prevent use-after-free if a filter is removed during handlingCarlos Garnacho2023-02-241-2/+5
* x11: Make some unnecessarily public API private againCarlos Garnacho2023-02-231-0/+11
* x11: Drop unused methodsCarlos Garnacho2023-02-231-23/+0
* x11: Add public API to handle X11 eventsCarlos Garnacho2023-02-233-0/+89
* window/x11: Make process_property_notify a virtual methodmsizanoen12023-02-202-10/+17
* x11: Avoid updating focus on wayland compositorCarlos Garnacho2023-02-141-0/+1
* wayland: Add X11 interop service client protocolJonas Ådahl2023-02-131-0/+2
* x11: Do not move X11 input focus during grabsCarlos Garnacho2023-02-132-0/+22
* x11: Avoid GDK API in X11 selectionsCarlos Garnacho2023-02-103-25/+25
* x11: Do not use buffer size on configure requests unless managedCarlos Garnacho2023-02-101-9/+18
* x11: Avoid sloppy/mouse mode handling on WaylandCarlos Garnacho2023-02-091-0/+1
* x11: Handle accounting of ignored serials in X11 codeCarlos Garnacho2023-02-093-7/+28
* core: Make "adding ignored serials" private APICarlos Garnacho2023-02-091-2/+27
* x11: Reset ignored crossing serials from X11 codeCarlos Garnacho2023-02-091-0/+19
* x11: Bypass GTK on XFixesSelectionNotifyCarlos Garnacho2023-02-091-0/+5
* core: Pass device/sequence on meta_window_begin_grab_op()Carlos Garnacho2023-01-301-3/+16
* core,wayland,compositor,x11: Migrate to MetaWindowDragCarlos Garnacho2023-01-303-32/+36
* x11: Move away from MetaEventRouteCarlos Garnacho2023-01-301-2/+2
* window: Drop frame_action argument from meta_window_begin_grab_op()Carlos Garnacho2023-01-301-9/+1
* core: Drop unused arguments to meta_display_grab_op()Carlos Garnacho2023-01-301-5/+2
* x11: Use meta_window_begin_grab_op() to begin window grabCarlos Garnacho2023-01-301-9/+4
* x11/events: Do not update focus XWindow during grabsFlorian Müllner2023-01-251-1/+5
* x11/display: Add some loggingFlorian Müllner2023-01-251-0/+8
* x11: Account for variable being possibly NULLCarlos Garnacho2023-01-201-1/+1