[PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-11 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 82 1 file changed, 77 insertions(+), 5 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6c6d078..f7a955b 100644 --- a/pro

Re: [PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-11 Thread Dennis Kempin
Good catch, I did not notice that. Another patch is coming! On Mon, Nov 7, 2016 at 3:23 AM Daniel Stone wrote: > Hi Dennis, > > On 4 November 2016 at 16:31, Dennis Kempin > wrote: > > This CL updates the wl_touch interface with a shape and > > orientation event. > &

[PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 80 +--- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6c6d078..04c3784 100644 --- a/pro

Re: [PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 Thread Dennis Kempin
Thanks for catching my ESL mistakes, Yong! :) I am uploading an updated version! On Thu, Nov 3, 2016 at 7:39 PM Yong Bakos wrote: > Hi Dennis, > > > On Nov 3, 2016, at 3:52 PM, Dennis Kempin > wrote: > > > > This CL updates the wl_touch interface with a shap

[PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-03 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 79 +--- 1 file changed, 75 insertions(+), 4 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6c6d078..31902e6 100644 --- a/pro

[PATCH v5] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-02 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 73 +--- 1 file changed, 69 insertions(+), 4 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6c6d078..06134bd 100644 --- a/pro

Re: [PATCH v4] protocol: Extend wl_touch with touchpoint shape and orientation

2016-10-31 Thread Dennis Kempin
I never finished applying the suggestions from the previous reviews. Now that I am finally getting through my backlog of issues, I have fixed following: - Fixed indentation - Updated wording of frame and shape/orientation descriptions On Mon, Oct 31, 2016 at 1:02 PM, Dennis Kempin wrote

Re: [PATCH v3] protocol: Extend wl_touch with touchpoint shape and orientation

2016-04-15 Thread Dennis Kempin
- Fixed the rebase error, some typos and formatting as suggested by Yong. - I did not notice that the file is mixing tabs and spaces, so I fixed that as well. - Split the event into orientation and shape as suggested by Peter. On Fri, Apr 15, 2016 at 8:01 AM, Dennis Kempin wrote: > This

[PATCH v3] protocol: Extend wl_touch with touchpoint shape and orientation

2016-04-15 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 64 1 file changed, 59 insertions(+), 5 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 12a6efd..b8a9835 100644 --- a/pro

[PATCH v3] protocol: Extend wl_touch with touchpoint shape event

2016-04-14 Thread Dennis Kempin
touch shape if no shape is reported. Signed-off-by: Dennis Kempin --- protocol/wayland.xml | 75 1 file changed, 64 insertions(+), 11 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 12a6efd..d19d898 100644 --- a/pro

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-06 Thread Dennis Kempin
On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer wrote: > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: >> This CL updates the wl_touch interface with a shape event. >> The shape of a touch point is not relevant for most UI >> applications, but allows a bett

Re: [PATCH] protocol: Extend wl_touch with touch point shape

2016-04-05 Thread Dennis Kempin
Thanks a lot for the comments guys! I agree on all of the above and uploaded a v2 of the patch. I included Peters description about the relationship to the frame event and updated the documentation to better describe how that ellipse is described. What major/minor means, how exactly the orientatio

[PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-05 Thread Dennis Kempin
touchpoint, which is approximated by an ellipse. The event is optional and only sent when compositor and the touch device support this type of information. The client is responsible for making a reasonable assumption about the touch shape if no shape is reported. Signed-off-by: Dennis Kempin

Re: [PATCH] protocol: Extend wl_touch with touch point shape

2016-03-25 Thread Dennis Kempin
, Dennis Kempin wrote: > This CL updates the wl_touch interface with a shape event. > The shape of a touch point is not relevant for most UI > applications, but allows a better experience in some cases > such as drawing app. > > The shape event is used by the compositor to inform

[PATCH] protocol: Extend wl_touch with touch point shape

2016-03-25 Thread Dennis Kempin
This CL updates the wl_touch interface with a shape event. The shape of a touch point is not relevant for most UI applications, but allows a better experience in some cases such as drawing app. The shape event is used by the compositor to inform the client about changes in the shape of a touchpoin