[EGIT] [core/elementary] master 01/01: test_icon_animated.c: Internal code refactoring.

2013-10-01 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fc931d97fdfec95c0d6b814c68f24ab18c09f4cb commit fc931d97fdfec95c0d6b814c68f24ab18c09f4cb Author: Daniel Juyung Seo Date: Wed Oct 2 15:22:27 2013 +0900 test_icon_animated.c: Internal code ref

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Christopher Michael
On 01/10/13 18:31, Michael Blumenkrantz wrote: > Okay, I haven't read most of these replies since I've been busy benchmarking > the hell out of things, but I've had things semi-summarized for me by a > number of people. > > I think it's important to keep in mind that FOSS is probably the hardest

[EGIT] [core/elementary] master 01/01: fileselector: fileselector: Add "activated" smart callback

2013-10-01 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7d9b8def4db8ba2c1ac8fae282a79566842b1890 commit 7d9b8def4db8ba2c1ac8fae282a79566842b1890 Author: Ryuan Choi Date: Wed Oct 2 12:35:23 2013 +0900 fileselector: fileselector: Add "activated" s

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix transit del_cb

2013-10-01 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=bef896b4908dc7e273b17643114e17b178d80b55 commit bef896b4908dc7e273b17643114e17b178d80b55 Author: Kai Huuhko Date: Wed Oct 2 05:59:21 2013 +0300 Elementary: Fix transit del_cb ---

Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm_image: Remove double callback on mouse_up

2013-10-01 Thread Jean-Philippe André
You're welcome :) This should fix the elementary_test "Icon Animation" where clicking had no effect (when it should toggle animation play/pause). Cheers, 2013/10/1 Daniel Juyung Seo > Oh.. great :) > Thanks JP. > > Daniel Juyung Seo (SeoZ) > > > On Tue, Oct 1, 2013 at 7:13 PM, Jean-Philippe An

[EGIT] [core/efl] master 01/01: evas: fix Evas_Object_Text alignment with ellipsis.

2013-10-01 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3b93896e54d82b451919484100d0cb830e759536 commit 3b93896e54d82b451919484100d0cb830e759536 Author: Cedric Bail Date: Wed Oct 2 11:02:05 2013 +0900 evas: fix Evas_Object_Text alignment with ellipsis

Re: [E-devel] e17 titlebars broken.... text objects dont center anymore... CEDRIC

2013-10-01 Thread Cedric BAIL
On Wed, Oct 2, 2013 at 8:43 AM, Carsten Haitzler wrote: > On Tue, 1 Oct 2013 23:25:17 +0900 Daniel Juyung Seo > said: >> That is a feature, Cedric :) > > well.. it is a feature OF cedric... :) Indeed ! Move everything to the left ! -- Cedric BAIL --

Re: [E-devel] [core/elementary] Question about widget theme policy

2013-10-01 Thread The Rasterman
On Wed, 2 Oct 2013 01:03:54 +0900 (KST) 조재현 said: > Dear all, > > Hello. This is Jaehyun Cho. > I am writing this email to ask about the widget theme policy. > As you know, when the elm_widget_theme is called, the theme is applied for > all the children objects and then the parent object's the

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread The Rasterman
On Tue, 1 Oct 2013 18:31:50 +0100 Michael Blumenkrantz said: > Okay, I haven't read most of these replies since I've been busy benchmarking > the hell out of things, but I've had things semi-summarized for me by a > number of people. > > I think it's important to keep in mind that FOSS is probab

Re: [E-devel] e17 titlebars broken.... text objects dont center anymore... CEDRIC

2013-10-01 Thread The Rasterman
On Tue, 1 Oct 2013 23:25:17 +0900 Daniel Juyung Seo said: > That is a feature, Cedric :) well.. it is a feature OF cedric... :) > Daniel Juyung Seo (SeoZ) > On Oct 1, 2013 11:18 PM, "Carsten Haitzler" wrote: > > > subject says it all... CDRIC! look at your e titlebars... they went > > fro

[EGIT] [core/efl] master 01/01: examples/ecore: don't use ECORE_CON_LIBS

2013-10-01 Thread U . Artie Eoff
uartie pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4606c0b95eff35c1a03b8d7fdff41a3320bccb0a commit 4606c0b95eff35c1a03b8d7fdff41a3320bccb0a Author: U. Artie Eoff Date: Tue Oct 1 13:53:29 2013 -0700 examples/ecore: don't use ECORE_CON_LIBS

[EGIT] [core/efl] master 01/01: examples/ecore: ecore_pipe_gstreamer_example must go in HAVE_GSTREAMER guard

2013-10-01 Thread U . Artie Eoff
uartie pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=65b11e98c86265d5eb4804430d87946f07773222 commit 65b11e98c86265d5eb4804430d87946f07773222 Author: U. Artie Eoff Date: Tue Oct 1 13:40:10 2013 -0700 examples/ecore: ecore_pipe_gstreamer_example mus

Re: [E-devel] [core/elementary] Question about widget theme policy

2013-10-01 Thread Kim Shinwoo
Dear Jaehyun, Hello. If one of children objects fails to set to new theme even though its parent object succeeds to set, then the problem still remains (impossible? if the parent object succeeds, then all children objects always succeed?). IMHO. Thank you :) Cordially, Shinwoo Kim. On Wed, Oct

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Michael Blumenkrantz
Okay, I haven't read most of these replies since I've been busy benchmarking the hell out of things, but I've had things semi-summarized for me by a number of people. I think it's important to keep in mind that FOSS is probably the hardest type of development to get into, and to remember that a

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Iván Briano
Good gracious, this is getting insane. I agree with Tom on this one (good gracious, I agree with Tom!). What your job is or where you work has nothing to do with the community. Your work is appreciated, but commit access is not required for you to do your job, and since we are not using SVN anymor

[EGIT] [website/planet] master 01/01: config: update @lucas feed URI

2013-10-01 Thread Bertrand Jacquin
beber pushed a commit to branch master. http://git.enlightenment.org/website/planet.git/commit/?id=d01b2838ca08d8ce3f742b7ead4e8c62bbb6695e commit d01b2838ca08d8ce3f742b7ead4e8c62bbb6695e Author: Bertrand Jacquin Date: Tue Oct 1 18:22:11 2013 +0200 config: update @lucas feed URI --- conf

[E-devel] [core/elementary] Question about widget theme policy

2013-10-01 Thread 조재현
Dear all, Hello. This is Jaehyun Cho. I am writing this email to ask about the widget theme policy. As you know, when the elm_widget_theme is called, the theme is applied for all the children objects and then the parent object's theme is applied later. (This means that the theme can be applied

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 15:55, Yossi Kantor wrote: > Tom, > > Open source or not, there are normal human relations and you will comply > to them (With me at least). > (There are actually a lot of respectful ways you could have done the > same thing it openly > but its not my job to teach you how). No, I will

Re: [E-devel] e17 titlebars broken.... text objects dont center anymore... CEDRIC

2013-10-01 Thread Daniel Juyung Seo
That is a feature, Cedric :) Daniel Juyung Seo (SeoZ) On Oct 1, 2013 11:18 PM, "Carsten Haitzler" wrote: > subject says it all... CDRIC! look at your e titlebars... they went > from > centered to left aligned. :) > > -- > - Codito, ergo sum - "I code, therefore I am"

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Yossi Kantor
On 10/01/2013 03:38 PM, Tom Hacohen wrote: > On 01/10/13 14:58, Yossi Kantor wrote: >> On 10/01/2013 02:20 PM, Tom Hacohen wrote: >>> On 01/10/13 12:47, Tom Hacohen wrote: On 01/10/13 12:06, Michael Blumenkrantz wrote: > On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen > wrote: >

[E-devel] e17 titlebars broken.... text objects dont center anymore... CEDRIC

2013-10-01 Thread The Rasterman
subject says it all... CDRIC! look at your e titlebars... they went from centered to left aligned. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 14:58, Yossi Kantor wrote: > On 10/01/2013 02:20 PM, Tom Hacohen wrote: >> On 01/10/13 12:47, Tom Hacohen wrote: >>> On 01/10/13 12:06, Michael Blumenkrantz wrote: On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen wrote: > On 01/10/13 11:38, Michael Blumenkrantz wrote: >>

Re: [E-devel] arc patch error

2013-10-01 Thread Daniel Juyung Seo
Dear all, this was just fixed with the help of Tasn and mbishopim3(from #phabricator). I updated arcanist and found out we don't need to manually copy and paste the commit message from phab. This is awesome :) Thanks. Daniel Juyung Seo (SeoZ) On Mon, Sep 30, 2013 at 6:57 PM, Daniel Juyung Seo

[EGIT] [core/elementary] master 01/01: bug fix: fixed memory leak

2013-10-01 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=321a0db5a8120c4c8ec0ced4806546dfb2a1123a commit 321a0db5a8120c4c8ec0ced4806546dfb2a1123a Author: Jaeun Choi Date: Tue Oct 1 22:18:57 2013 +0900 bug fix: fixed memory leak Summary:

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Yossi Kantor
On 10/01/2013 02:20 PM, Tom Hacohen wrote: > On 01/10/13 12:47, Tom Hacohen wrote: >> On 01/10/13 12:06, Michael Blumenkrantz wrote: >>> On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen wrote: >>> On 01/10/13 11:38, Michael Blumenkrantz wrote: > is this a joke? I'm giving him access to work on

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Daniel Juyung Seo
On Tue, Oct 1, 2013 at 9:20 PM, Tom Hacohen wrote: > On 01/10/13 12:47, Tom Hacohen wrote: > > On 01/10/13 12:06, Michael Blumenkrantz wrote: > >> On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen >wrote: > >> > >>> On 01/10/13 11:38, Michael Blumenkrantz wrote: > is this a joke? I'm giving him

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 12:47, Tom Hacohen wrote: > On 01/10/13 12:06, Michael Blumenkrantz wrote: >> On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen wrote: >> >>> On 01/10/13 11:38, Michael Blumenkrantz wrote: is this a joke? I'm giving him access to work on E, which he HAS been >>> doing publicly for

[EGIT] [core/enlightenment] master 01/01: e_fm custom moode (Desktop) icon navigation improved and simplified

2013-10-01 Thread Yossi Kantor
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1ac50f65b5cbb4087eb10659b71fbf4d26694c98 commit 1ac50f65b5cbb4087eb10659b71fbf4d26694c98 Author: Yossi Kantor Date: Tue Oct 1 14:10:14 2013 +0200 e_fm custom moode (Desktop) icon n

[EGIT] [core/efl] master 01/02: evas - try cleanup pipe_region_intersects again.. this time without bugs.

2013-10-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e383e3096d22d4be63373e8a0e48aa9662748a58 commit e383e3096d22d4be63373e8a0e48aa9662748a58 Author: Carsten Haitzler (Rasterman) Date: Tue Oct 1 15:23:04 2013 +0900 evas - try cleanup pipe_region_in

[EGIT] [core/efl] master 02/02: evas - clean up tiler code a lot and remove old commented out stuff

2013-10-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=32514b72717f555870ad09efd6d58972b0fbd90f commit 32514b72717f555870ad09efd6d58972b0fbd90f Author: Carsten Haitzler (Rasterman) Date: Tue Oct 1 20:44:48 2013 +0900 evas - clean up tiler code a lot

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 12:06, Michael Blumenkrantz wrote: > On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen wrote: > >> On 01/10/13 11:38, Michael Blumenkrantz wrote: >>> is this a joke? I'm giving him access to work on E, which he HAS been >> doing >>> publicly for months. He's been mentioned on the release blo

[EGIT] [core/efl] master 01/01: evas: fix some ellipsis case.

2013-10-01 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5487b7563567b724d2e81c1037538668377b3c12 commit 5487b7563567b724d2e81c1037538668377b3c12 Author: Cedric Bail Date: Tue Oct 1 20:34:03 2013 +0900 evas: fix some ellipsis case. --- src/lib/evas/ca

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Michael Blumenkrantz
On Tue, Oct 1, 2013 at 11:51 AM, Tom Hacohen wrote: > On 01/10/13 11:38, Michael Blumenkrantz wrote: > > is this a joke? I'm giving him access to work on E, which he HAS been > doing > > publicly for months. He's been mentioned on the release blog and his > > commits are easy enough to find; given

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 11:38, Michael Blumenkrantz wrote: > is this a joke? I'm giving him access to work on E, which he HAS been doing > publicly for months. He's been mentioned on the release blog and his > commits are easy enough to find; given that I'm the (only) maintainer for > the project, that's more

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Daniel Juyung Seo
On Tue, Oct 1, 2013 at 7:27 PM, Tom Hacohen wrote: > On 01/10/13 09:44, Michael Blumenkrantz wrote: > > feel free to forward all e bug reports directly to > > yossik@enlightenment.orgfrom now on! > > Uncool dude. Just this month we said we wouldn't give Chris' proposed > dev access because we don

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Michael Blumenkrantz
is this a joke? I'm giving him access to work on E, which he HAS been doing publicly for months. He's been mentioned on the release blog and his commits are easy enough to find; given that I'm the (only) maintainer for the project, that's more than enough justification. I guess I could discuss it w

Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm_image: Remove double callback on mouse_up

2013-10-01 Thread Daniel Juyung Seo
Oh.. great :) Thanks JP. Daniel Juyung Seo (SeoZ) On Tue, Oct 1, 2013 at 7:13 PM, Jean-Philippe Andre wrote: > jpeg pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=4012858ffef04186db8e3cfb7ee394710a965e47 > > commit 4012858ffef04186db8e3cfb7ee

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Tom Hacohen
On 01/10/13 09:44, Michael Blumenkrantz wrote: > feel free to forward all e bug reports directly to > yossik@enlightenment.orgfrom now on! Uncool dude. Just this month we said we wouldn't give Chris' proposed dev access because we don't know his work, and now you are doing the same? What about d

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread daniel.za...@samsung.com
It's impossible! This man has a second life during the night and he can't be late. Gangnam can't live without him. On 10/01/2013 12:52 PM, Michael Blumenkrantz wrote: > commit now! test/review later! > > > On Tue, Oct 1, 2013 at 10:48 AM, Jean-Philippe André wrote: > >> Hi! >> >> Indeed, I totall

[EGIT] [core/elementary] master 01/02: elm_image: Remove double callback on mouse_up

2013-10-01 Thread Jean-Philippe Andre
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4012858ffef04186db8e3cfb7ee394710a965e47 commit 4012858ffef04186db8e3cfb7ee394710a965e47 Author: Jean-Philippe Andre Date: Fri Sep 27 17:09:36 2013 +0900 elm_image: Remove double callback on

[EGIT] [core/elementary] master 02/02: elm_image: Fix preload for normal files

2013-10-01 Thread Jean-Philippe Andre
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7bae58b315e4629a19a06fde7523b6a05d31faaf commit 7bae58b315e4629a19a06fde7523b6a05d31faaf Author: Jean-Philippe Andre Date: Tue Oct 1 18:05:21 2013 +0900 elm_image: Fix preload for normal fil

Re: [E-devel] [EGIT] [core/efl] master 02/03: evas: add JPEG 2000 loader.

2013-10-01 Thread The Rasterman
On Tue, 1 Oct 2013 10:09:20 +0100 Michael Blumenkrantz said: > hipster raster just doesn't want other people using his formatz hands off my jpeg 3000's! > On Tue, Oct 1, 2013 at 9:48 AM, David Seikel wrote: > > > On Tue, 01 Oct 2013 00:43:51 -0700 Vincent Torri > > wrote: > > > > > cedric pu

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread Michael Blumenkrantz
commit now! test/review later! On Tue, Oct 1, 2013 at 10:48 AM, Jean-Philippe André wrote: > Hi! > > Indeed, I totally missed that case as all elementary_test cases call show() > after file_set()... > The commit to blame was dcb8b54aee3a545a1. > > So, let me explain why I introduced these change

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread Jean-Philippe André
Hi! Indeed, I totally missed that case as all elementary_test cases call show() after file_set()... The commit to blame was dcb8b54aee3a545a1. So, let me explain why I introduced these changes in the first place. While working on cserve2 (I'll talk about it more soon!), I realized that even "huge

[EGIT] [core/enlightenment] master 01/01: add test for fullscreen overrides

2013-10-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=15663e51f428f74d38f91ba61dcb1853070ea695 commit 15663e51f428f74d38f91ba61dcb1853070ea695 Author: Mike Blumenkrantz Date: Tue Oct 1 10:34:20 2013 +0100 add test for fullscreen overr

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Daniel Juyung Seo
Congratulations Yossi! Great responsibility comes with great power. Keep rocking. Daniel Juyung Seo (SeoZ) On Tue, Oct 1, 2013 at 5:44 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > feel free to forward all e bug reports directly to > yossik@enlightenment.orgfrom now on! >

Re: [E-devel] [EGIT] [core/efl] master 02/03: evas: add JPEG 2000 loader.

2013-10-01 Thread Michael Blumenkrantz
hipster raster just doesn't want other people using his formatz On Tue, Oct 1, 2013 at 9:48 AM, David Seikel wrote: > On Tue, 01 Oct 2013 00:43:51 -0700 Vincent Torri > wrote: > > > cedric pushed a commit to branch master. > > > > > http://git.enlightenment.org/core/efl.git/commit/?id=3b8b2ac6

Re: [E-devel] [EGIT] [core/efl] master 02/03: evas: add JPEG 2000 loader.

2013-10-01 Thread David Seikel
On Tue, 01 Oct 2013 00:43:51 -0700 Vincent Torri wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=3b8b2ac66c10be49a85ec2dad2d54082fe47742f > > commit 3b8b2ac66c10be49a85ec2dad2d54082fe47742f > Author: Vincent Torri > Date: Sat Sep 28

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Michael Blumenkrantz
feel free to forward all e bug reports directly to yossik@enlightenment.orgfrom now on! On Tue, Oct 1, 2013 at 9:38 AM, Mike Blumenkrantz wrote: > discomfitor pushed a commit to branch master. > > > http://git.enlightenment.org/admin/devs.git/commit/?id=d63dc7a9234f58b2774bc9f1176a28f943f6331a >

[EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=d63dc7a9234f58b2774bc9f1176a28f943f6331a commit d63dc7a9234f58b2774bc9f1176a28f943f6331a Author: Mike Blumenkrantz Date: Tue Oct 1 09:30:09 2013 +0100 newish dev: yossik! if you'v

[EGIT] [core/efl] master 01/01: evas: try to set EAPI correctly.

2013-10-01 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fdea402d32810b3fd4384a177714d4f0c2e74a6a commit fdea402d32810b3fd4384a177714d4f0c2e74a6a Author: Cedric Bail Date: Tue Oct 1 17:24:37 2013 +0900 evas: try to set EAPI correctly. --- src/lib/evas

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread daniel.za...@samsung.com
Yo JP, Could your commit be the cause of the non loading of the image if file_set is done after show? Now, only if show is done after file_set, it will load it. JackDanielZ, alias Daniel On 09/26/2013 01:00 PM, Jean-Philippe Andre wrote: > jpeg pushed a commit to branch master. > > http://git.

[EGIT] [core/efl] master 01/03: evas: make Evas_Loader.h a real public API.

2013-10-01 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=83eaf14f32e3fb804b97906af6e0af70303bf24b commit 83eaf14f32e3fb804b97906af6e0af70303bf24b Author: Cedric Bail Date: Tue Oct 1 16:38:01 2013 +0900 evas: make Evas_Loader.h a real public API. --- s

[EGIT] [core/efl] master 02/03: evas: add JPEG 2000 loader.

2013-10-01 Thread Vincent Torri
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3b8b2ac66c10be49a85ec2dad2d54082fe47742f commit 3b8b2ac66c10be49a85ec2dad2d54082fe47742f Author: Vincent Torri Date: Sat Sep 28 14:28:41 2013 +0200 evas: add JPEG 2000 loader. This add f

[EGIT] [core/efl] master 03/03: evas: reduce number of relayout of text object to the strict minimum.

2013-10-01 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e5a0215e613daf0ec010aed17dab1f36eb0ec3c commit 2e5a0215e613daf0ec010aed17dab1f36eb0ec3c Author: Cedric Bail Date: Tue Oct 1 15:29:38 2013 +0900 evas: reduce number of relayout of text object to