[EGIT] [core/efl] master 01/01: evas filter: Implement inverse color filter

2019-11-04 Thread Shinwoo Kim
kimcinoo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=51169ac325c59912417412b9138eeacbbb6a93bc commit 51169ac325c59912417412b9138eeacbbb6a93bc Author: Shinwoo Kim Date: Tue Nov 5 10:44:58 2019 +0900 evas filter: Implement inverse color filter

[EGIT] [core/efl] master 01/01: csharp: Changing visibility of nested class/struct

2019-11-04 Thread Bruno da Silva Belo
lauromoura pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e6e9838089ec09321f948f6c46826bd444664e9 commit 0e6e9838089ec09321f948f6c46826bd444664e9 Author: Bruno da Silva Belo Date: Mon Nov 4 14:40:18 2019 -0300 csharp: Changing visibility of nested

Re: [E-devel] The image tearing issue when slide the screen

2019-11-04 Thread michael bouchaud
Hi Jing, As you're running now your app without window manager you need to tell your app is focused. Check the code into terminology with the nowm option (check below). https://git.enlightenment.org/apps/terminology.git/tree/src/bin/main.c#n656 Regards Le lun. 4 nov. 2019 à 13:03, Jing a écrit

[EGIT] [core/efl] master 01/01: docs: Polish Efl.Canvas.Animation_Group and sons

2019-11-04 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e71e0e286d97c4aaee76f1c079e2f00fc616cbf commit 0e71e0e286d97c4aaee76f1c079e2f00fc616cbf Author: Xavi Artigas Date: Wed Oct 30 15:26:08 2019 +0100 docs: Polish Efl.Canvas.Animation_Group and so

[EGIT] [core/efl] master 01/01: efl_canvas_animation: improve generally

2019-11-04 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=56d541fbdb1cdc980dcdee644be24d52255af3fb commit 56d541fbdb1cdc980dcdee644be24d52255af3fb Author: Marcel Hollerbach Date: Mon Nov 4 13:44:29 2019 +0100 efl_canvas_animation: improve generally

[EGIT] [core/efl] master 02/05: efl_canvas_animation: be more explicit with errors

2019-11-04 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=92a4fab5d79f69dfea118f65f494bb014117b4f2 commit 92a4fab5d79f69dfea118f65f494bb014117b4f2 Author: Marcel Hollerbach Date: Wed Oct 30 15:30:09 2019 +0100 efl_canvas_animation: be more explicit wi

[EGIT] [core/efl] master 05/05: docs: Polish Efl.Canvas.Animation_*

2019-11-04 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc5ffbb8660db8f93ebf698802a56b31daeaf8b9 commit dc5ffbb8660db8f93ebf698802a56b31daeaf8b9 Author: Xavi Artigas Date: Mon Nov 4 13:06:41 2019 +0100 docs: Polish Efl.Canvas.Animation_* Su

[EGIT] [core/efl] master 01/05: efl_canvas_animation_rotate: adjust API

2019-11-04 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f47b9277453edb1a3b4b68171d99f5b841e52e19 commit f47b9277453edb1a3b4b68171d99f5b841e52e19 Author: Marcel Hollerbach Date: Wed Oct 30 15:29:59 2019 +0100 efl_canvas_animation_rotate: adjust API

[EGIT] [core/efl] master 03/05: efl_canvas_animation_scale: move from 2 doubles to vectors

2019-11-04 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e2a011f56b48d7894e710fca5a46a4bfe87ecd1f commit e2a011f56b48d7894e710fca5a46a4bfe87ecd1f Author: Marcel Hollerbach Date: Wed Oct 30 15:30:18 2019 +0100 efl_canvas_animation_scale: move from 2 d

[EGIT] [core/efl] master 04/05: efl_canvas_animation_translate: move from x&y to container types

2019-11-04 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a1a77f5590a27ba6bb70ce9d2f5343f3cddc96dc commit a1a77f5590a27ba6bb70ce9d2f5343f3cddc96dc Author: Marcel Hollerbach Date: Wed Oct 30 15:30:20 2019 +0100 efl_canvas_animation_translate: move from

Re: [E-devel] The image tearing issue when slide the screen

2019-11-04 Thread Jing
Hi Carsten, Follow your advice, i change to use drm method and the image tearing issue is fixed now, but i met new issue that, the application layer can not receive the KEY/BUTTON UP and DOWN events any more. _ecore_fb_li_device_event_key() in ecore_fb_li.c can received the event, but in appli