[PATCH] X server talking to wayland uses xwayland.conf instead of xorg.conf

2013-04-08 Thread spitzak
From: spitzak This allows X applications to be run on wayland without having to delete conf files needed to run the legacy X server on the same machine. Currently you must use an xwayland.conf file if the wlshm x driver is necessary. I patched the xorg server rather than the xserver weston modu

Re: Wayland and Weston 1.1 just around the corner

2013-04-08 Thread Kristian Høgsberg
On Mon, Apr 08, 2013 at 11:13:36PM -0400, Kristian Høgsberg wrote: > Hi all, > > I've tagged 1.0.90 in the wayland and weston repos. I've been holding > back on merging some bigger or intrusive changes recently and the > reason is that I'd like to get 1.1 out soon. I don't know if I > mention th

Wayland and Weston 1.1 just around the corner

2013-04-08 Thread Kristian Høgsberg
Hi all, I've tagged 1.0.90 in the wayland and weston repos. I've been holding back on merging some bigger or intrusive changes recently and the reason is that I'd like to get 1.1 out soon. I don't know if I mention this on the list yet, but I'd like to do quarterly releases of wayland and weston

Re: [PATCH weston] Make backends always specify output repaint time

2013-04-08 Thread Daniel Stone
Hi, On 8 April 2013 22:11, Kristian Høgsberg wrote: > The problem that Pekka brought up of not sending the right timestamp > is still not really fixable with the above structure. When the > compositor repaints and sends out frame events it still doesn't know > when the frame is going to be visib

Re: [PATCH weston] Make backends always specify output repaint time

2013-04-08 Thread Kristian Høgsberg
On Sun, Apr 07, 2013 at 05:24:51PM +0300, Pekka Paalanen wrote: > On Fri, 5 Apr 2013 23:07:11 +0200 > Jonas Ådahl wrote: > > > Most backends relies on gettimeofday(2) for output repaint timestamps > > but this is not a requirement. Before this patch repaints coming from > > idle_repaint() always

Re: [PATCH weston] Make backends always specify output repaint time

2013-04-08 Thread Jonas Ådahl
On Sun, Apr 7, 2013 at 4:24 PM, Pekka Paalanen wrote: > On Fri, 5 Apr 2013 23:07:11 +0200 > Jonas Ådahl wrote: > > > Most backends relies on gettimeofday(2) for output repaint timestamps > > but this is not a requirement. Before this patch repaints coming from > > idle_repaint() always used get

[PATCH wayland 2/2] Add support for client-side language bindings

2013-04-08 Thread Jason Ekstrand
This commit adds support for language bindings on the client half of the library. The idea is the same as for the server-side dispatchers, only simpler because of better API isolation of wl_proxy. Signed-off-by: Jason Ekstrand --- src/wayland-client.c | 92 ++

[PATCH wayland 1/2] Add support for server-side language bindings

2013-04-08 Thread Jason Ekstrand
This commit adds support for server-side languages bindings. This is done in two ways: 1. Adding versions of wl_client_add_object and wl_client_new_object that take a dispatcher and dispatcher-specific implementation pointer. This allows for runtime calling of native language functions for callb

[PATCH wayland 0/2] Add support for language bindings

2013-04-08 Thread Jason Ekstrand
These two patches add support in libwayland for language bindings. More information can be found in my language bindings guide or by looking at my wayland-java project Language Bindings Guide: http://www.jlekstrand.net/jason/wayland-language-bindings-guide/ Java Bindings for Wayland: https://git

[PATCH weston] compositor: add a layer clipping mechanism

2013-04-08 Thread Giulio Camuffo
this adds a mechanism to clip the surfaces belonging to a layer to an arbitrary rect --- I'm using this functionality in my shell plugin (https://github.com/giucam/orbital/tree/workspaces) to implement workspaces. See http://www.youtube.com/watch?v=_o-sKdyUPO8 for a screencast. As you see there i

Re: [PATCH 02/18] text: Add example for language/text direction

2013-04-08 Thread FORT David
2013/4/8 Jan Arne Petersen > From: Jan Arne Petersen > > Signed-off-by: Jan Arne Petersen > --- > clients/editor.c | 36 +- > clients/keyboard.c | 89 > -- > 2 files changed, 121 insertions(+), 4 deletions(-) > > diff --

Re: [PATCH 17/18] text: Only allow input-method started by weston to bind

2013-04-08 Thread Jan Arne Petersen
On 04/08/2013 01:51 AM, Yichao Yu wrote: > Does this mean it is not possible to start a stand alone input method??? No. It just means that the compositor (weston) starts the stand alone input method. > On Sun, Apr 7, 2013 at 6:12 PM, Jan Arne Petersen > mailto:jpeter...@openismus.com>> wrote: >