Re: [PATCHv4 wayland-protocols] text-input: Add v3 of the text-input protocol

2018-05-06 Thread Joshua Watt
e cursor position by emitting the >> * GtkIMContext::delete_surrounding signal. Note that @offset and @n_chars >> * are in characters not in bytes which differs from the usage other >> * places in #GtkIMContext. > > `gtk_im_context_get_preedit_string` > >>

Re: [PATCH weston 2/2] clients/editor: Toggle panel visibility on click

2017-11-27 Thread Joshua Watt
On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > If the --click-to-show option is specified, clicking an input field > will toggle > the input panel visiblity > > Signed-off-by: Joshua Watt > --- > clients/editor.c | 13 +++-- > 1 file changed, 11 in

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-11-27 Thread Joshua Watt
On Fri, 2017-08-04 at 22:04 +0200, jana...@gmail.com wrote: > On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > > Previously, the hide_input_panel and show_input_panel messages for > > the text > > input protocol were limited to specific cases, such as showing the > &

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-10-11 Thread Joshua Watt
On Fri, 2017-08-04 at 22:04 +0200, jana...@gmail.com wrote: > On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > > Previously, the hide_input_panel and show_input_panel messages for > > the text > > input protocol were limited to specific cases, such as showing the > &

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-08-17 Thread Joshua Watt
On Fri, 2017-08-04 at 22:04 +0200, jana...@gmail.com wrote: > On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > > Previously, the hide_input_panel and show_input_panel messages for > > the text > > input protocol were limited to specific cases, such as showing the > &

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-08-04 Thread Joshua Watt
On Wed, 2017-07-19 at 17:48 +0200, Silvan Jegen wrote: > On Wed, Jul 19, 2017 at 3:49 PM, Joshua Watt > wrote: > > On Sun, 2017-07-09 at 21:26 +0200, Silvan Jegen wrote: > > > Hi Joshua > > > > > > On Wed, Jul 05, 2017 at 08:58:51AM -0500, Joshua Watt wro

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-07-19 Thread Joshua Watt
On Sun, 2017-07-09 at 21:26 +0200, Silvan Jegen wrote: > Hi Joshua > > On Wed, Jul 05, 2017 at 08:58:51AM -0500, Joshua Watt wrote: > > On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > > > Previously, the hide_input_panel and show_input_panel messages > > &g

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-07-05 Thread Joshua Watt
On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > Previously, the hide_input_panel and show_input_panel messages for > the text > input protocol were limited to specific cases, such as showing the > panel on > activation, or making the panel visible after activation. Now

[PATCH weston 2/2] clients/editor: Toggle panel visibility on click

2017-06-24 Thread Joshua Watt
If the --click-to-show option is specified, clicking an input field will toggle the input panel visiblity Signed-off-by: Joshua Watt --- clients/editor.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index b63c562..78d10d2

[PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-06-24 Thread Joshua Watt
currently active client Signed-off-by: Joshua Watt --- compositor/text-backend.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/compositor/text-backend.c b/compositor/text-backend.c index bf5c45c..6add101 100644 --- a/compositor/text-backend.c +++ b

Weston text input bug?

2017-06-22 Thread Joshua Watt
atch I can submit that I beleive fixes it, I just wanted to check and make sure that I am not misunderstanding how the behavior is intended to work before I try to change it. Thanks, Joshua Watt ___ wayland-devel mailing list wayland-devel@lists.freedeskt

Re: Wayland Virtual Keyboard

2017-05-17 Thread Joshua Watt
> I'm working on an embedded device where we are writing our own custom > Wayland compositor, and we have need of a virtual keyboard (something > implementing one of the text-input protocols). Does anyone know of > such a project? My searches turned up maliit > (https://github.com/maliit), but I wa

Wayland Virtual Keyboard

2017-04-07 Thread Joshua Watt
I was wondering if anyone knew of other options we could investigate? Thanks, Joshua Watt ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [RFC wayland-protocols] inputfd - direct input access protocol

2017-04-03 Thread Joshua Watt
On 04/03/2017 07:22 PM, Peter Hutterer wrote: On Tue, Apr 04, 2017 at 08:16:03AM +0900, Carsten Haitzler wrote: On Fri, 31 Mar 2017 17:29:19 +1000 Peter Hutterer said: If you're going to do this ... why not just do it for keyboards, mice, touch panels etc. too? all these have desktop intera