Re: [PATCH weston] terminal: Fix segmentation fault when processing DCH ANSI escape code

2016-07-01 Thread Bryce Harrington
On Sat, Jul 02, 2016 at 12:35:21AM +, aa...@correspondwith.me wrote: > Fix a segfault where terminal parses a DCH escape code and the cursor is at > the end of the line, causing terminal_shift_line to memmove memory it doesn't > own. > --- > clients/terminal.c | 17 ++--- > 1 fil

Re: [PATCH weston] terminal: Fix segmentation fault when processing DCH ANSI escape code

2016-07-01 Thread aaron
Fix a segfault where terminal parses a DCH escape code and the cursor is at the end of the line, causing terminal_shift_line to memmove memory it doesn't own. --- clients/terminal.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/clients/terminal.c b/clients

Re: Override redirect windows with keyboard grabs on Xwayland

2016-07-01 Thread Adam Jackson
On Fri, 2016-06-17 at 03:49 -0400, Olivier Fourdan wrote: > Hi all, > > First of all, sorry for cross posting, but I am not really sure where > the issue is to be addressed... > > I am looking into https://bugs.freedesktop.org/show_bug.cgi?id=96547 > and concluded this is actually the same as  ht

Re: [PATCH v2 libinput 00/10] pad: add a mode toggle API

2016-07-01 Thread Carlos Garnacho
Hey!, On Tue, Jun 21, 2016 at 8:25 PM, Jason Gerecke wrote: > On 06/14/2016 11:37 PM, Peter Hutterer wrote: >> >> Updated patchset adds EKR support and fixes a bunch of issues pointed out in >> v1. Patch 04 is intentionally missing, that's the SVG being added which >> wouldn't make it past the ma

Re: [PATCH v2 libinput 00/10] pad: add a mode toggle API

2016-07-01 Thread Carlos Garnacho
Hi!, On Wed, Jun 15, 2016 at 8:37 AM, Peter Hutterer wrote: > > Updated patchset adds EKR support and fixes a bunch of issues pointed out in > v1. Patch 04 is intentionally missing, that's the SVG being added which > wouldn't make it past the mailman filters. > > The branch is available on > http

Weston error if no input (due libinput)

2016-07-01 Thread Andrea Giammarchi
Hello there, I've recently discovered Weston refuses to start if no input device is detected. This is kinda not so great when it comes to "Kiosk mode", since the input/interaction might not be even needed. Is there any workaround to prevent libinput, and after that Weston, to complain that no i

Re: [PATCH weston v3 1/6] compositor: Untangle mapedness from outputs

2016-07-01 Thread Pekka Paalanen
On Thu, 30 Jun 2016 12:50:42 -0700 Bryce Harrington wrote: > mapedness isn't a word ;-) > > (Neither is mappedness really... You'll likely need to reword the > commit title entirely. The third sentence in your commit message is > probably a good starting point if you can boil it down.) Hi all

Re: [PATCH weston v3 1/6] compositor: Untangle mapedness from outputs

2016-07-01 Thread Armin Krezović
On 30.06.2016 21:50, Bryce Harrington wrote: > mapedness isn't a word ;-) > > (Neither is mappedness really... You'll likely need to reword the > commit title entirely. The third sentence in your commit message is > probably a good starting point if you can boil it down.) > After a discussion

Re: [PATCH weston v2 2/2] xwayland: make the plugin usable by libweston compositors

2016-07-01 Thread Pekka Paalanen
On Wed, 29 Jun 2016 11:54:27 +0200 Giulio Camuffo wrote: > This patch follows a similar approach taken to detach the backends > from weston. But instead of passing a configuration struct when loading the > plugin, we use the plugin API registry to register an API, and to get it > in the composito

[PATCH weston 2/3] ivi-shell: describe members of type wl_list

2016-07-01 Thread Ucan, Emre (ADITG/SW1)
I wrote comments on which list they are used with Signed-off-by: Emre Ucan --- ivi-shell/ivi-layout-private.h| 16 ivi-shell/ivi-layout-transition.c |2 +- ivi-shell/ivi-layout.c|6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a

[PATCH weston 3/3] ivi-shell: use zalloc instead of calloc

2016-07-01 Thread Ucan, Emre (ADITG/SW1)
Signed-off-by: Emre Ucan --- ivi-shell/input-panel-ivi.c |2 +- ivi-shell/ivi-layout.c |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ivi-shell/input-panel-ivi.c b/ivi-shell/input-panel-ivi.c index 581b56b..be9799f 100644 --- a/ivi-shell/input-panel-ivi.c

[PATCH weston 1/3] ivi-shell: clear unused struct members

2016-07-01 Thread Ucan, Emre (ADITG/SW1)
I removed unused members of ivi_layout* data structs. Signed-off-by: Emre Ucan --- ivi-shell/ivi-layout-private.h |7 --- ivi-shell/ivi-layout.c | 10 -- 2 files changed, 17 deletions(-) diff --git a/ivi-shell/ivi-layout-private.h b/ivi-shell/ivi-layout-private.h index

Re: [PATCH weston 2/2] input: Move weston_seat_set_keyboard_focus and document

2016-07-01 Thread Pekka Paalanen
On Thu, 30 Jun 2016 12:45:51 -0700 Bryce Harrington wrote: > On Thu, Jun 30, 2016 at 02:13:45PM +0300, Pekka Paalanen wrote: > > Hi Bryce, > > > > both pushed: > >a5bb91d..24f917e master -> master > > > > > > The activate_signal will be a lot more difficult to handle. The only > > in-tre

Re: Surface autofocus

2016-07-01 Thread Pekka Paalanen
On Thu, 30 Jun 2016 15:07:29 + (UTC) Claudiu Lupu wrote: > Hello, > I am back with my transparent pixels "click-through" and I really > want to make weston redirect the touch inputs to a foreground surface > in case the top one has transparent pixels.pq made me understand more > on how I shou