Re: [PATCH v3 weston] clients: Add API for pointer locking and pointer confinement

2015-11-01 Thread Jonas Ådahl
On Thu, Sep 17, 2015 at 04:28:32PM -0700, Bryce Harrington wrote: > On Fri, Jun 26, 2015 at 12:37:54PM +0800, Jonas Ådahl wrote: > > Signed-off-by: Jonas Ådahl > > --- > > > > Changes since v2: > > > > * Automatically update the lock/confine region when window is resized. > > > > > > Makefil

Re: Input: Hard-keys input support using libinput and weston 1.8.0

2015-11-01 Thread Vikas Patil
On Mon, Nov 2, 2015 at 7:56 AM, Peter Hutterer wrote: > > On Fri, Oct 30, 2015 at 11:43:34AM +0530, Vikas Patil wrote: > > I have a requirement where Hard-Keys input events (e.g. Home button, Back > > button, Volume buttons or Volume Rotary Knobs) needs to be injected into > > weston compositor an

Re: Unstable protocol name breakage

2015-11-01 Thread Jonas Ådahl
On Fri, Oct 30, 2015 at 05:03:29PM -0700, Bryce Harrington wrote: > On Tue, Oct 20, 2015 at 10:22:45AM +0800, Jonas Ådahl wrote: > > Hi again, > > > > I was about to start migrating generic protocols away from weston into > > wayland-protocols. The idea was to start with input-method.xml, text.xml

Re: Input: Hard-keys input support using libinput and weston 1.8.0

2015-11-01 Thread Peter Hutterer
On Fri, Oct 30, 2015 at 11:43:34AM +0530, Vikas Patil wrote: > I have a requirement where Hard-Keys input events (e.g. Home button, Back > button, Volume buttons or Volume Rotary Knobs) needs to be injected into > weston compositor and passed to application or application can listen on > those even

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-01 Thread Peter Hutterer
On Sun, Nov 01, 2015 at 05:41:04PM -0800, Bill Spitzak wrote: > On 11/01/2015 04:27 PM, Peter Hutterer wrote: > > >but: the current API docs in publican are useless. look at appendix B, the > >"client API". http://wayland.freedesktop.org/docs/html/apb.html > >it's technically the client API but it

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-01 Thread Bill Spitzak
On 11/01/2015 04:27 PM, Peter Hutterer wrote: but: the current API docs in publican are useless. look at appendix B, the "client API". http://wayland.freedesktop.org/docs/html/apb.html it's technically the client API but it's lacking anything that's not core libwayland API. it doesn't describe p

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-01 Thread Peter Hutterer
On Thu, Oct 29, 2015 at 11:00:51AM -0700, Bill Spitzak wrote: > Protocol documentation is produced directly from the xml currently. If it > is merged with doxygen-produced comments then there will be duplication and > possible confusion, so these header files must somehow be skipped when > running

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-01 Thread Peter Hutterer
On Fri, Oct 30, 2015 at 03:40:33PM -0700, Bryce Harrington wrote: > On Thu, Oct 29, 2015 at 11:48:01AM +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 > > an