Re: [PATCH] protocol: Extend wl_touch with touch point shape

2016-03-25 Thread Dennis Kempin
Hi everyone! I am working with David Reveman on his implementation of a wayland compositor in Chrome (see https://code.google.com/p/chromium/codesearch#chromium/src/components/exo/ ). As part of that I have been looking into reporting information about the shape of a touch, which is supported by m

[PATCH] protocol: Extend wl_touch with touch point shape

2016-03-25 Thread Dennis Kempin
This CL updates the wl_touch interface with a shape event. The shape of a touch point is not relevant for most UI applications, but allows a better experience in some cases such as drawing app. The shape event is used by the compositor to inform the client about changes in the shape of a touchpoin

Re: Proposal for Anti-Keystroke Fingerprinting at the Display Server Level

2016-03-25 Thread bancfc
On 2016-03-24 19:49, Jasper St. Pierre wrote: I think this should be done at the application level. If an application is running, it has many other ways to fingerprint your computer, including listing the files in your homedir, checking cpuid, MAC address, etc. Many solutions like virtualizatio

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

2016-03-25 Thread Daiki Ueno
Hello, Jan Arne Petersen writes: > There is a reference implementation of this version of the protocol in > QtWayland > https://codereview.qt-project.org/#/c/153711/ where the text-input protocol > is used to proxy the > Qt input method of Qt Wayland clients to the Qt input method on composito