Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-12-15 Thread Jasper St. Pierre
Some framework-y applications have multiple apps in one process, like LibreOffice. There's also the Chrome / Firefox web apps system where you can launch Chrome / Firefox with a URL as if the web apps were native native. Perhaps they should create a new xdg_shell for every app they create? I

Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-12-02 Thread Michael Forney
On Sat, Nov 22, 2014 at 12:28:29PM -0800, Jasper St. Pierre wrote: This rewrites basically all of the text inside xdg-shell to be up to date, clearer, and rid of wl_shell and X11 terminology. Thanks for updating this, Jasper! --- protocol/xdg-shell.xml | 256

Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-12-01 Thread Giulio Camuffo
2014-11-22 22:28 GMT+02:00 Jasper St. Pierre jstpie...@mecheye.net: This rewrites basically all of the text inside xdg-shell to be up to date, clearer, and rid of wl_shell and X11 terminology. --- protocol/xdg-shell.xml | 256 ++--- 1 file

Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-11-29 Thread Jason Ekstrand
I agree with Pekka's comments, I also have a couple of my own below. (Most of them are pretty trivial). With Pekka's and my comments addressed, this series looks good to me. --Jason On Sat, Nov 22, 2014 at 12:28 PM, Jasper St. Pierre jstpie...@mecheye.net wrote: This rewrites basically all of

Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-11-24 Thread Pekka Paalanen
On Sat, 22 Nov 2014 12:28:29 -0800 Jasper St. Pierre jstpie...@mecheye.net wrote: This rewrites basically all of the text inside xdg-shell to be up to date, clearer, and rid of wl_shell and X11 terminology. --- protocol/xdg-shell.xml | 256 ++---

Re: [PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-11-24 Thread Bill Spitzak
On 11/22/2014 12:28 PM, Jasper St. Pierre wrote: interface name=xdg_shell version=1 + xdg_shell allows clients to turn a wl_surface into a real window + which can be dragged, resized, stacked, and moved around by the + user. Everything about this interface is suited

[PATCH weston 5/6] xdg-shell: Rewrite documentation

2014-11-22 Thread Jasper St. Pierre
This rewrites basically all of the text inside xdg-shell to be up to date, clearer, and rid of wl_shell and X11 terminology. --- protocol/xdg-shell.xml | 256 ++--- 1 file changed, 156 insertions(+), 100 deletions(-) diff --git a/protocol/xdg-shell.xml