Hello, guys.
When I check mouse wheel events using libinput,
I found that this wheel value was always converted by libinput.
Like this: wheel_degrees.y = -1 * e->value * device-
>scroll.wheel_click_angle.
In function evdev_process_relative().
That value is set using udev property named "MOUSE_WHE
Hello Pekka-san, Emre-san,
It is fine with me as well. This refactoring removes duplicated logic in
ivi-layout and results in lower maintenance effort.
Acked-by: Wataru Natsume
Best Regards,
Wataru Natsume
---
Wataru Natsume / 夏目 亘
Advanced Driver Information Technology
Software Group (ADITJ/
This look much more promising from input method point of view comparing with
previous version. I tried to implement inputmethod protocol v1 for wayland in
fcitx quite some time ago, but I never put it in real use because.. it's not
really practical comparing with what we have in customized im mo
Hi,
this is indeed a change in behavior, there is a case in ivi-controller
where the ivi surface has not width and height it is the time between
the ivi surface is created but the corresponding wayland surface did not
received any buffer so far. Of cause wayland surface might also get
buffer
== Attack Description ==
Keystroke fingerprinting works by measuring how long keys are pressed
and the time between presses. Its very high accuracy poses a serious
threat to anonymous users.[1]
This tracking technology has been deployed by major advertisers (Google,
Facebook), banks and mass
Hi Pekka,
I'm working in the same team with Emre and Natsume-san
please find some comments below
On 22.03.2016 15:48, Pekka Paalanen wrote:
From: Pekka Paalanen
Hi,
I have written these simple patches as a side-product, and I'm proposing to
merge them upstream. They are mostly just adding s
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 compositor side.
One can then use for example the qtvirt
The new wl_display_add_protocol_logger allows to set a function as
a logger, which will get called when a new request is received or an
event is sent.
This is akin to setting WAYLAND_DEBUG=1, but more powerful because it
can be enabled at run time and allows to show the log e.g. in a UI view.
Sign
From: Pekka Paalanen
Hi,
here are two patches. The first one implements the plugin registry, and the
second one is a demonstration on how you might use it.
Plugin registry is meant for plugins to hook up to other plugins. A plugin
exporting an API registers it, and a plugin looking for to use a
From: Pekka Paalanen
The desktop shell plugin exports what is essentially the struct
weston_shell_interface API. Xwayland is modified to show how it could
find that API.
This patch does not compile, it is merely a demonstration of the
concept: the intended way to use the plugin registry.
Notewo
From: Pekka Paalanen
Implement a simple register and lookup for function tables. This is
intended for plugins to expose APIs to other plugins.
It has been very hard to arrange a plugin to be able to call into
another plugin without modifying Weston core to explicitly support each
case. This patc
From: Quentin Glidic
This will allow plugins to be aware of e.g. panels, to avoid covering
them with other surfaces.
Signed-off-by: Quentin Glidic
---
desktop-shell/shell.c | 4 +++-
src/compositor.h | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/desktop-shell/shell.
On Tue, 22 Mar 2016 17:44:54 +0200
Giulio Camuffo wrote:
> This patch is a further step in the wl_fixed_t internal sanitization.
> It changes the notify_* functions to take doubles instead of wl_fixed_t
> but does not change how these are stored in the various input structs
> yet, except for west
On Tue, Mar 22, 2016 at 05:33:57PM -0700, Andy Ritger wrote:
> On Tue, Mar 22, 2016 at 09:52:21PM +, Daniel Stone wrote:
> > Hi,
> >
> > On 22 March 2016 at 21:43, Daniel Vetter wrote:
> > > On Tue, Mar 22, 2016 at 01:49:59PM +, Daniel Stone wrote:
> [...]
> > >> I think it's been good to
On Tue, Mar 22, 2016 at 05:12:52PM -0700, Andy Ritger wrote:
> Thanks for the thorough responses, Daniel.
>
> On Tue, Mar 22, 2016 at 01:49:59PM +, Daniel Stone wrote:
> > Secondly, looking at the compositor-drm case, the use of the dumb
> > buffer to display undefined content as a dummy modes
15 matches
Mail list logo