[EGIT] [core/efl] master 01/01: gl drm/x11: Fix compilation for EGL < 1.5

2016-12-01 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=182418dc1c195a1af4c4d0ee8377f9c6d2d72b16 commit 182418dc1c195a1af4c4d0ee8377f9c6d2d72b16 Author: Jean-Philippe Andre Date: Fri Dec 2 14:24:57 2016 +0900 gl drm/x11: Fix

[EGIT] [core/efl] master 01/01: elm: use eina_rectangle to check intersection

2016-12-01 Thread Lukasz Stanislawski
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9c82b3475f879a77c44457d9f87b8ca887e1e57d commit 9c82b3475f879a77c44457d9f87b8ca887e1e57d Author: Lukasz Stanislawski Date: Thu Dec 1 20:56:32 2016 +0900 elm: use

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread The Rasterman
On Thu, 1 Dec 2016 13:04:32 +0100 Vincent Torri said: > can you please at least print a message (ERR, WARN or something like > that) to at least remember that you made that hack ? > > this kind of hack is perfect to silently remove features on Windows > instead of

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread The Rasterman
On Thu, 1 Dec 2016 12:36:28 -0200 Gustavo Sverzut Barbieri said: > On Thu, Dec 1, 2016 at 6:33 AM, Carsten Haitzler wrote: > > On Wed, 30 Nov 2016 21:58:19 -0800 Cedric BAIL said: > > > >> Hello, > >> > >> So we have currently a

Re: [E-devel] elm_gengrid: possible unreachable code in _key_action_move()

2016-12-01 Thread Shuhrat Dehkanov
Right \: Thanks! On Fri, Dec 2, 2016 at 9:39 AM, Jean-Philippe André wrote: > Hi, > > On 1 December 2016 at 21:10, Shuhrat Dehkanov wrote: > >> Hello. >> >> It seems to me that the last execution line in _key_action_move() is 3737, >>

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread Hermet Park
good point! -Original Message- From: "Cedric BAIL"cedric.b...@free.fr To: "Enlightenment developer list"enlightenment-devel@lists.sourceforge.net; Cc: Sent: 2016-12-02 (금) 11:26:03 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on

[EGIT] [core/enlightenment] master 01/01: temperature module - more non-eeze system fixes

2016-12-01 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c5a293919bc8bfab4a6ab06c3b53d23b6ad90633 commit c5a293919bc8bfab4a6ab06c3b53d23b6ad90633 Author: Carsten Haitzler (Rasterman) Date: Fri Dec 2 11:53:54 2016 +0900

[EGIT] [core/enlightenment] master 01/01: bsd patch from netstar fixing threaded tempget

2016-12-01 Thread Al Poole
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f740616961ec92837f9e90cac804d4f59a947cb6 commit f740616961ec92837f9e90cac804d4f59a947cb6 Author: Al Poole Date: Fri Dec 2 11:51:04 2016 +0900 bsd patch from netstar

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread Cedric BAIL
On Thu, Dec 1, 2016 at 5:44 PM, Hermet Park wrote: > Since eian_thread_queue_wait() (in _evas_common_scale_sample_thread) returns > NULL message direclty. > _evas_common_scale_sample_thread() doesn't work totally. > > I believe we'd need to remove the non-async rendering

[EGIT] [tools/expedite] master 01/01: fix build break.

2016-12-01 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=e2a2ef4f860102d7aa615669e18b5f22bb127144 commit e2a2ef4f860102d7aa615669e18b5f22bb127144 Author: Hermet Park Date: Fri Dec 2 11:15:35 2016 +0900 fix build break.

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread Hermet Park
Since eian_thread_queue_wait() (in _evas_common_scale_sample_thread) returns NULL message direclty. _evas_common_scale_sample_thread() doesn't work totally. I believe we'd need to remove the non-async rendering bodies at some point in the futrue. Since those are not mainly used nor maintained.

Re: [E-devel] elm_gengrid: possible unreachable code in _key_action_move()

2016-12-01 Thread Jean-Philippe André
Hi, On 1 December 2016 at 21:10, Shuhrat Dehkanov wrote: > Hello. > > It seems to me that the last execution line in _key_action_move() is 3737, > https://git.enlightenment.org/core/efl.git/tree/src/lib/ > elementary/elm_gengrid.c#n3737 > > Or am I missing something? > > It seems

[EGIT] [core/efl] master 02/03: gl_drm: Don't query gl functions that don't exist anywhere

2016-12-01 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adabe89b3a6ff4ea5fc2e98dba95bb4ac4e8fe79 commit adabe89b3a6ff4ea5fc2e98dba95bb4ac4e8fe79 Author: Derek Foreman Date: Thu Dec 1 15:00:21 2016 -0600 gl_drm: Don't query gl

[EGIT] [core/efl] master 01/03: wayland_shm: enable dmabuf by default

2016-12-01 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9b6ec1ecc3bf7482576989c6b368741b35eae4c5 commit 9b6ec1ecc3bf7482576989c6b368741b35eae4c5 Author: Derek Foreman Date: Thu Dec 1 13:24:40 2016 -0600 wayland_shm: enable

[EGIT] [core/efl] master 03/03: gl_drm: Fix eglCreateImage for 32-bit systems

2016-12-01 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f0e8ebeaea0fad141bccc64f0177a02694ebebd4 commit f0e8ebeaea0fad141bccc64f0177a02694ebebd4 Author: Derek Foreman Date: Thu Dec 1 15:05:35 2016 -0600 gl_drm: Fix

[EGIT] [core/efl] master 02/02: efl_debugd: check for fwrite() return.

2016-12-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=763251e50f6e51e5b2385f9e2d366a0b045dbcea commit 763251e50f6e51e5b2385f9e2d366a0b045dbcea Author: Gustavo Sverzut Barbieri Date: Thu Dec 1 16:23:23 2016 -0200

[EGIT] [core/efl] master 01/02: eeze_scanner_monitor: fix error handling.

2016-12-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=966c51460bfcdbcec23ff80ad1d3758e2b89b3ae commit 966c51460bfcdbcec23ff80ad1d3758e2b89b3ae Author: Gustavo Sverzut Barbieri Date: Thu Dec 1 15:38:40 2016 -0200

[EGIT] [core/efl] master 01/01: Luncher theme: Make sure to check the geometry of the opposite coordinate to ensure the cursor is inside of the icon.

2016-12-01 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2500a2d03e8a846e6137c392b9ac5ebce227b3cf commit 2500a2d03e8a846e6137c392b9ac5ebce227b3cf Author: Stephen okra Houston Date: Thu Dec 1 12:12:24 2016 -0600 Luncher theme: Make

[EGIT] [core/enlightenment] master 01/02: add handler for triggering xdg-shell data cleanup on client del

2016-12-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8173c06c4d666248650c75616cad35ed5b63500e commit 8173c06c4d666248650c75616cad35ed5b63500e Author: Mike Blumenkrantz Date: Thu Dec 1 12:11:38 2016 -0500 add

[EGIT] [core/enlightenment] master 02/02: free xdg-shell data for xdg5 surfaces

2016-12-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cd4c3ecc5dda6e7cc0d80a351a888758046a937b commit cd4c3ecc5dda6e7cc0d80a351a888758046a937b Author: Mike Blumenkrantz Date: Thu Dec 1 12:13:57 2016 -0500 free

[EGIT] [core/enlightenment] master 01/01: Stop sending key up/down events on focus change under wayland

2016-12-01 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=41e60d251ecb2acf9c1c92715b4335ac7bc364a2 commit 41e60d251ecb2acf9c1c92715b4335ac7bc364a2 Author: Derek Foreman Date: Thu Dec 1 10:55:49 2016 -0600 Stop sending

[EGIT] [core/enlightenment] master 01/01: feed mouse move and canvas mouse up upon breaking a wl surface grab

2016-12-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=08ee9293dfe8b3e49f7f209e9bf16ea1832efdb5 commit 08ee9293dfe8b3e49f7f209e9bf16ea1832efdb5 Author: Mike Blumenkrantz Date: Thu Dec 1 11:20:22 2016 -0500 feed

[EGIT] [core/efl] master 01/01: eolian: remove handling of short refs in tokenizer

2016-12-01 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=66b48f8f5dec56b170d09dfb4a760365a63014f6 commit 66b48f8f5dec56b170d09dfb4a760365a63014f6 Author: Daniel Kolesa Date: Thu Dec 1 17:22:19 2016 +0100 eolian: remove handling

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian: add documentation tokenizer

2016-12-01 Thread Gustavo Sverzut Barbieri
> +#define CMP_MARK_NOTE(doc, note) !strncmp(doc, note ": ", sizeof(note) + 1) this could be cleaner by using strlen(note ": "), or sizeof(note ": ") - 1... at first read I thought it was a mistake :-D > + > + /* different types of notes */ > + if (CMP_MARK_NOTE(doc, "Note")) > + { > +

[EGIT] [core/efl] master 01/01: eolian: add documentation tokenizer

2016-12-01 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d2105f99d4a4b562bef1641ecc5f371d0e5ae7d7 commit d2105f99d4a4b562bef1641ecc5f371d0e5ae7d7 Author: Daniel Kolesa Date: Thu Dec 1 16:37:01 2016 +0100 eolian: add

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread Gustavo Sverzut Barbieri
On Thu, Dec 1, 2016 at 6:33 AM, Carsten Haitzler wrote: > On Wed, 30 Nov 2016 21:58:19 -0800 Cedric BAIL said: > >> Hello, >> >> So we have currently a bug showing up for some people, that is >> actually related to how we handle event when a callback is

[EGIT] [website/www] master 03/04: www: plugins: install graphivz plugin for graphs in eo docs

2016-12-01 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=2ab3e3f29293774a18940dd832d7e1042ad72b44 commit 2ab3e3f29293774a18940dd832d7e1042ad72b44 Author: Stefan Schmidt Date: Tue Nov 29 15:40:53 2016 +0100 www: plugins:

[EGIT] [website/www] master 04/04: www: plugins: install styling plugin for eo doc system

2016-12-01 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=ff52ab5568fae024730d6a61ce2b968c491464ef commit ff52ab5568fae024730d6a61ce2b968c491464ef Author: Stefan Schmidt Date: Tue Nov 29 15:41:35 2016 +0100 www: plugins:

[EGIT] [website/www] master 02/04: www: plugins: update the pagetitle plugin to newer version

2016-12-01 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=52b2fdce2dc839182410a2d000a7e0e7c09df0a8 commit 52b2fdce2dc839182410a2d000a7e0e7c09df0a8 Author: Stefan Schmidt Date: Tue Nov 29 11:54:26 2016 +0100 www: plugins:

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread Al Poole
I'm not sure how relative this is, however with a clean tree and the latest E patches the issue remains. This commit: https://git.enlightenment.org/core/enlightenment.git/commit/?id=8934ada4d8d9576e270defda5877589abdd2345d Does NOT fix the issue for me here. On Thu, Dec 1, 2016 at 12:01 PM,

[E-devel] elm_gengrid: possible unreachable code in _key_action_move()

2016-12-01 Thread Shuhrat Dehkanov
Hello. It seems to me that the last execution line in _key_action_move() is 3737, https://git.enlightenment.org/core/efl.git/tree/src/lib/elementary/elm_gengrid.c#n3737 Or am I missing something? --

[EGIT] [website/www-content] master 01/01: Wiki page fedora-start changed with summary [] by Philippe Jean Guillaumie

2016-12-01 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=18d88edad46c53f70afbfe9f76edec1a667dc63d commit 18d88edad46c53f70afbfe9f76edec1a667dc63d Author: Philippe Jean Guillaumie Date: Thu Dec 1 04:33:34 2016

[E-devel] [EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread Vincent Torri
can you please at least print a message (ERR, WARN or something like that) to at least remember that you made that hack ? this kind of hack is perfect to silently remove features on Windows instead of implementing these features

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread marcel-hollerbach
On Thu, Dec 01, 2016 at 10:11:50AM +0100, marcel-hollerb...@t-online.de wrote: > Hello, > > On Thu, Dec 01, 2016 at 05:33:10PM +0900, Carsten Haitzler wrote: > > On Wed, 30 Nov 2016 21:58:19 -0800 Cedric BAIL said: > > > > > Hello, > > > > > > So we have currently a bug

[EGIT] [tools/enventor] master 01/01: preference_setting: Modify description for auto indentation.

2016-12-01 Thread Jaehyun Cho
jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=cbd28d7fabc1b51d4ec1b49966d6bc4783896078 commit cbd28d7fabc1b51d4ec1b49966d6bc4783896078 Author: Jaehyun Cho Date: Thu Dec 1 20:52:43 2016 +0900

[EGIT] [admin/devs] master 01/01: FurryMyad: update old and add new public key

2016-12-01 Thread Vitalii Vorobiov
nikawhite pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=2c6771be92dc96d39b9f8f587c23dccda11e0f39 commit 2c6771be92dc96d39b9f8f587c23dccda11e0f39 Author: Vitalii Vorobiov Date: Thu Dec 1 13:43:50 2016 +0200 FurryMyad:

[EGIT] [tools/enventor] master 01/01: enventor_smart: Fix crash when focused item does not exist.

2016-12-01 Thread Jaehyun Cho
jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=15fd8149b4717caee3176a93824001af43b9b53f commit 15fd8149b4717caee3176a93824001af43b9b53f Author: Jaehyun Cho Date: Thu Dec 1 20:24:38 2016 +0900 enventor_smart:

[EGIT] [core/efl] master 01/01: evas common: disable thread_queue feature on win32.

2016-12-01 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7d7c17c22ac9e3115fd4b78507585dc9c43c3a22 commit 7d7c17c22ac9e3115fd4b78507585dc9c43c3a22 Author: Hermet Park Date: Thu Dec 1 19:49:30 2016 +0900 evas common: disable

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread marcel-hollerbach
Hello, On Thu, Dec 01, 2016 at 05:33:10PM +0900, Carsten Haitzler wrote: > On Wed, 30 Nov 2016 21:58:19 -0800 Cedric BAIL said: > > > Hello, > > > > So we have currently a bug showing up for some people, that is > > actually related to how we handle event when a callback

[EGIT] [core/efl] master 01/03: win: Fix main menu visibility with non-default themes

2016-12-01 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ed589f8c1f446bfdf79b4b52da85d4778a1bc1f commit 1ed589f8c1f446bfdf79b4b52da85d4778a1bc1f Author: Jean-Philippe Andre Date: Thu Dec 1 16:26:52 2016 +0900 win: Fix main menu

[EGIT] [core/efl] master 03/03: evas: Fix infinite recursion on smart object resize

2016-12-01 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0891466d5f443ae94cdc9ab823dc499f6ad47ce6 commit 0891466d5f443ae94cdc9ab823dc499f6ad47ce6 Author: Jean-Philippe Andre Date: Thu Dec 1 16:55:20 2016 +0900 evas: Fix infinite

[EGIT] [core/efl] master 02/03: win: Update min & max size hints simultaneously

2016-12-01 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=da7281f2aedea465ea903bd5ba6e583689f59cba commit da7281f2aedea465ea903bd5ba6e583689f59cba Author: Jean-Philippe Andre Date: Thu Dec 1 16:35:58 2016 +0900 win: Update min & max

[EGIT] [website/www-content] master 01/01: Wiki page download-latest changed with summary [] by Simon

2016-12-01 Thread Simon
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f2df8daa50569abb346fe345256be54d0b3cdeda commit f2df8daa50569abb346fe345256be54d0b3cdeda Author: Simon Date: Thu Dec 1 00:37:25 2016 -0800 Wiki

[EGIT] [website/www-content] master 01/01: Wiki page start-release changed with summary [] by Simon

2016-12-01 Thread Simon
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b697c4cf0ee51a22284e7af79eefd8d68cd651b1 commit b697c4cf0ee51a22284e7af79eefd8d68cd651b1 Author: Simon Date: Thu Dec 1 00:37:01 2016 -0800 Wiki

Re: [E-devel] [RFC] What to do with event registered during there own execution

2016-12-01 Thread The Rasterman
On Wed, 30 Nov 2016 21:58:19 -0800 Cedric BAIL said: > Hello, > > So we have currently a bug showing up for some people, that is > actually related to how we handle event when a callback is registered > from within a call triggered by that same event. There is a few >

[EGIT] [core/efl] master 01/01: evas common: fix a typo.

2016-12-01 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c7620cf83cf6d7823566c47151925bf3a5c0aa81 commit c7620cf83cf6d7823566c47151925bf3a5c0aa81 Author: Hermet Park Date: Thu Dec 1 17:12:42 2016 +0900 evas common: fix a typo. ---