Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Gustavo Sverzut Barbieri
On Sun, Jan 29, 2012 at 10:57 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Eina test model: Get offsets and sizes properly.  Make the tests work on multiple platforms and also let people who read the  code see how to do it properly. Author:       tasn Date:        

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 16:15, Gustavo Sverzut Barbieri wrote: ooops! Forgot, we should make it a macro. Could you do it? Out of hacking computer until Monday afternoon. Make a macro out of what? The get array size? I've been wanting to add that to Eina for ages now... Or are you talking about something

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Gustavo Sverzut Barbieri
On Sun, Jan 29, 2012 at 12:20 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 29/01/12 16:15, Gustavo Sverzut Barbieri wrote: ooops! Forgot, we should make it a macro. Could you do it? Out of hacking computer until Monday afternoon. Make a macro out of what? The get array size?

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 16:29, Gustavo Sverzut Barbieri wrote: that and also the member description, doing the offsetof() internally. I always add the sentinel macro as well. Just document that if you use the sentinel, the array size (if0) should NOT include the sentinel! What do you want the sentinel

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 16:34, Tom Hacohen wrote: What do you want the sentinel for? Looks useless (the size is already passed). Also, where to put the array length macro at (what include file)? And got an idea for naming? I've lost my muse... -- Tom.

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Gustavo Sverzut Barbieri
On Sun, Jan 29, 2012 at 12:38 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 29/01/12 16:34, Tom Hacohen wrote: What do you want the sentinel for? Looks useless (the size is already passed). you can pass 0 for size, then it will look for the sentinel. Size is faster, but some users

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 16:55, Gustavo Sverzut Barbieri wrote: you can pass 0 for size, then it will look for the sentinel. Size is faster, but some users may be lazy and use the sentinel. Sounds awful. In 99.99% of the cases, the array will be implemented as a static const variable and therefore it's

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 17:17, Tom Hacohen wrote: On 29/01/12 16:55, Gustavo Sverzut Barbieri wrote: you can pass 0 for size, then it will look for the sentinel. Size is faster, but some users may be lazy and use the sentinel. Sounds awful. In 99.99% of the cases, the array will be implemented as a

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Gustavo Sverzut Barbieri
On Sun, Jan 29, 2012 at 1:19 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 29/01/12 17:17, Tom Hacohen wrote: On 29/01/12 16:55, Gustavo Sverzut Barbieri wrote: you can pass 0 for size, then it will look for the sentinel. Size is faster, but some users may be lazy and use the

Re: [E-devel] E SVN: tasn trunk/eina/src/tests

2012-01-29 Thread Tom Hacohen
On 29/01/12 17:23, Gustavo Sverzut Barbieri wrote: sometimes I'm not as lazy as I think :-) Seems I have more faith in your than you have in yourself. :) -- Tom. -- Try before you buy = See our experts in action! The

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

2012-01-29 Thread ChunEon Park
When it finished handling all jobs associated with the item or pending jobs for the item. -Regards, Hermet- -Original Message- From: Iván Briano (Sachiel)lt;sachi...@gmail.comgt; To: enlightenment-devel@lists.sourceforge.net Cc:

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread ChunEon Park
When I use vs 2005/2008, I used to use the type INT, LONG, BOOL... which are macros to translate 32/64 bits if it's necessary. If I remembered correctly, ssize_t is defined as INT. -Regards, Hermet- -Original Message- From: Gustavo Sverzut

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread David Seikel
On Mon, 30 Jan 2012 10:00:27 +0900 ChunEon Parkher...@naver.com wrote: When I use vs 2005/2008, I used to use the type INT, LONG, BOOL... which are macros to translate 32/64 bits if it's necessary. If your BOOLs are 64 bits long, you're doing it wrong. Then again, this is Windows we are

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread ChunEon Park
... I just meaned (for replying to barbieri), there are macros such as INT, LONG, BOOL, UINT, SHORT in Windows Actually, Here our problem was integer and BOOL does not matter. -Regards, Hermet- -Original Message- From: David

Re: [E-devel] [e-users] Accessibility

2012-01-29 Thread myoungwoon kim
Hi Dariusz, As Gustavo's answer, this is more an enlightenment-devel question. Unlike Gustavo's answer, I'm leading a team to support the a11y for the improvement of EFL. Currently we have specially been developing Screen reader, Giant font like Voice over in iOS etc features. Actually we are

Re: [E-devel] Trying buildbot

2012-01-29 Thread The Rasterman
On Sun, 15 Jan 2012 12:38:13 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: could you move this to e1.enlightenment.org ? since it's idle... it'd be much better there! Hi all, I've setup buildbot at enlightenment.org, initially it's running at a different port, if it work out

Re: [E-devel] Windows port : should I drop vc++ support ?

2012-01-29 Thread The Rasterman
On Sun, 22 Jan 2012 21:41:21 +0100 Vincent Torri vincent.to...@gmail.com said: i'm for use gcc or clang on windows if u want to build efl. as for USING efl as apps - i'm in the please lets make it work for people using vc++. :) Hey Currently, there are a lot of problems with Visual Studio

[E-devel] [Patch] elm_win - added code to handle window type change

2012-01-29 Thread Doyoun Kang
Dear all. When the window type is changed by window manager or other daemon, elm_win couldn't detect this change and didn't change Elm_Win's type. So, after some operation (like elm_win_alpha_set or elm_win_transparent_set, etc.), window type is changed to old type because Elm_Win's type was