Re: [E-devel] bug in imlib2

2006-12-08 Thread The Rasterman
On Sat, 2 Dec 2006 16:55:42 -0700 (MST) John Williams [EMAIL PROTECTED] babbled: imlib_image_draw_line has a bug in which it fails to draw a line correctly when dx0, dy0, and dydx. It mistakenly uses the shallow line code path, and the resulting line is always drawn as if dy=dx. I have

Re: [E-devel] bug in imlib2

2006-12-07 Thread John Williams
On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote: On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( I don't think it's a question of lack of

Re: [E-devel] bug in imlib2

2006-12-07 Thread Kim Woelders
John Williams wrote: On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote: On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( I don't think it's a

Re: [E-devel] bug in imlib2

2006-12-07 Thread [EMAIL PROTECTED]
John Williams writes: On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote: On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( I

Re: [E-devel] bug in imlib2

2006-12-07 Thread [EMAIL PROTECTED]
Kim wrote: As the maintainer of e16 which relies on imlib2 I'm definitely interested in getting bugs in imlib2 fixed. e16 doesn't use the line drawing stuff though, so I'm not familiar with that part of the code. Raster usually sooner or later gets around to attend to imlib2

Re: [E-devel] bug in imlib2

2006-12-06 Thread John Williams
On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: I have attached a test case for the bug, and a patch to fix it. Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( Is there a bugtracker where I

Re: [E-devel] bug in imlib2

2006-12-06 Thread [EMAIL PROTECTED]
On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: I have attached a test case for the bug, and a patch to fix it. Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( Is there a bugtracker

Re: [E-devel] bug in imlib2

2006-12-03 Thread [EMAIL PROTECTED]
imlib_image_draw_line has a bug in which it fails to draw a line correctly when dx0, dy0, and dydx. It mistakenly uses the shallow line code path, and the resulting line is always drawn as if dy=dx. I have attached a test case for the bug, and a patch to fix it. ~ John Williams

[E-devel] bug in imlib2

2006-12-02 Thread John Williams
imlib_image_draw_line has a bug in which it fails to draw a line correctly when dx0, dy0, and dydx. It mistakenly uses the shallow line code path, and the resulting line is always drawn as if dy=dx. I have attached a test case for the bug, and a patch to fix it. ~ John Williams #include