Re: [PATCH v6 wayland-protocols] Add the tablet protocol

2016-03-07 Thread Peter Hutterer
On Wed, Mar 02, 2016 at 05:38:17PM -0800, Jason Gerecke wrote: > A number of tiny fixes, and a couple of questions: > > On 02/29/2016 04:09 PM, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > Reviewed-by: Daniel Stone > > --- [...]

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-03-07 Thread Bryce Harrington
On Thu, Feb 25, 2016 at 03:38:02AM +0100, Emmanuel Gil Peyrot wrote: > On Wed, Feb 17, 2016 at 11:04:16AM -0800, Bryce Harrington wrote: > > On Wed, Feb 17, 2016 at 12:28:48PM +0100, Emmanuel Gil Peyrot wrote: > > > On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > > > > On Tue,

Re: [PATCH wayland] doc: link between client and server doc and to the wayland book

2016-03-07 Thread Bryce Harrington
On Tue, Mar 01, 2016 at 09:28:49AM +1000, Peter Hutterer wrote: > And insert "client" or "server" into the PROJECT_NAME to know which one we > have. > > Signed-off-by: Peter Hutterer Reviewed-by: Bryce Harrington This and the other doxygen

Re: [PATCH v4 wayland 3/3] doc: generate doxygen html output from the scanner

2016-03-07 Thread Bryce Harrington
On Tue, Mar 01, 2016 at 09:26:21AM +1000, Peter Hutterer wrote: > This switches the scanner to generate doxygen-compatible tags for the > generated protocol headers, and hooks up the doxygen build to generate server > and client-side API documentation. That documentation is now in > Client/ and

Re: thanks and introduction

2016-03-07 Thread Bryce Harrington
On Mon, Mar 07, 2016 at 09:55:10AM -0600, Yong Bakos wrote: > Hi, > Thanks for all things Wayland! > > My name is Yong Bakos, and I just wanted to introduce myself and beg for your > patience as I will probably ask lots of noob questions - some of you have > already helped me out on #wayland.

[PATCH wayland 0/5] add api to inspect the compositor state

2016-03-07 Thread Giulio Camuffo
This patches add several new functions to: - get the list of current clients for a wl_display - get notified of new clients - get the list of resources for a wl_client - get notified of new resources for a client - get the interface of a resource I'm working on a tool to inspect the internal

[PATCH wayland 1/5] server: add listener API for new clients

2016-03-07 Thread Giulio Camuffo
From: Sungjae Park Using display object, Emit a signal if a new client is created. In the server-side, we can get the destroy event of a client, But there is no way to get the created event of it. Of course, we can get the client object from the global registry binding

[PATCH wayland 3/5] Add API to get the list of connected clients

2016-03-07 Thread Giulio Camuffo
--- src/wayland-server-core.h | 14 + src/wayland-server.c | 52 +++ 2 files changed, 66 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index a4ca350..4201b2c 100644 --- a/src/wayland-server-core.h +++

[PATCH wayland 4/5] Add a resource creation signal

2016-03-07 Thread Giulio Camuffo
--- src/wayland-server-core.h | 4 src/wayland-server.c | 20 2 files changed, 24 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index 4201b2c..9af2481 100644 --- a/src/wayland-server-core.h +++ b/src/wayland-server-core.h @@

[PATCH wayland 2/5] Add API to retrieve the interface of a wl_resource

2016-03-07 Thread Giulio Camuffo
--- src/wayland-server-core.h | 2 ++ src/wayland-server.c | 12 2 files changed, 14 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index 1bc4d6b..a4ca350 100644 --- a/src/wayland-server-core.h +++ b/src/wayland-server-core.h @@ -419,6 +419,8

thanks and introduction

2016-03-07 Thread Yong Bakos
Hi, Thanks for all things Wayland! My name is Yong Bakos, and I just wanted to introduce myself and beg for your patience as I will probably ask lots of noob questions - some of you have already helped me out on #wayland. I'm employed as a professor at Southern Methodist University's Center of

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-07 Thread Armin Krezović
On 07.03.2016 13:37, Pekka Paalanen wrote: > On Thu, 3 Mar 2016 11:39:13 -0800 > Bryce Harrington wrote: > >> On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: >>> This patch enhances the panel clock by adding a config file >>> option which can be used to

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-07 Thread Pekka Paalanen
On Thu, 3 Mar 2016 11:39:13 -0800 Bryce Harrington wrote: > On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: > > This patch enhances the panel clock by adding a config file > > option which can be used to either disable the clock or make > > it also show

Re: [PATCH] doc: Note strong recommendation to use S-o-b in contributions

2016-03-07 Thread Pekka Paalanen
On Fri, 4 Mar 2016 10:50:23 -0800 Bryce Harrington wrote: > Signed-off-by: Bryce Harrington > --- > doc/Contributing | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/doc/Contributing b/doc/Contributing > index fe90614..65565dc

Re: [PATCH wayland-protocols weston 0/7] Stabilize Presentation extension

2016-03-07 Thread Pekka Paalanen
On Tue, 1 Mar 2016 12:44:05 +0200 Pekka Paalanen wrote: > On Tue, 1 Mar 2016 11:59:11 +0800 > Jonas Ådahl wrote: > > > On Mon, Feb 22, 2016 at 03:34:39PM +0200, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > >

[ANNOUNCE] wayland-protocols 1.2

2016-03-07 Thread Jonas Ådahl
wayland-protocols 1.2 is now available. This release includes the first stable protocol extension: . presentation time See the corresponding XML file for details. Changes to existing protocols include: pointer constaraints: . A typo in the documentotion was fixed Here is the shortlog: