[ANNOUNCE] libinput 1.2.2

2016-03-14 Thread Peter Hutterer
libinput 1.2.2 is now available. The two main changes are better cursor handling on the Lenovo T450/T460-generation touchpads and the rejection of mislabelled tablet devices. The Lenovo T450, T460, X1 Carbon 3rd and other laptops of that generation (anything *50 and *60) experienced jerky pointer

[PATCH weston] ivi-shell: remove content_observer notification

2016-03-14 Thread Ucan, Emre (ADITG/SW1)
The content observer notification struct and its set API (ivi_layout_surface_set_content_observer) are removed. Because they are unused. Signed-off-by: Emre Ucan --- ivi-shell/ivi-layout-export.h | 11 --- ivi-shell/ivi-layout-private.h |5 - ivi-shell/ivi-layout.c |

Re: ivi-shell: is content_observer unused?

2016-03-14 Thread Pekka Paalanen
On Mon, 14 Mar 2016 15:15:45 + "Ucan, Emre (ADITG/SW1)" wrote: > Hi Pekka, > > It can be removed. I will prepare a patch for it. Oh cool, thanks. :-) Btw. if you are refactoring code, and you think it would be nice to call from ivi-layout.c directly into ivi-shell.c, then by all means do t

RE: ivi-shell: is content_observer unused?

2016-03-14 Thread Ucan, Emre (ADITG/SW1)
Hi Pekka, It can be removed. I will prepare a patch for it. Best regards Emre Ucan Software Group I (ADITG/SW1) Tel. +49 5121 49 6937 > -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Montag, 14. März 2016 14:48 > To: wayland-devel@lists.freedesktop.org >

ivi-shell: is content_observer unused?

2016-03-14 Thread Pekka Paalanen
Hi, I just noticed that everything related to content_observer is unused in ivi-layout. Could that be removed or does anyone plan to hook it up? Thanks, pq pgpnW8FOq8vry.pgp Description: OpenPGP digital signature ___ wayland-devel mailing list waylan

Re: desktop-shell: How to enable really alpha blending of weston background?

2016-03-14 Thread Pekka Paalanen
On Sat, 12 Mar 2016 11:33:40 -0800 "Jasper St. Pierre" wrote: > I have to bring this up, because it's not necessarily true. There's > something you're missing. After working on embedded SoCs, I realize > that a lot of them put the YUV video plane *behind* the main RGB > plane. This allows them to

[PATCH wayland-protocols v5] text: Create second version of text input protocol

2016-03-14 Thread Jan Arne Petersen
There were some shortcomings in the first version of the protocol which makes it not really useful in real world applications. It is not really possible to fix them in a compatible way so introduce a new v2 of the protocol. Fixes some shortcomings of the first version: * Use only one wp_text_inpu

[PATCH weston] simple-egl: use roundtrip after get_registry request

2016-03-14 Thread Marek Chalupa
Sometimes weston-simple-egl aborts in create_surface under some conditions. It is because wl_display_dispatch() may not be enough to make sure we have all requried objects. Can be modeled by wldbg: $ wldbg -i weston-simple-egl (wldbg) b re get_registry (wldbg) c (wldbg) c After these step