Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Simon Lees
On 04/03/2016 07:00 AM, Andreas Volz wrote: > Am Sat, 2 Apr 2016 22:31:49 +0900 schrieb Carsten Haitzler (The > Rasterman): > oh if your app uses a shaped window things can be even worse as e ha to merge shape rects into the alpha values of the pixel data it just copied... :)

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread The Rasterman
On Sat, 2 Apr 2016 23:30:27 +0200 Andreas Volz said: > Am Sat, 2 Apr 2016 22:31:49 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > > > oh if your app uses a shaped window things can be even worse as e > > > > ha to merge shape rects into the alpha values of the

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Andreas Volz
Am Sat, 2 Apr 2016 22:31:49 +0900 schrieb Carsten Haitzler (The Rasterman): > > > oh if your app uses a shaped window things can be even worse as e > > > ha to merge shape rects into the alpha values of the pixel data > > > it just copied... :) > > > > > > maybe you might want to try e in

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-02 Thread Davide Andreoli
2016-04-02 15:59 GMT+02:00 Stephen Houston : > I think the necessary tools are already there to do a slideshow. Image > widget, button widget, layout widget, timer, etc... I think a toolkit > should provide all of the basic elements, but not be worried with > maintaining,

[E-devel] [imlib2] [PATCH] off-by-one OOB read in __imlib_MergeUpdate

2016-04-02 Thread Yuriy M. Kaminskiy
Run `valgrind imlib2_test`, move mouse to right lower corner, got ==16086== Invalid read of size 1 ==16086==at 0x4E79C4E: __imlib_MergeUpdate (in /usr/lib/x86_64-linux-gnu/libImlib2.so.1.4.6) ==16086==by 0x401773: main (in /usr/bin/imlib2_test) ==16086== Address 0x9d20360 is 0 bytes

Re: [E-devel] [PATCH] gif: fix oob reads w/bad colormaps

2016-04-02 Thread Yuriy M. Kaminskiy
Mike Frysinger writes: This does not cover out-of-bound SBackGroundColor (giflib does not verify if it is less than ColorCount). I've just sent *better* patch that fixes this problem: http://permalink.gmane.org/gmane.comp.window-managers.enlightenment.devel/64001 (with wrong

[E-devel] [PATCH] gif: fix oob reads w/bad colormaps

2016-04-02 Thread Mike Frysinger
From: Bernhard Übelacker Verify the color map is inbounds before indexing with it. https://bugs.debian.org/785369 --- src/modules/loaders/loader_gif.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/modules/loaders/loader_gif.c

[E-devel] E21 Freeze Has Begun

2016-04-02 Thread Mike Blumenkrantz
If you have any large features to merge which do not fall into either Wayland or Gadgets, they should probably wait a few weeks until E22 development has begun. -- Transform Data into Opportunity. Accelerate data analysis

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-02 Thread Stephen Houston
I think the necessary tools are already there to do a slideshow. Image widget, button widget, layout widget, timer, etc... I think a toolkit should provide all of the basic elements, but not be worried with maintaining, as you said, complex widgets. It's obviously a question of where to draw the

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread The Rasterman
On Sat, 2 Apr 2016 14:25:48 +0200 Andreas Volz said: > Am Sat, 2 Apr 2016 11:37:27 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > On Sat, 2 Apr 2016 00:19:35 +0200 Andreas Volz > > said: > > > > > Hello, > > > > > > I compiled e20 on

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-02 Thread The Rasterman
On Sat, 2 Apr 2016 12:06:43 +0200 Davide Andreoli said: > well, I don't need it for 1.18 but for 2.0, when we will need to port > existing > apps to efl2. So I think there will be the time to implement Slideshow in > the Eo API. Indeed the Slideshow widget need a

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Andreas Volz
Am Sat, 2 Apr 2016 11:37:27 +0900 schrieb Carsten Haitzler (The Rasterman): > On Sat, 2 Apr 2016 00:19:35 +0200 Andreas Volz > said: > > > Hello, > > > > I compiled e20 on Raspberry Pi 2 with latest Raspbian and it works. > > I had to deactivate Composite Effects and

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Andreas Volz
Am Sat, 2 Apr 2016 12:31:09 +0200 schrieb Davide Andreoli: > 2016-04-02 1:31 GMT+02:00 Cedric BAIL : > > > Hello, > > > > On Fri, Apr 1, 2016 at 3:19 PM, Andreas Volz > > wrote: > > > I compiled e20 on Raspberry Pi 2 with latest Raspbian and it > > >

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Davide Andreoli
2016-04-02 1:31 GMT+02:00 Cedric BAIL : > Hello, > > On Fri, Apr 1, 2016 at 3:19 PM, Andreas Volz wrote: > > I compiled e20 on Raspberry Pi 2 with latest Raspbian and it works. I > > had to deactivate Composite Effects and switch to Software renderer > >

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-02 Thread Davide Andreoli
2016-04-02 4:25 GMT+02:00 Carsten Haitzler : > On Fri, 1 Apr 2016 19:01:31 +0200 Davide Andreoli > said: > > > 2016-04-01 1:06 GMT+02:00 Carsten Haitzler : > > > > > On Thu, 31 Mar 2016 19:36:54 +0200 Davide Andreoli < >

Re: [E-devel] [imlib2][PATCH] loader_gif: fix OOB read

2016-04-02 Thread The Rasterman
On Sat, 2 Apr 2016 13:39:53 +0900 Carsten Haitzler (The Rasterman) said: > On Sat, 2 Apr 2016 06:48:54 +0300 "Yuriy M. Kaminskiy" > said: > > > On 02.04.2016 06:21, Yuriy M. Kaminskiy wrote: > > > On 02.04.2016 06:12, Carsten Haitzler (The Rasterman)

[E-devel] giflib 5 bugs

2016-04-02 Thread The Rasterman
fyi - if people have issues loading gifs... giflib 5 has a bug: https://sourceforge.net/p/giflib/bugs/94/ i just spent some time tracing that down. if packagers package giflib - they may wish to consider patching. if issues come up in gif loading and efl and giflib 5... this is the issue. --