Re: [E-devel] Epsilon problems

2008-01-20 Thread [EMAIL PROTECTED]
> what you want is an: > > evas_object_image_rescale(Evas_Object *obj, int w, int h); > which forcibly rescales ANY image to a particular size - be it > loaded from a file or generated as ARGB data. this gives you the This has been something I've suggested to you before, many times - it

Re: [E-devel] Epsilon problems

2008-01-20 Thread The Rasterman
On Sat, 19 Jan 2008 06:40:27 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > > Man, we all say some silly things in time, but this has to be one > > > of the good ones from you. :) It's a 'load option' so it's fine > > > for this to be 'optionally' implemented in a loader? Wow! > >

Re: [E-devel] Enlightenment actions

2008-01-20 Thread The Rasterman
On Sat, 19 Jan 2008 11:10:06 +0100 "Mat ." <[EMAIL PROTECTED]> babbled: in. :) > On Jan 19, 2008 3:06 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > > these are to change a virtual desktop on a SPECIFIC container/zone > > (containers are for multi-head and zones for xinerama

Re: [E-devel] Dernier version de edje_match

2008-01-20 Thread The Rasterman
On Sun, 20 Jan 2008 14:01:49 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > On Jan 19, 2008 2:20 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Thu, 17 Jan 2008 11:21:56 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> > > babbled: > > > As fnmatch is used in eet and evas

Re: [E-devel] [PATCH] Cache, software 16 common engine and SDL

2008-01-20 Thread The Rasterman
On Sun, 20 Jan 2008 13:54:00 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > On Jan 19, 2008 1:49 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Mon, 7 Jan 2008 18:46:17 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> > > babbled: > > > Hi, > > > > > > This is an updated set o

Re: [E-devel] Dernier version de edje_match

2008-01-20 Thread Cedric BAIL
On Jan 19, 2008 2:20 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Thu, 17 Jan 2008 11:21:56 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> > babbled: > > As fnmatch is used in eet and evas too, and as fnmatch is not avaialble in > > some platform, I would like to know if it wou

Re: [E-devel] [PATCH] Cache, software 16 common engine and SDL

2008-01-20 Thread Cedric BAIL
On Jan 19, 2008 1:49 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 7 Jan 2008 18:46:17 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > Hi, > > > > This is an updated set of patch for the current CVS head that provide : > > > > - cache_improvements.diff: Fix some cac

Re: [E-devel] Ecore_Fb + libts

2008-01-20 Thread Michael 'Mickey' Lauer
Looks good to me except: #ifdef HAVE_TSLIB -if ( _ecore_fb_ts_apply_cal ) -num = ts_read_raw( _ecore_fb_tslib_tsdev, &_ecore_fb_tslib_event, 1 ); -else -num = ts_read( _ecore_fb_tslib_tsdev, &_ecore_fb_tslib_event, 1 ); +num = ts_read( _ecore_fb_tslib_tsdev, &_ecore_fb