[PATCH weston v2] ivi-layout: Initialize surface source rectange to 1x1

2016-05-18 Thread mateuszx . potrola
From: Mateusz Polrola If surface will be set to visible before its source rectangle will be defined it will be displayed in its orginal size. This is because initial setting of destination rectangle to 1x1 is not causing surface resize and because source rectangle is 0x0 appropiate transformation

[PATCH] ivi-layout: Initialize surface source rectange to 1x1

2016-05-17 Thread mateuszx . potrola
From: Mateusz Polrola If surface will be set to visible before its source rectangle will be defined it will be displayed in its orginal size. This is because initial setting of destination rectangle to 1x1 is not causing surface resize and because source rectangle is 0x0 appropiate transformation

[PATCH] ivi-shell: Remove all surface transitions when it is being removed.

2016-03-09 Thread mateuszx . potrola
From: Mateusz Polrola If surface transitions are not removed when surface is being removed, it can lead to crash later when transition will finish, as it will try to reference already freed memory. This change exposes function that can remove all existing transitions for given surface and it is b

[PATCH v3] weston-launch: Fixed TTY switching

2015-05-10 Thread mateuszx . potrola
From: Mateusz Polrola After weston-launch is executing weston it cannot close TTY file, because it is still required to properly handle SIGUSR1 and SIGUSR2 signals that are used for switching TTY. Additionally after opening TTY it has to be activated, so that user don't have to manually switch t

[PATCH v2] weston-launch: Fixed TTY switching

2015-04-09 Thread mateuszx . potrola
From: Mateusz Polrola After weston-launch is executing weston it cannot close TTY file, because it is still required to properly handle SIGUSR1 and SIGUSR2 signals that are used for switching TTY. Additionally after opening TTY it has to be activated, so that user don't have to manually switch t

[PATCH] weston-launch: Fixed TTY switching

2015-03-31 Thread mateuszx . potrola
From: Mateusz Polrola After weston-launch is executing weston it cannot close TTY file, because it is still required to properly handle SIGUSR1 and SIGUSR2 signals that are used for switching TTY. Additionally after opening TTY it has to be activated, so that user don't have to manually switch t