This commit is contained in:
parent
808ad84ad3
commit
a8cf1ce98b
@ -10,7 +10,7 @@ Sat Aug 24 04:06:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 14:08:32 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Mon Jul 22 14:08:32 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
- Enable simple-dmabuf-drm=intel option only on x86* since it
|
- Enable simple-dmabuf-drm=intel option only on x86* since it
|
||||||
requires libdrm_intel, only available on x86*
|
requires libdrm_intel, only available on x86*
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -172,34 +172,34 @@ Tue Mar 10 12:04:57 UTC 2015 - mpluskal@suse.com
|
|||||||
|
|
||||||
- Update to 1.7.0
|
- Update to 1.7.0
|
||||||
* Improve the look of shadows for small (<128 pixel wide or high)
|
* Improve the look of shadows for small (<128 pixel wide or high)
|
||||||
clients. This resulted in observable dark lines in menus with
|
clients. This resulted in observable dark lines in menus with
|
||||||
fewer than 3 items.
|
fewer than 3 items.
|
||||||
* A handful of fixes for xwm/Xwayland oddities, including better
|
* A handful of fixes for xwm/Xwayland oddities, including better
|
||||||
handling of popups/tooltips that to be top level, and better
|
handling of popups/tooltips that to be top level, and better
|
||||||
sizing of fullscreened X apps to not include the border in
|
sizing of fullscreened X apps to not include the border in
|
||||||
their height and
|
their height and
|
||||||
width calculations.
|
width calculations.
|
||||||
* An optimization to gl-renderer reduces the geometry needed for
|
* An optimization to gl-renderer reduces the geometry needed for
|
||||||
representing complex scenes, by utilizing pixman's y-x banded
|
representing complex scenes, by utilizing pixman's y-x banded
|
||||||
rectangles.
|
rectangles.
|
||||||
* Memory allocation is cleaned up and standardized internally, to
|
* Memory allocation is cleaned up and standardized internally, to
|
||||||
better demonstrate best practices in avoiding common leaks and
|
better demonstrate best practices in avoiding common leaks and
|
||||||
crashes.
|
crashes.
|
||||||
* Doubleclicking on a window title bar now maximizes it.
|
* Doubleclicking on a window title bar now maximizes it.
|
||||||
* Several fixes to glitches found during mode switching or
|
* Several fixes to glitches found during mode switching or
|
||||||
restoring back to native. And refactor the mode switching code
|
restoring back to native. And refactor the mode switching code
|
||||||
into several specialized routines, so further mode switch
|
into several specialized routines, so further mode switch
|
||||||
handling can be done more flexibly.
|
handling can be done more flexibly.
|
||||||
* Fix logind-util to do DRM-device synchronization only on DRM,
|
* Fix logind-util to do DRM-device synchronization only on DRM,
|
||||||
and to pass the Activate signal immediately for other
|
and to pass the Activate signal immediately for other
|
||||||
compositor backends.
|
compositor backends.
|
||||||
* Fix a couple problematic tests in the testsuite to skip in
|
* Fix a couple problematic tests in the testsuite to skip in
|
||||||
situations they're always going to fail.
|
situations they're always going to fail.
|
||||||
* Fix hang when closing the output if colord plugin is enabled
|
* Fix hang when closing the output if colord plugin is enabled
|
||||||
due to an incorrect GMutex value in the mutex lock output
|
due to an incorrect GMutex value in the mutex lock output
|
||||||
notifier handler.
|
notifier handler.
|
||||||
* Multiple keyboard and pointer button events are better
|
* Multiple keyboard and pointer button events are better
|
||||||
handled; we only forward the first and less press and
|
handled; we only forward the first and less press and
|
||||||
release events, and suppress extraneous ones.
|
release events, and suppress extraneous ones.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -25,7 +25,7 @@ Release: 0
|
|||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: MIT AND CC-BY-SA-3.0
|
License: MIT AND CC-BY-SA-3.0
|
||||||
Group: System/X11/Servers
|
Group: System/X11/Servers
|
||||||
Url: https://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
||||||
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
||||||
|
Loading…
Reference in New Issue
Block a user