Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-08-13 Thread Sanjeev BA
Awesome information. On Sun, Aug 12, 2012 at 2:13 PM, Carsten Haitzler wrote: > On Sun, 12 Aug 2012 01:27:21 -0300 Gustavo Sverzut Barbieri > said: > > > On Sun, Aug 12, 2012 at 1:17 AM, Enlightenment SVN > > wrote: > > > so memcpy changed behavior, though within specs of the manual page > >

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-08-11 Thread The Rasterman
On Sun, 12 Aug 2012 01:27:21 -0300 Gustavo Sverzut Barbieri said: > On Sun, Aug 12, 2012 at 1:17 AM, Enlightenment SVN > wrote: > > so memcpy changed behavior, though within specs of the manual page > > anyway, but now the values can be ones that break the simple assignment. > > there was a

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-08-11 Thread Gustavo Sverzut Barbieri
On Sun, Aug 12, 2012 at 1:17 AM, Enlightenment SVN wrote: > Log: > finally found evas_map weirdness bug. CEDRIC code...! commit #74180. > > now here's the rub. from the glibc manual page: > > ... > int memcmp(const void *s1, const void *s2, size_t n); > > DESCRIPTION > The

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 17:58:48 +0100 Joerg Sonnenberger said: > On Thu, Mar 08, 2012 at 12:51:19AM +0900, Carsten Haitzler wrote: > > On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri > > said: > > > > > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > > > wrote: > > > > Log: > > > >

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-03-07 Thread Joerg Sonnenberger
On Thu, Mar 08, 2012 at 12:51:19AM +0900, Carsten Haitzler wrote: > On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri > said: > > > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > > wrote: > > > Log: > > > to be paranoid - ensure umask for mkstemp allows no other uids oir > > >  grp

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri said: > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > wrote: > > Log: > > to be paranoid - ensure umask for mkstemp allows no other uids oir > >  grps access. > > Ugh, isn't there any other way to do this? What you did break if >

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-03-07 Thread Gustavo Sverzut Barbieri
On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN wrote: > Log: > to be paranoid - ensure umask for mkstemp allows no other uids oir >  grps access. Ugh, isn't there any other way to do this? What you did break if people are using other threads to open files, and if they fork() they will inherit

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-02-23 Thread The Rasterman
On Thu, 23 Feb 2012 13:51:47 -0200 Gustavo Sverzut Barbieri said: > On Thu, Feb 23, 2012 at 2:53 AM, Enlightenment SVN > wrote: > > Log: > > since too many people make this mistake of not reading evas's docs and > >  seeing color is PREMULTIPLIED ARGB... evas_object_color_set is just > >  going

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-02-23 Thread Gustavo Sverzut Barbieri
On Thu, Feb 23, 2012 at 2:53 AM, Enlightenment SVN wrote: > Log: > since too many people make this mistake of not reading evas's docs and >  seeing color is PREMULTIPLIED ARGB... evas_object_color_set is just >  going to enforce it and limit r, g and b to a. I always wondered why it did not do th

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-12-30 Thread The Rasterman
On Fri, 30 Dec 2011 16:40:42 +0100 Cedric BAIL said: > On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN > wrote: > > Log: > > fix mouse out handler to out all objects mouse is in - right thing to > >  do. > > I see some resizing issue in E17 where mouse out seems to be ignored > or something

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-12-30 Thread Cedric BAIL
On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN wrote: > Log: > fix mouse out handler to out all objects mouse is in - right thing to >  do. I see some resizing issue in E17 where mouse out seems to be ignored or something like that. > Author:       raster > Date:         2011-12-30 07:20:15

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Gustavo Sverzut Barbieri
On Sunday, October 23, 2011, Carsten Haitzler wrote: > On Sun, 23 Oct 2011 11:17:25 -0200 Gustavo Sverzut Barbieri > said: > >> It is funny to see every 6 months or so... I gave up on trying because since >> 2007 when I started we have a common blocker thing: raster. He is the single > > and ever

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread The Rasterman
On Sun, 23 Oct 2011 10:55:13 -0200 Lucas De Marchi said: > On Sun, Oct 23, 2011 at 5:56 AM, Carsten Haitzler > wrote: > > On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung Seo > > said: > > > > i see my test worked. the irrational formatting pedants now come out of the > > woodwork. i did this t

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread The Rasterman
On Sun, 23 Oct 2011 11:17:25 -0200 Gustavo Sverzut Barbieri said: > It is funny to see every 6 months or so... I gave up on trying because since > 2007 when I started we have a common blocker thing: raster. He is the single and every time this comes up i say "someone go find a formatter that con

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Gustavo Sverzut Barbieri
It is funny to see every 6 months or so... I gave up on trying because since 2007 when I started we have a common blocker thing: raster. He is the single thing that will block this, his editor does not have such a thing and nobody will make him change his editor and he is the one doing most of the

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Lucas De Marchi
On Sun, Oct 23, 2011 at 5:56 AM, Carsten Haitzler wrote: > On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung Seo > said: > > i see my test worked. the irrational formatting pedants now come out of the > woodwork. i did this to see just who would respond and how. > > i added spaces on BLANK LINES t

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread The Rasterman
On Sun, 23 Oct 2011 10:00:49 +0200 (CEST) Vincent Torri said: > > > On Sun, 23 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung Seo > > said: > > > > i see my test worked. the irrational formatting pedants now come out of the > > woodwor

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Tom Hacohen
On 23/10/11 10:24, Mike Blumenkrantz wrote: > On Sun, 23 Oct 2011 10:22:02 +0200 > Tom Hacohen wrote: >> Trailing whites are bad for a couple reasons, some of which are: >> * unwanted increase in source code size (it's actually noticeable, but >> hey, it's also the case with spaces vs tabs). > yea

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Mike Blumenkrantz
On Sun, 23 Oct 2011 10:22:02 +0200 Tom Hacohen wrote: > On 23/10/11 09:56, Carsten Haitzler (The Rasterman) wrote: > > i see my test worked. the irrational formatting pedants now come out of the > > woodwork. i did this to see just who would respond and how. > > You test was a bit biased from th

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Tom Hacohen
On 23/10/11 09:56, Carsten Haitzler (The Rasterman) wrote: > i see my test worked. the irrational formatting pedants now come out of the > woodwork. i did this to see just who would respond and how. You test was a bit biased from the start. Making the commit message this provoking is sure to caus

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Daniel Juyung Seo
yeah i was not blaming editors but i was pointing out the funny commit message. i don't think editor did type that message automatically. anyhow still it looks so ... :) Daniel Juyung Seo (SeoZ) On Oct 23, 2011 4:56 PM, "Carsten Haitzler" wrote: > On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread Vincent Torri
On Sun, 23 Oct 2011, Carsten Haitzler (The Rasterman) wrote: On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung Seo said: i see my test worked. the irrational formatting pedants now come out of the woodwork. i did this to see just who would respond and how. i added spaces on BLANK LINES that

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-23 Thread The Rasterman
On Sun, 23 Oct 2011 15:41:25 +0900 Daniel Juyung Seo said: i see my test worked. the irrational formatting pedants now come out of the woodwork. i did this to see just who would respond and how. i added spaces on BLANK LINES that align with indenting. all it takes is an enter or hitting tab. all

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-22 Thread Vincent Torri
On Sun, 23 Oct 2011, Daniel Juyung Seo wrote: Well... This is my personal opinion about this commit. This is so disappointing and childish as a grown-up person. I didn't set that vim configuration before I was requested to remove trailing whitespaces from enlightenment community. Now e-founde

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-22 Thread Daniel Juyung Seo
Well... This is my personal opinion about this commit. This is so disappointing and childish as a grown-up person. I didn't set that vim configuration before I was requested to remove trailing whitespaces from enlightenment community. Now e-founder encourages trailing whitespaces. Seriously that's

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-21 Thread The Rasterman
On Sat, 22 Oct 2011 00:47:33 +0900 Daniel Juyung Seo said: > Spank spank raster! > This introduces trailing whitespaces. turn off your annoyance mode in your editor. fyi if u mean trailing white spaces at the START of blank lines - thats actually HOW many editors work on autoindent... because th

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-21 Thread Daniel Juyung Seo
Spank spank raster! This introduces trailing whitespaces. Daniel Juyung Seo (SeoZ) On Fri, Oct 21, 2011 at 2:50 PM, Enlightenment SVN wrote: > Log: > nicer formatting of async events > > > > Author:       raster > Date:         2011-10-20 22:50:05 -0700 (Thu, 20 Oct 2011) > New Revision: 64240 >

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-21 Thread The Rasterman
On Fri, 21 Oct 2011 12:34:05 +0200 Cedric BAIL said: > On Fri, Oct 21, 2011 at 12:00 PM, Enlightenment SVN > wrote: > > Log: > > and disable invalidate optimization > > > > > > > > Author:       raster > > Date:         2011-10-21 03:00:03 -0700 (Fri, 21 Oct 2011) > > New Revision: 64249 > > Tra

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-21 Thread Cedric BAIL
On Fri, Oct 21, 2011 at 12:00 PM, Enlightenment SVN wrote: > Log: > and disable invalidate optimization > > > > Author:       raster > Date:         2011-10-21 03:00:03 -0700 (Fri, 21 Oct 2011) > New Revision: 64249 > Trac:         http://trac.enlightenment.org/e/changeset/64249 > > Modified: >  t

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-12 Thread Davide Andreoli
2011/10/11 Vincent Torri : > > > On Tue, 11 Oct 2011, Vincent Torri wrote: > >>> >>> correct. in some cases where 15.9 cannot in fp be represented as >>> a value >= 16.0, this it gets slightly rounded down, and thus ends up being >>> 15 >>> when dropped down to an integer. that is the

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Vincent Torri wrote: >> >> correct. in some cases where 15.9 cannot in fp be represented as >> a value >= 16.0, this it gets slightly rounded down, and thus ends up being >> 15 >> when dropped down to an integer. that is the whole crux of the problem. > > the al

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > On Tue, 11 Oct 2011 08:40:33 +0200 (CEST) Vincent Torri > said: > >> >> >> On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri >>> said: >>> On

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Lucas De Marchi wrote: Hi Vincent, On Tue, Oct 11, 2011 at 3:40 AM, Vincent Torri wrote: On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri said: On Mon, 10 Oct 2011, Enlightenment SVN wrote: L

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread The Rasterman
On Tue, 11 Oct 2011 08:40:33 +0200 (CEST) Vincent Torri said: > > > On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri > > said: > > > >> > >> > >> On Mon, 10 Oct 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>> use l

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Lucas De Marchi
Hi Vincent, On Tue, Oct 11, 2011 at 3:40 AM, Vincent Torri wrote: > > > On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri > > > > said: > > > >> > >> > >> On Mon, 10 Oct 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>>

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-10 Thread Vincent Torri
On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri > said: > >> >> >> On Mon, 10 Oct 2011, Enlightenment SVN wrote: >> >>> Log: >>> use lround() for map coord rounding to avoid silly things like >>> 15.98 round

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-10 Thread The Rasterman
On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri said: > > > On Mon, 10 Oct 2011, Enlightenment SVN wrote: > > > Log: > > use lround() for map coord rounding to avoid silly things like > > 15.98 rounding down to 15... whihc leads to > > sometimes... odd off-by-1 expect

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-10 Thread Vincent Torri
On Mon, 10 Oct 2011, Enlightenment SVN wrote: > Log: > use lround() for map coord rounding to avoid silly things like > 15.98 rounding down to 15... whihc leads to > sometimes... odd off-by-1 expected results. lround is C99 compliant and does not exist on Windows. why not usi

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-08-29 Thread Gustavo Barbieri
Zero parameters before checking otherwise it will not touch them and on failure caller will get garbage --Gustavo Sent from my iPhone On 29/08/2011, at 08:40, Enlightenment SVN wrote: > Log: > dont need ti check priv - macro did it anyway > > > > Author: raster > Date: 2011-08-29

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-08-08 Thread Tom Hacohen
On 08/08/11 17:45, Vincent Torri wrote: > is it really 'start' and not 'tmp' that should be usedd in > FcPatternAddString() ? Nice catch, fixed. -- Tom. -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The m

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-08-08 Thread Vincent Torri
On Mon, 8 Aug 2011, Enlightenment SVN wrote: > Log: > strndup--! > > > > Author: raster > Date: 2011-08-08 07:40:33 -0700 (Mon, 08 Aug 2011) > New Revision: 62206 > Trac: http://trac.enlightenment.org/e/changeset/62206 > > Modified: > trunk/evas/src/lib/canvas/evas_font_di

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-04-20 Thread Brett Nash
On Tue, 2011-04-19 at 18:22 -0700, Enlightenment SVN wrote: > Log: > oh dear... way too many warnings. added a whole bunch of fixme's too > for later. I'll sort out the fixme's shortly. Just to be clear; the warnings are mostly unused params? Because it compiles cleanly for me[1], and my flags

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2008-10-28 Thread Christopher Michael
Go Sachiel :) dh Enlightenment SVN wrote: > Log: > another sachiel fix! :) > > > Author: raster > Date: 2008-10-28 20:29:10 -0700 (Tue, 28 Oct 2008) > New Revision: 37292 > > Modified: > trunk/evas/src/lib/canvas/evas_object_textblock.c > > Modified: trunk/evas/src/lib/

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2008-10-26 Thread Christopher Michael
I would Agreetho are those in the past that say we have done just that. Isn't that what we do...duplicate code ? :P.well after a while doesn't that code become better?? Long Live E dh (cpm) Enlightenment SVN wrote: > Log: > dont repeat code > > > Author: raster > D

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2008-09-10 Thread Christopher Michael
fp...better for a scale...more precision dh [EMAIL PROTECTED] wrote: > Author: raster > Date: 2008-09-09 23:40:54 -0700 (Tue, 09 Sep 2008) > New Revision: 35924 > > Modified: > trunk/evas/src/lib/canvas/evas_object_text.c > trunk/evas/src/lib/canvas/evas_object_textblock.c > Lo