Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-07-27 Thread Christopher Michael
Thanks, Committed :) I slightly modified the patches a little to account for formatting & whitespace. I also replaced a couple of missed while/for loops with eina_list macros. Cheers, devilhorns Peter van de Werken wrote: > On Sun, Jul 26, 2009 at 05:30:07PM -0700, Enlightenment SVN wrote: >>

Re: [E-devel] edje weirdness

2009-07-27 Thread tam
On Mon, Jul 27, 2009 at 03:36:10PM -0400, t...@hiddenrock.com wrote: > On Sun, Jul 26, 2009 at 07:23:12PM -0300, Gustavo Sverzut Barbieri wrote: > > On Sun, Jul 26, 2009 at 5:46 PM, wrote: > > > The following is a group from a .edc file I'm using that is exhibiting > > > behavior confusing to me.

Re: [E-devel] edje weirdness

2009-07-27 Thread tam
On Sun, Jul 26, 2009 at 07:23:12PM -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Jul 26, 2009 at 5:46 PM, wrote: > > The following is a group from a .edc file I'm using that is exhibiting > > behavior confusing to me.  I have a SWALLOW object with an image in it, > > and when I call the "select

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-07-27 Thread Christopher Michael
After a quick read-through, the patches look good :) I won't have time to actually do a build test until later tonight tho (and if ok, then I'll commmit them). If someone else gets to these before me, great...if not I will attend to them later tonightbut for the most part, if you have more

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-07-27 Thread Peter van de Werken
On Sun, Jul 26, 2009 at 05:30:07PM -0700, Enlightenment SVN wrote: > Log: > Remove whitespace. > Use E_FREE for things created with E_NEW. > Add new function to clear the toolbar. > Add new function to return the number of the selected item. got two patches: #1: hide eina_list internals by

Re: [E-devel] FreeBSD 8-CURRENT and 7-STABLE compilation/installation

2009-07-27 Thread Vincent Torri
Hey, > I compiled enlightenment in FreeBSD amd64 (only the bare minimum for a > functional e17 minus the battery module as I don't care about it :D) > and here are my findings. > Small things will be explained below, bigger patches will be attached. > > ecore needs sys/select.h else e_slider.c wi