Re: [E-devel] Lua2?

2011-10-12 Thread David Seikel
On Thu, 13 Oct 2011 11:56:49 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 29 Sep 2011 19:33:16 +1000 David Seikel > said: > > > OK, lua2 has no text part support, and that's what I needed. So I > > went with embryo. More about that below, but first the important > > part of this po

Re: [E-devel] Lua2?

2011-10-12 Thread The Rasterman
On Thu, 29 Sep 2011 19:33:16 +1000 David Seikel said: > OK, lua2 has no text part support, and that's what I needed. So I went > with embryo. More about that below, but first the important part of > this post. For a later project, I'll really need lua in EFL, but for > this one, the embryo stu

[E-devel] Question about event propagation routine of elm_scroller

2011-10-12 Thread EunMi Lee
Hello all, I have a question about event propagation routine among Evas_Object specially elm_scroller. I made an application which has Evas_Objects as follows: my object -> elm_layout -> elm_box -> elm_scroller -> elm_navibar ("->" means : left is contained to right) I expect that event is propa

Re: [E-devel] elementary build failure on openSUSE Factory

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 23:49:29 +0200 Tomas Cech said: scratch that. found it. fixed it. badness in group inheritance patches! > Hi, > > we have build issue on openSUSE Factory (devel version of > distribution, similar to debian sid). Packages are the same as for > other openSUSE distributions (on

Re: [E-devel] elementary build failure on openSUSE Factory

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 23:49:29 +0200 Tomas Cech said: > Hi, > > we have build issue on openSUSE Factory (devel version of > distribution, similar to debian sid). Packages are the same as for > other openSUSE distributions (only version should differ) so I don't > think it's packaging issue. > > I

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

[E-devel] elementary build failure on openSUSE Factory

2011-10-12 Thread Tomas Cech
Hi, we have build issue on openSUSE Factory (devel version of distribution, similar to debian sid). Packages are the same as for other openSUSE distributions (only version should differ) so I don't think it's packaging issue. I already tried to consult it on IRC so you may have already seen it.

[E-devel] [E-Devel][Patch] Eina TLS

2011-10-12 Thread Sung W. Park
Hi all, I was in need of using thread local storage for some of the EvasGL stuff that I'm currently working on. I've noticed that Eina doesn't have thread local storage functions. It would be best to simply use load-time TLS by using __thread in Linux or __declspec(thread) in Windows in front of

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-10-12 Thread SHILPAONKAR SINGH
Hi All, Please find attached updated dashed underline patch with review comment fixes given by Tom. Fixes: tag names and function name modified, formatting fixes and test added for dashed underline. and I agree as multiple underlines should not co-exist only one underline color tag will be s

Re: [E-devel] Multitouch Not working

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 14:00:55 +0530 HariHara Sudhan said: > Hi all, >EVAS_CALLBACK_MULTI_DOWN is not calling the appropriate function, > I've xinput 2.1 which works perfectly on xinput --test and getting the > events. > I've tried both the release version and latest from the svn, but still > i

[E-devel] Multitouch Not working

2011-10-12 Thread HariHara Sudhan
Hi all, EVAS_CALLBACK_MULTI_DOWN is not calling the appropriate function, I've xinput 2.1 which works perfectly on xinput --test and getting the events. I've tried both the release version and latest from the svn, but still i'm having the same problem. The multi-touch from elementary-tests shows

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread Mike Blumenkrantz
On Wed, 12 Oct 2011 17:37:26 +0900 ChunEon Park wrote: > It looks, when content is pushed, it adds _content_del callback for > EVAS_CALLBACK_DEL. and it removed from the stack in _content_del > > Let's run together for the best moment! > -Regards, Hermet- >

Re: [E-devel] E SVN: mike_m trunk/elementary/src/lib

2011-10-12 Thread Mike McCormack
On 10/12/2011 05:32 PM, ChunEon Park wrote: > If no one does agree this API by tomorrow, then I will remove it again. > Thanks. Seeing it is wrong, we should also remove it internally. thanks, Mike -- All the data con

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread ChunEon Park
It looks, when content is pushed, it adds _content_del callback for EVAS_CALLBACK_DEL. and it removed from the stack in _content_del Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Mike Blumenkrantz"

Re: [E-devel] E SVN: mike_m trunk/elementary/src/lib

2011-10-12 Thread ChunEon Park
If no one does agree this API by tomorrow, then I will remove it again. Thanks. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Mike McCormack" To: enlightenment-devel@lists.sourceforge.

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread Mike Blumenkrantz
On Wed, 12 Oct 2011 17:02:33 +0900 ChunEon Park wrote: > Yes. it's the convenient API for users. > But they can call the evas_object_del to delete the content, > or if it's a top item, they can call pager_content_pop API. > That's all. > > Let's run together

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread ChunEon Park
Yes. it's the convenient API for users. But they can call the evas_object_del to delete the content, or if it's a top item, they can call pager_content_pop API. That's all. Let's run together for the best moment! -Regards, Hermet- -Original Message

Re: [E-devel] E SVN: mike_m trunk/edje/src/bin

2011-10-12 Thread Gustavo Sverzut Barbieri
Mike, we all know you by know and nobody would think this stupid idea was yours. We know the reasons for this yet this doesn't stop us from complaining :-) Relax :-) On Wednesday, October 12, 2011, Mike McCormack wrote: > On 10/12/2011 04:14 AM, Gustavo Sverzut Barbieri wrote: >> ahahahahaha...

Re: [E-devel] E SVN: mike_m trunk/elementary/src/lib

2011-10-12 Thread Mike McCormack
On 10/12/2011 03:30 PM, ChunEon Park wrote: > Is this a proper API ? Clearly, somebody thinks so otherwise they wouldn't have written it. If you think it's wrong, please delete it. thanks, Mike -- All the data continuou

Re: [E-devel] E SVN: mike_m trunk/edje/src/bin

2011-10-12 Thread Mike McCormack
On 10/12/2011 04:14 AM, Gustavo Sverzut Barbieri wrote: > ahahahahaha... this is funny. Aside from embryo code, it's trivial to > regenerate the source. Actually editje willl use that function as it ignores > the actual edc contents and creates from eet structures. Yes, I know decompilation is tri

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread Mike Blumenkrantz
On Wed, 12 Oct 2011 16:06:19 +0900 ChunEon Park wrote: > same. > > Let's run together for the best moment! > -Regards, Hermet- > > -Original Message- > From: "Mike Blumenkrantz" > To: "Enlightenment developer > list"

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-12 Thread ChunEon Park
same. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Mike Blumenkrantz" To: "Enlightenment developer list" Cc: her...@naver.com Sent: 11-10-12(수) 14:

Re: [E-devel] [Patch] scroller two bugs fix

2011-10-12 Thread ChunEon Park
Thank u. in svn. revision 64010 Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "김재환" To: "enlightenment-devel@lists.sourceforge.net" Cc: Sent: 11-10-12(수) 14:05:20 Subject: [E-dev