summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docsBilal Elmoussaoui2023-05-1714-101/+121
* display: Drop the indirection when initializating XwaylandBilal Elmoussaoui2023-05-151-3/+3
* wayland: Guard XWayland typesBilal Elmoussaoui2023-05-151-1/+1
* core/events: Guard X11 typesBilal Elmoussaoui2023-05-151-4/+12
* core/display: Guard X11 typesBilal Elmoussaoui2023-05-152-22/+50
* compositor: Guard X11 typesBilal Elmoussaoui2023-05-151-8/+16
* x11/x11-display: Set compositor selection earlier on XWaylandMarco Trevisan (Treviño)2023-05-151-1/+0
* core: Fix map transitions for X11 windows on WaylandCarlos Garnacho2023-04-251-2/+2
* core: Remove meta_frame_get_flags()Sebastian Keller2023-04-202-66/+0
* Replace using sscanf() to parse mode strings with new helperJonas Ådahl2023-04-181-5/+2
* workspace: Only consider windows that should be showing as focusableSebastian Keller2023-04-163-7/+17
* core: Create passive button grab on topmost WindowCarlos Garnacho2023-04-121-1/+4
* core: Pass MetaWindow on passive button grab machineryCarlos Garnacho2023-04-123-20/+25
* core: Minor refactorCarlos Garnacho2023-04-121-6/+8
* Export meta_window_has_pointer ()Ivan Molodetskikh2023-03-201-2/+0
* Revert "core: Avoid setting up frames on fullscreen windows"Jonas Ådahl2023-03-182-16/+6
* core: Retrieve DESKTOP_AUTOSTART_ID early on startupCarlos Garnacho2023-03-181-0/+11
* prefs: Add get_keybinding_label() methodFlorian Müllner2023-03-061-0/+16
* core: Avoid focusing windows on map during grabsCarlos Garnacho2023-03-051-0/+9
* Revert "x11: Do not move X11 input focus during grabs"Carlos Garnacho2023-03-051-4/+0
* constraints: Don't apply titlebar constraint on non-drag user-op moveJonas Ådahl2023-03-041-3/+3
* startup-notification: Delay cursor feedback updatesOlivier Fourdan2023-03-041-3/+38
* core: Avoid setting up frames on fullscreen windowsCarlos Garnacho2023-03-032-6/+16
* core: Sync after issuing key/button passive grabsCarlos Garnacho2023-03-031-0/+4
* core: Trap errors during passive button/key grabsCarlos Garnacho2023-03-031-0/+9
* Remove support for window shadingRobert Mader2023-03-035-152/+11
* window: Fix an if-block indentationRobert Mader2023-03-031-5/+5
* renderer/native: Move per frame KMS update to MetaFrameNativeJonas Ådahl2023-03-021-0/+3
* constraints: Remove unnecessary if-checkJonas Dreßler2023-03-011-7/+6
* window: Allow can-maximize when size hints are exactly screen sizedJonas Dreßler2023-03-011-2/+2
* compositor: Fix handling of keyboard-driven window resizeCarlos Garnacho2023-02-271-1/+3
* window: Add missing newlineJonas Ådahl2023-02-231-1/+2
* window: Add raise_and_make_recent() methodFlorian Müllner2023-02-231-16/+29
* window: Fix compiler warningFlorian Müllner2023-02-231-1/+1
* window/xwayland: Handle _NET_WM_FULLSCREEN_MONITORS for XRandR emulationmsizanoen12023-02-201-0/+5
* profiler: Set 'persistent' state when persistentJonas Ådahl2023-02-141-0/+1
* window: Recalculate attachedness for Wayland window parent changesJonas Ådahl2023-02-131-0/+7
* window: Simplify transient_for assignmentJonas Ådahl2023-02-131-3/+1
* Introduce the 'service channel' D-Bus serviceJonas Ådahl2023-02-134-0/+384
* x11: Do not move X11 input focus during grabsCarlos Garnacho2023-02-131-0/+4
* Revert "display: Do not move X11 input focus during grabs"Carlos Garnacho2023-02-131-3/+1
* x11: Handle accounting of ignored serials in X11 codeCarlos Garnacho2023-02-092-23/+0
* core: Make "adding ignored serials" private APICarlos Garnacho2023-02-091-32/+0
* x11: Reset ignored crossing serials from X11 codeCarlos Garnacho2023-02-091-16/+0
* workspace: Do not raise default focus window with raise-on-clickSebastian Wick2023-02-031-2/+4
* events: Make MetaGestureTracker work with the action event deliveryJonas Dreßler2023-02-032-19/+3
* window: Keep proportional position in meta_window_move_between_rectsSebastian Wick2023-02-011-13/+39
* core/delete: Avoid warnings when there is no close dialogJonas Ådahl2023-01-301-2/+6
* core: Drop META_GRAB_OP_GET_BASE_TYPE defineCarlos Garnacho2023-01-301-20/+0
* compositor: Move tiling preview management to MetaWindowDragCarlos Garnacho2023-01-303-98/+0