[EGIT] [core/elementary] master 01/01: entry: Add elm_entry_select_region_set API

2014-02-05 Thread Jihoon Kim
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=35fdd7b817c822285a47b3a5338cd905398e5fd8 commit 35fdd7b817c822285a47b3a5338cd905398e5fd8 Author: Jihoon Kim Date: Wed Feb 5 10:16:13 2014 + entry: Add elm_entry_select_region_set API

[EGIT] [core/elementary] master 01/01: focus: Added elm_object_focus_highlight_style_get/set() to support custom focus highlight on widget

2014-02-05 Thread nirajkr
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=74cefaa306861d48df2c7a75b5ebe74d15d68cbb commit 74cefaa306861d48df2c7a75b5ebe74d15d68cbb Author: nirajkr Date: Wed Feb 5 19:17:41 2014 +0900 focus: Added elm_object_focus_highlight_style_get

[EGIT] [tools/enventor] master 01/01: syntax_color - ++ellipsis

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=9cd77266d0f9df7c1fa8919dc78d662554961abc commit 9cd77266d0f9df7c1fa8919dc78d662554961abc Author: ChunEon Park Date: Wed Feb 5 19:38:37 2014 +0900 syntax_color - ++ellipsis --- src/bin/synt

[EGIT] [tools/enventor] master 01/01: removed void delcaration as the parameter.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=0e7f161e9d29d8e6bac5e63c1e6f54d390e5a10a commit 0e7f161e9d29d8e6bac5e63c1e6f54d390e5a10a Author: ChunEon Park Date: Wed Feb 5 20:27:03 2014 +0900 removed void delcaration as the parameter.

[EGIT] [core/efl] master 01/01: evas/map - added comment to do.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eea4fbff6afc78964dcb58142c1a6043b7c0d937 commit eea4fbff6afc78964dcb58142c1a6043b7c0d937 Author: ChunEon Park Date: Wed Feb 5 20:55:38 2014 +0900 evas/map - added comment to do. --- src/lib/evas

[EGIT] [core/elementary] master 01/02: config: Removed unnecessary internal function decralations.

2014-02-05 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a39daa24bacd8cd534ec3dda4611c8d51a5921fe commit a39daa24bacd8cd534ec3dda4611c8d51a5921fe Author: Daniel Juyung Seo Date: Wed Feb 5 20:35:09 2014 +0900 config: Removed unnecessary internal fu

[EGIT] [core/elementary] master 02/02: entry: Added @since 1.9 for newly added API elm_entry_select_region_set.

2014-02-05 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f77a66c5b1533e6758eeb82a85b756f75764e48a commit f77a66c5b1533e6758eeb82a85b756f75764e48a Author: Daniel Juyung Seo Date: Wed Feb 5 20:59:53 2014 +0900 entry: Added @since 1.9 for newly added

Re: [E-devel] [EGIT] [tools/enventor] master 01/01: removed void delcaration as the parameter.

2014-02-05 Thread Cedric BAIL
On Wed, Feb 5, 2014 at 8:28 PM, ChunEon Park wrote: > hermet pushed a commit to branch master. > > http://git.enlightenment.org/tools/enventor.git/commit/?id=0e7f161e9d29d8e6bac5e63c1e6f54d390e5a10a > > commit 0e7f161e9d29d8e6bac5e63c1e6f54d390e5a10a > Author: ChunEon Park > Date: Wed Feb 5 20:

Re: [E-devel] [EGIT] [tools/enventor] master 01/01: removed void delcaration as the parameter.

2014-02-05 Thread ChunEon Park
i know and agree to go. but it's close to code convention matter. anyhow, with, without it, the compiler will catch the problem. so I want it make same everywhere. -Regards, Hermet- -Original Message- From: "Cedric BAIL" To: "Enlightenment developer

[EGIT] [core/efl] master 02/02: Evas textblock: Improved error messages when detecting errors in markup.

2014-02-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9cc7e69338e8b833e8feb200144bd63fbf6daf24 commit 9cc7e69338e8b833e8feb200144bd63fbf6daf24 Author: Tom Hacohen Date: Wed Feb 5 13:51:22 2014 + Evas textblock: Improved error messages when detecti

[EGIT] [core/efl] master 01/02: evas: textblock - Added Null checking in evas_textblock_text_markup_to_utf8 before calling eina_strbuf_append_length API.

2014-02-05 Thread Youngbok Shin
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c48c9827ff89bd357834b0f6637922167c4bc17a commit c48c9827ff89bd357834b0f6637922167c4bc17a Author: Youngbok Shin Date: Wed Feb 5 13:23:55 2014 + evas: textblock - Added Null checking in evas_text

[EGIT] [core/efl] master 01/01: Evas font: Change font fallback to not depend on fontconfig >= 2.11.

2014-02-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec41f67be466ca2dea83ce787f74bd4b4d6c71cb commit ec41f67be466ca2dea83ce787f74bd4b4d6c71cb Author: Tom Hacohen Date: Wed Feb 5 13:54:41 2014 + Evas font: Change font fallback to not depend on fon

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: restore magic debug option for ABI compatibility purpose.

2014-02-05 Thread Gustavo Sverzut Barbieri
this wasn't recommended and was unsupported. So why keep this as a configuration option? I'm for keeping it as before and those who did the mistake of using it patch their configure.ac and know they will have trouble in future. On Wed, Feb 5, 2014 at 12:12 AM, Cedric BAIL wrote: > cedric pushed

[E-devel] ecxx = eolian + c++ bindings

2014-02-05 Thread Savio Sena
Hello everyone, Me and Felipe Almeida have been working on the C++ bindings for EFL for a couple of months or so. We finally managed to have something usable. We would highly appreciate feedbacks, reviews and critics: https://github.com/expertisesolutions/ecxx Ecxx is integrated with Eolian --

[EGIT] [core/elementary] master 01/01: win - +null object checking.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c5ee73d54f8f84e3f1d858f7d2c6c4395aa1ab88 commit c5ee73d54f8f84e3f1d858f7d2c6c4395aa1ab88 Author: ChunEon Park Date: Thu Feb 6 00:16:59 2014 +0900 win - +null object checking. it a

[EGIT] [tools/enventor] master 01/01: edj_viewer - added workaround code for weird text ellipsis.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=a9376c508aebf83d1f9bec102cbaeae299e9b8d1 commit a9376c508aebf83d1f9bec102cbaeae299e9b8d1 Author: ChunEon Park Date: Thu Feb 6 00:49:18 2014 +0900 edj_viewer - added workaround code for weir

[EGIT] [core/enlightenment] master 02/05: e_util_client_shadow_state_get() -> e_client_util_shadow_state_get()

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4eae850861dca74cb15408d2bfff0779b4a8c0fc commit 4eae850861dca74cb15408d2bfff0779b4a8c0fc Author: Mike Blumenkrantz Date: Wed Feb 5 10:48:31 2014 -0500 e_util_client_shadow_state_ge

[EGIT] [tools/enventor] master 01/01: edj_viewer - update the view min value for view scrolling.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8a104efb39aa0dbbddd72b27c17d219a6cdce094 commit 8a104efb39aa0dbbddd72b27c17d219a6cdce094 Author: ChunEon Park Date: Thu Feb 6 01:07:10 2014 +0900 edj_viewer - update the view min value for

[EGIT] [core/enlightenment] master 01/05: guarantee comp shadow is off when frame exists

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=27768fcb034d4c48b303736026926682d074631d commit 27768fcb034d4c48b303736026926682d074631d Author: Mike Blumenkrantz Date: Wed Feb 5 10:48:01 2014 -0500 guarantee comp shadow is off

[EGIT] [core/enlightenment] master 05/05: e_client_util_is_stacking() -> e_client_is_stacking()

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=569c90e87f190ba658ecd1992d0fb7217876157f commit 569c90e87f190ba658ecd1992d0fb7217876157f Author: Mike Blumenkrantz Date: Wed Feb 5 10:58:57 2014 -0500 e_client_util_is_stacking() -

[EGIT] [core/enlightenment] master 04/05: e_client_name_get() -> e_client_util_name_get()

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8d7121383989b393cc98cb9b7bce7dd7e0b474aa commit 8d7121383989b393cc98cb9b7bce7dd7e0b474aa Author: Mike Blumenkrantz Date: Wed Feb 5 10:55:50 2014 -0500 e_client_name_get() -> e_clie

[EGIT] [core/enlightenment] master 03/05: e_client_resizing_get() -> e_client_util_resizing_get()

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=eba912cf6a570ef3391eae733e56c9a46b9de0b7 commit eba912cf6a570ef3391eae733e56c9a46b9de0b7 Author: Mike Blumenkrantz Date: Wed Feb 5 10:51:36 2014 -0500 e_client_resizing_get() -> e_

[EGIT] [core/elementary] master 01/01: datetime: Enhance launching time of test_datetime by avoiding _reload_format() in visible_set()

2014-02-05 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3fb3eaf6942512937177188b1ab6462f1b493a39 commit 3fb3eaf6942512937177188b1ab6462f1b493a39 Author: Ryuan Choi Date: Thu Feb 6 01:02:39 2014 +0900 datetime: Enhance launching time of test_date

[EGIT] [core/elementary] master 01/01: elm datetime module: Fix that registers clicked callback of diskselector multiple

2014-02-05 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7a2fa5fc2cbf91b88be27233de69c49b8fe8ff47 commit 7a2fa5fc2cbf91b88be27233de69c49b8fe8ff47 Author: Ryuan Choi Date: Thu Feb 6 01:45:31 2014 +0900 elm datetime module: Fix that registers click

[E-devel] Why am I getting this error message?

2014-02-05 Thread Robert Heller
I am doing some tests with efreet_menus and I am getting an error message: *** main: favorites menu file is /home/heller/.e/e/applications/menu/favorite.menu CRI: lib/efreet/efreet_menu.c:624 efreet_menu_parse() eina_log_print() unknown domain -1, original message format 'Efreet_menu: Menu file

[EGIT] [core/elementary] master 02/02: theme - menu - fix menu shadow to not overlap comp shadow

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5bddbe041478e0ad21f157bc83f43475c5603d0e commit 5bddbe041478e0ad21f157bc83f43475c5603d0e Author: Carsten Haitzler (Rasterman) Date: Thu Feb 6 02:04:38 2014 +0900 theme - menu - fix menu sh

[EGIT] [core/enlightenment] master 02/05: Revert "Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses""

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=91b3f2e0e1d14e8d6c11283439c5fa3403dff029 commit 91b3f2e0e1d14e8d6c11283439c5fa3403dff029 Author: Carsten Haitzler (Rasterman) Date: Wed Feb 5 08:15:27 2014 +0900 Revert "Revert "e_main_

[EGIT] [core/enlightenment] master 04/05: bgpreview - fix sizing to not overrun bounds - fixes wallpaper in pager16

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7a3a81b144b6ef1b5ce54df01c1e0829395c956a commit 7a3a81b144b6ef1b5ce54df01c1e0829395c956a Author: Carsten Haitzler (Rasterman) Date: Wed Feb 5 23:21:02 2014 +0900 bgpreview - fix sizing

[EGIT] [core/enlightenment] master 03/05: stop crash on accessing ec->desk if its null

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c3791d6b43584f3c2524c8cf4e61e65a41c542aa commit c3791d6b43584f3c2524c8cf4e61e65a41c542aa Author: Carsten Haitzler (Rasterman) Date: Wed Feb 5 08:49:38 2014 +0900 stop crash on accessing

[EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3d0eb4137359134eac2c815194a34472e2762c03 commit 3d0eb4137359134eac2c815194a34472e2762c03 Author: Carsten Haitzler (Rasterman) Date: Thu Feb 6 02:03:46 2014 +0900 theme - remove shadow from

[EGIT] [core/enlightenment] master 01/05: formatting fix.

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4e8b14a245e5ed1f3a049951c7cbd2f00f5953f5 commit 4e8b14a245e5ed1f3a049951c7cbd2f00f5953f5 Author: Carsten Haitzler (Rasterman) Date: Tue Feb 4 17:09:58 2014 +0900 formatting fix. --- sr

[EGIT] [core/enlightenment] master 05/05: fix aspect of pagewr16 to more closely match real screen

2014-02-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7aaeeab3c38cd4366d62e6fa4981296ef995a32f commit 7aaeeab3c38cd4366d62e6fa4981296ef995a32f Author: Carsten Haitzler (Rasterman) Date: Wed Feb 5 23:21:31 2014 +0900 fix aspect of pagewr16

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread Michael Blumenkrantz
On Wed, 05 Feb 2014 09:08:06 -0800 Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=3d0eb4137359134eac2c815194a34472e2762c03 > > commit 3d0eb4137359134eac2c815194a34472e2762c03 > Author: Carsten Haitzler (Rasterma

[EGIT] [core/enlightenment] master 02/03: only ignore protocol stacking if comp object is on a different layer

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a16f820f955f23e25a9f8b48e0b9b646c6e795d4 commit a16f820f955f23e25a9f8b48e0b9b646c6e795d4 Author: Mike Blumenkrantz Date: Wed Feb 5 13:05:05 2014 -0500 only ignore protocol stacking

[EGIT] [core/enlightenment] master 01/03: Revert "stop crash on accessing ec->desk if its null"

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=66325b22077fc4b0cf5c469fc0f95565ae650a0b commit 66325b22077fc4b0cf5c469fc0f95565ae650a0b Author: Mike Blumenkrantz Date: Wed Feb 5 12:47:03 2014 -0500 Revert "stop crash on accessi

[EGIT] [core/enlightenment] master 03/03: Revert "Revert "Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses"""

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a3fbcc339b3d3daa19fe921c5d6278621462ae61 commit a3fbcc339b3d3daa19fe921c5d6278621462ae61 Author: Mike Blumenkrantz Date: Wed Feb 5 13:22:42 2014 -0500 Revert "Revert "Revert "e_mai

[EGIT] [core/elementary] master 01/01: Revert "theme - remove shadow from border now comp provides it again"

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b98e4d49ee0b07491638aeb2446a46a23f4db270 commit b98e4d49ee0b07491638aeb2446a46a23f4db270 Author: Mike Blumenkrantz Date: Wed Feb 5 13:32:29 2014 -0500 Revert "theme - remove shadow fr

Re: [E-devel] Eolian C generation

2014-02-05 Thread Felipe Magno de Almeida
On Wed, Jan 29, 2014 at 12:41 PM, daniel.za...@samsung.com < daniel.za...@samsung.com> wrote: > [snip] > We thought pushing next week in efl repo an example of a splitted class, > to let people comment and review before the big change. > I dont know if this helps anything. But I've created a C+

Re: [E-devel] Enlightenment Tiling v2.0

2014-02-05 Thread Michael Blumenkrantz
On Tue, 04 Feb 2014 16:01:42 + Tom Hacohen wrote: > On 17/01/14 14:38, Tom Hacohen wrote: > > Hey guys, > > > > I've been writing a new tiling module for enlightenment, which I think > > is an improvement over the current one. I've based it on the current > > tiling module (thanks a lot billi

Re: [E-devel] Enlightenment Tiling v2.0

2014-02-05 Thread Davide Andreoli
2014-02-05 Michael Blumenkrantz : > On Tue, 04 Feb 2014 16:01:42 + > Tom Hacohen wrote: > > > On 17/01/14 14:38, Tom Hacohen wrote: > > > Hey guys, > > > > > > I've been writing a new tiling module for enlightenment, which I think > > > is an improvement over the current one. I've based it on

Re: [E-devel] [EGIT] [core/enlightenment] master 02/05: Revert "Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses""

2014-02-05 Thread Davide Andreoli
2014-02-05 Carsten Haitzler : > raster pushed a commit to branch master. > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=91b3f2e0e1d14e8d6c11283439c5fa3403dff029 > > commit 91b3f2e0e1d14e8d6c11283439c5fa3403dff029 > Author: Carsten Haitzler (Rasterman) > Date: Wed Feb 5 08:

Re: [E-devel] Enlightenment Tiling v2.0

2014-02-05 Thread Fan Cris
http://www.enlightenment.org/ss/e-52f2c4982a6f04.96289134.jpg tiling2 with my space hacks :) now i see, windows before restart dont have shadow On Wed, Feb 5, 2014 at 10:27 PM, Davide Andreoli wrote: > 2014-02-05 Michael Blumenkrantz : > > > On Tue, 04 Feb 2014 16:01:42 + > > Tom Hacohen wr

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread The Rasterman
On Wed, 5 Feb 2014 12:43:34 -0500 Michael Blumenkrantz said: > On Wed, 05 Feb 2014 09:08:06 -0800 > Carsten Haitzler wrote: > > > raster pushed a commit to branch master. > > > > http://git.enlightenment.org/core/elementary.git/commit/?id=3d0eb4137359134eac2c815194a34472e2762c03 > > > > commi

Re: [E-devel] [EGIT] [core/enlightenment] master 02/05: Revert "Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses""

2014-02-05 Thread The Rasterman
On Wed, 5 Feb 2014 21:40:34 +0100 Davide Andreoli said: > 2014-02-05 Carsten Haitzler : > > > raster pushed a commit to branch master. > > > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=91b3f2e0e1d14e8d6c11283439c5fa3403dff029 > > > > commit 91b3f2e0e1d14e8d6c11283439c5fa

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread Michael Blumenkrantz
On Thu, 6 Feb 2014 08:13:16 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 5 Feb 2014 12:43:34 -0500 Michael Blumenkrantz > said: > > > On Wed, 05 Feb 2014 09:08:06 -0800 > > Carsten Haitzler wrote: > > > > > raster pushed a commit to branch master. > > > > > > http://git.enlightenm

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread The Rasterman
On Wed, 5 Feb 2014 18:24:31 -0500 Michael Blumenkrantz said: > On Thu, 6 Feb 2014 08:13:16 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 5 Feb 2014 12:43:34 -0500 Michael Blumenkrantz > > said: > > > > > On Wed, 05 Feb 2014 09:08:06 -0800 > > > Carsten Haitzler wrote: > > >

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread Michael Blumenkrantz
On Thu, 6 Feb 2014 08:32:46 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 5 Feb 2014 18:24:31 -0500 Michael Blumenkrantz > said: > > > On Thu, 6 Feb 2014 08:13:16 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 5 Feb 2014 12:43:34 -0500 Michael Blumenkrantz > > >

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread The Rasterman
On Wed, 5 Feb 2014 18:37:30 -0500 Michael Blumenkrantz said: > On Thu, 6 Feb 2014 08:32:46 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 5 Feb 2014 18:24:31 -0500 Michael Blumenkrantz > > said: > > > > > On Thu, 6 Feb 2014 08:13:16 +0900 > > > Carsten Haitzler (The Rasterman)

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread Michael Blumenkrantz
On Thu, 6 Feb 2014 08:48:09 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 5 Feb 2014 18:37:30 -0500 Michael Blumenkrantz > said: > > > On Thu, 6 Feb 2014 08:32:46 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 5 Feb 2014 18:24:31 -0500 Michael Blumenkrantz > > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: restore magic debug option for ABI compatibility purpose.

2014-02-05 Thread Cedric BAIL
On Wed, Feb 5, 2014 at 10:56 PM, Gustavo Sverzut Barbieri wrote: > this wasn't recommended and was unsupported. So why keep this as a > configuration option? The problem is that it was an official option of our configure in 1.7. So if distribution did choose to package with that flag disable, it

[EGIT] [core/enlightenment] master 02/02: bugfix: race condition when deleting clients and their e_exec

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1b7b765ee44a1485bc9e270c47a6729f0e388a24 commit 1b7b765ee44a1485bc9e270c47a6729f0e388a24 Author: Mike Blumenkrantz Date: Wed Feb 5 20:52:55 2014 -0500 bugfix: race condition when d

[EGIT] [core/enlightenment] master 01/02: fix signal callback deletion in comp effect start

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3499f454bda89cae121f5a35e8c2ed9e34e79856 commit 3499f454bda89cae121f5a35e8c2ed9e34e79856 Author: Mike Blumenkrantz Date: Wed Feb 5 20:52:20 2014 -0500 fix signal callback deletion

[EGIT] [core/enlightenment] enlightenment-0.18 01/01: bugfix: race condition when deleting clients and their e_exec

2014-02-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bc58bc39e25d0db2322962a06bdeafc9579c5a5c commit bc58bc39e25d0db2322962a06bdeafc9579c5a5c Author: Mike Blumenkrantz Date: Wed Feb 5 20:52:55 2014 -0500 bugfix: race cond

[EGIT] [apps/ephoto] master 01/01: replace the deprecated apis to new ones.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=e274f344329caecede5f344ac63f770b703e9f29 commit e274f344329caecede5f344ac63f770b703e9f29 Author: ChunEon Park Date: Thu Feb 6 12:19:58 2014 +0900 replace the deprecated apis to new ones. ---

Re: [E-devel] [EGIT] [core/elementary] master 01/02: theme - remove shadow from border now comp provides it again

2014-02-05 Thread David Seikel
On Wed, 5 Feb 2014 20:12:01 -0500 Michael Blumenkrantz wrote: > On Thu, 6 Feb 2014 08:48:09 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 5 Feb 2014 18:37:30 -0500 Michael Blumenkrantz > > said: > > > > > On Thu, 6 Feb 2014 08:32:46 +0900 > > > Carsten Haitzler (The Rasterman)

[EGIT] [core/elementary] master 01/01: test genlist: Fixed warning in genlist item styles.

2014-02-05 Thread Chinmaya Panigrahi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=01199ad22af70a7766845907f25cd3689600b2bb commit 01199ad22af70a7766845907f25cd3689600b2bb Author: Chinmaya Panigrahi Date: Thu Feb 6 14:31:15 2014 +0900 test genlist: Fixed warning in genlist

[EGIT] [tools/enventor] master 01/01: base_gui - fixed mismatched func prototype declaration.

2014-02-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=c55c717404d85f19e58f2d28ec27fde9b3a2a798 commit c55c717404d85f19e58f2d28ec27fde9b3a2a798 Author: ChunEon Park Date: Thu Feb 6 14:52:36 2014 +0900 base_gui - fixed mismatched func prototype

[E-devel] Evas filters: advanced font effects

2014-02-05 Thread Jean-Philippe André
Hello all, As some of you have heard already, I've been working for the past few months on an advanced font effects module for Evas. The main idea is to integrate features like in Gimp in the Evas rendering engine itself, in order to have some cool text effects. I'd love to integrate this work w

[EGIT] [apps/ephoto] master 01/01: ephoto: remove references to COPYING.icons that were left over

2014-02-05 Thread Jerome Pinot
ngc891 pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=f3cff05b5d4ddbf530f51d843e06fff6e0d5daa5 commit f3cff05b5d4ddbf530f51d843e06fff6e0d5daa5 Author: Jerome Pinot Date: Thu Feb 6 15:32:07 2014 +0900 ephoto: remove references to COPYING.icons tha

Re: [E-devel] Evas filters: advanced font effects

2014-02-05 Thread David Seikel
On Thu, 6 Feb 2014 15:29:50 +0900 Jean-Philippe André wrote: > Finally, I'm introducing a new script language (yeah, sorry), that's > pretty simple, to describe the various buffers and commands to apply > sequentially. For example, to apply a simple dark blue drop shadow, > one could do: > > blu

[EGIT] [core/elementary] master 01/01: elm_web: disable support for Webkit/EFL.

2014-02-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3e7c9abcb5c651631e41b5fb94fb569832987810 commit 3e7c9abcb5c651631e41b5fb94fb569832987810 Author: Cedric BAIL Date: Thu Feb 6 16:04:37 2014 +0900 elm_web: disable support for Webkit/EFL.

[EGIT] [core/elementary] master 01/01: elm_layout now supports focused/unfocused smart callback by itself for widgets that inherit layout class. If it uses elm_widget's, smart callback will be called

2014-02-05 Thread WooHyun Jung
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=62f8db5e7e5394051281b9996cae7ea7e2368d8d commit 62f8db5e7e5394051281b9996cae7ea7e2368d8d Author: WooHyun Jung Date: Thu Feb 6 16:18:57 2014 +0900 elm_layout now supports focused/unfocused