summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix the expected name of the junit report2486-mutter-crashes-on-xdg_activation-activate-requestHunor Csomortáni2022-12-061-1/+1
* check-style: Improve the proposed git-rebase commandHunor Csomortáni2022-12-061-2/+6
* check-style: Use run() instead of Popen()Hunor Csomortáni2022-12-061-13/+26
* check-style: Don't turn off formatting when the chunk starts on line 1Hunor Csomortáni2022-12-061-1/+2
* check-style: Start enumerating lines from 1Hunor Csomortáni2022-12-061-3/+3
* 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
* frames/window-tracker: Trivial style cleanupGeorges Basile Stavracas Neto2022-12-051-1/+1
* frames: Add default-decoration CSS classGeorges Basile Stavracas Neto2022-12-052-0/+3
* frames/window-tracker: Initialize color scheme properlyGeorges Basile Stavracas Neto2022-12-051-3/+10
* frames/window-tracker: Reinstate dark titlebar supportGeorges Basile Stavracas Neto2022-12-052-0/+29
* x11: Move Motif WM hints to a separate headerCarlos Garnacho2022-12-054-57/+60
* frames: Fix check of Motif WM hintsCarlos Garnacho2022-12-051-3/+5
* frames: Double check _MUTTER_NEEDS_FRAME property changesCarlos Garnacho2022-12-041-2/+6
* window-actor: Use logical monitor scale on cursor scaleGeorges Basile Stavracas Neto2022-12-031-5/+10
* window-actor: Apply resource scale to cursor positionGeorges Basile Stavracas Neto2022-12-031-0/+7
* screen-cast/src: Ceil cursor buffer sizeGeorges Basile Stavracas Neto2022-12-031-2/+2
* core: Avoid generating XEvent from uninitialized data2539-non-interactive-resizes-by-xwayland-clients-cause-black-flickerBram Stolk2022-12-011-1/+1
* x11: Delay next resize op after sync resize until frame is paintedCarlos Garnacho2022-12-014-24/+15
* compositor: Opt out compositor shadows from windows with framesCarlos Garnacho2022-12-012-6/+5
* x11: Remove MetaX11WindowControlCarlos Garnacho2022-12-013-297/+0
* ui: Excise old frames UICarlos Garnacho2022-12-0115-4092/+0
* x11: Add frame synchronization to window framesCarlos Garnacho2022-12-016-15/+108
* x11: Add "source_xwindow" parameter to MetaPropValueCarlos Garnacho2022-12-012-0/+3
* x11: Add intermediate helper function to update X11 window after syncCarlos Garnacho2022-12-013-10/+14
* x11: Decouple sync alarms from window XIDsCarlos Garnacho2022-12-016-37/+29
* x11: Fix size delta calculationsCarlos Garnacho2022-12-011-2/+2
* core: Shuffle function to get description string from a frameCarlos Garnacho2022-12-012-39/+35
* x11: Integrate frames client into MutterCarlos Garnacho2022-12-0114-195/+365
* frames: Add new X11 frames clientCarlos Garnacho2022-12-0112-0/+1266
* x11: Drop unnecessary check to ignore crossing eventsCarlos Garnacho2022-12-011-12/+0
* ui: Drop undeclared function definition from headerCarlos Garnacho2022-12-011-6/+0
* x11: Do not fake frame extents if unmanaged window asks for _NET_FRAME_EXTENTSCarlos Garnacho2022-12-013-76/+2
* compositor: Move frame drawn x11 management to MetaSyncCounterCarlos Garnacho2022-12-013-255/+312
* x11: Replace MetaWindow sync request handling with MetaSyncCounterCarlos Garnacho2022-12-017-276/+74
* x11: Add standalone MetaSyncCounter helper structCarlos Garnacho2022-12-013-0/+421
* compositor: Ensure atom existence initializing DnDCarlos Garnacho2022-12-011-3/+3
* core: Avoid notifying the stack manager of frame reparents during unmanagingCarlos Garnacho2022-12-011-3/+6
* core: Synchronize client window mapped state before showing windowCarlos Garnacho2022-12-011-3/+8
* tests: Ensure that restore-size resizes the client before maximize/unmaximizeCarlos Garnacho2022-12-011-1/+2
* tests: Wait for windows being mapped after showCarlos Garnacho2022-12-011-0/+9
* wayland/surface: Overhaul handling of buffer use countMichel Dänzer2022-12-0111-157/+102
* wayland/surface: Defer meta_wayland_transaction_apply for dma-bufsMichel Dänzer2022-12-011-2/+75
* wayland/xdg-shell: Defer meta_wayland_xdg_positioner_to_placement callMichel Dänzer2022-12-016-28/+80
* wayland/xdg-shell: Add parent surface entry to popup setup transactionMichel Dänzer2022-12-011-0/+16
* wayland/surface: Make meta_wayland_transaction_ensure_entry non-staticMichel Dänzer2022-12-013-3/+7
* wayland/surface: Add role commit_state callbackMichel Dänzer2022-12-012-0/+23
* wayland/surface: Call meta_wayland_buffer_attach from surface commitMichel Dänzer2022-12-014-38/+48
* wayland/surface: Use transactions for all sub-surface hierarchy changesMichel Dänzer2022-12-0111-178/+226
* wayland/surface: Two phase surface destructionMichel Dänzer2022-12-011-10/+26