Re: [E-devel] Eo API change and C++ binding

2013-10-29 Thread daniel.za...@samsung.com
Hi Felipe, I think Cedric told you but we have a project for the boilerplate that is called Eolian. You describe a Eo class in JSON format (at least for the moment according to the vote that was in the ml) and then can generate the EO1/2 API functions, legacy functions, classes information in

Re: [E-devel] Is there *real* documentation for edje?

2013-10-29 Thread The Rasterman
On Tue, 29 Oct 2013 15:14:07 -0400 Robert Heller said: > I am trying to write an alternitive version of the Enlightenment's 'start > menu', where instead of a cascade menu it is a three column thingy (I am not > sure what this sort of menu is called), something like this (from Mint): > > ftp:/

[EGIT] [bindings/python/python-efl] master 03/03: Elementary: Start making examples more examplary.

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b3f501b387b2ebad838f90c9da8d7fbfd287134c commit b3f501b387b2ebad838f90c9da8d7fbfd287134c Author: Kai Huuhko Date: Wed Oct 30 04:28:55 2013 +0200 Elementary: Start making examples

[EGIT] [bindings/python/python-efl] master 01/03: Eo: Speed up, and fix a cornercase in, _properties_from_keyword_args.

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=be547283f0b832c7027e7a1e184a0ac8507f65d9 commit be547283f0b832c7027e7a1e184a0ac8507f65d9 Author: Kai Huuhko Date: Wed Oct 30 03:12:35 2013 +0200 Eo: Speed up, and fix a cornercas

[EGIT] [bindings/python/python-efl] master 02/03: Elementary.actionslider: Fix a string return value to be unicode

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=db4483a88c14031deaf0fdb6deeffb31fac8001d commit db4483a88c14031deaf0fdb6deeffb31fac8001d Author: Kai Huuhko Date: Wed Oct 30 04:27:18 2013 +0200 Elementary.actionslider: Fix a st

Re: [E-devel] Is there *real* documentation for edje?

2013-10-29 Thread Cedric BAIL
Hello, On Wed, Oct 30, 2013 at 6:04 AM, Guillaume Friloux wrote: > Le 29/10/2013 20:14, Robert Heller a écrit : >> I am trying to write an alternitive version of the Enlightenment's 'start >> menu', where instead of a cascade menu it is a three column thingy (I am not >> sure what this sort of me

[EGIT] [core/efl] master 01/01: EvasGL: cleaning up unnecessary code.

2013-10-29 Thread Sung W . Park
sung pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9bb4c4869199118d9d16c87edc5084e8d1d49fb7 commit 9bb4c4869199118d9d16c87edc5084e8d1d49fb7 Author: Sung W. Park Date: Wed Oct 30 10:47:52 2013 +0900 EvasGL: cleaning up unnecessary code. Cle

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Daniel Juyung Seo
On Wed, Oct 30, 2013 at 10:00 AM, Cedric BAIL wrote: > Hello, > > On Wed, Oct 30, 2013 at 2:34 AM, Kim Shinwoo > wrote: > > Is the test result from efl/src/tests/* stuffs? > > Yes, they are ! > > > The functional (or line) coverage would be lower than I though. > > It would be a nice point to co

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Cedric BAIL
Hello, On Wed, Oct 30, 2013 at 2:34 AM, Kim Shinwoo wrote: > Is the test result from efl/src/tests/* stuffs? Yes, they are ! > The functional (or line) coverage would be lower than I though. > It would be a nice point to contribute on my side. :) For people who didn't saw those tests coverage

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Daniel Juyung Seo
On Wed, Oct 30, 2013 at 2:34 AM, Kim Shinwoo wrote: > Hello > > Is the test result from efl/src/tests/* stuffs? > The functional (or line) coverage would be lower than I though. > It would be a nice point to contribute on my side. :) > > Sincerely, > Shinwoo Kim. > > Yes please Shinwoo. Welcome y

[EGIT] [core/elementary] master 02/02: NEWS/ChangeLog: Updated NEWS/ChangeLog entry for image click addition on key event.

2013-10-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e1dd6e12fce6813b5faf6352ce569e76ed4e4a0c commit e1dd6e12fce6813b5faf6352ce569e76ed4e4a0c Author: Daniel Juyung Seo Date: Wed Oct 30 08:52:17 2013 +0900 NEWS/ChangeLog: Updated NEWS/ChangeLog

[EGIT] [core/elementary] master 01/02: test_image.c: enhance image click example to look better.

2013-10-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=00f667562bbca6b332cc3d6d140df5588c7fefc2 commit 00f667562bbca6b332cc3d6d140df5588c7fefc2 Author: Daniel Juyung Seo Date: Wed Oct 30 08:49:09 2013 +0900 test_image.c: enhance image click exam

[EGIT] [core/efl] master 01/01: Return Eina_Bool value for method which deleting style from edje_edit object.

2013-10-29 Thread m . biliavskyi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1b802b0e3a62cabb03f41754596675c61938a682 commit 1b802b0e3a62cabb03f41754596675c61938a682 Author: m.biliavskyi Date: Wed Oct 30 08:40:11 2013 +0900 Return Eina_Bool value for method which deleting s

[EGIT] [core/elementary] master 01/01: [image] - Added support for "clicked" callback on Return/space/KP_Enter key press.

2013-10-29 Thread Amitesh Singh
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6ee48d9a9f3ee14c2594928b0e57c37cead27e44 commit 6ee48d9a9f3ee14c2594928b0e57c37cead27e44 Author: Amitesh Singh Date: Wed Oct 30 08:32:43 2013 +0900 [image] - Added support for "clicked" call

[EGIT] [core/elementary] master 01/01: elm_conform.c: Use more ELM_SAFE_FREE macros.

2013-10-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8f523ed25329b25845fc8d679dac1cd9ce2542d1 commit 8f523ed25329b25845fc8d679dac1cd9ce2542d1 Author: Daniel Juyung Seo Date: Tue Oct 29 22:49:43 2013 +0900 elm_conform.c: Use more ELM_SAFE_FREE

[EGIT] [core/efl] master 01/01: ecore_x/xlib/ecore_x_vsync.c uses dlopen and dlsym, but configure.ac only checks for this for the XCB variant. This results in linker errors when using strict linker fl

2013-10-29 Thread Albin Tonnerre
yoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6b130d8b18e5077f4a5fe0fefe534a73053fcb08 commit 6b130d8b18e5077f4a5fe0fefe534a73053fcb08 Author: Albin Tonnerre Date: Tue Oct 29 23:25:54 2013 +0100 ecore_x/xlib/ecore_x_vsync.c uses dlopen and dlsy

Re: [E-devel] Monitor/output parameter for fullscreen

2013-10-29 Thread Gustavo Sverzut Barbieri
On Tue, Oct 29, 2013 at 7:26 PM, Rafael Antognolli wrote: > Hey everyone, > > Our current API for setting a window as fullscreen does not support > specifying which output/display/monitor should be used as fullscreen. > However, wayland does support it. > > Would it make sense to have such paramet

Re: [E-devel] [EGIT] [core/efl] master 01/02: ecore/wayland: Add some getters.

2013-10-29 Thread Chris Michael
On 10/29/13 21:38, Rafael Antognolli wrote: > On Tue, Oct 29, 2013 at 7:25 PM, Chris Michael wrote: >> This is looking good antognolli :) Thank you for keeping to the existing >> formatting ;) >> >> There is one thing that I would prefer tho .. for "internal"/private >> functions (ie: Not exposed

Re: [E-devel] [EGIT] [core/efl] master 01/02: ecore/wayland: Add some getters.

2013-10-29 Thread Rafael Antognolli
On Tue, Oct 29, 2013 at 7:25 PM, Chris Michael wrote: > This is looking good antognolli :) Thank you for keeping to the existing > formatting ;) > > There is one thing that I would prefer tho .. for "internal"/private > functions (ie: Not exposed API functions), can we prefix with _ please ?? Don

[EGIT] [core/efl] master 01/01: ecore/wayland: Using underscore on private functions.

2013-10-29 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=047e3bf113f1129ffdd829b6ae0fd370a5677963 commit 047e3bf113f1129ffdd829b6ae0fd370a5677963 Author: Rafael Antognolli Date: Tue Oct 29 19:32:00 2013 -0200 ecore/wayland: Using underscore on priv

[E-devel] Monitor/output parameter for fullscreen

2013-10-29 Thread Rafael Antognolli
Hey everyone, Our current API for setting a window as fullscreen does not support specifying which output/display/monitor should be used as fullscreen. However, wayland does support it. Would it make sense to have such parameter in the fullscreen_set API? Or should it be a wayland-only API? For

Re: [E-devel] [EGIT] [core/efl] master 01/02: ecore/wayland: Add some getters.

2013-10-29 Thread Chris Michael
This is looking good antognolli :) Thank you for keeping to the existing formatting ;) There is one thing that I would prefer tho .. for "internal"/private functions (ie: Not exposed API functions), can we prefix with _ please ?? ie: +struct wl_compositor * +ecore_wl_compositor_get(void) +{ +

[EGIT] [core/efl] master 02/02: ecore/wayland: Oops, initialize member of malloc'ed struct.

2013-10-29 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cb0f6171a88e3fe779ea27e22608adee3d62c4ee commit cb0f6171a88e3fe779ea27e22608adee3d62c4ee Author: Rafael Antognolli Date: Tue Oct 29 19:14:59 2013 -0200 ecore/wayland: Oops, initialize member

[EGIT] [core/efl] master 01/02: ecore/wayland: Add some getters.

2013-10-29 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=06d6bf0dba9f0cc20075c84507bec2cbdb96aa6b commit 06d6bf0dba9f0cc20075c84507bec2cbdb96aa6b Author: Rafael Antognolli Date: Tue Oct 29 18:40:33 2013 -0200 ecore/wayland: Add some getters.

Re: [E-devel] Is there *real* documentation for edje?

2013-10-29 Thread Guillaume Friloux
Le 29/10/2013 20:14, Robert Heller a écrit : > I am trying to write an alternitive version of the Enlightenment's 'start > menu', where instead of a cascade menu it is a three column thingy (I am not > sure what this sort of menu is called), something like this (from Mint): > > ftp://ftp.deepsoft.c

[E-devel] Is there *real* documentation for edje?

2013-10-29 Thread Robert Heller
I am trying to write an alternitive version of the Enlightenment's 'start menu', where instead of a cascade menu it is a three column thingy (I am not sure what this sort of menu is called), something like this (from Mint): ftp://ftp.deepsoft.com/ftp/pub/deepwoods/Other/RibbonMenu.png But I am

[E-devel] [Question] Key event related

2013-10-29 Thread Kim Shinwoo
Dear all, Hello. after i press and release space key while right arrow key is pressed. the right arrow key press event does not occur before release and press right arrow key again. this is a normal operation on X environment. then how can i implement a shooting game on this environment. my main

Re: [E-devel] enventor release. (Tom, Read this)

2013-10-29 Thread Kim Shinwoo
whoa! ninja takes off a mask here. On Mon, Oct 28, 2013 at 3:58 PM, ChunEon Park wrote: > ok, that will be the first but last request. > > > -Regards, Hermet- > > -Original Message- > From: "Steven@e" > To: "Enlightenment developer list"< > enlighten

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Kim Shinwoo
Hello Is the test result from efl/src/tests/* stuffs? The functional (or line) coverage would be lower than I though. It would be a nice point to contribute on my side. :) Sincerely, Shinwoo Kim. On Tue, Oct 29, 2013 at 8:02 PM, Stefan Schmidt wrote: > Hello. > > On 10/29/2013 10:50 AM, Cedric

[EGIT] [admin/devs] master 01/01: dev--

2013-10-29 Thread Luis Felipe Strano Moraes
lfelipe pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=0c76c52eb1d45b5391c78e3eb1245f4321620556 commit 0c76c52eb1d45b5391c78e3eb1245f4321620556 Author: Luis Felipe Strano Moraes Date: Tue Oct 29 15:17:10 2013 -0200 dev-- haven't been work

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread Jérémy Zurcher
On Tuesday 29 October 2013 11:47, Guillaume Friloux wrote : > On 29/10/2013 00:58, Carsten Haitzler (The Rasterman) wrote: > >On Mon, 28 Oct 2013 11:49:20 +0100 Guillaume Friloux > > said: > > > >>On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: > >>>great.. but how do you EXTRACT this

Re: [E-devel] [EGIT] [core/efl] master 03/03: async render -> alpha set. if not visible dont WAIT. do it now.

2013-10-29 Thread Stefan Schmidt
Hello. Mike requested me to let you know that he also explains things in his second reply (16.10.2013) which you seem to ignore. On 10/29/2013 12:20 PM, Ulisses Furquim wrote: [snap] > I was trying to understand the bug being fixed and yes, it's minor and > I can just leave it as that. However

Re: [E-devel] [EGIT] [core/efl] master 03/03: async render -> alpha set. if not visible dont WAIT. do it now.

2013-10-29 Thread The Rasterman
On Tue, 29 Oct 2013 10:20:33 -0200 Ulisses Furquim said: > Raster, > > On Mon, Oct 28, 2013 at 10:03 PM, Carsten Haitzler > wrote: > > On Mon, 28 Oct 2013 17:13:08 -0200 Ulisses Furquim > > said: > > > >> Hi Raster, > >> > >> On Mon, Oct 28, 2013 at 12:47 AM, Carsten Haitzler > >> wrote: > >>

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread The Rasterman
On Tue, 29 Oct 2013 20:52:08 +0900 Jérôme Pinot said: > On 10/28/13 18:21, Carsten Haitzler wrote: > > On Mon, 28 Oct 2013 17:31:44 +0900 Cedric BAIL said: > > > > > On Mon, Oct 28, 2013 at 4:27 PM, Carsten Haitzler > > > wrote: > > > > On Mon, 28 Oct 2013 14:45:38 +0900 Cedric BAIL > > > > s

Re: [E-devel] [EGIT] [core/efl] master 03/03: async render -> alpha set. if not visible dont WAIT. do it now.

2013-10-29 Thread Ulisses Furquim
Raster, On Mon, Oct 28, 2013 at 10:03 PM, Carsten Haitzler wrote: > On Mon, 28 Oct 2013 17:13:08 -0200 Ulisses Furquim said: > >> Hi Raster, >> >> On Mon, Oct 28, 2013 at 12:47 AM, Carsten Haitzler >> wrote: >> > On Fri, 18 Oct 2013 15:19:00 -0300 Ulisses Furquim >> > said: >> > >> >> Raster,

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread The Rasterman
On Tue, 29 Oct 2013 11:47:37 +0100 Guillaume Friloux said: > On 29/10/2013 00:58, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 28 Oct 2013 11:49:20 +0100 Guillaume Friloux > > said: > > > >> On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: > >>> great.. but how do you EXTRACT

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread Jérôme Pinot
On 10/28/13 18:21, Carsten Haitzler wrote: > On Mon, 28 Oct 2013 17:31:44 +0900 Cedric BAIL said: > > > On Mon, Oct 28, 2013 at 4:27 PM, Carsten Haitzler > > wrote: > > > On Mon, 28 Oct 2013 14:45:38 +0900 Cedric BAIL said: > > >> On Mon, Oct 28, 2013 at 11:49 AM, Carsten Haitzler > > >> wrote

[EGIT] [core/elementary] master 01/02: elm/win: Put framespace set code in a common place.

2013-10-29 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e1ebba54bd57819dd1c50347f0a2e5d562505d1a commit e1ebba54bd57819dd1c50347f0a2e5d562505d1a Author: Rafael Antognolli Date: Tue Oct 29 08:42:41 2013 -0200 elm/win: Put framespace set code

[EGIT] [core/elementary] master 02/02: elm/win: Do not force maximized status.

2013-10-29 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ea3b9ea0f932f9d4446bb3d3a902908a12bcd3de commit ea3b9ea0f932f9d4446bb3d3a902908a12bcd3de Author: Rafael Antognolli Date: Tue Oct 29 08:39:40 2013 -0200 elm/win: Do not force maximized

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Stefan Schmidt
Hello. On 10/29/2013 10:50 AM, Cedric BAIL wrote: > On Tue, Oct 29, 2013 at 7:01 PM, Stefan Schmidt > wrote: >> On 10/29/2013 09:38 AM, Cedric BAIL wrote: >>> On Tue, Oct 29, 2013 at 5:31 PM, Stefan Schmidt >>> wrote: On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: > Not that next repor

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Cedric BAIL
On Tue, Oct 29, 2013 at 7:01 PM, Stefan Schmidt wrote: > On 10/29/2013 09:38 AM, Cedric BAIL wrote: >> On Tue, Oct 29, 2013 at 5:31 PM, Stefan Schmidt >> wrote: >>> On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: Not that next report may give different results as the 1th november, main

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread Guillaume Friloux
On 29/10/2013 00:58, Carsten Haitzler (The Rasterman) wrote: On Mon, 28 Oct 2013 11:49:20 +0100 Guillaume Friloux said: On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. it can't execute on its own... and p

[EGIT] [bindings/python/python-efl] master 03/03: Elementary: Add some TODO code comments

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=ada7a8c07ed24fce500529e9b8fe4037cc19cc79 commit ada7a8c07ed24fce500529e9b8fe4037cc19cc79 Author: Kai Huuhko Date: Tue Oct 29 12:36:08 2013 +0200 Elementary: Add some TODO code co

[EGIT] [bindings/python/python-efl] master 01/03: Add more useful settings in their default values to setup.

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=567ba9cda290c2f023ad37d3d275fe16fa296678 commit 567ba9cda290c2f023ad37d3d275fe16fa296678 Author: Kai Huuhko Date: Mon Oct 28 23:40:17 2013 +0200 Add more useful settings in their

[EGIT] [bindings/python/python-efl] master 02/03: Edje: Fix unit test paths and skip a couple segfaulting tests.

2013-10-29 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=05f288ec7f5f8b98ec94f169cbea881534f31d78 commit 05f288ec7f5f8b98ec94f169cbea881534f31d78 Author: Kai Huuhko Date: Tue Oct 29 06:25:23 2013 +0200 Edje: Fix unit test paths and ski

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Stefan Schmidt
Hello. On 10/29/2013 09:38 AM, Cedric BAIL wrote: > Hello, > > On Tue, Oct 29, 2013 at 5:31 PM, Stefan Schmidt > wrote: >> On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: >>> Not that next report may give different results as the 1th november, >>> main gcc release will be switch for gcc 4.8.1. >>

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Cedric BAIL
Hello, On Tue, Oct 29, 2013 at 5:31 PM, Stefan Schmidt wrote: > On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: >> Not that next report may give different results as the 1th november, >> main gcc release will be switch for gcc 4.8.1. > > Ah, right. Thanks for the reminder. > > I'm running one mac

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread The Rasterman
On Mon, 28 Oct 2013 11:49:20 +0100 Guillaume Friloux said: > On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: > > great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. > > it can't execute on its own... and printfing such strings on every fn call > > is just anti

Re: [E-devel] [EGIT] [core/efl] master 03/03: async render -> alpha set. if not visible dont WAIT. do it now.

2013-10-29 Thread The Rasterman
On Mon, 28 Oct 2013 17:13:08 -0200 Ulisses Furquim said: > Hi Raster, > > On Mon, Oct 28, 2013 at 12:47 AM, Carsten Haitzler > wrote: > > On Fri, 18 Oct 2013 15:19:00 -0300 Ulisses Furquim > > said: > > > >> Raster, > >> > >> On Wed, Oct 16, 2013 at 8:58 PM, Carsten Haitzler > >> wrote: > >>

[EGIT] [core/efl] master 01/01: On a focus_in event, if the ecore_evas already has focus, don't resend a focus in. Similar change for focus_out also.

2013-10-29 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=40a2dfc8701ff78de73669d059e87535fb39795e commit 40a2dfc8701ff78de73669d059e87535fb39795e Author: Chris Michael Date: Tue Oct 29 08:41:48 2013 + On a focus_in event, if the ecore_evas alre

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Stefan Schmidt
Hello. On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: > Hi in there, > > Not that next report may give different results as the 1th november, > main gcc release will be switch for gcc 4.8.1. Ah, right. Thanks for the reminder. I'm running one machine with 4.8.1 here so I don't expect to many p

[EGIT] [core/efl] master 02/02: If mouse is already inside the ecore_evas, then we don't need to call the mouse_in function of the ecore_evas.

2013-10-29 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=49dfea556657baed6cfbd8bc4c8389b79c3858aa commit 49dfea556657baed6cfbd8bc4c8389b79c3858aa Author: Chris Michael Date: Tue Oct 29 08:04:05 2013 + If mouse is already inside the ecore_evas,

[EGIT] [core/efl] master 01/02: Don't send mouse_up or mouse_down events unless we have a focused surface

2013-10-29 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d1d0090706274025e9be85e15eb7da7537252641 commit d1d0090706274025e9be85e15eb7da7537252641 Author: Chris Michael Date: Tue Oct 29 08:01:41 2013 + Don't send mouse_up or mouse_down events un