Wayland-web: add thumbnails to the screenshot page

2013-11-02 Thread nerdopolis
I hope I'm submitting the patch right. I'll try to take and add more recent screenshots soon.>From fbfca0d3f2bbf6e5b50ea38eb29c01adb3711374 Mon Sep 17 00:00:00 2001 From: nerdopolis Date: Sat, 2 Nov 2013 21:22:11 -0400 Subject: [PATCH] wayland-web: add thumbnails to the screenshots page --- scr

[PATCH] Extend wl_surface protocol

2013-11-02 Thread Axel Davy
Here is another proposition to extend the protocol to allow video players to control better the time at which frames hit the screen. Contrary to the original proposition: http://lists.freedesktop.org/archives/wayland-devel/2013-October/011496.html I do not separate the new request in another int

[PATCH] Add presentation_time and hit requests to wl_surface.

2013-11-02 Thread Axel Davy
These two new requests are designed to help video players to synchronize what is displayed on the screen and the audio, and to implement the X Present extension in XWayland. --- protocol/wayland.xml | 70 +--- 1 file changed, 67 insertions(+), 3 dele

Re: [PATCH 2/2] protocol: add state set functions for maximized and fullscreen.

2013-11-02 Thread Gregory Merchan
On Sat, Nov 2, 2013 at 11:02 AM, Jasper St. Pierre wrote: > On Sat, Nov 2, 2013 at 11:50 AM, Jason Ekstrand > wrote: >> >> On Fri, Nov 1, 2013 at 11:36 PM, Jasper St. Pierre >> wrote: >>> >>> On Fri, Nov 1, 2013 at 11:58 PM, Jason Ekstrand >>> wrote: >>> >>> ... snip >>> Gregory,

Re: [PATCH 2/2] protocol: add state set functions for maximized and fullscreen.

2013-11-02 Thread Jasper St. Pierre
On Sat, Nov 2, 2013 at 11:50 AM, Jason Ekstrand wrote: > On Fri, Nov 1, 2013 at 11:36 PM, Jasper St. Pierre > wrote: > >> On Fri, Nov 1, 2013 at 11:58 PM, Jason Ekstrand wrote: >> >> ... snip >> >> >>> Gregory, >>> Thank you very much for your e-mail. I think that helps a lot. The >>> lack of c

Re: [PATCH 2/2] protocol: add state set functions for maximized and fullscreen.

2013-11-02 Thread Jason Ekstrand
On Fri, Nov 1, 2013 at 11:36 PM, Jasper St. Pierre wrote: > On Fri, Nov 1, 2013 at 11:58 PM, Jason Ekstrand wrote: > > ... snip > > >> Gregory, >> Thank you very much for your e-mail. I think that helps a lot. The lack >> of code is ok because I think Rafael is planning to start implementing as