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

2011-10-12 Thread Mike Blumenkrantz
On Wed, 12 Oct 2011 14:50:44 +0900 ChunEon Parkher...@naver.com wrote: they can call evas_object_del and content_pop for subobj. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Enlightenment

[E-devel] [PATCH] evas: Use inlists to store the render recalculation list

2011-10-12 Thread Mike McCormack
Rebuild eina first, otherwise this won't build. thanks, Mike From f36e1a67f8f58b65c1fd1452ca692e4f2edc87ee Mon Sep 17 00:00:00 2001 From: Mike McCormack mj.mccorm...@samsung.com Date: Wed, 12 Oct 2011 15:07:30 +0900 Subject: [PATCH] evas: Use inlists to store the render recalculation list

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

2011-10-12 Thread ChunEon Park
Is this a proper API ? Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-10-11(화) 15:27:30 Subject: E SVN:

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: 김재환lt;jae.hwan@samsung.comgt; To: enlightenment-devel@lists.sourceforge.netlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-10-12(수) 14:05:20 Subject:

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 Blumenkrantzlt;m...@zentific.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: her...@naver.com Sent:

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 Parkher...@naver.com wrote: same. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Mike Blumenkrantzlt;m...@zentific.comgt; To: Enlightenment developer

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

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

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 mj.mccorm...@samsung.com wrote: On 10/12/2011 04:14 AM, Gustavo Sverzut Barbieri

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

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 Parkher...@naver.com 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

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 McCormacklt;mj.mccorm...@samsung.comgt; To:

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

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

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 Parkher...@naver.com 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,

[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

Re: [E-devel] Multitouch Not working

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 14:00:55 +0530 HariHara Sudhan h...@emo2.com 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

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

[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

[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.

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

2011-10-12 Thread Davide Andreoli
2011/10/11 Vincent Torri vto...@univ-evry.fr: 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] elementary build failure on openSUSE Factory

2011-10-12 Thread The Rasterman
On Wed, 12 Oct 2011 23:49:29 +0200 Tomas Cech tc...@suse.cz 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

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 tc...@suse.cz 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

[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 propagated

Re: [E-devel] Lua2?

2011-10-12 Thread The Rasterman
On Thu, 29 Sep 2011 19:33:16 +1000 David Seikel onef...@gmail.com 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,

Re: [E-devel] Lua2?

2011-10-12 Thread David Seikel
On Thu, 13 Oct 2011 11:56:49 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 29 Sep 2011 19:33:16 +1000 David Seikel onef...@gmail.com 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