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
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.
> &
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
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
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
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
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
- 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
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
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
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
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
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
, 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
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
15 matches
Mail list logo