Re: [E-devel] detour-e17

2006-12-03 Thread Pomarede Nicolas
On Sun, 3 Dec 2006, Thomas Kuther wrote: > On Sun, 03 Dec 2006 06:01:22 -0600 > Alberto <[EMAIL PROTECTED]> wrote: > >> Hello, >> I wasn't sure where I should send this email. It appears that the >> mailing list archives (marc) for both the Enlightenment User and >> Enlightenment Development are n

Re: [E-devel] detour-e17

2006-12-03 Thread Thomas Kuther
On Sun, 03 Dec 2006 06:01:22 -0600 Alberto <[EMAIL PROTECTED]> wrote: > Hello, > I wasn't sure where I should send this email. It appears that the > mailing list archives (marc) for both the Enlightenment User and > Enlightenment Development are no longer being updated with the > exception of cv

[E-devel] Mail archives

2006-12-03 Thread Kevin Brosius
Alberto wrote: > > > Hello, > I wasn't sure where I should send this email. It appears that the > mailing list archives (marc) for both the Enlightenment User and > Enlightenment Development are no longer being updated with the exception > of cvs notifications. Marc has been down for some time.

Re: [E-devel] detour-e17

2006-12-03 Thread Brian 'morlenxus' Miculcy
Hi, if you're ok with it, i publish this theme on get-e.org . Really nice work! Greets Brian 'morlenxus' Miculcy On Sun, Dec 03, 2006 at 06:01:22AM -0600, Alberto wrote: > Hello, > I wasn't sure where I should send this email. It appears that the > mailing list archives (marc) for both the Enli

[E-devel] detour-e17

2006-12-03 Thread Alberto
Hello, I wasn't sure where I should send this email. It appears that the mailing list archives (marc) for both the Enlightenment User and Enlightenment Development are no longer being updated with the exception of cvs notifications. I wanted to hint that I have released an updated detour-e17 th

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 dx>0, dy<0, and dy>dx. 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 Willia