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
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
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
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
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
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
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 ++
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
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
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
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 --
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:
>
12 matches
Mail list logo