[PATCH][weston] ivi-shell: initialize all fields in create_layout_transition

2015-09-19 Thread John-John Tedro
create_layout_transition does not initialize is_transition_func. This patch initializes it to NULL. Signed-off-by: John-John Tedro --- ivi-shell/ivi-layout-transition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layout-transition.c ind

[PATCH][weston] ivi-layout-transition: Fix potential leak of memory pointed to by 'transition'

2015-09-19 Thread Lucas Tanure
Free transition before return. We don't need to use layout_transition_destroy, because transition was not registered yet. Signed-off-by: Lucas Tanure --- ivi-shell/ivi-layout-transition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layou

[PATCH][weston] ivi_layout_surface_add_notification: Fix potential leak of memory pointed to by 'notification'

2015-09-19 Thread Lucas Tanure
Signed-off-by: Lucas Tanure --- ivi-shell/ivi-layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index 24bd8dd..061f156 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -1532,6 +1532,7 @@ ivi_layout_surface_add_notificat

[PATCH][weston] create_fade_view_transition: Fix potential leak of memory pointed to by 'transition'

2015-09-19 Thread Lucas Tanure
Free transition before return. We don't need to use layout_transition_destroy, because transition was not registered yet. Signed-off-by: Lucas Tanure --- ivi-shell/ivi-layout-transition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layou

[PATCH][weston]ivi-shell-transition: Fix potential leak of memory pointed to by 'transition'

2015-09-19 Thread Lucas Tanure
Free transition before return. We don't need to use layout_transition_destroy, because transition was not registered yet. Signed-off-by: Lucas Tanure --- ivi-shell/ivi-layout-transition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layou

[PATCH][weston] Fix potential leak of memory pointed to by 'transition'

2015-09-19 Thread Lucas Tanure
Free transition before return. We don't need to use layout_transition_destroy, because transition was not registered yet. Signed-off-by: Lucas Tanure --- ivi-shell/ivi-layout-transition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layou

[PATCH][weston] terminal: allow copy-paste when selection is scrolled out

2015-09-19 Thread Manuel Bachmann
We could not paste text when its source went outside the visible part of the buffer ; this is because we were incorrectly assuming that our iterator should start at row 0, while it could very well be negative. Signed-off-by: Manuel Bachmann --- clients/terminal.c | 2 +- 1 file changed, 1 insert

Re: State of Wayland protocol development

2015-09-19 Thread Giulio Camuffo
2015-09-19 4:24 GMT+03:00 Jonas Ådahl : > On Fri, Sep 18, 2015 at 07:12:10PM +0300, Giulio Camuffo wrote: >> 2015-09-18 17:44 GMT+03:00 Jonas Ådahl : >> > On Fri, Sep 18, 2015 at 04:35:52PM +0300, Pekka Paalanen wrote: > > > >> >> >> >> What do you do when you do a backward-incompatible change to