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
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
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
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.
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
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
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(-)
>
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
22 matches
Mail list logo