Re: [e-users] Really don't know how to start with

2013-05-01 Thread Cedric BAIL
Hello, On Tue, Apr 30, 2013 at 9:48 PM, hYde wrote: >> that's why I explicitly removed Edje. Edje pulls too much, and will not > aggregate that much value for the BIOS case (show menu and similar). Of > course it would be nice to have a complete environment with Elementary and > all, > but I don'

Re: [e-users] Really don't know how to start with

2013-05-01 Thread The Rasterman
On Tue, 30 Apr 2013 09:31:43 -0300 Gustavo Sverzut Barbieri said: > Hi, > > > On Tue, Apr 30, 2013 at 8:57 AM, Carsten Haitzler wrote: > > > On Tue, 30 Apr 2013 18:03:21 +0800 hYde said: > > > > > Since my BIOS has only about 8MB of space, I take Evas + Edje. > > > > you'll need ecore, eet an

Re: [e-users] E17 + Full Screen Flash + Secondary Screen

2013-05-01 Thread The Rasterman
On Sat, 20 Apr 2013 22:28:21 -0500 Jeff Hoogland said: > This could very well just be a flash issue (as I haven't tested it on > another DE and flash is crappy software). > > But I was wondering if anyone has found a method of running full-screen > flash video on a secondary screen and mousing o

Re: [e-users] Really don't know how to start with

2013-05-01 Thread hYde
wow... Looks like I need to dig in more to study more stuff :( Is it possible to reduce code size to about 400~700KB after all this? On Wed, May 1, 2013 at 5:56 PM, Carsten Haitzler wrote: > On Tue, 30 Apr 2013 09:31:43 -0300 Gustavo Sverzut Barbieri > said: > > > Hi, > > > > > > On Tue, Apr

Re: [e-users] Really don't know how to start with

2013-05-01 Thread The Rasterman
On Wed, 1 May 2013 22:59:43 +0800 hYde said: > wow... Looks like I need to dig in more to study more stuff :( > > Is it possible to reduce code size to about 400~700KB after all this? compressed or uncompressed? evas minus all dependencies and zero modules in current dev is 1.4m once stripped.

Re: [e-users] Really don't know how to start with

2013-05-01 Thread Alan McKinnon
On 01/05/2013 18:00, Carsten Haitzler (The Rasterman) wrote: > On Wed, 1 May 2013 22:59:43 +0800 hYde said: > >> wow... Looks like I need to dig in more to study more stuff :( >> >> Is it possible to reduce code size to about 400~700KB after all this? [snip awesome technical stuff] > btw your

Re: [e-users] Really don't know how to start with

2013-05-01 Thread hYde
Hi: After your detailed explanation, I guess Enlightenment is just what I need. In BIOS environment we have jpg, bmp and png decoder lib already, and picture format we use is just these, so I think I could strip these out. We only need one font, and I've developed a freetype font library, so this

Re: [e-users] Really don't know how to start with

2013-05-01 Thread Gustavo Sverzut Barbieri
On Wed, May 1, 2013 at 2:35 PM, hYde wrote: > Hi: > > After your detailed explanation, I guess Enlightenment is just what I need. > In BIOS environment we have jpg, bmp and png decoder lib already, and > picture format we use is just these, so I think I could strip these out. We > only need one f

Re: [e-users] Really don't know how to start with

2013-05-01 Thread The Rasterman
On Thu, 2 May 2013 01:35:47 +0800 hYde said: > Hi: > > After your detailed explanation, I guess Enlightenment is just what I need. > In BIOS environment we have jpg, bmp and png decoder lib already, and > picture format we use is just these, so I think I could strip these out. We > only need one