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

2011-11-20 Thread David Seikel
On Sun, 20 Nov 2011 07:17:30 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: evas: correct header order. Author: cedric Date: 2011-11-20 07:17:29 -0800 (Sun, 20 Nov 2011) New Revision: 65452 Trac: http://trac.enlightenment.org/e/changeset/65452

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

2011-07-20 Thread The Rasterman
On Thu, 7 Jul 2011 08:24:16 -0700 Enlightenment SVN no-re...@enlightenment.org said: SPANK!!! this breaks things! :) Log: evas: prevent infinite insertion of object during recalc stage. Author: cedric Date: 2011-07-07 08:24:16 -0700 (Thu, 07 Jul 2011) New Revision:

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

2009-12-14 Thread Vincent Torri
shouldn't the fontconfig calls be guarded ? it seems that some guards are missing Vincent On Mon, 14 Dec 2009, Enlightenment SVN wrote: Log: * evas_font_dir: reduce use of FcFontSort by using cache as much as possible. This reduce in EWeather the time spend in FcFontSort

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

2009-11-26 Thread Gustavo Sverzut Barbieri
Is this a real fix? This gets the LAST object and then walks forward... I suppose this will just iterate once... :-/ On Thu, Nov 26, 2009 at 12:56 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * evas: Fix bug in evas_objects_in_rectangle_get. Author:       cedric Date:  

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

2009-11-26 Thread Cedric BAIL
On Thursday, November 26, 2009, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Is this a real fix? This gets the LAST object and then walks forward... I suppose this will just iterate once... :-/ Damn. I tried with only one objects. You are obviously right. I will provide a better fix

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

2009-02-12 Thread The Rasterman
On Thu, 12 Feb 2009 09:05:17 -0800 Enlightenment SVN no-re...@enlightenment.org said: :):):) Log: * evas/lib/canvas/evas_async_events.c: Use memset instead of PACKED. Author: cedric Date: 2009-02-12 09:05:17 -0800 (Thu, 12 Feb 2009) New Revision: 39003