On Thu, 26 Feb 2015 11:48:38 +0200
Jussi Pakkanen wrote:
> * Enhance wayland-scanner so it can use files for input and output
> to improve flexibility and testability.
>
> Signed-off-by: Jussi Pakkanen
>
> ---
> src/scanner.c | 34 +-
> 1 file cha
On Wed, 28 Jan 2015 18:55:07 -0800
Bryce Harrington wrote:
> On Sat, Jan 17, 2015 at 07:43:02PM +0100, Carlos Olmedo Escobar wrote:
> > Signed-off-by: Carlos Olmedo Escobar
> Reviewed-by: Bryce Harrington
>
> This patch simply does null pointer checks for several malloc calls.
> Entirely safe
On Sat, 28 Feb 2015 10:05:02 +
Yang Andy wrote:
> Hi Mr.Pekka,
>
> Thank you very much for your reply.
>
> >Maybe your client does call wl_shell_get_shell_surface(), but it does
> >not flush the message to the socket. See wl_display_flush().I add
> >wl_display_flush mothed call in source c
On Thu, Feb 26, 2015 at 04:20:49PM -0500, Benjamin Tissoires wrote:
> On Tue, Feb 24, 2015 at 1:21 AM, Peter Hutterer
> wrote:
> > Needs to be calculated from the x/y tilt values, the mouse has a fixed
> > offset
> > of 175 degrees counterclockwise.
> >
> > Signed-off-by: Peter Hutterer
> > ---
On Tue, Feb 24, 2015 at 04:21:03PM +1000, Peter Hutterer wrote:
>
> This is a v2 of the patchset here
> http://lists.freedesktop.org/archives/wayland-devel/2015-February/020036.html
> but reshuffled, rebased and a couple of things merged in. Notable:
> libinput now uses libwacom to get tool/tablet
On Thu, Feb 26, 2015 at 11:54:10AM +0100, sardemff7+wayl...@sardemff7.net wrote:
> On 2015-02-24 07:21, Peter Hutterer wrote:
> >A tablet hotplug event is rare and not a time-critical event, so we load the
> >database on tablet init and throw it away again.
> >
> >Signed-off-by: Peter Hutterer
> >