summaryrefslogtreecommitdiff
path: root/src/core/window.c
Commit message (Expand)AuthorAgeFilesLines
* mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docsBilal Elmoussaoui2023-05-171-42/+57
* core: Fix map transitions for X11 windows on WaylandCarlos Garnacho2023-04-251-2/+2
* workspace: Only consider windows that should be showing as focusableSebastian Keller2023-04-161-5/+13
* core: Pass MetaWindow on passive button grab machineryCarlos Garnacho2023-04-121-1/+1
* Revert "core: Avoid setting up frames on fullscreen windows"Jonas Ådahl2023-03-181-13/+6
* core: Avoid focusing windows on map during grabsCarlos Garnacho2023-03-051-0/+9
* core: Avoid setting up frames on fullscreen windowsCarlos Garnacho2023-03-031-6/+13
* Remove support for window shadingRobert Mader2023-03-031-119/+9
* window: Fix an if-block indentationRobert Mader2023-03-031-5/+5
* window: Allow can-maximize when size hints are exactly screen sizedJonas Dreßler2023-03-011-2/+2
* window: Add missing newlineJonas Ådahl2023-02-231-1/+2
* window: Add raise_and_make_recent() methodFlorian Müllner2023-02-231-16/+29
* window: Recalculate attachedness for Wayland window parent changesJonas Ådahl2023-02-131-0/+7
* window: Simplify transient_for assignmentJonas Ådahl2023-02-131-3/+1
* x11: Reset ignored crossing serials from X11 codeCarlos Garnacho2023-02-091-16/+0
* window: Keep proportional position in meta_window_move_between_rectsSebastian Wick2023-02-011-13/+39
* compositor: Move tiling preview management to MetaWindowDragCarlos Garnacho2023-01-301-1/+0
* core: Move edge-resistance handling to src/compositorCarlos Garnacho2023-01-301-1/+0
* core: Pass device/sequence on meta_window_begin_grab_op()Carlos Garnacho2023-01-301-3/+18
* core: Move accounting of "shaken_loose" to MetaWindowDragCarlos Garnacho2023-01-301-2/+0
* core: Delete now unused codeCarlos Garnacho2023-01-301-688/+1
* core,wayland,compositor,x11: Migrate to MetaWindowDragCarlos Garnacho2023-01-301-40/+42
* compositor: Handle pointing events in window dragsCarlos Garnacho2023-01-301-1/+1
* core: Move away from MetaEventRouteCarlos Garnacho2023-01-301-1/+1
* window: Drop frame_action argument from meta_window_begin_grab_op()Carlos Garnacho2023-01-301-7/+3
* core: Drop unused arguments to meta_display_grab_op()Carlos Garnacho2023-01-301-4/+3
* core: Port to meta_window_begin_grab_op()Carlos Garnacho2023-01-301-18/+10
* core: Make meta_window_begin_grab_op() more genericCarlos Garnacho2023-01-301-17/+32
* core: Simplify handling of ungrabbing conditionCarlos Garnacho2023-01-301-13/+5
* core: Move grab_op check for handling window events from passive grabsCarlos Garnacho2023-01-301-3/+0
* build: Allow disabling xwaylandBilal Elmoussaoui2023-01-031-0/+3
* core: Add a in-tree copy of GtkBorderBilal Elmoussaoui2022-12-221-2/+2
* compositor: Don't make internal API publicJonas Ådahl2022-12-171-0/+1
* core: Setup and use ownership chainsJonas Ådahl2022-12-171-8/+17
* window: Update mru list for every workspace the window is onSebastian Wick2022-12-171-14/+14
* tiling: Remove unnecessary update_edge_constraints().Michael Webster2022-12-051-3/+0
* tiling: Skip the resize effect for tiled windows during user grabs.Michael Webster2022-12-051-6/+10
* ui: Excise old frames UICarlos Garnacho2022-12-011-1/+0
* x11: Integrate frames client into MutterCarlos Garnacho2022-12-011-22/+8
* x11: Replace MetaWindow sync request handling with MetaSyncCounterCarlos Garnacho2022-12-011-9/+2
* core: Synchronize client window mapped state before showing windowCarlos Garnacho2022-12-011-3/+8
* window: Avoid focusing during workspace changesJonas Dreßler2022-11-241-0/+12
* core/window: Implement GInitableBilal Elmoussaoui2022-11-221-1/+23
* window: Move surface property to it subclassesBilal Elmoussaoui2022-11-171-14/+27
* core: Untangle meta_window_shared_newBilal Elmoussaoui2022-11-171-93/+70
* window: Update ongoing edge resistance flags with inputJohn Wudrick2022-11-081-0/+2
* window: Throttle window move grab updatesJonas Ådahl2022-10-181-5/+42
* window: Throttle resize-grab updates to stage updatesJonas Ådahl2022-10-181-89/+45
* window: Type check some wm functionsJonas Ådahl2022-10-171-0/+9
* window: Make the caller decide when to constrainJonas Ådahl2022-10-101-15/+26