Skip to content

Commit 02efe06

Browse files
committed
6.7.6-unstable
1 parent f5afa7d commit 02efe06

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

debian/changelog

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
muffin (6.7.6) alfa; urgency=medium
2+
3+
[ Aleksey Samoilov ]
4+
* Cleanup and refactor resource scale API (#793)
5+
6+
[ Michael Webster ]
7+
* wayland: represent layer-shell surfaces as MetaWindows
8+
* meta-wayland-outputs.c: Send global_remove immediately when a monitor is removed.
9+
* meta-wayland-layer-shell.c: Fix MetaFeedbackActor scaling with hidpi.
10+
* clutter-actor.c: Clear all stage views before emitting stage-views-changed.
11+
* clutter-text.c: multiply existing pango scale attributes by the resource scale instead of replacing them, so per-segment markup sizes survive.
12+
* clutter-actor.c: Show on all stage views when an actor has no allocation.
13+
* meta-cursor-renderer-native.c: Raise fallback cursor threshold.
14+
* wayland: Base output enter/leave on the window rect, not actor geometry.
15+
* meta-window-wayland.c: Scale the move-grab anchor when crossing monitor scales.
16+
* delete.c: Guard delete/kill against unmanaging windows.
17+
* clutter: Backport some relayout and allocation lifecycle fixes.
18+
* clutter: Don't gate pointer repicks on the redraw clip.
19+
* window-x11.c: Restore unredirect-fullscreen pref check removed in 120ade844586.
20+
* wayland: Implement scanout surface dmabuf feedback.
21+
* Wayland: bump wl_compositor to v6 for preferred_scale.
22+
* wayland: Implement wp_fractional_scale_v1.
23+
* wayland: Fix maximize transition broken by wp_fractional_scale_v1
24+
* logging: Add topic for Wayland scanout.
25+
* monitor: Calculate fractional scales as exact quotients
26+
* display.c: Fix a warning when using the nested backend.
27+
* build: Fix some dependency versions.
28+
* clutter-actor.c: Soften the check for guessed resource scale.
29+
* util: Add layer-shell debug topic, mark unused topics.
30+
* meta-wayland-xdg-shell.c: Allow serial-less nested popups from layer-shell surfaces.
31+
* meta-wayland-surface.c: Advertise a surface's scale when its output is known.
32+
* meta-wayland-layer-shell.c: Reconfigure full-output surfaces when the output resizes.
33+
* meta-wayland-layer-shell.c: Don't free the namespace early, so it can be used for logging.
34+
* clutter-input-method.c: Ensure a stage for events.
35+
* meta-window.c: Apply edge resistance on shared monitor edges during window drags.
36+
* meta-barrier-native.c: Match X11 pointer barrier behavior.
37+
* clutter-stage.c: Don't allocate relayout entries for detached actors.
38+
* clutter: Emit ::resource-scale-changed outside the stage-views walk.
39+
* clutter-actor.c: Guess a resource scale of 1 when there are no views.
40+
* meta-x11-background-actor.c: Don't override the bottom actor's opacity when it's not mapped or there's no transition.
41+
* clutter-actor.c: Follow-up to 61eece4d2, additional rounding changes.
42+
43+
-- Clement Lefebvre <root@linuxmint.com> Sat, 05 Sep 2026 15:13:56 +0100
44+
145
muffin (6.7.5) alfa; urgency=medium
246

347
[ Clement Lefebvre ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('muffin', 'c', version : '6.7.5', meson_version : '>=1.0.0', license : 'GPLv2+')
1+
project('muffin', 'c', version : '6.7.6', meson_version : '>=1.0.0', license : 'GPLv2+')
22

33
muffin_plugin_api_version = '3'
44

0 commit comments

Comments
 (0)