On Wed, Jan 06, 2016 at 09:50:36PM -0500, Lyude wrote:
> Signed-off-by: Lyude
> ---
>
> Notes:
> Changes since V2
> * Bunch of grammatical/wording fixes from whot
> * Addition of wp_primary_selection_offer::end_offers, for marking the end
> of a
> list
Signed-off-by: Lyude
---
Notes:
Changes since V2
* Bunch of grammatical/wording fixes from whot
* Addition of wp_primary_selection_offer::end_offers, for marking the end
of a
list of mime type offers
* selection_offers are no longer sent before a
On Wed, Jan 06, 2016 at 10:59:34AM +0100, Hans de Goede wrote:
> Hi,
>
> On 06-01-16 07:52, Peter Hutterer wrote:
> >From: Caibin Chen
> >
> >Label internal keyboards through the udev hwdb and only pair the internal
> >(usb) Apple touchpads with those keyboards labelled as such.
> >
> >https://bu
Hi,
On Wed, Jan 6, 2016 at 8:30 AM, Peter Hutterer
wrote:
> CC-ing Andreas this time, forgot about it in my original reply, sorry about
> that.
>
> On Wed, Jan 06, 2016 at 03:35:49PM +0900, 강정현 wrote:
> > In Andreas Pokorny patch, only support part of standard linux MT
> protocols
> > except AB
On Tue, Jan 5, 2016 at 7:47 AM, Michal Suchanek wrote:
>
> > Maybe it should only send the newid if the selection has changed. The
> client
> > can keep the old object around until it is destroyed, even if it gets
> many
> > clicks.
> >
> > ie. when the selection changes, any old offers get the d
On 05.01.16 18:10, m...@beroal.in.ua wrote:
Have you tried using the --seat command line argument to make Weston's
DRM-backend pick a seat other than the default "seat0"?
Okay, Weston drives "seat1" if given the option "--seat=seat1" and no
configuration file. But "seat0" where I start Weston fr
Hi,
On 06-01-16 07:52, Peter Hutterer wrote:
From: Caibin Chen
Label internal keyboards through the udev hwdb and only pair the internal
(usb) Apple touchpads with those keyboards labelled as such.
https://bugs.freedesktop.org/show_bug.cgi?id=93367
Co-authored-by: Peter Hutterer
Signed-off-
Hi,
On 04-01-16 02:20, Peter Hutterer wrote:
This is a first draft to gather some comments, it's not hooked up to
anything yet and really just to get the main intention across.
Things up for comments and discussion:
Unlike buttons, we only expose switches we understand, hence enum
libinput_swit
Hi,
On 03-01-16 23:36, Peter Hutterer wrote:
A fake MT device may have ABS_MT_POSITION_X but not Y. In this case we don't
care, because we don't handle those axes anyway.
http://bugs.freedesktop.org/show_bug.cgi?id=93474
Signed-off-by: Peter Hutterer
---
src/evdev.c