The real story behind Wayland and X, presentation by Daniel Stone

2013-02-09 Thread darxus
Video: http://mirror.linux.org.au/linux.conf.au/2013/ogv/The_real_story_behind_Wayland_and_X.ogv Articles about it: http://www.h-online.com/open/news/item/LCA-2013-videos-X-org-s-shortcomings-and-Wayland-1800135.html http://www.phoronix.com/scan.php?page=news_item&px=MTI5NTI It's a great presenta

Re: [PATCH] Make sure that man page xml files are always disted.

2013-02-09 Thread Quentin Glidic
On 09/02/2013 16:52, Armin K. wrote: > -EXTRA_DIST = > -man_MANS = > +EXTRA_DIST = $(XML_FILES) > +dist_man_MANS = Perfect > -EXTRA_DIST += $(MANPAGES) $(MANPAGES_ALIASES) $(XML_FILES) > -man_MANS += $(MANPAGES) $(MANPAGES_ALIASES) > +dist_man_MANS += $(MANPAGES) $(MANPAGES_ALIASES) I would sim

Developing a core shell protocol

2013-02-09 Thread Jason Ekstrand
Wayland Devs, This is a brainstorming e-mail concerning trying to develop some sort of core shell protocol. I will shortly begin work on developing a touch-based compositor for phones and tablets and there have been multiple discussions on IRC concerning trying to implement tiling WM's. There are

[PATCH] Make sure that man page xml files are always disted.

2013-02-09 Thread Armin K.
From 25297ebaf1da9aca1a00a9628bd73816309922fb Mon Sep 17 00:00:00 2001 From: Armin K Date: Sat, 9 Feb 2013 16:50:39 +0100 Subject: [PATCH] Make sure that man page xml files are always disted. --- doc/man/Makefile.am | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/

[PATCH wayland] protocol: Add wl_notification_daemon interface

2013-02-09 Thread Quentin Glidic
This interface is designed to be bound only once by a notification daemon. Notification surfaces are special surfaces that the user should always be able to see. The compositor is in charge of displaying them to be visible without disturbing the user workflow. Signed-off-by: Quentin Glidic ---