Re: [E-devel] Edje multiseat support

2016-12-02 Thread The Rasterman
On Sat, 3 Dec 2016 13:26:41 +0900 Carsten Haitzler (The Rasterman) said: > On Fri, 2 Dec 2016 14:54:20 -0200 Bruno Dilly said: > > lso... this is new: > > i'm seeing e's pointers/cursors getting stuck. it's because mouse out events > now are

[EGIT] [core/efl] master 01/02: evas - more render cache cleanups

2016-12-02 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8dd20ad8edc341f033f2a2f876fcbc665a56bdfa commit 8dd20ad8edc341f033f2a2f876fcbc665a56bdfa Author: Carsten Haitzler (Rasterman) Date: Sat Dec 3 12:44:57 2016 +0900 evas -

[EGIT] [core/efl] master 02/02: evas - fix out events broken by recent multiseat work

2016-12-02 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9e8257367df8cf1797ad474b0e8197353651ee5c commit 9e8257367df8cf1797ad474b0e8197353651ee5c Author: Carsten Haitzler (Rasterman) Date: Sat Dec 3 14:46:21 2016 +0900 evas - fix

[EGIT] [tools/eflete] master 03/03: menu: disable state and item as a status.

2016-12-02 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=47859cc46e89dfef3879b7363cafc965f7af81dc commit 47859cc46e89dfef3879b7363cafc965f7af81dc Author: Jaehwan Kim Date: Sat Dec 3 13:13:27 2016 +0900 menu: disable

[EGIT] [tools/eflete] master 02/03: shortcut: add shortcut about resource manager.

2016-12-02 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e6d8f0f2c8cd9cea8d44520563d68b45637e79ef commit e6d8f0f2c8cd9cea8d44520563d68b45637e79ef Author: Jaehwan Kim Date: Sat Dec 3 11:35:54 2016 +0900 shortcut: add

[EGIT] [tools/eflete] master 01/03: project_navigator: add the option to open the first group automatically.

2016-12-02 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=220c58eb8f650cada6dc45f10f152265add2c411 commit 220c58eb8f650cada6dc45f10f152265add2c411 Author: Jaehwan Kim Date: Sat Dec 3 10:52:54 2016 +0900 project_navigator:

Re: [E-devel] Edje multiseat support

2016-12-02 Thread The Rasterman
On Fri, 2 Dec 2016 14:54:20 -0200 Bruno Dilly said: lso... this is new: i'm seeing e's pointers/cursors getting stuck. it's because mouse out events now are missing. tyr mouse over the bottom resize bar on a window, then move mouse cursor into the application window

Re: [E-devel] Edje multiseat support

2016-12-02 Thread The Rasterman
On Fri, 2 Dec 2016 14:54:20 -0200 Bruno Dilly said: actually i need to bring up something else... please memory profile your work! i'm seeing over 1mb of hash entries being used by _evas_object_pointer_data_get() (called from

[EGIT] [core/efl] master 01/01: evas render cache - clean up memory in all cases

2016-12-02 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f9789aa94cd6b0de27b8fec3ae57634b74979a0c commit f9789aa94cd6b0de27b8fec3ae57634b74979a0c Author: Carsten Haitzler (Rasterman) Date: Sat Dec 3 12:43:11 2016 +0900 evas

Re: [E-devel] Edje multiseat support

2016-12-02 Thread The Rasterman
On Fri, 2 Dec 2016 14:54:20 -0200 Bruno Dilly said: > Hi folks, > > now that multiseat is supported up to Evas, we’re working on Edje. > > The idea is that a developer would be able to implement an UI that > may be used by more than one single seat, properly handling

Re: [E-devel] Elm_Code naming

2016-12-02 Thread The Rasterman
On Fri, 02 Dec 2016 19:58:35 + Andrew Williams said: > Hi, as we're shifting everything to Eo I realised that in elm_code the only > object is Elm.Code_Widget. As the rest of elm is exposing widgets or > layouts I thought perhaps a larger refactor is needed than just

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread The Rasterman
On Sat, 03 Dec 2016 01:45:30 + Gustavo Sverzut Barbieri said: > Well, I did force and it "worked". Not much test, like I've noticed some > cases check for class using just the eo_id... how can you force it? literally there's missing non-eoid code paths. eo will mess up

[EGIT] [core/enlightenment] master 01/01: temp - udev pol - do in mainloop and suffer as appropriate

2016-12-02 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1c8c57b7023095031ba917c35f445e8b06d6952f commit 1c8c57b7023095031ba917c35f445e8b06d6952f Author: Carsten Haitzler (Rasterman) Date: Sat Dec 3 11:28:45 2016 +0900

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread Gustavo Sverzut Barbieri
Well, I did force and it "worked". Not much test, like I've noticed some cases check for class using just the eo_id... Em sex, 2 de dez de 2016 às 23:31, Carsten Haitzler escreveu: > On Fri, 2 Dec 2016 22:24:19 -0200 Gustavo Sverzut Barbieri < > barbi...@gmail.com> > said:

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread The Rasterman
On Fri, 2 Dec 2016 22:24:19 -0200 Gustavo Sverzut Barbieri said: > On Fri, Dec 2, 2016 at 10:14 PM, Cedric BAIL wrote: > > On Fri, Dec 2, 2016 at 3:17 PM, Gustavo Sverzut Barbieri > > wrote: > >> barbieri pushed a commit to branch

[EGIT] [core/efl] master 01/01: elm_code: Add indentation for matching braces

2016-12-02 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ad5bce5cbdd5a332c2568c75d5404c3e22613b4c commit ad5bce5cbdd5a332c2568c75d5404c3e22613b4c Author: Andy Williams Date: Sat Dec 3 00:55:02 2016 + elm_code: Add

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread Gustavo Sverzut Barbieri
On Fri, Dec 2, 2016 at 10:14 PM, Cedric BAIL wrote: > On Fri, Dec 2, 2016 at 3:17 PM, Gustavo Sverzut Barbieri > wrote: >> barbieri pushed a commit to branch master. >> >>

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread Cedric BAIL
On Fri, Dec 2, 2016 at 3:17 PM, Gustavo Sverzut Barbieri wrote: > barbieri pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=227463bdde43bc9095b75f4ef19f9fef9a742f04 > > commit 227463bdde43bc9095b75f4ef19f9fef9a742f04 > Author: Gustavo

Re: [E-devel] Edje multiseat support

2016-12-02 Thread Gustavo Sverzut Barbieri
On Fri, Dec 2, 2016 at 8:19 PM, Cedric BAIL wrote: > Hi, > > On Fri, Dec 2, 2016 at 8:54 AM, Bruno Dilly wrote: >> now that multiseat is supported up to Evas, we’re working on Edje. > > Yeah \o/ > >> The idea is that a developer would be able to

[EGIT] [core/efl] master 01/01: eo: more information when we cannot resolve method.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6e8280a54056ee173f336b9d0c0a67b851abc57a commit 6e8280a54056ee173f336b9d0c0a67b851abc57a Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 21:35:18 2016 -0200 eo: more

[EGIT] [core/efl] master 03/03: eo: allow valgrind-like tracking of object lifecycle.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=227463bdde43bc9095b75f4ef19f9fef9a742f04 commit 227463bdde43bc9095b75f4ef19f9fef9a742f04 Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 20:48:37 2016 -0200 eo: allow

[EGIT] [core/efl] master 01/03: eo: improve logs by always showing event source, minor refactor.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dfe3a4ad403c5d9219b3f383f8f8147907cff613 commit dfe3a4ad403c5d9219b3f383f8f8147907cff613 Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 16:26:46 2016 -0200 eo:

[EGIT] [core/efl] master 02/03: eo: check for empty vtable and failed extensions.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fc48161910fc013674f4af9e19ffafd449db2cfd commit fc48161910fc013674f4af9e19ffafd449db2cfd Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 16:30:11 2016 -0200 eo: check

Re: [E-devel] Edje multiseat support

2016-12-02 Thread Cedric BAIL
Hi, On Fri, Dec 2, 2016 at 8:54 AM, Bruno Dilly wrote: > now that multiseat is supported up to Evas, we’re working on Edje. Yeah \o/ > The idea is that a developer would be able to implement an UI that > may be used by more than one single seat, properly handling focus,

[EGIT] [editors/vim-configs] master 01/01: syntax/edc: add 'FOCUS_OBJECT' keyword

2016-12-02 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=c79af96aecc0df76a572926554b594f854fa64bf commit c79af96aecc0df76a572926554b594f854fa64bf Author: Bruno Dilly Date: Fri Dec 2 18:57:28 2016 -0200 syntax/edc: add

[EGIT] [website/www-content] master 01/01: Wiki page javascript_tutorial changed with summary [typos] by Lauro Moura

2016-12-02 Thread Lauro Moura
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=02f6bead83f0ed7598c717740f8f29f54ef4cd2c commit 02f6bead83f0ed7598c717740f8f29f54ef4cd2c Author: Lauro Moura Date: Fri Dec 2

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: e tempget module - mode to using threads instead of tempget binary

2016-12-02 Thread Mike Blumenkrantz
Feel free, just create an eeze_xyz prefix for your platform and start hacking! On Fri, Dec 2, 2016 at 1:42 PM Al Poole wrote: > On that side note, That's something I'm interested in doing. > > > On Fri, Dec 2, 2016 at 5:20 PM, Mike Blumenkrantz < >

[E-devel] Elm_Code naming

2016-12-02 Thread Andrew Williams
Hi, as we're shifting everything to Eo I realised that in elm_code the only object is Elm.Code_Widget. As the rest of elm is exposing widgets or layouts I thought perhaps a larger refactor is needed than just moving the various components to Eo. How about this: Elm.Code <- the main widget

[EGIT] [core/efl] master 07/09: ecore-evas-wayland: Minor formatting fix

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d33e0d34e0ff6f3ebac0ade1404028dafd50acb7 commit d33e0d34e0ff6f3ebac0ade1404028dafd50acb7 Author: Chris Michael Date: Fri Dec 2 14:00:04 2016 -0500 ecore-evas-wayland:

[EGIT] [core/efl] master 03/09: ecore-evas-wayland: Add a 'hidden' field to engine structure

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=725e43954528f88de4369f8d4515173c47d660b1 commit 725e43954528f88de4369f8d4515173c47d660b1 Author: Chris Michael Date: Fri Dec 2 13:04:33 2016 -0500 ecore-evas-wayland:

[EGIT] [core/efl] master 05/09: ecore-evas-wayland: Use engine 'hidden' field for ecore_evas_hide operations

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0ecaf00d97323b7c02c2c9423b60c5f457bcbb54 commit 0ecaf00d97323b7c02c2c9423b60c5f457bcbb54 Author: Chris Michael Date: Fri Dec 2 13:26:50 2016 -0500 ecore-evas-wayland:

[EGIT] [core/efl] master 01/09: ecore-wl2: Don't destroy surfaces on window hide

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c140180d19f314cc3c6c610f9c7a0cd01e0e0a0 commit 4c140180d19f314cc3c6c610f9c7a0cd01e0e0a0 Author: Chris Michael Date: Fri Dec 2 13:02:00 2016 -0500 ecore-wl2: Don't

[EGIT] [core/efl] master 02/09: elementary: Don't set pointer surface to NULL

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3214dad7c53af4d406ce7c237a89ba0088304f37 commit 3214dad7c53af4d406ce7c237a89ba0088304f37 Author: Chris Michael Date: Fri Dec 2 13:03:20 2016 -0500 elementary: Don't

[EGIT] [core/efl] master 08/09: ecore-evas-wayland: Remove unused includes

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc430179069e7a3c3cd67f6b271c38b3543db66e commit dc430179069e7a3c3cd67f6b271c38b3543db66e Author: Chris Michael Date: Fri Dec 2 14:00:23 2016 -0500 ecore-evas-wayland:

[EGIT] [core/efl] master 06/09: ecore-evas-wayland: Set all evas engine info fields before updating

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f449fca9d65c514dc87b4d2b927fe7a3a8a9 commit f449fca9d65c514dc87b4d2b927fe7a3a8a9 Author: Chris Michael Date: Fri Dec 2 13:58:09 2016 -0500 ecore-evas-wayland:

[EGIT] [core/efl] master 04/09: evas-wayland-shm: Fix issue of destroying & recreating wl_surfaces on hide

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9492ee21dfa642123043da5d5ef7954e886b0f9c commit 9492ee21dfa642123043da5d5ef7954e886b0f9c Author: Chris Michael Date: Fri Dec 2 13:24:42 2016 -0500 evas-wayland-shm:

[EGIT] [core/efl] master 09/09: This series of patches merges in better support for hiding of surfaces

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=515d894fe9f0a6dda6515b50a33c7737e7e75ed1 commit 515d894fe9f0a6dda6515b50a33c7737e7e75ed1 Merge: 6f3f514 dc43017 Author: Chris Michael Date: Fri Dec 2 14:25:23 2016 -0500

[EGIT] [core/efl] master 01/01: edje_cc: add FOCUS_OBJECT reference on doc

2016-12-02 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6f3f514e4f31da2522fe7a23f1f228351a2ce8a3 commit 6f3f514e4f31da2522fe7a23f1f228351a2ce8a3 Author: Bruno Dilly Date: Fri Dec 2 16:41:01 2016 -0200 edje_cc: add FOCUS_OBJECT

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: e tempget module - mode to using threads instead of tempget binary

2016-12-02 Thread Al Poole
On that side note, That's something I'm interested in doing. On Fri, Dec 2, 2016 at 5:20 PM, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > Eeze is a device layer abstraction library; the eeze_udev API namespace is > so named because every function in its namespace interfaces

[EGIT] [core/efl] master 01/01: eo: fix oops on efl_replace() documentation

2016-12-02 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5d54c24a4e0e4a4a58c3dc9d1417acef588c0870 commit 5d54c24a4e0e4a4a58c3dc9d1417acef588c0870 Author: Bruno Dilly Date: Fri Dec 2 15:41:48 2016 -0200 eo: fix oops on

[EGIT] [core/efl] master 01/05: Efl.Input: Reset the Efl.Input object as soon as possible.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=826cd7cb5e6e6a0a53dbe1c687de072dd8fd2f6c commit 826cd7cb5e6e6a0a53dbe1c687de072dd8fd2f6c Author: Guilherme Iscaro Date: Thu Dec 1 16:12:37 2016 -0200 Efl.Input: Reset the

[EGIT] [core/efl] master 04/05: Efl.Input.Device: Do not ref/unref devices children devices.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e0af7384a2edf4d6ebb33bec88dc72c672b84150 commit e0af7384a2edf4d6ebb33bec88dc72c672b84150 Author: Guilherme Iscaro Date: Thu Dec 1 16:14:11 2016 -0200 Efl.Input.Device: Do

[EGIT] [core/efl] master 03/05: Efl.Input: Properly unref the device if a new device is set.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=345fec274730ff8b14f41009fba89767d17f38fa commit 345fec274730ff8b14f41009fba89767d17f38fa Author: Guilherme Iscaro Date: Thu Dec 1 16:13:11 2016 -0200 Efl.Input: Properly

[EGIT] [core/efl] master 05/05: Merge branch 'devs/iscaro/devices'

2016-12-02 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81a25bc83f1a18aeb84c9329f017a4a00282c99d commit 81a25bc83f1a18aeb84c9329f017a4a00282c99d Merge: 04450c4 e0af738 Author: Bruno Dilly Date: Fri Dec 2 15:27:05 2016 -0200

[EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81782414dfba9a8a69ea42a4dd5b01fc19170d88 commit 81782414dfba9a8a69ea42a4dd5b01fc19170d88 Author: Guilherme Iscaro Date: Fri Dec 2 11:16:33 2016 -0200 Eo: Add efl_replace()

[EGIT] [core/enlightenment] master 01/01: Pager Gadget: Don't recalculate the pager if the zone is NULL.

2016-12-02 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cf1d253c56b6427110810423f1ccab88d2c66189 commit cf1d253c56b6427110810423f1ccab88d2c66189 Author: Stephen okra Houston Date: Fri Dec 2 11:28:10 2016 -0600 Pager

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: e tempget module - mode to using threads instead of tempget binary

2016-12-02 Thread Mike Blumenkrantz
Eeze is a device layer abstraction library; the eeze_udev API namespace is so named because every function in its namespace interfaces directly with udev. As a side note, the reason why eeze_udev is the only (and quite a low level) API namespace is because nobody using other platforms has

Re: [E-devel] Elm Main Menu

2016-12-02 Thread Andrew Williams
Thanks, the resizing has gone away. The black border is sometimes present but other times the content is larger than the window (a negative border?). Appreciate all the fixing thanks. On Fri, 2 Dec 2016 at 02:29, Jean-Philippe André wrote: > Hey Andy, > > On 30 November 2016

[E-devel] Edje multiseat support

2016-12-02 Thread Bruno Dilly
Hi folks, now that multiseat is supported up to Evas, we’re working on Edje. The idea is that a developer would be able to implement an UI that may be used by more than one single seat, properly handling focus, and providing different feedback for different seats action. Let’s say, different

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: e tempget module - mode to using threads instead of tempget binary

2016-12-02 Thread The Rasterman
On Fri, 02 Dec 2016 14:23:23 + Mike Blumenkrantz said: > It looks like this calls eeze (and thus udev) functions in a thread. udev > is not threadsafe, and using eeze's global context in this way will result > in thread collisions. i thought all eeze was

[EGIT] [core/efl] master 02/03: eo: better error reporting, always provide caller/source when available.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=216e6e51e4a49377d8867dfcaf0ca283c1dacfca commit 216e6e51e4a49377d8867dfcaf0ca283c1dacfca Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 14:15:21 2016 -0200 eo:

[EGIT] [core/efl] master 01/03: eo: use log domain as soon as it's available.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cf5aeb9804e030465f95f3eb0653a1b388983815 commit cf5aeb9804e030465f95f3eb0653a1b388983815 Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 14:09:07 2016 -0200 eo: use

[EGIT] [core/efl] master 03/03: eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.

2016-12-02 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=04450c4ee03fd20271ec4f911667acea10ba1375 commit 04450c4ee03fd20271ec4f911667acea10ba1375 Author: Gustavo Sverzut Barbieri Date: Fri Dec 2 14:49:06 2016 -0200 eo: if

[EGIT] [website/www-content] master 01/01: Wiki page javascript_tutorial changed with summary [More updates to the twitter example] by Lauro Moura

2016-12-02 Thread Lauro Moura
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=78d2c6e0c64bb70b3764c76eff0b2d6655976df6 commit 78d2c6e0c64bb70b3764c76eff0b2d6655976df6 Author: Lauro Moura Date: Fri Dec 2

[EGIT] [core/enlightenment] master 01/01: luncher: delete the popup if there is already one

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a4a9a5a6280b189a863c27bfbea41e1b0be451f3 commit a4a9a5a6280b189a863c27bfbea41e1b0be451f3 Author: Marcel Hollerbach Date: Fri Dec 2 16:58:29 2016 +0100

[EGIT] [core/efl] master 01/01: elementary: Remove useless #ifdef

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=def6fe9a3923cb357f115acbfd93397bd01f8e00 commit def6fe9a3923cb357f115acbfd93397bd01f8e00 Author: Chris Michael Date: Fri Dec 2 11:15:57 2016 -0500 elementary: Remove

[EGIT] [core/enlightenment] master 01/03: do not pop pointer types on client hide events if the client is pass_events

2016-12-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=647e998b72c6abab581cf7920c6d0862c6da4f3c commit 647e998b72c6abab581cf7920c6d0862c6da4f3c Author: Mike Blumenkrantz Date: Fri Dec 2 10:50:21 2016 -0500 do

[EGIT] [core/enlightenment] master 03/03: attempt to re-set wl surface pointer when popping back to "default" pointer type

2016-12-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e42b072f38404b0ad179d117126a1881d5d7b24d commit e42b072f38404b0ad179d117126a1881d5d7b24d Author: Mike Blumenkrantz Date: Fri Dec 2 10:51:57 2016 -0500

[EGIT] [core/enlightenment] master 02/03: set wl pointer surfaces to E_LAYER_CLIENT_PRIO during setup

2016-12-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5f246e079bd302f5e243dc8c4f1da98f15cc644d commit 5f246e079bd302f5e243dc8c4f1da98f15cc644d Author: Mike Blumenkrantz Date: Fri Dec 2 10:51:01 2016 -0500 set

[EGIT] [core/enlightenment] master 01/01: remove unused variables in e_comp_wl

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4aba7e7bebb59a73ddeca093a0a760ddaa02711e commit 4aba7e7bebb59a73ddeca093a0a760ddaa02711e Author: Chris Michael Date: Fri Dec 2 10:41:16 2016 -0500 remove

[EGIT] [core/efl] master 01/03: ecore_ipc: silence a maybe unitialized warning

2016-12-02 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=12fccd1d3c51fb15a4a6d28b443573838f239dad commit 12fccd1d3c51fb15a4a6d28b443573838f239dad Author: Stefan Schmidt Date: Fri Dec 2 14:47:43 2016 +0100 ecore_ipc: silence a

[EGIT] [core/efl] master 03/03: eeze_scanner: server was not always initialized here

2016-12-02 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb284620c32f9c8e5bacfa9ea583214efed81fca commit bb284620c32f9c8e5bacfa9ea583214efed81fca Author: Stefan Schmidt Date: Fri Dec 2 16:13:02 2016 +0100 eeze_scanner: server

[EGIT] [core/efl] master 02/03: efl_ui_win: fix warning about unused parameter

2016-12-02 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=58e13c569bbb5db6d5ce3ea00bbf8d22431f4174 commit 58e13c569bbb5db6d5ce3ea00bbf8d22431f4174 Author: Stefan Schmidt Date: Fri Dec 2 15:54:16 2016 +0100 efl_ui_win: fix

[EGIT] [core/enlightenment] master 01/02: disable xdg6 positioner resize hints

2016-12-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6f4d77d10a0abd8899556b00ac4968db55f19d4f commit 6f4d77d10a0abd8899556b00ac4968db55f19d4f Author: Mike Blumenkrantz Date: Fri Dec 2 10:04:52 2016 -0500

[EGIT] [core/enlightenment] master 02/02: apply better algorithm during xdg6 positioner slide calc

2016-12-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=531fcb857750a4167766bada7a0f2b8a152eb86a commit 531fcb857750a4167766bada7a0f2b8a152eb86a Author: Mike Blumenkrantz Date: Fri Dec 2 10:23:04 2016 -0500 apply

Re: [E-devel] New EO API documentation system is live on our website

2016-12-02 Thread Gustavo Sverzut Barbieri
Hi stefan, could the main list https://www.enlightenment.org/docs/efl/auto/reference show indented results such as https://www.enlightenment.org/docs/efl/auto/class/efl/net/socket/unix hierarchy? Actually if you have control, make the first part of the text the same bg color, so it doesn't show

[EGIT] [core/efl] master 01/01: elementary: Re-enable wayland_egl mouse pointers

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3a68e9554ab9fe4591ce78903dbad10e0aa1fb4c commit 3a68e9554ab9fe4591ce78903dbad10e0aa1fb4c Author: Chris Michael Date: Fri Dec 2 09:50:48 2016 -0500 elementary:

[EGIT] [core/enlightenment] master 01/01: mark Ecore_Thread parameter as EINA_UNUSED

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ba035ff807b986cbc4ab4615265e90c766fbf599 commit ba035ff807b986cbc4ab4615265e90c766fbf599 Author: Chris Michael Date: Fri Dec 2 09:34:24 2016 -0500 mark

[EGIT] [core/enlightenment] master 02/02: verify shell client delete functions are operating on wayland clients.

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7d8266995d0e4771f2fbe73e699705d2b8f90dc7 commit 7d8266995d0e4771f2fbe73e699705d2b8f90dc7 Author: Chris Michael Date: Fri Dec 2 09:29:44 2016 -0500 verify

[EGIT] [core/enlightenment] master 01/02: Revert "verify valid client comp_data before accessing it directly"

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cc795bfbda6c3272049bc526156bfb7cfb7f2b8e commit cc795bfbda6c3272049bc526156bfb7cfb7f2b8e Author: Chris Michael Date: Fri Dec 2 09:25:54 2016 -0500 Revert

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: e tempget module - mode to using threads instead of tempget binary

2016-12-02 Thread Mike Blumenkrantz
It looks like this calls eeze (and thus udev) functions in a thread. udev is not threadsafe, and using eeze's global context in this way will result in thread collisions. On Wed, Nov 30, 2016 at 6:50 PM Carsten Haitzler wrote: > raster pushed a commit to branch master. > >

[EGIT] [core/enlightenment] master 01/01: verify valid client comp_data before accessing it directly

2016-12-02 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bbad74406058ec2e373dbd6efe3fa2592a21d8eb commit bbad74406058ec2e373dbd6efe3fa2592a21d8eb Author: Chris Michael Date: Fri Dec 2 09:07:47 2016 -0500 verify

[E-devel] New EO API documentation system is live on our website

2016-12-02 Thread Stefan Schmidt
Hello. We finally brought some of the pieces together and put our generated EO API documentation into the docs section of our main dokuwiki website: https://www.enlightenment.org/docs/efl/auto/reference What you can see there is what we currently have in tree. Updates are done manually by me

[EGIT] [website/www-content] master 01/01: www: docs: Add link to new EO reference docs to make them discoverable

2016-12-02 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=cc4607c48ffe30034997abe4468dd0271fdb5a40 commit cc4607c48ffe30034997abe4468dd0271fdb5a40 Author: Stefan Schmidt Date: Fri Dec 2 13:57:15 2016 +0100 www: docs:

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

2016-12-02 Thread Gustavo Sverzut Barbieri
On Fri, Dec 2, 2016 at 2:58 AM, Carsten Haitzler wrote: > 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

[EGIT] [core/efl] master 01/01: eo event callback frame make them single linked to save a bit of overhead

2016-12-02 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a817d2f632342ef647ea466d445f466715a1aec0 commit a817d2f632342ef647ea466d445f466715a1aec0 Author: Carsten Haitzler (Rasterman) Date: Fri Dec 2 21:26:07 2016 +0900 eo event

[EGIT] [core/efl] master 03/06: Ecore Evas VNC: Properly set/unset the key locks.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f442bd74d22899c8b3c0100463fd780958e62a7f commit f442bd74d22899c8b3c0100463fd780958e62a7f Author: Guilherme Iscaro Date: Wed Nov 9 11:40:57 2016 -0200 Ecore Evas VNC:

[EGIT] [core/efl] master 04/06: Evas: Add support for per seat modifiers and locks.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c3ed1d3154a0a3fda0dfb05b428f686422e779a6 commit c3ed1d3154a0a3fda0dfb05b428f686422e779a6 Author: Guilherme Iscaro Date: Mon Nov 7 16:44:46 2016 -0200 Evas: Add support for

[EGIT] [core/efl] master 06/06: Merge branch 'devs/iscaro/locks_and_mods'

2016-12-02 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5fdc93c02e0743c8750cd1a03d2f3a6b4df61278 commit 5fdc93c02e0743c8750cd1a03d2f3a6b4df61278 Merge: 2ce2a65 ad1d160 Author: Bruno Dilly Date: Fri Dec 2 09:58:18 2016 -0200

[EGIT] [core/efl] master 01/06: Ecore Input Evas: Ecore_Input_Last should contain the Evas device.

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5442e9c908f3a846aab9758cfb905234e8686e53 commit 5442e9c908f3a846aab9758cfb905234e8686e53 Author: Guilherme Iscaro Date: Thu Dec 1 12:29:54 2016 -0200 Ecore Input Evas:

[EGIT] [core/efl] master 05/06: Ecore Input Evas: Add ecore_event_evas_seat_modifier_lock_update().

2016-12-02 Thread Guilherme Iscaro
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ad1d160bb62f568940ab6702a559e5b108b0cac0 commit ad1d160bb62f568940ab6702a559e5b108b0cac0 Author: Guilherme Iscaro Date: Wed Nov 9 11:44:18 2016 -0200 Ecore Input Evas: Add

[EGIT] [core/efl] master 06/06: eo: adjust generation count

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ce2a6514899e1c47c4a58f2c5305d62cddf1a7c commit 2ce2a6514899e1c47c4a58f2c5305d62cddf1a7c Author: Marcel Hollerbach Date: Fri Dec 2 11:39:57 2016 +0100 eo: adjust

[EGIT] [core/efl] master 03/06: eo: use the event stack to define behaviour

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f72c8a031e885ff2d28c2ab1c58d45c1186f102 commit 0f72c8a031e885ff2d28c2ab1c58d45c1186f102 Author: Marcel Hollerbach Date: Thu Dec 1 12:40:36 2016 +0100 eo: use the

[EGIT] [core/efl] master 01/06: eo: add testcase to check emission of events

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d81025a66ceab3369c3ed1a5366cb53bdcc31c97 commit d81025a66ceab3369c3ed1a5366cb53bdcc31c97 Author: Marcel Hollerbach Date: Tue Nov 29 20:18:44 2016 +0100 eo: add

[EGIT] [core/efl] master 04/06: eo: add new test case to check event emission while emitting

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf4b18ec928d897e443d27ee9a66078434b45388 commit bf4b18ec928d897e443d27ee9a66078434b45388 Author: Marcel Hollerbach Date: Thu Dec 1 20:34:46 2016 +0100 eo: add new

[EGIT] [core/efl] master 05/06: eo: optimize generation increase

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a2e90e522bccdc3d724306f6a7914e582d7d1af1 commit a2e90e522bccdc3d724306f6a7914e582d7d1af1 Author: Marcel Hollerbach Date: Fri Dec 2 11:31:45 2016 +0100 eo:

[EGIT] [core/efl] master 02/06: eo: fix event emission for subscription while emission

2016-12-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a035bc1292ff8ad73e219b139d7d4c02d10b0c50 commit a035bc1292ff8ad73e219b139d7d4c02d10b0c50 Author: Marcel Hollerbach Date: Wed Nov 30 13:07:51 2016 +0100 eo: fix

[EGIT] [core/efl] master 01/01: ecore_exe_win32: fix ecore_exe_send

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=299471991c19bde387e96073ccf2bee7deaa9fcd commit 299471991c19bde387e96073ccf2bee7deaa9fcd Author: Vyacheslav Reutskiy Date: Fri Dec 2 11:48:14 2016 +0200 ecore_exe_win32:

[EGIT] [tools/eflete] master 05/06: tab_info: fix calculate resource count

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=f7fa5a432e8a546f3a4c7d94980c56d52b20a283 commit f7fa5a432e8a546f3a4c7d94980c56d52b20a283 Author: Vyacheslav Reutskiy Date: Wed Nov 30 10:11:41 2016 +0200 tab_info:

[EGIT] [tools/eflete] master 03/06: eflete: close project on terminate

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9850988c90c5038305f7dcfcd7ddcae1db188c8b commit 9850988c90c5038305f7dcfcd7ddcae1db188c8b Author: Vyacheslav Reutskiy Date: Wed Nov 30 09:37:07 2016 +0200 eflete:

[EGIT] [tools/eflete] master 04/06: resource manager: don't add internal image to resource list

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=39173893deedfd9a4796f974340fc6f6a35a7b31 commit 39173893deedfd9a4796f974340fc6f6a35a7b31 Author: Vyacheslav Reutskiy Date: Wed Nov 30 10:09:32 2016 +0200 resource

[EGIT] [tools/eflete] master 01/06: eflete: reorder option check for avoid skip someone

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c56918913af0de248cbcf0f2e551f01584f2762b commit c56918913af0de248cbcf0f2e551f01584f2762b Author: Vyacheslav Reutskiy Date: Tue Nov 29 18:18:10 2016 +0200 eflete:

[EGIT] [tools/eflete] master 02/06: project navigator: don't set text to entry is seleted top item

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=7bf87ffe5d878ce19ab5c2be66a2e40ef945d203 commit 7bf87ffe5d878ce19ab5c2be66a2e40ef945d203 Author: Vyacheslav Reutskiy Date: Wed Nov 30 09:20:07 2016 +0200 project

[EGIT] [tools/eflete] master 06/06: managers: don't check internal resource on init

2016-12-02 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=f6486c5088e0167d99e7287ea9e7416beb2b03af commit f6486c5088e0167d99e7287ea9e7416beb2b03af Author: Vyacheslav Reutskiy Date: Wed Nov 30 11:52:59 2016 +0200 managers:

[EGIT] [core/efl] efl-1.18 01/01: wayland_egl: Fix compilation

2016-12-02 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=14b3f9f45fd9e962d6b982b5a77689bd5ee28c0d commit 14b3f9f45fd9e962d6b982b5a77689bd5ee28c0d Author: Jean-Philippe Andre Date: Fri Dec 2 17:38:14 2016 +0900 wayland_egl: Fix

[EGIT] [core/efl] efl-1.18 01/02: evas/x11: Fix EGL engine for recent nvidia binary

2016-12-02 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=f3c05ef1447ae5721e911a311faa395256a764dd commit f3c05ef1447ae5721e911a311faa395256a764dd Author: Jean-Philippe Andre Date: Thu Dec 1 15:26:11 2016 +0900 evas/x11: Fix EGL

[EGIT] [core/efl] efl-1.18 02/02: gl drm/x11: Fix compilation for EGL < 1.5

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

Re: [E-devel] Elm Main Menu

2016-12-02 Thread Jean-Philippe André
Hey Andy, On 30 November 2016 at 22:54, Andrew Williams wrote: > I still see I here. Just updated efl and edi. It's not on every keypress > but just using the cursor keys particularly around beeline characters seems > to trigger it :( > > No idea where to start... > Yeah

[EGIT] [core/efl] master 02/03: eo: Improve debug for efl_isa errors from threads

2016-12-02 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b6fae524ff6455cafcdcfd0398a34927a80171e3 commit b6fae524ff6455cafcdcfd0398a34927a80171e3 Author: Jean-Philippe Andre Date: Fri Dec 2 15:52:43 2016 +0900 eo: Improve debug for

[EGIT] [core/efl] master 03/03: ecore_evas/x: Fix window size when framespace != 0

2016-12-02 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=348bd1160986e43aa76dd712741d8dcaa1f0c6c8 commit 348bd1160986e43aa76dd712741d8dcaa1f0c6c8 Author: Jean-Philippe Andre Date: Fri Dec 2 17:01:44 2016 +0900 ecore_evas/x: Fix

  1   2   >