Re: [E-devel] glow effect for edje text parts

2007-07-06 Thread Peter Wehrfritz
nvm, I already committed it.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] glow effect for edje text parts

2007-06-23 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb:
> On 6/23/07, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> attached you'll find a patch, that adds support for glow, far shadow and
>> far soft shadow to edje text parts. Let me know if I can commit it or if
>> I have to change something.
>
> IMHO those should go into text styles/effects, not in Edje, but maybe
> adding those to core will take huge amount of work?
Those effects are already in evas. The patch makes them just accessible 
in edje.

Peter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] glow effect for edje text parts

2007-06-23 Thread Gustavo Sverzut Barbieri
On 6/23/07, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> attached you'll find a patch, that adds support for glow, far shadow and
> far soft shadow to edje text parts. Let me know if I can commit it or if
> I have to change something.

IMHO those should go into text styles/effects, not in Edje, but maybe
adding those to core will take huge amount of work?

PS: I'll refactor evas_object_text*_render() to just call
engine->func.text_draw(), it could call engine_common_text_draw() that
then calls engine->func.font_draw()... Engines hw-accelerated like GL
could do something else to obtain the effect, like using gaussian blur
to do smooth.   So, your changes may go here after I put these in
place.


-- 
Gustavo Sverzut Barbieri
--
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel