[E-devel] getting started

2004-04-12 Thread a
Hello, I would like to contribute to e. My coding skills are decent. Where is the main effort needed right now? Thank-You -Donovan Young __ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html

Re: [E-devel] getting started

2004-04-12 Thread The Rasterman
On Sun, 11 Apr 2004 23:01:28 -0700 (PDT) a [EMAIL PROTECTED] babbled: Hello, I would like to contribute to e. My coding skills are decent. Where is the main effort needed right now? immediate things: 1. fill you all the exported function calls to embryo scripts within

[E-devel] Bugs in imlib_create_image_from_drawable()

2004-04-12 Thread Kim Woelders
I believe this patch fixes imlib_create_image_from_drawable() with non-zero mask. The two main problems were some copy-paste bugs in the mask XImage generation code when Shm is used, and the (0xff00 (mpixel 31)) construct which on my machine always evaluates to 0xff00. /Kim Index:

Re: [E-devel] Brainstorming: SWF,Perl and Evas

2004-04-12 Thread Simon Wistow
On Sun, Apr 11, 2004 at 04:26:25AM -0700, Ogla Sungutay said: ... SWF ... I did a lot of stuff with SWF about 4 years back and looked into using Evas as a rendering engine for it. I had a prototype knocking aorund but the major problem was doing rotations about the X and Y axis (since Evas

Re: [E-devel] e16.7 - window close problem

2004-04-12 Thread Onur Kucuk
With the latest (that sf gave me) cvs, I have a problem when closing windows. It is fixed, thanks :) -- Onur KucukKnowledge speaks, onur/et/delipenguen.net but wisdom listens

Re: [E-devel] e16.7 - window close problem

2004-04-12 Thread Kim Woelders
Onur Kucuk wrote: With the latest (that sf gave me) cvs, I have a problem when closing windows. It is fixed, thanks :) Yeah, it has been a bit on and off. I'm having a bit of trouble getting the event handling to behave. There will be some more changes, hope I don't break things too much. :)

Re: [E-devel] imlib2 can not be compiled with option --without-x

2004-04-12 Thread The Rasterman
On Tue, 13 Apr 2004 10:08:38 +0800 Ben Lau [EMAIL PROTECTED] babbled: Hi all, I have written a program that used imlib2 for image processing. And that program will be ported to an embedded system. Therefore , i would like to compile imlib2(1.0.6) without x. I have

Re: [E-devel] Brainstorming: SWF,Perl and Evas

2004-04-12 Thread The Rasterman
On Mon, 12 Apr 2004 19:53:04 -0400 [EMAIL PROTECTED] babbled: On Sun, 11 Apr 2004 04:26:25 PDT, Ogla Sungutay [EMAIL PROTECTED] said: Here is the funny part: How does an Mozilla-Evas plug-in sound? This would buy you what, realistically, as far as buy-in goes?

Re: [E-devel] Brainstorming: SWF,Perl and Evas

2004-04-12 Thread The Rasterman
On Mon, 12 Apr 2004 10:17:57 +0100 Simon Wistow [EMAIL PROTECTED] babbled: On Sun, Apr 11, 2004 at 04:26:25AM -0700, Ogla Sungutay said: ... SWF ... I did a lot of stuff with SWF about 4 years back and looked into using Evas as a rendering engine for it. I had a