Accepting request 290145 from home:pluskalm:branches:X11:Wayland
- Update to 1.7.0 OBS-URL: https://build.opensuse.org/request/show/290145 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=47
This commit is contained in:
parent
1fd5a86fb9
commit
358a4b2dd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33377e21687265f8ed8929ca7aa4ddafe993ecc3c9cd19a20624517f3fff26de
|
|
||||||
size 1286096
|
|
3
weston-1.7.0.tar.xz
Normal file
3
weston-1.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c4511945f3f476c24af712e82a7b500ae91a99cbc0fe2e381da1449125166cd
|
||||||
|
size 1286904
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 12:04:57 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.7.0
|
||||||
|
* Improve the look of shadows for small (<128 pixel wide or high)
|
||||||
|
clients. This resulted in observable dark lines in menus with
|
||||||
|
fewer than 3 items.
|
||||||
|
* A handful of fixes for xwm/Xwayland oddities, including better
|
||||||
|
handling of popups/tooltips that to be top level, and better
|
||||||
|
sizing of fullscreened X apps to not include the border in
|
||||||
|
their height and
|
||||||
|
width calculations.
|
||||||
|
* An optimization to gl-renderer reduces the geometry needed for
|
||||||
|
representing complex scenes, by utilizing pixman's y-x banded
|
||||||
|
rectangles.
|
||||||
|
* Memory allocation is cleaned up and standardized internally, to
|
||||||
|
better demonstrate best practices in avoiding common leaks and
|
||||||
|
crashes.
|
||||||
|
* Doubleclicking on a window title bar now maximizes it.
|
||||||
|
* Several fixes to glitches found during mode switching or
|
||||||
|
restoring back to native. And refactor the mode switching code
|
||||||
|
into several specialized routines, so further mode switch
|
||||||
|
handling can be done more flexibly.
|
||||||
|
* Fix logind-util to do DRM-device synchronization only on DRM,
|
||||||
|
and to pass the Activate signal immediately for other
|
||||||
|
compositor backends.
|
||||||
|
* Fix a couple problematic tests in the testsuite to skip in
|
||||||
|
situations they're always going to fail.
|
||||||
|
* Fix hang when closing the output if colord plugin is enabled
|
||||||
|
due to an incorrect GMutex value in the mutex lock output
|
||||||
|
notifier handler.
|
||||||
|
* Multiple keyboard and pointer button events are better
|
||||||
|
handled; we only forward the first and less press and
|
||||||
|
release events, and suppress extraneous ones.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 27 21:47:25 UTC 2015 - jengelh@inai.de
|
Tue Jan 27 21:47:25 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 1.6.92
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: HPND and CC-BY-SA-3.0
|
License: HPND and CC-BY-SA-3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user