Re: [E-devel] edje gradient fill

2006-08-21 Thread [EMAIL PROTECTED]
> The d-linear one will have its spectrum grow from the fill > origin to the bottom-right of the fill region, ie. diagonally with > increasing right handed normal to the diagonal. That should read - "ie. increasing *along* the diagonal". The lines of constant color are the ones norm

Re: [E-devel] edje gradient fill

2006-08-21 Thread [EMAIL PROTECTED]
Brian writes: > How does the current implementation of an evas gradient differ > from "a rect obj textured by a lin grad"? The rel1/rel2 inside > the gradient block i added are in the part's coordinates > (or fixed relative "to" the part). > > > So, if you want some simple way to get

[E-devel] A CVS anon mirror

2006-08-21 Thread Kevin Brosius
After all the discussion on cvs and such, I've opened up a little mirror (as in 'a little bandwidth'). So the next time you run in to a problem at peak time, give it a shot. Presently open for 10 connections and bw limited. We'll see how the load looks and adjust from there. If you are using th

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Hisham Mardam Bey
On 8/22/06, Essien Ita Essien <[EMAIL PROTECTED]> wrote: > code speaks best :) > > I'm right now nearing completion of a generic Thumbnail_Smart object for > easier use in future. Thx again Hisham :) > No problemo, any time Essien (= -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Hisham Mardam Bey wrote: > On 8/21/06, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > >> On 8/21/06, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: >> >>> Long ass irc session took place, I hope things are clearer now (= >>> >>> >> I was bored, here's the code you need (minimum, no sma

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
[EMAIL PROTECTED] wrote: > On Mon, Aug 21, 2006 at 05:33:26PM +0100, Essien Ita Essien wrote: > >> Carsten Haitzler (The Rasterman) wrote: >> >>> On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: >>> >>> >>> On Mon, 21 Aug 2006 14:36:05 +0100, E

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Hisham Mardam Bey
On 8/21/06, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > On 8/21/06, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > > > Long ass irc session took place, I hope things are clearer now (= > > > > I was bored, here's the code you need (minimum, no smart): > > #include > #include > #include > >

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Hisham Mardam Bey
On 8/21/06, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > Long ass irc session took place, I hope things are clearer now (= > I was bored, here's the code you need (minimum, no smart): #include #include #include int main(int argc, char **argv) { Ecore_Evas *ee; Evas *evas; Evas *e

Re: [E-devel] E CVS: apps/e sebastid

2006-08-21 Thread brian . mattern
On Mon, Aug 21, 2006 at 10:05:41PM +0200, Sebastian Dransfeld wrote: > [EMAIL PROTECTED] wrote: > > On Mon, Aug 21, 2006 at 12:29:14PM -0400, Enlightenment CVS wrote: > >> Enlightenment CVS committal > >> > >> Author : sebastid > >> Project : e17 > >> Module : apps/e > >> > >> Dir : e17/apps/

Re: [E-devel] E CVS: apps/e sebastid

2006-08-21 Thread Sebastian Dransfeld
[EMAIL PROTECTED] wrote: > On Mon, Aug 21, 2006 at 12:29:14PM -0400, Enlightenment CVS wrote: >> Enlightenment CVS committal >> >> Author : sebastid >> Project : e17 >> Module : apps/e >> >> Dir : e17/apps/e/src/bin >> >> >> Modified Files: >> e_spectrum.c e_widget_cslider.c e_widget_spe

Re: [E-devel] E CVS: apps/e sebastid

2006-08-21 Thread brian . mattern
On Mon, Aug 21, 2006 at 12:29:14PM -0400, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : sebastid > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_spectrum.c e_widget_cslider.c e_widget_spectrum.c > > > Log Message: > A

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Hisham Mardam Bey
On 8/21/06, Essien Ita Essien <[EMAIL PROTECTED]> wrote: > Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > > > > > >> On Mon, 21 Aug 2006 14:36:05 +0100, > >> Essien Ita Essien <[EMAIL PROTECTED]> wrote : > >> > >> > >>> Cars

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread brian . mattern
On Mon, Aug 21, 2006 at 05:33:26PM +0100, Essien Ita Essien wrote: > Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > > > > > >> On Mon, 21 Aug 2006 14:36:05 +0100, > >> Essien Ita Essien <[EMAIL PROTECTED]> wrote : > >> >

Re: [E-devel] edje gradient fill

2006-08-21 Thread brian . mattern
On Mon, Aug 21, 2006 at 05:30:26PM +, [EMAIL PROTECTED] wrote: > > > All this solves one issue (specifying a 'dynamic' angle > > e.g. corner to corner) but still doesnt' solve the main issue > > I had. Namely: Draw a horizontal linear gradient completely > > filling its bounding rectangle. >

Re: [E-devel] edje gradient fill

2006-08-21 Thread [EMAIL PROTECTED]
> All this solves one issue (specifying a 'dynamic' angle > e.g. corner to corner) but still doesnt' solve the main issue > I had. Namely: Draw a horizontal linear gradient completely > filling its bounding rectangle. The bounding rect of an (unrotated) gradient object is the gradient obj

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > > >> On Mon, 21 Aug 2006 14:36:05 +0100, >> Essien Ita Essien <[EMAIL PROTECTED]> wrote : >> >> >>> Carsten Haitzler (The Rasterman) wrote: >>> On Mon, 21 Aug

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Simon TRENY wrote: > On Mon, 21 Aug 2006 23:32:56 +0900, > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > > >> On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> >> babbled: >> >> >>> On Mon, 21 Aug 2006 14:36:05 +0100, >>> Essien Ita Essien <[EMAIL PROTECTED

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Simon TRENY
On Mon, 21 Aug 2006 23:32:56 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Mon, 21 Aug 2006 14:36:05 +0100, > > Essien Ita Essien <[EMAIL PROTECTED]> wrote : > > > > > Carsten Haitzler

Re: [E-devel] edje gradient fill

2006-08-21 Thread brian . mattern
On Mon, Aug 21, 2006 at 06:04:51AM +, [EMAIL PROTECTED] wrote: > > Brian writes: > > > Since this only makes sense for linear grads, i'll probably > > just add: > > > > gradient.rel1.relative > > gradient.rel1.offset > > gradient.rel2.relative > > gradient.rel2.offset > > > > these wi

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread The Rasterman
On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > On Mon, 21 Aug 2006 14:36:05 +0100, > Essien Ita Essien <[EMAIL PROTECTED]> wrote : > > > Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien > > > <[EMAIL PROTECTED]> babb

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Simon TRENY
On Mon, 21 Aug 2006 14:36:05 +0100, Essien Ita Essien <[EMAIL PROTECTED]> wrote : > Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien > > <[EMAIL PROTECTED]> babbled: > > > > no attachment :) > > > > but - note the livethumb uses a BUFFER canvas - it

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien <[EMAIL PROTECTED]> > babbled: > > no attachment :) > > but - note the livethumb uses a BUFFER canvas - it sets the resolution of the > BUFFER canvas to be higher than the output. make this resolution hig

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien <[EMAIL PROTECTED]> > babbled: > > no attachment :) > :( attached now. sorry about that. > but - note the livethumb uses a BUFFER canvas - it sets the resolution of the > BUFFER canvas to be higher th

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread The Rasterman
On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien <[EMAIL PROTECTED]> babbled: no attachment :) but - note the livethumb uses a BUFFER canvas - it sets the resolution of the BUFFER canvas to be higher than the output. make this resolution high enough (eg 800x600) and evas will scale that 800x6

[E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Essien Ita Essien
Hiya Everybody, I've been on a slow road to building a real preview object for entrance_edit_gui. The idea is to always show the full entrance in a small preview window, complete with all the edje effects that the theme or background may have to offer. Eventually too, complete with the greetin

[E-devel] cleanup of evas configure.in

2006-08-21 Thread Vincent Torri
Hey, I've done some cleanup of evas' configure.in. Mainly: * use of AC_HELP_STRING to display help * newer pkg.m4 * when a lib is checked with PKG_CONFIG_MODULES and is not found, then the result is not displayed and the next line is displayed instead of that result. I've fixed that (fontco

Re: [E-devel] edje gradient fill

2006-08-21 Thread [EMAIL PROTECTED]
> Once objs can have angles, and we add the notion of path > objs, like rects, being filled and/or stroked with a texture obj > (an image or grad obj), then you would have the ability to 'rotate > after the fill' as you want - but in the same vein as in the vgx > specs, namely you are fillin