On Mon, 4 Apr 2016 23:34:47 +0200 Andreas Volz said:
> Am Mon, 4 Apr 2016 13:30:15 +0900 schrieb Carsten Haitzler (The
> Rasterman):
>
> > On Sun, 3 Apr 2016 22:15:19 +0200 Andreas Volz
> > said:
> >
> > > Am Fri, 1 Apr 2016 16:31:42 -0700 schrieb Cedric BAIL:
> > >
> > > > > I tried to start
On 04/05/2016 06:48 AM, Yuriy M. Kaminskiy wrote:
> As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639414
> imlib_image_draw_ellipse(4,4,2,1) triggers divide-by-zero and SIGFPE.
> I verified that bug can be reproduced in the current imlib2.
> Attached patch prevents sigfpe, but
Thank you. I missed this tests.
2016. 4. 4. 오후 11:29에 "Vyacheslav Reutskiy" 님이 작성:
> rimmed pushed a commit to branch master.
>
>
> http://git.enlightenment.org/tools/eflete.git/commit/?id=26fcd1e75b140c8d5f8e96f4e26d9abc74f185de
>
> commit 26fcd1e75b140c8d5f8e96f4e26d9abc74f185de
> Author: Vyache
Am Mon, 4 Apr 2016 13:30:15 +0900 schrieb Carsten Haitzler (The
Rasterman):
> On Sun, 3 Apr 2016 22:15:19 +0200 Andreas Volz
> said:
>
> > Am Fri, 1 Apr 2016 16:31:42 -0700 schrieb Cedric BAIL:
> >
> > > > I tried to start my application with the default Gtk based
> > > > window manager, but it
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639414
imlib_image_draw_ellipse(4,4,2,1) triggers divide-by-zero and SIGFPE.
I verified that bug can be reproduced in the current imlib2.
Attached patch prevents sigfpe, but probably results in incorrect
drawing.
Minor security implic
Hello,
I'm having trouble pushing stuff to the imlib2 git repository.
Is there some problem?
I had no problems a couple of weeks ago.
$ git pull
Current branch master is up to date.
$ git push
Counting objects: 24, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (24/24)
On 04/04/2016 02:42 AM, Carsten Haitzler (The Rasterman) wrote:
> On Sun, 03 Apr 2016 17:37:16 +0300 Yakov Goldberg said:
>
>> Tom, Raster thanks for comments.
>>
>> Wiki: https://phab.enlightenment.org/w/ui_builders_format/
>> Changes:
>> - first letter of widget is now lower case;
>> - f
On 04/04/16 05:20, Jean-Philippe André wrote:
> Hi Tom,
>
> On 3 April 2016 at 19:39, Tom Hacohen wrote:
>
>> Btw, this patch is incomplete. It doesn't mark the class get functions as
>> weak.
>> [...]
>>>Eolian: Mark all EO class_get() as weak
>>
>
> This was done in two commits, and