[EGIT] [tools/enventor] master 01/01: search: Move "Next" button to the right of "Previous" button.

2016-08-16 Thread Jaehyun Cho
jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e646da1ee08f8bc614400ce6f8de145690718b63 commit e646da1ee08f8bc614400ce6f8de145690718b63 Author: Jaehyun Cho Date: Wed Aug 17 15:39:37 2016 +0900 search: Move "Next" button to the right of

Re: [E-devel] [RFC] Eina_Slice and Eina_Rw_Slice

2016-08-16 Thread The Rasterman
On Tue, 16 Aug 2016 11:17:01 -0300 Gustavo Sverzut Barbieri said: > On Tue, Aug 16, 2016 at 4:28 AM, Carsten Haitzler > wrote: > > On Tue, 16 Aug 2016 01:43:43 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Mon, Aug 15, 2016 at 11:37 PM, Carsten Haitzler > >> wrote: > >> > On Mon, 15 Aug

Re: [E-devel] Can't build doc for EFL

2016-08-16 Thread The Rasterman
On Wed, 17 Aug 2016 00:14:40 +0500 Nikita Zlobin said: > Hit, it is gentoo S). And this is not first case. > But in turn, i remember case - when i took part in ladish development, > i used ubuntu... and my code, being ok on my system, segfailed on > gentoo system of project leader, revealing one

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e sudo gui support - add askpass util for sudo askpass support

2016-08-16 Thread The Rasterman
On Tue, 16 Aug 2016 20:16:04 -0300 Iván Briano said: > On Tue, 16 Aug 2016 21:22:32 +0900, Carsten Haitzler wrote: > > On Tue, 16 Aug 2016 11:44:03 + Mike Blumenkrantz > > said: > > > > no worries. it's the same for SSH_ASKPASS too - you still get the normal tty > > password req is there is

Re: [E-devel] [EGIT] [core/efl] master 01/02: Efl object: implement CoW for the function vtables

2016-08-16 Thread The Rasterman
On Tue, 16 Aug 2016 16:36:20 +0100 Tom Hacohen said: > This change means you can abuse efl_object_override() a bit more and > rely on it in API. Because while the save is significant for normal > classes, it would be even more significant for object override because > the amount of shared vtab

[EGIT] [tools/eflete] master 02/03: ewe_ruler: add API for set/get marker size

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=83d94dd378e5257250ea034a036b571485375ad7 commit 83d94dd378e5257250ea034a036b571485375ad7 Author: Vyacheslav Reutskiy Date: Tue Aug 16 19:21:40 2016 +0300 ewe_ruler: add API for set/get marker

[EGIT] [tools/eflete] master 03/03: ewe_ruler: delete extra string

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=5877108cbef4db96f2c020a9aed2896f14e2be23 commit 5877108cbef4db96f2c020a9aed2896f14e2be23 Author: Vyacheslav Reutskiy Date: Wed Aug 17 08:11:32 2016 +0300 ewe_ruler: delete extra string

[EGIT] [tools/eflete] master 01/03: ewe_ruler: handle the ruler size on recalc

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=36a91e1a110a85bdcb3ad43de57bd0f9ab9d3b41 commit 36a91e1a110a85bdcb3ad43de57bd0f9ab9d3b41 Author: Vyacheslav Reutskiy Date: Tue Aug 16 18:08:40 2016 +0300 ewe_ruler: handle the ruler size on r

[EGIT] [core/efl] master 01/01: evas: Fix hold events

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=49037bc7e98b2c59069c463dccd8051e294b7db6 commit 49037bc7e98b2c59069c463dccd8051e294b7db6 Author: Jean-Philippe Andre Date: Wed Aug 17 14:37:50 2016 +0900 evas: Fix hold events This fixes a

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Jean-Philippe André
Hi, On 17 August 2016 at 04:55, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 16, 2016 at 3:37 PM, Tom Hacohen wrote: > > No, that is a no go, because you don't always want to methods as EAPI > > (think internal classes). > All eo symbols are currently marked as EOAPI which means EAPI EAPI_WEA

[EGIT] [core/efl] master 01/01: evas: Fix mouse inputs when also listening to multi

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d6e41c5c9bf1f19ff3ad14fa4acebb283deaea7 commit 6d6e41c5c9bf1f19ff3ad14fa4acebb283deaea7 Author: Jean-Philippe Andre Date: Wed Aug 17 13:08:03 2016 +0900 evas: Fix mouse inputs when also listening

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e sudo gui support - add askpass util for sudo askpass support

2016-08-16 Thread Iván Briano
On Tue, 16 Aug 2016 21:22:32 +0900, Carsten Haitzler wrote: > On Tue, 16 Aug 2016 11:44:03 + Mike Blumenkrantz > said: > > no worries. it's the same for SSH_ASKPASS too - you still get the normal tty > password req is there is a tty. if there is not both sudo and ssh can fail > (unless you ha

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 3:37 PM, Tom Hacohen wrote: > No, that is a no go, because you don't always want to methods as EAPI > (think internal classes). > > The correct thing would be to add the warning/error. what are you talking about? It's the same that .eo.h does if you properly #define ..._PR

[EGIT] [bindings/python/python-efl] master 01/01: Evas.Smart: Store event string in the spec to ensure it doesn't get decreffed

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f652b6e18f17e17ef67c5086f1a09944f8dd033f commit f652b6e18f17e17ef67c5086f1a09944f8dd033f Author: Kai Huuhko Date: Tue Aug 16 22:56:16 2016 +0300 Evas.Smart: Store event string in

Re: [E-devel] Can't build doc for EFL

2016-08-16 Thread Nikita Zlobin
Hit, it is gentoo S). And this is not first case. But in turn, i remember case - when i took part in ladish development, i used ubuntu... and my code, being ok on my system, segfailed on gentoo system of project leader, revealing one hard to detect bug. doxygen 1.8.11, gcc 4.9.3 (though how it rel

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
No, that is a no go, because you don't always want to methods as EAPI (think internal classes). The correct thing would be to add the warning/error. -- Tom. On Tue, Aug 16, 2016 at 6:49 PM, Gustavo Sverzut Barbieri < barbi...@gmail.com> wrote: > On Tue, Aug 16, 2016 at 11:43 AM, Felipe Magno de

[EGIT] [bindings/python/python-efl] master 01/01: tests: Fix edje decorators test

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fdab8ed5b6ba8a595e80b0e159c9ff7884db7a5e commit fdab8ed5b6ba8a595e80b0e159c9ff7884db7a5e Author: Kai Huuhko Date: Tue Aug 16 21:51:17 2016 +0300 tests: Fix edje decorators test

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 11:43 AM, Felipe Magno de Almeida wrote: > On Tue, Aug 16, 2016 at 11:39 AM, Tom Hacohen wrote: >> On 16/08/16 15:38, Tom Hacohen wrote: > > [snip] > >>> According to Daniel there are no ifdefs in the .eo.c... So I don't >>> understand the problem... >> >> Actually, I can

[EGIT] [tools/eflete] master 01/01: Import edj: fix validation behaviour

2016-08-16 Thread Mykyta Biliavskyi
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=d16c9723652dc44fc4ed9976c4995f5c2d0746e3 commit d16c9723652dc44fc4ed9976c4995f5c2d0746e3 Author: Mykyta Biliavskyi Date: Tue Aug 16 18:36:04 2016 +0300 Import edj: fix validation behaviour

Re: [E-devel] [EGIT] [core/efl] master 01/02: Efl object: implement CoW for the function vtables

2016-08-16 Thread Tom Hacohen
This change means you can abuse efl_object_override() a bit more and rely on it in API. Because while the save is significant for normal classes, it would be even more significant for object override because the amount of shared vtables will be higher (most likely, as the number of overrides te

[EGIT] [core/efl] master 01/02: Efl object: implement CoW for the function vtables

2016-08-16 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=28c80f91221ae2639f4573046d8621a2a4d18cda commit 28c80f91221ae2639f4573046d8621a2a4d18cda Author: Tom Hacohen Date: Mon Aug 15 17:11:13 2016 +0100 Efl object: implement CoW for the function vtables

[EGIT] [core/efl] master 02/02: Efl Object: Change and rename the type we use for function pointers.

2016-08-16 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b3dd735be7dade0d7168a9fcb686dc1bc69e5882 commit b3dd735be7dade0d7168a9fcb686dc1bc69e5882 Author: Tom Hacohen Date: Tue Aug 16 16:28:33 2016 +0100 Efl Object: Change and rename the type we use for f

[EGIT] [tools/eflete] master 02/06: property: avoid NULL in strcmp

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=24188ff7e158da94814b3f278261cdd424dbc9a2 commit 24188ff7e158da94814b3f278261cdd424dbc9a2 Author: Vyacheslav Reutskiy Date: Tue Aug 16 15:37:44 2016 +0300 property: avoid NULL in strcmp

[EGIT] [tools/eflete] master 06/06: property: make posible call sound manager from property

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c5961d8b4a837462139f5b91a91ed491b1a05029 commit c5961d8b4a837462139f5b91a91ed491b1a05029 Author: Vyacheslav Reutskiy Date: Tue Aug 16 17:06:35 2016 +0300 property: make posible call sound man

[EGIT] [tools/eflete] master 05/06: property: make posible call colorclass manager from property

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=cb8f6384c0af6d62d8356f22d095f58edc2eae25 commit cb8f6384c0af6d62d8356f22d095f58edc2eae25 Author: Vyacheslav Reutskiy Date: Tue Aug 16 16:48:23 2016 +0300 property: make posible call colorclas

[EGIT] [tools/eflete] master 03/06: property: add to style combobox item for call style manager

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b1276690b001fa356c6a160a89df9c516d93e226 commit b1276690b001fa356c6a160a89df9c516d93e226 Author: Vyacheslav Reutskiy Date: Tue Aug 16 15:44:25 2016 +0300 property: add to style combobox item

[EGIT] [tools/eflete] master 01/06: property: add button for call image manager from image picker

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=8f1c081536a1e3a9035e8483049e9481743b139d commit 8f1c081536a1e3a9035e8483049e9481743b139d Author: Vyacheslav Reutskiy Date: Tue Aug 16 10:40:10 2016 +0300 property: add button for call image m

[EGIT] [tools/eflete] master 04/06: property: disable shortcuts if color class combobox is expanded

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e4a84eabe4d280123989ef1bcb5c89d22d55eb24 commit e4a84eabe4d280123989ef1bcb5c89d22d55eb24 Author: Vyacheslav Reutskiy Date: Tue Aug 16 16:46:42 2016 +0300 property: disable shortcuts if color

Re: [E-devel] Eina_Error and errno mapping

2016-08-16 Thread Felipe Magno de Almeida
On Tue, Aug 16, 2016 at 10:52 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 16, 2016 at 4:52 AM, Jean-Philippe André > wrote: >> Hi, [snip] >> But I'm not 100% sure about the usage of Eina_Error as a return value. When >> we return a value, do we also call eina_error_set()? > > I was expec

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
On 16/08/16 15:38, Tom Hacohen wrote: > On 16/08/16 15:27, Tom Hacohen wrote: >> On 16/08/16 15:19, Gustavo Sverzut Barbieri wrote: >>> On Tue, Aug 16, 2016 at 11:09 AM, Tom Hacohen >>> wrote: On 16/08/16 14:48, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohe

[EGIT] [apps/ephoto] master 01/01: Ephoto: Update spec.

2016-08-16 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=dcf9097b6c51992797dda799bd72c0828ffe2964 commit dcf9097b6c51992797dda799bd72c0828ffe2964 Author: Stephen okra Houston Date: Tue Aug 16 09:39:41 2016 -0500 Ephoto: Update spec. --- ephoto.spec.i

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Felipe Magno de Almeida
On Tue, Aug 16, 2016 at 11:39 AM, Tom Hacohen wrote: > On 16/08/16 15:38, Tom Hacohen wrote: [snip] >> According to Daniel there are no ifdefs in the .eo.c... So I don't >> understand the problem... > > Actually, I can see why there would still be a problem because of the > weak symbols thing. >

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
On 16/08/16 15:27, Tom Hacohen wrote: > On 16/08/16 15:19, Gustavo Sverzut Barbieri wrote: >> On Tue, Aug 16, 2016 at 11:09 AM, Tom Hacohen wrote: >>> On 16/08/16 14:48, Gustavo Sverzut Barbieri wrote: On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohen wrote: > On 16/08/16 04:38, Gustavo Sverz

[EGIT] [core/efl] master 01/01: evas: engine: remove set but unused variable

2016-08-16 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=31f289ff4c4e2b16ce52bb912f4b36ec9ecc92b2 commit 31f289ff4c4e2b16ce52bb912f4b36ec9ecc92b2 Author: Stefan Schmidt Date: Tue Aug 16 16:22:06 2016 +0200 evas: engine: remove set but unused variable -

[EGIT] [apps/ephoto] master 01/01: Ephoto: Require EFL 1.18.

2016-08-16 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=556c861aa07297aea068da617a48f6125dd4389e commit 556c861aa07297aea068da617a48f6125dd4389e Author: Stephen okra Houston Date: Tue Aug 16 09:30:19 2016 -0500 Ephoto: Require EFL 1.18. --- configur

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
On 16/08/16 15:19, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 16, 2016 at 11:09 AM, Tom Hacohen wrote: >> On 16/08/16 14:48, Gustavo Sverzut Barbieri wrote: >>> On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohen wrote: On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote: > it seems at the end

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 11:09 AM, Tom Hacohen wrote: > On 16/08/16 14:48, Gustavo Sverzut Barbieri wrote: >> On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohen wrote: >>> On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote: it seems at the end was a missing "#define ..._PROTECTED" in the .c fil

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
On 16/08/16 14:48, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohen wrote: >> On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote: >>> it seems at the end was a missing "#define ..._PROTECTED" in the .c >>> file that includes the generated .eo.c. >>> >>> I wonder: shoul

Re: [E-devel] [RFC] Eina_Slice and Eina_Rw_Slice

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 4:28 AM, Carsten Haitzler wrote: > On Tue, 16 Aug 2016 01:43:43 -0300 Gustavo Sverzut Barbieri > said: > >> On Mon, Aug 15, 2016 at 11:37 PM, Carsten Haitzler >> wrote: >> > On Mon, 15 Aug 2016 22:35:58 -0300 Gustavo Sverzut Barbieri >> > said: >> > >> >> On Mon, Aug 15,

[E-devel] Enlightenment Foundation Libraries 1.18 Release

2016-08-16 Thread Stefan Schmidt
=== Enlightenment Foundation Libraries 1.18 Release === After six months of development work we are proud to announce the release of version 1.18 of the Enlightenment Foundation Libraries. In these six months we got over 3300 commits from 105 authors. Around 2300 more compared to the last releas

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.18.0 changed with summary [created] by Stefan Schmidt

2016-08-16 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=afd6834101295ab4f2d6f0ae352973a21597b456 commit afd6834101295ab4f2d6f0ae352973a21597b456 Author: Stefan Schmidt Date: Tue Aug 16 06:53:44 2016 -0700 Wiki page efl-1.

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

2016-08-16 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=1c630f3793559e854f875ea799af3e20befbd063 commit 1c630f3793559e854f875ea799af3e20befbd063 Author: Stefan Schmidt Date: Tue Aug 16 06:54:11 2016 -0700 Wiki page start-

[EGIT] [core/efl] master 01/01: docs: add Type to doctree and remove direct eolian api usages

2016-08-16 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e1a4274e97e2780bb2dd6ed130e460096196a07d commit e1a4274e97e2780bb2dd6ed130e460096196a07d Author: Daniel Kolesa Date: Tue Aug 16 14:53:04 2016 +0100 docs: add Type to doctree and remove direct eolian

Re: [E-devel] Eina_Error and errno mapping

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 4:52 AM, Jean-Philippe André wrote: > Hi, > > On 16 August 2016 at 00:29, Felipe Magno de Almeida < > felipe.m.alme...@gmail.com> wrote: > >> On Mon, Aug 15, 2016 at 12:19 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Mon, Aug 15, 2016 at 11:27 AM, Felipe Magno de Almeida

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Gustavo Sverzut Barbieri
On Tue, Aug 16, 2016 at 7:08 AM, Tom Hacohen wrote: > On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote: >> it seems at the end was a missing "#define ..._PROTECTED" in the .c >> file that includes the generated .eo.c. >> >> I wonder: shouldn't the generated .eo.c write: >> #ifndef ..._PROTECTED >

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

2016-08-16 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=3c7c59432f5c2bc44a507d369db9c426315ea56e commit 3c7c59432f5c2bc44a507d369db9c426315ea56e Author: Stefan Schmidt Date: Tue Aug 16 06:46:20 2016 -0700 Wiki page downlo

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

2016-08-16 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=536b4d50e311668c79e28f31d9f100fe861521c6 commit 536b4d50e311668c79e28f31d9f100fe861521c6 Author: Stefan Schmidt Date: Tue Aug 16 06:41:31 2016 -0700 Wiki page downlo

[EGIT] [core/efl] annotated tag v1.18.0 created (now e24df1b)

2016-08-16 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. stefan pushed a change to annotated tag v1.18.0 in repository core/efl. at e24df1b (tag) tagging ec7f268c2376bde170a813a4c0fe6efa854bbf5f (commit) replaces v1.18.0-rc tagged by Stefan Schmidt on Tue Au

[EGIT] [core/efl] master 01/01: docs: reduce the Expression API to just what's necessary

2016-08-16 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e592f774caa890ca011259d193530ada73f84e03 commit e592f774caa890ca011259d193530ada73f84e03 Author: Daniel Kolesa Date: Tue Aug 16 14:39:04 2016 +0100 docs: reduce the Expression API to just what's nec

[EGIT] [core/efl] master 01/01: docs: add Expression node type

2016-08-16 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=206d323281d8420dbfab5bc52cecb2948e6d8b53 commit 206d323281d8420dbfab5bc52cecb2948e6d8b53 Author: Daniel Kolesa Date: Tue Aug 16 14:37:45 2016 +0100 docs: add Expression node type --- src/scripts/el

[EGIT] [core/efl] efl-1.18 01/01: release: Update NEWS and bump version for 1.18.0 release

2016-08-16 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=ec7f268c2376bde170a813a4c0fe6efa854bbf5f commit ec7f268c2376bde170a813a4c0fe6efa854bbf5f Author: Stefan Schmidt Date: Tue Aug 16 13:29:11 2016 +0200 release: Update NEWS and bump version for 1.

[EGIT] [tools/enventor] master 01/01: edc_editor: support to jump to the part define

2016-08-16 Thread Taehyub Kim
jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=bc5a7b3c362668661b9935b262a81b28fb6611c7 commit bc5a7b3c362668661b9935b262a81b28fb6611c7 Author: Taehyub Kim Date: Tue Aug 16 22:00:01 2016 +0900 edc_editor: support to jump to the part de

[EGIT] [tools/eflete] master 01/01: [Bug][Hosting][wWindows] Bypass F_GETLK(Linux API) for Windows

2016-08-16 Thread Ivan Furs
nikawhite pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=0aadc6d5c5d988f1b0259c7eced4e07e3be9082d commit 0aadc6d5c5d988f1b0259c7eced4e07e3be9082d Author: Ivan Furs Date: Tue Aug 16 15:42:00 2016 +0300 [Bug][Hosting][wWindows] Bypass F_GETLK(Lin

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e sudo gui support - add askpass util for sudo askpass support

2016-08-16 Thread The Rasterman
On Tue, 16 Aug 2016 11:44:03 + Mike Blumenkrantz said: no worries. it's the same for SSH_ASKPASS too - you still get the normal tty password req is there is a tty. if there is not both sudo and ssh can fail (unless you have a no-password ssh key or sudo is configured for nopasswd for your use

[EGIT] [tools/eflete] master 01/01: Tizen theme: rewrite scroller style.

2016-08-16 Thread Mykyta Biliavskyi
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=152c085fc68d29d4adf160aa16e93f5c4deff554 commit 152c085fc68d29d4adf160aa16e93f5c4deff554 Author: Mykyta Biliavskyi Date: Tue Aug 16 14:15:14 2016 +0300 Tizen theme: rewrite scroller style.

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e sudo gui support - add askpass util for sudo askpass support

2016-08-16 Thread Mike Blumenkrantz
Oh okay, thanks for clearing that up! On Mon, Aug 15, 2016 at 7:16 PM Carsten Haitzler wrote: > On Mon, 15 Aug 2016 15:08:53 + Mike Blumenkrantz > said: > > > On Sat, Aug 13, 2016 at 4:39 AM Carsten Haitzler > > wrote: > > > > > raster pushed a commit to branch master. > > > > > > > > > >

[EGIT] [core/efl] master 02/02: evas: Fix ordering of input event

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d52d1db2b2b85eda6dc16124d319d25e975f49c commit 6d52d1db2b2b85eda6dc16124d319d25e975f49c Author: Jean-Philippe Andre Date: Wed Aug 10 18:59:36 2016 +0900 evas: Fix ordering of input event

[EGIT] [core/efl] master 01/02: edje: Allow no_render in description

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ae3ac0cd2520469c700d43c81e33534ce0d8e92e commit ae3ac0cd2520469c700d43c81e33534ce0d8e92e Author: Jean-Philippe Andre Date: Tue Aug 9 20:11:07 2016 +0900 edje: Allow no_render in description

Re: [E-devel] EFL (Elementary merged in) ABI report v1.18.0

2016-08-16 Thread Jean-Philippe André
On 16 August 2016 at 11:38, Carsten Haitzler wrote: > On Mon, 15 Aug 2016 10:44:00 +0200 Stefan Schmidt > said: > > > Hello. > > > > On 13/08/16 05:16, Carsten Haitzler (The Rasterman) wrote: > > > On Fri, 12 Aug 2016 18:31:34 +0200 Stefan Schmidt < > ste...@osg.samsung.com> > > > said: > > > >

Re: [E-devel] problems with eo method overloading

2016-08-16 Thread Tom Hacohen
On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote: > it seems at the end was a missing "#define ..._PROTECTED" in the .c > file that includes the generated .eo.c. > > I wonder: shouldn't the generated .eo.c write: > #ifndef ..._PROTECTED > #define ..._PROTECTED > #endif > No. The .eo.c should be i

[EGIT] [apps/epour] master 02/04: Update TODO

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=8431b94e7fd1f68018c2cadde88335c68ea14e53 commit 8431b94e7fd1f68018c2cadde88335c68ea14e53 Author: Kai Huuhko Date: Tue Aug 16 12:37:47 2016 +0300 Update TODO --- TODO | 7 ++- 1 file changed

[EGIT] [apps/epour] master 01/04: Lower libtorrent required version

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=e88b6b692e1783f5d314eacf3a2833a11fd05336 commit e88b6b692e1783f5d314eacf3a2833a11fd05336 Author: Kai Huuhko Date: Tue Aug 16 12:37:02 2016 +0300 Lower libtorrent required version --- README |

[EGIT] [apps/epour] master 03/04: Update valid options and strings in TorrentSelector

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=194b1815c8739bba79e9ff6bb5e6a513c5ab4d3a commit 194b1815c8739bba79e9ff6bb5e6a513c5ab4d3a Author: Kai Huuhko Date: Tue Aug 16 12:38:36 2016 +0300 Update valid options and strings in TorrentSelect

[EGIT] [apps/epour] master 04/04: Add back handling of torrent paused/resumed

2016-08-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=65a35cf741cf2dcbe4752b134cdef9820d29b072 commit 65a35cf741cf2dcbe4752b134cdef9820d29b072 Author: Kai Huuhko Date: Tue Aug 16 12:39:28 2016 +0300 Add back handling of torrent paused/resumed ---

[EGIT] [core/efl] efl-1.18 01/01: elm: Remove _EFL_APP_VERSION_SET from ELM_MAIN

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=ed5d0a12a5622aace6d871de9a8d1e66b26cb6d8 commit ed5d0a12a5622aace6d871de9a8d1e66b26cb6d8 Author: Jean-Philippe Andre Date: Tue Aug 16 18:24:27 2016 +0900 elm: Remove _EFL_APP_VERSION_SET from ELM

[EGIT] [core/efl] master 01/01: elm: Remove _EFL_APP_VERSION_SET from ELM_MAIN

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=114c22f40961d0c7cfd4a61a60e494fea4da628b commit 114c22f40961d0c7cfd4a61a60e494fea4da628b Author: Jean-Philippe Andre Date: Tue Aug 16 18:24:27 2016 +0900 elm: Remove _EFL_APP_VERSION_SET from ELM_M

Re: [E-devel] Can't build doc for EFL

2016-08-16 Thread Stefan Schmidt
Hello. On 15/08/16 22:46, Nikita Zlobin wrote: > Hello. I tried to build versions 1.17.2, then from git. > In order to build doc, i'm doing "make doc", because otherwise it > is skipped somewhy. The why is pretty easy to understand. If we would build docs for every run of make the developers wou

[EGIT] [core/efl] efl-1.18 01/01: win: Mark two properties as eo-only

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=44dc5ba2b4323a62a0459e51be86095a46fbc31e commit 44dc5ba2b4323a62a0459e51be86095a46fbc31e Author: Jean-Philippe Andre Date: Tue Aug 16 17:59:56 2016 +0900 win: Mark two properties as eo-only

[EGIT] [core/efl] master 01/01: win: Mark two properties as eo-only

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3aa7674666d2a8de89b370873077810ebfd7c589 commit 3aa7674666d2a8de89b370873077810ebfd7c589 Author: Jean-Philippe Andre Date: Tue Aug 16 17:59:56 2016 +0900 win: Mark two properties as eo-only

[EGIT] [core/efl] efl-1.18 01/01: elm: Hide new init APIs behind BETA tag

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=bc29fcdac601327f693ba2055a49bf05560df9fd commit bc29fcdac601327f693ba2055a49bf05560df9fd Author: Jean-Philippe Andre Date: Tue Aug 16 17:24:58 2016 +0900 elm: Hide new init APIs behind BETA tag

[EGIT] [core/efl] master 01/01: elm: Hide new init APIs behind BETA tag

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=87d1b3f7c4f0b8e90601ccc95726c885a528a39d commit 87d1b3f7c4f0b8e90601ccc95726c885a528a39d Author: Jean-Philippe Andre Date: Tue Aug 16 17:24:58 2016 +0900 elm: Hide new init APIs behind BETA tag

[EGIT] [tools/enventor] master 01/01: edj_viewer: ++safety.

2016-08-16 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4b22c006b1ba128c4c474b503f4b203d36f67e5c commit 4b22c006b1ba128c4c474b503f4b203d36f67e5c Author: Hermet Park Date: Tue Aug 16 17:28:54 2016 +0900 edj_viewer: ++safety. add a null c

[EGIT] [core/efl] efl-1.18 01/01: eolian tests: fix reference file after beta in legacy change

2016-08-16 Thread Daniel Kolesa
stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=96be95d958f1007baf6cc70f3d7873c9be66d77d commit 96be95d958f1007baf6cc70f3d7873c9be66d77d Author: Daniel Kolesa Date: Mon Aug 15 12:50:52 2016 +0100 eolian tests: fix reference file after beta i

[EGIT] [core/efl] efl-1.18 01/01: glview: Mark draw_request as eo-only

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=13088808741cf4b04e309399f3c08cd3065cfb14 commit 13088808741cf4b04e309399f3c08cd3065cfb14 Author: Jean-Philippe Andre Date: Tue Aug 16 17:06:19 2016 +0900 glview: Mark draw_request as eo-only

[EGIT] [core/efl] master 01/01: glview: Mark draw_request as eo-only

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c916e518d93142aca2f77faad61f6ad67c623cbe commit c916e518d93142aca2f77faad61f6ad67c623cbe Author: Jean-Philippe Andre Date: Tue Aug 16 17:06:19 2016 +0900 glview: Mark draw_request as eo-only

[EGIT] [tools/eflete] master 03/03: workspace: hide the relative scale by default

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=4a3ac696e8768b8a675d6393a8dea550e377f99c commit 4a3ac696e8768b8a675d6393a8dea550e377f99c Author: Vyacheslav Reutskiy Date: Tue Aug 16 09:06:32 2016 +0300 workspace: hide the relative scale by

[EGIT] [tools/eflete] master 02/03: workspace: add define for default ruler step

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e07da4ac3839fa546420e954d8e449be4938e4d5 commit e07da4ac3839fa546420e954d8e449be4938e4d5 Author: Vyacheslav Reutskiy Date: Tue Aug 16 09:04:54 2016 +0300 workspace: add define for default rul

[EGIT] [tools/eflete] master 01/03: workspace: make ruler label readble for zoom less 60%

2016-08-16 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c508b22e14c20402251407ec355b9e45f4cf2cfa commit c508b22e14c20402251407ec355b9e45f4cf2cfa Author: Vyacheslav Reutskiy Date: Tue Aug 16 08:54:22 2016 +0300 workspace: make ruler label readble f

Re: [E-devel] Eina_Error and errno mapping

2016-08-16 Thread Jean-Philippe André
Hi, On 16 August 2016 at 00:29, Felipe Magno de Almeida < felipe.m.alme...@gmail.com> wrote: > On Mon, Aug 15, 2016 at 12:19 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Aug 15, 2016 at 11:27 AM, Felipe Magno de Almeida > > wrote: > >> On Aug 15, 2016 2:42 AM, "Gustavo Sverzut Barbieri" >

[EGIT] [core/efl] master 01/08: edje_embryo: add function to know swallow has object

2016-08-16 Thread Jinyong Park
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=471a328ea0e5607f25391496b76aafedeb34a79f commit 471a328ea0e5607f25391496b76aafedeb34a79f Author: Jinyong Park Date: Mon Aug 1 14:56:00 2016 +0900 edje_embryo: add function to know swallow has objec

[EGIT] [core/efl] master 06/08: gl: Fix usage of GLX/EGL/GL extensions

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d5da8d31ce6fdd61bf3c4c53796569673b5db6b1 commit d5da8d31ce6fdd61bf3c4c53796569673b5db6b1 Author: Jean-Philippe Andre Date: Thu Aug 4 11:49:33 2016 +0900 gl: Fix usage of GLX/EGL/GL extensions

[EGIT] [core/efl] master 07/08: edje: resolve user defined string with type

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4fc6d3cf900b904533820f3c375499b5240b1a61 commit 4fc6d3cf900b904533820f3c375499b5240b1a61 Author: Jee-Yong Um Date: Tue Aug 9 17:29:49 2016 +0900 edje: resolve user defined string with type

[EGIT] [core/efl] master 05/08: eina: Set EINA_ERROR_TIMEOUT to cond_timedwait

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cb24d5f4896e1b17b5d61f437635c6024d953b2f commit cb24d5f4896e1b17b5d61f437635c6024d953b2f Author: Jean-Philippe Andre Date: Mon Aug 1 17:38:05 2016 +0900 eina: Set EINA_ERROR_TIMEOUT to cond_timedwa

[EGIT] [core/efl] master 04/08: eina: Move EWAPI and EAPI_WEAK to Eina.h from Eo.h

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=67ab4e3b4dbc433464e7423ab092bf61aaa16083 commit 67ab4e3b4dbc433464e7423ab092bf61aaa16083 Author: Jean-Philippe Andre Date: Mon Aug 1 16:06:44 2016 +0900 eina: Move EWAPI and EAPI_WEAK to Eina.h fro

[EGIT] [core/efl] master 03/08: elm_panel : add a toggled event triggered when panel toggled in any way.

2016-08-16 Thread JEONGHYUN YUN
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f00c078b9b08bdd14f9d8922f9b2c550e5e93bbf commit f00c078b9b08bdd14f9d8922f9b2c550e5e93bbf Author: JEONGHYUN YUN Date: Mon Aug 1 15:38:50 2016 +0900 elm_panel : add a toggled event triggered when pan

[EGIT] [core/efl] master 02/08: evas: Implement GL map/unmap for the simple case

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8fb2dca520920432e76f8c1db0db5da515e070ce commit 8fb2dca520920432e76f8c1db0db5da515e070ce Author: Jean-Philippe Andre Date: Tue Jul 19 21:08:02 2016 +0900 evas: Implement GL map/unmap for the simple

[EGIT] [core/efl] master 08/08: elementary: remove redundant parts_text_fix from Elm.Layout

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=30ec592638635003946195b0b16d7a806ff0ff64 commit 30ec592638635003946195b0b16d7a806ff0ff64 Author: Jee-Yong Um Date: Tue Aug 9 17:30:04 2016 +0900 elementary: remove redundant parts_text_fix from Elm

Re: [E-devel] [RFC] Eina_Slice and Eina_Rw_Slice

2016-08-16 Thread The Rasterman
On Tue, 16 Aug 2016 01:43:43 -0300 Gustavo Sverzut Barbieri said: > On Mon, Aug 15, 2016 at 11:37 PM, Carsten Haitzler > wrote: > > On Mon, 15 Aug 2016 22:35:58 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Mon, Aug 15, 2016 at 8:13 PM, Carsten Haitzler > >> wrote: > >> > On Mon, 15 Aug

[EGIT] [core/enlightenment] master 01/01: askpass env var - dont use 32byte buffer for path but use stringshare

2016-08-16 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=796f50820a22b886d71039db22cc9f91d41f18d4 commit 796f50820a22b886d71039db22cc9f91d41f18d4 Author: Carsten Haitzler (Rasterman) Date: Tue Aug 16 16:16:05 2016 +0900 askpass env var - dont

[EGIT] [core/efl] master 10/14: edje: clean up part text input panel APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=69ffbbb3ebfb875dae452d571dd8a5742fc27e55 commit 69ffbbb3ebfb875dae452d571dd8a5742fc27e55 Author: Jee-Yong Um Date: Thu Aug 11 13:30:03 2016 +0900 edje: clean up part text input panel APIs --- src/

[EGIT] [core/efl] master 04/14: edje: fix reference error of part drag APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=72999333591dc543b90128aaaf09038c751283bc commit 72999333591dc543b90128aaaf09038c751283bc Author: Jee-Yong Um Date: Thu Aug 11 10:56:24 2016 +0900 edje: fix reference error of part drag APIs --- sr

[EGIT] [core/efl] master 01/14: edje: group methods in edje_object.eo

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c772bb0390c3acc1105eef65eb09bd098bbb457a commit c772bb0390c3acc1105eef65eb09bd098bbb457a Author: Jee-Yong Um Date: Thu Aug 11 09:33:55 2016 +0900 edje: group methods in edje_object.eo --- src/lib/

[EGIT] [core/efl] master 12/14: edje: clean up part text item APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1df890d51a867d19e0eba840d5e9da511a5012f0 commit 1df890d51a867d19e0eba840d5e9da511a5012f0 Author: Jee-Yong Um Date: Thu Aug 11 13:39:27 2016 +0900 edje: clean up part text item APIs --- src/lib/edj

[EGIT] [core/efl] master 06/14: edje: clean up part text APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7621e28ca4a0e0e1ed5a6e7a754b5c85ac327a1c commit 7621e28ca4a0e0e1ed5a6e7a754b5c85ac327a1c Author: Jee-Yong Um Date: Thu Aug 11 11:05:03 2016 +0900 edje: clean up part text APIs --- src/lib/edje/edj

[EGIT] [core/efl] master 14/14: edje: Clean up edje eo apis

2016-08-16 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88a684e8005d08aba4c9ff25e4da11dcd89a87c0 commit 88a684e8005d08aba4c9ff25e4da11dcd89a87c0 Merge: 9fbb5e0 14ff664 Author: Jean-Philippe Andre Date: Tue Aug 16 16:08:07 2016 +0900 edje: Clean up edje

[EGIT] [core/efl] master 03/14: edje: clean up part drag APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=504f43698ee3ccbed98511f52b4666a50d641be3 commit 504f43698ee3ccbed98511f52b4666a50d641be3 Author: Jee-Yong Um Date: Thu Aug 11 10:46:54 2016 +0900 edje: clean up part drag APIs --- src/lib/edje/edj

[EGIT] [core/efl] master 09/14: edje: clean up part text imf context APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5c989481b7e74263f4ab66e7067728ae51527882 commit 5c989481b7e74263f4ab66e7067728ae51527882 Author: Jee-Yong Um Date: Thu Aug 11 11:21:02 2016 +0900 edje: clean up part text imf context APIs --- src/

[EGIT] [core/efl] master 07/14: edje: clean up part text cursor APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=90b20e4da1d15d3a3bbd6d9e1e5d0acca944f9ab commit 90b20e4da1d15d3a3bbd6d9e1e5d0acca944f9ab Author: Jee-Yong Um Date: Thu Aug 11 11:14:41 2016 +0900 edje: clean up part text cursor APIs --- src/lib/e

[EGIT] [core/efl] master 11/14: edje: clean up part text anchor APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=afc04302ed7e4799f66acfb75ade118859a01fc3 commit afc04302ed7e4799f66acfb75ade118859a01fc3 Author: Jee-Yong Um Date: Thu Aug 11 13:37:00 2016 +0900 edje: clean up part text anchor APIs --- src/lib/e

[EGIT] [core/efl] master 05/14: edje: clean up part external APIs

2016-08-16 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42750beba45068aaf04d36794a9d68d18eb3254c commit 42750beba45068aaf04d36794a9d68d18eb3254c Author: Jee-Yong Um Date: Thu Aug 11 10:58:18 2016 +0900 edje: clean up part external APIs --- src/lib/edje

  1   2   >