[E-devel] Web updates

2007-04-11 Thread Nick Hughart
Note: This email is mostly directed towards raster/dj2, but if anyone else feels like commenting, knock yourself out. Didn't want to just commit this stuff, but I went through and cleaned up the HTML/PHP/CSS of the new website. I've attached a diff so you can look at the changes made and

Re: [E-devel] [RFC] SDL Engine

2007-04-11 Thread [EMAIL PROTECTED]
Cedric wrote: this is why there is a specific engine copy wrapping the image - the RGBA_Image just acts as a source of RGBA pixel data. the wrapping engine image colds a pointer to that plus engine specific data. the image is also looked up not just by filename + key, but ALSO

Re: [E-devel] [RFC] SDL Engine

2007-04-11 Thread Cedric BAIL
On Wednesday 11 April 2007 09:41:22 [EMAIL PROTECTED] wrote: Cedric wrote: this is why there is a specific engine copy wrapping the image - the RGBA_Image just acts as a source of RGBA pixel data. the wrapping engine image colds a pointer to that plus engine specific data. the

Re: [E-devel] [RFC] SDL Engine

2007-04-11 Thread [EMAIL PROTECTED]
But the 'problem' goes deeper than that. Right now the argb data itself (ie. the result of loading things given only the file/key/load_opts combo) may be shared by several cached engine images, ie. images which have the same file/key/load_opts but could have different 'displays' say,

Re: [E-devel] clientlist menu config panel change...

2007-04-11 Thread Eric Schuele
On 04/08/2007 23:39, Ravenlock wrote: Hello, Attached is a small patch which will add a check box to the config panel that manipulates the clientlist menu. Presently there is a way to limit the length of the caption of clientlist menu items. However if you do not wish to limit the

[E-devel] Minor evas fix for clips

2007-04-11 Thread Brett Nash
Just discovered an interesting issue with evas: evas_object_clip_set(obj,obj) is all bad. This one line fixes the problem (which is mostly a PEBKAC, but still). --- src/lib/canvas/evas_clip.c 16 Nov 2006 03:20:24 - 1.26 +++ src/lib/canvas/evas_clip.c 12 Apr 2007 02:48:10 -