SHA256
1
0
forked from pool/mutter

Accepting request 1065709 from GNOME:Next

- Update to version 43.3:
  + Skip resize effects for tiled windows during user grabs
  + Disable direct scanout during drag-n-drop operations
  + Ignore unmapped subsurfaces in direct scanout check
  + Fix cursor disappearing over windows during grabs
  + Fix pointer constrains with subsurfaces
  + Make wl_output mode independent of the orientation
  + Improve focus handling on workspace switches
  + Fix cursor position in window screencasts
  + Do not require a physical device to update pointer visibility
  + Fix initialization of keyboard accessibility
  + Fix freeze when crossing monitors under some conditions
  + Don't allow window activation to break global grabs
  + Fixed crashes
  + Plugged leak
  + Misc. bug fixes and cleanups
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1065709
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=430
This commit is contained in:
2023-02-14 12:06:25 +00:00
committed by Git OBS Bridge
parent e5b3709fcd
commit b1b327559a
6 changed files with 30 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Feb 14 10:37:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.3:
+ Skip resize effects for tiled windows during user grabs
+ Disable direct scanout during drag-n-drop operations
+ Ignore unmapped subsurfaces in direct scanout check
+ Fix cursor disappearing over windows during grabs
+ Fix pointer constrains with subsurfaces
+ Make wl_output mode independent of the orientation
+ Improve focus handling on workspace switches
+ Fix cursor position in window screencasts
+ Do not require a physical device to update pointer visibility
+ Fix initialization of keyboard accessibility
+ Fix freeze when crossing monitors under some conditions
+ Don't allow window activation to break global grabs
+ Fixed crashes
+ Plugged leak
+ Misc. bug fixes and cleanups
+ Updated translations.
-------------------------------------------------------------------
Sat Dec 10 08:41:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>