Re: [E-devel] xrender engine patch

2006-06-08 Thread [EMAIL PROTECTED]
Attached is another small test patch for evas' xrender engine. i see - moving border scaling into the engine :) ok- all good. committed :) Only a small first step towards that yeah :) Also need to move the fill and all the rendering down to the engines so the canvas

[E-devel] EFL high level documentation progress (Edje section)

2006-06-08 Thread kkapelon
I have written the second chapter dealing with Edje. Read it online in HTML http://homepages.pathfinder.gr/kazanaki/contrib/ Download and view with xpdf http://homepages.pathfinder.gr/kazanaki/contrib/concepts.pdf (Has some rendering issues) Get the Docbook XML source

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Daniel Kasak
Hisham Mardam Bey wrote: On 6/7/06, Daniel Kasak [EMAIL PROTECTED] wrote: Anyway, if there's anything on the *perl* side of things that need doing, I'll certainly help out there. But I assume the bindings will be in C anyway, right? I have just added etk-perl to CVS. Most of it is

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Morten Nilsen
Daniel Kasak wrote: Hisham Mardam Bey wrote: On 6/7/06, Daniel Kasak [EMAIL PROTECTED] wrote: Anyway, if there's anything on the *perl* side of things that need doing, I'll certainly help out there. But I assume the bindings will be in C anyway, right? I have just added etk-perl to CVS.

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Hisham Mardam Bey
On 6/8/06, Morten Nilsen [EMAIL PROTECTED] wrote: Daniel Kasak wrote: Hisham Mardam Bey wrote: On 6/7/06, Daniel Kasak [EMAIL PROTECTED] wrote: Anyway, if there's anything on the *perl* side of things that need doing, I'll certainly help out there. But I assume the bindings will be

[E-devel] xgl, compiz, aiglx, e17, and others abreviattions :D

2006-06-08 Thread QliX=D! [aka Ezequiel Brizuela]
Hi people!:Going ahead: using e17 we can get some advantages of this modern techs? (aiglx, xgl, compiz)We got more using opengl as render (native e17 code)?, is stable the opengl render?Cheers. QliX=D! [aka Ezequiel Brizuela] ___ enlightenment-devel

Re: [E-devel] xrender engine patch

2006-06-08 Thread Solerman Kaplon
[EMAIL PROTECTED] escreveu: What is the result of scaling a *bordered-image* which has a white center and a red border? What should the result look like? I dunno what border means here, but if the border is a separate object and you can separate all of its parts (corner's and

Re: [E-devel] xgl, compiz, aiglx, e17, and others abreviattions :D

2006-06-08 Thread Carlos Daniel Ruvalcaba Valenzuela
As far as i know (i'm not a dev) the OpenGL backend is unstable, not recommended and incomplete (needs lots of love ;)). As for xgl and other techs I heard that raster said that e17 won't use them, in the end if you use Xgl you'll get HW (OpenGL) accelerated XRender extension, and xrender evas

Re: [E-devel] e16 crashing on startup

2006-06-08 Thread Kim Woelders
Drew Kirkpatrick wrote: I got nostrip added, this should make it easier to understand: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 10333)] 0x2b58de4fe3fb in __imlib_amd64_copy_rgb_to_rgba () from /usr/local/lib/libImlib2.so.1 (gdb) where

Re: [E-devel] xrender engine patch

2006-06-08 Thread brian . mattern
On Thu, Jun 08, 2006 at 06:44:20AM +, [EMAIL PROTECTED] wrote: But we have an issue to settle -- the semantics of scaling images with borders, as you and I've been discussing :) Namely, what exactly does this mean? Here's a question for everyone here on this list:

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Daniel Kasak
Hisham Mardam Bey wrote: It seems like the C code generated by perlxs is giving you problems. Those valist functions need to go anyway, so it should all be fine. Let me know when you get the updated source and try to compile it (I will hopefully fix it tonight). That fixed it :) I'll be

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Hisham Mardam Bey
On 6/9/06, Daniel Kasak [EMAIL PROTECTED] wrote: Hisham Mardam Bey wrote: It seems like the C code generated by perlxs is giving you problems. Those valist functions need to go anyway, so it should all be fine. Let me know when you get the updated source and try to compile it (I will

Re: [E-devel] xrender engine patch

2006-06-08 Thread [EMAIL PROTECTED]
Thanks for the feedback on this :) Again, the issue here: Here's a question for everyone here on this list: What is the result of scaling a *bordered-image* which has a white center and a red border? What should the result look like?