Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 05, 2013 at 05:13:46PM +0100, Louis-Francis Ratté-Boulianne wrote: > > On Wednesday, July 31, 2013 10:41 EDT, Uli Schlachter wrote: > > > Hi, > > > > On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote: > > > Draw everything in a cairo image surface before copying it to the

Re: [PATCH v4] evdev-touchpad: Set some options using weston.ini

2013-08-12 Thread Kristian Høgsberg
On Wed, Jul 31, 2013 at 01:41:03AM +0200, Armin K wrote: > This patch adds 3 new options to weston.ini to allow > the user to change default constant_accel_factor, > min_accel_factor and max_accel_factor. If no options > are set, it falls back using defaults as it did before. > > v2: create weston

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-08-12 Thread Kristian Høgsberg
On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: > This patch adds 3 new options to weston.ini to allow > the user to change default constant_accel_factor, > min_accel_factor and max_accel_factor. If no options > are set, it falls back using defaults as it did before. > > v2: create weston

Re: [PATCH wayland-web] building: export ACLOCAL_PATH too

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 02:29:35PM +1000, Peter Hutterer wrote: > Setting ACLOCAL only means autoreconf will succeed, but any re-build > through the 'missing' script won't pick up the macro paths. Set ACLOCAL_PATH > too, so that touching configure.ac or Makefile.am won't fail for missing > macros.

Re: [PATCH weston] xwm: do not crash when activating a NULL surface

2013-08-12 Thread Kristian Høgsberg
On Sat, Aug 10, 2013 at 05:23:33PM +0200, Giulio Camuffo wrote: > --- > src/xwayland/window-manager.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c > index d565888..b710560 100644 > --- a/src/xwayland/wi

Re: [PATCH web] building: update xkbcommon requirements

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 07:35:08AM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > Wayland/Weston can be satisfied by a released version of xkbcommon > (must be at least 0.3.0). Some distros provide 0.3.0 now. Update > the build instructions to reflect this. Thanks, yeah, 0.3.0 should b

Re: [PATCH weston] weston-launch: Only pass non-NULL value into setenv()

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 11:30:38AM +0100, Rob Bradford wrote: > From: Rob Bradford > > getenv() can return NULL is the key is not set, passing NULL into > setenv() is an error Thanks, good catch. Kristian > --- > src/weston-launch.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >

Re: [PATCH weston] evdev: write EV_SYN input_event along with led events to device

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 04:32:17PM +0200, Rolf Morel wrote: > Other clients of an evdev device need to have the events they receive > be separated, in moment in time, from other events by an EV_SYN/ > SYN_REPORT. This is the responsibility of the client who writes events > into the stream. That so

Re: [PATCH weston] build: Allow more control over cairo use in the clients

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 04:52:46PM +0100, Rob Bradford wrote: > From: Rob Bradford > > Previously the configure script would silently disable the use of > accelerated cairo in the clients if cairo-gl could not be found (or > cairo-glesv2 if that was requested.) Conversely the use of cairo-gl > wo

Re: [RFC] weston: Sony clickpad support

2013-08-12 Thread Alexander E. Patrakov
2013/8/12 David Herrmann : > The implementation looks quite nice. I will not comment on the code > individually, though. I'd really like to see a libtouchpad which > implements all that logic. Once we start adding device drivers to > weston, we will end up with a mess where we have to port it to e

Re: [PATCH v2] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 05:44:59PM +, Bryce W. Harrington wrote: > Signed-off-by: Bryce Harrington > --- > protocol/wayland.xml |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) That sounds good, applied. Kristian > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > in

Re: [PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 04:30:11PM +0300, Adrian Negreanu wrote: > From: Adrian Negreanu > > Signed-off-by: Adrian Negreanu Thanks, applied. Kristian > --- > clients/simple-egl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/clients/simple-egl.c b/clients/simple-egl.c > index 5

Re: [PATCH] remove dependency on EGL_KHR_surfaceless_context

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 10:07:59AM +0300, Adrian Negreanu wrote: > From: Adrian Negreanu > > cairo_egl_device_create(), which is called next, > already checks if EGL_KHR_surfaceless_context is > available. If not, it fallbacks to pbuffer. Nice, thanks. Kristian > Signed-off-by: Adrian Negreanu

Re: [PATCH weston 1/6] input: For serial generation get the display from the compositor

2013-08-12 Thread Kristian Høgsberg
On Mon, Jul 22, 2013 at 05:31:38PM +0100, Rob Bradford wrote: > From: Rob Bradford > > This removes the use of wl_client_get_display() where the client is > derived from the focussed resource. This starts the removal of the > assumption of a single resource on a client that would be notified abou

Re: [PATCH wayland 3/3] wayland-client: Add wl_proxy_get_listener

2013-08-12 Thread Kristian Høgsberg
On Mon, Jul 22, 2013 at 05:30:52PM +0100, Rob Bradford wrote: > From: Rob Bradford > > This is the mirror function to wl_proxy_add_listener and is useful > inside client libraries to differentiate events on listeners for which > multiple proxies have been created. These three wayland patches loo

Re: [RFC] weston: Sony clickpad support

2013-08-12 Thread David Herrmann
Hi On Mon, Aug 5, 2013 at 12:34 PM, Alexander E. Patrakov wrote: > This patch series adds support to weston for a special type of touchpads > found in some laptops. These touchpads contain one physical button that > covers the whole surface of the touchpad. Unlike the well-known Apple > touchpad,

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Thomas Daede
On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt wrote: > + > + > + Updated sensor data available from compass > + > + > + > + > + These events don't have any units, and there isn't any particular information about the sensor passed either. Is this suppo

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread David Herrmann
Hi On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt wrote: > Treating some specific sensors as input devices. In particular > adding support for wl_compass, wl_gyroscope and wl_accelerometer here. > > We have requests to start and stop sensor event receiving as well as > events to receive the diff

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Stefan Schmidt
Hello. On 08/01/2013 09:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis va

[PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Adrian Negreanu
From: Adrian Negreanu Signed-off-by: Adrian Negreanu --- clients/simple-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 54dfe93..4eeba02 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -38,6 +38,8 @@ #include #incl

[ANNOUNCE] Hawaii Shell 0.1.92

2013-08-12 Thread Pier Luigi
Hello everyone, I would like to spam the list a little bit to announce that a new version of Hawaii Shell is available. This release is limited to Hawaii Shell and the Weston plugin not the whole desktop. I'm now releasing a module at a time, this time is Hawaii Shell's turn. Recently I release

[PATCH] remove dependency on EGL_KHR_surfaceless_context

2013-08-12 Thread Adrian Negreanu
From: Adrian Negreanu cairo_egl_device_create(), which is called next, already checks if EGL_KHR_surfaceless_context is available. If not, it fallbacks to pbuffer. Signed-off-by: Adrian Negreanu --- clients/window.c | 5 - 1 file changed, 5 deletions(-) diff --git a/clients/window.c b/cli