jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=79ee03693cb9e664165e0382cf4bd989700f1984
commit 79ee03693cb9e664165e0382cf4bd989700f1984
Author: Bowon Ryu
Date: Thu Jun 2 16:01:13 2016 +0900
goto: add NULL check
Summary: fix st
jypark pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=2bf508836de65f5d92141e2747685a9f225537e5
commit 2bf508836de65f5d92141e2747685a9f225537e5
Author: Ji-Youn Park
Date: Thu Jun 2 16:48:17 2016 +0830
Efl.Gfx.Size.Hint: add Efl.Gfx.Size.Hint skeletto
jypark pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=a3b8fefa24435ceb1cb92a023e9c0171d9c6ce01
commit a3b8fefa24435ceb1cb92a023e9c0171d9c6ce01
Author: Ji-Youn Park
Date: Thu Jun 2 17:10:41 2016 +0830
elm_win: remove illume command send from eo
jypark pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=80d0e4cb087d77ce0559710f8dd4acd3ebed88c6
commit 80d0e4cb087d77ce0559710f8dd4acd3ebed88c6
Author: Ji-Youn Park
Date: Thu Jun 2 17:37:07 2016 +0830
elm_win: remove elm_win_layer_set and inlined ima
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=3326d65918545558cf56a6c72bd6f1ee3607f5f7
commit 3326d65918545558cf56a6c72bd6f1ee3607f5f7
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 08:58:11 2016 +0300
Tizen theme: fix the tabs size
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c00cd14646eb4b347fdfd71e063ee33d3135dd7a
commit c00cd14646eb4b347fdfd71e063ee33d3135dd7a
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 08:17:33 2016 +0300
Tizen theme: update navigators head co
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=66aadf7117c6286d436496a1b143e6da230254f7
commit 66aadf7117c6286d436496a1b143e6da230254f7
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 08:05:01 2016 +0300
Tizen theme: drop the cehck animation
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=58c17fc54a9ba702d8c05c7923476949278d77d4
commit 58c17fc54a9ba702d8c05c7923476949278d77d4
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 09:12:01 2016 +0300
tabs: set the dummy group navi when ti
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=2fc2a2f76101116b5605becd7f78bed622ec4e40
commit 2fc2a2f76101116b5605becd7f78bed622ec4e40
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 08:57:29 2016 +0300
Tizen theme: update default panes styl
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=aec0cb9a67c4f203d70cb0886f859470b7fbdbf3
commit aec0cb9a67c4f203d70cb0886f859470b7fbdbf3
Author: Carsten Haitzler (Rasterman)
Date: Thu Jun 2 18:37:06 2016 +0900
elm fileselector - make ok/cancel
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=915e09aed3238db97ad77913c0a043b63ab7a770
commit 915e09aed3238db97ad77913c0a043b63ab7a770
Author: Jean-Philippe Andre
Date: Thu Jun 2 18:55:51 2016 +0900
Evas: Rename Evas.Rectangle as Efl.Canvas.Re
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=567a38d5e5b80aeca6cf0ccd64d0226a3faa7133
commit 567a38d5e5b80aeca6cf0ccd64d0226a3faa7133
Author: Jaehyun Cho
Date: Thu Jun 2 19:02:03 2016 +0900
enventor: Do not highlight part during live
seems wrong this..
@@ -599,6 +599,8 @@ _enventor_object_part_highlight_set(Eo *obj EINA_UNUSED,
Enventor_Object_Data *pd,
Eina_Bool part_highlight)
{
+ if (pd->disabled) return;
+
part_highlight = !!part_highlight;
hermet pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=37ba55657bf300176472aead8f644382367e9db7
commit 37ba55657bf300176472aead8f644382367e9db7
Author: Hermet Park
Date: Thu Jun 2 19:13:16 2016 +0900
edc_editor: turn off focus highlight effect
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=cd13b0f1698af8e5c335fd5e4f36461f4cfcfe3f
commit cd13b0f1698af8e5c335fd5e4f36461f4cfcfe3f
Author: Jaehyun Cho
Date: Thu Jun 2 19:20:24 2016 +0900
Revert "enventor: Do not highlight part dur
On 24/05/16 09:54, Tom Hacohen wrote:
> On 23/05/16 11:02, Cedric BAIL wrote:
>> Le 23 mai 2016 10:35 AM, "Tom Hacohen" a écrit :
>>>
>>> On 20/05/16 17:48, Cedric BAIL wrote:
On Fri, May 20, 2016 at 9:21 AM, Cedric BAIL
>> wrote:
> On Fri, May 20, 2016 at 8:36 AM, Tom Hacohen
>> wrote:
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=90ad03aa2e1182a88478dbcefe1161e80b964e3e
commit 90ad03aa2e1182a88478dbcefe1161e80b964e3e
Author: Jaehyun Cho
Date: Thu Jun 2 19:33:47 2016 +0900
enventor: Do not highlight part during live
I see. It is my fault. I reverted that commit.
내 삼성 디바이스에서 보냈습니다
원본 메시지
발신: Hermet Park
날짜: 2016/6/2 오후 7:16 (GMT+09:00)
받은 사람: Enlightenment developer list
,
g...@lists.enlightenment.org
제목: Re: [E-devel]
[EGIT] [tools/enventor] master 01/01: enventor: D
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=e649307d92325862f1f5fdad5c8e94cfd0cd2f71
commit e649307d92325862f1f5fdad5c8e94cfd0cd2f71
Merge: e0f0630 2674c74
Author: Tom Hacohen
Date: Tue May 24 09:11:24 2016 +0100
Merge in emotion generic pla
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=e0f0630015c526d95bf6d94fba4566af62abf33c
commit e0f0630015c526d95bf6d94fba4566af62abf33c
Merge: 915e09a a4705af
Author: Tom Hacohen
Date: Tue May 24 09:10:22 2016 +0100
Merge in evas generic loader
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6b5ed1b7118cd99b99a8d133b3e466952885f945
commit 6b5ed1b7118cd99b99a8d133b3e466952885f945
Author: Cedric BAIL
Date: Wed Jun 1 16:59:02 2016 -0700
evas: integrate evas generic loaders into our single
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=674cb5c16503ca5f6a4f66628b0c98eafff96ed2
commit 674cb5c16503ca5f6a4f66628b0c98eafff96ed2
Author: Cedric BAIL
Date: Wed Jun 1 17:00:18 2016 -0700
emotion: remove legacy files from emotion_generic_pl
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=c6fba15fc4caab91b46e2614c576754777670737
commit c6fba15fc4caab91b46e2614c576754777670737
Author: Cedric BAIL
Date: Wed Jun 1 16:59:45 2016 -0700
evas: remove legacy file from evas_generic_loaders.
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=36f15d761a2d39fc81c38a9db7b13d1d571ef453
commit 36f15d761a2d39fc81c38a9db7b13d1d571ef453
Author: Cedric BAIL
Date: Wed Jun 1 11:32:15 2016 -0700
emotion: integrate generic legacy vlc support in the
tasn pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=92cfd074aafbc2c6aa08d3695706c32f3fbd5cd6
commit 92cfd074aafbc2c6aa08d3695706c32f3fbd5cd6
Merge: 915e09a 674cb5c
Author: Tom Hacohen
Date: Thu Jun 2 11:36:13 2016 +0100
Merge evas generic loaders an
Thanks for this commit
I just need this feature.
I have one qeustion.
why the default is not cancel/ok?
Ubuntu and Mac use cancel/ok
I just wonder why don't apply ubuntu rule.
2016. 6. 2. 오후 6:39에 "Carsten Haitzler" 님이 작성:
> raster pushed a commit to branch master.
>
>
> http://git.enlightenment.
Thanks for this commit
I just need this feature.
I have one qeustion.
why the default is not cancel/ok?
Ubuntu and Mac use cancel/ok
I just wonder why don't apply ubuntu rule.
2016. 6. 2. 오후 6:39에 "Carsten Haitzler" 님이 작성:
> raster pushed a commit to branch master.
>
>
> http://git.enlightenment.
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=8ceeb8b113747c11ec83e2f2020f400154ac004c
commit 8ceeb8b113747c11ec83e2f2020f400154ac004c
Author: Bowon Ryu
Date: Thu Jun 2 20:15:24 2016 +0900
live_edit: fix data type for calculate part r
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=6371a5d9300dfbfbc4b39f1fdd8af1c05cb6e2e5
commit 6371a5d9300dfbfbc4b39f1fdd8af1c05cb6e2e5
Author: Bowon Ryu
Date: Thu Jun 2 20:17:18 2016 +0900
edc_navigator: fix evaluation order
On Thu, 2 Jun 2016 20:07:57 +0900 Jaehwan Kim said:
> Thanks for this commit
> I just need this feature.
>
> I have one qeustion.
> why the default is not cancel/ok?
> Ubuntu and Mac use cancel/ok
ubunt has gone copying mac. window suse ok/cancel. kde use ok/cancel,
enlightenment itself uses ok
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=69ea4145c95a28c79c43de89079fdbbca628054b
commit 69ea4145c95a28c79c43de89079fdbbca628054b
Author: Jee-Yong Um
Date: Thu Jun 2 20:55:10 2016 +0900
edje_cc: improve code readability when parsing ex
q66 pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=b1946ca5d611585572f1296088c57e4fd3c76279
commit b1946ca5d611585572f1296088c57e4fd3c76279
Author: Daniel Kolesa
Date: Thu Jun 2 12:54:59 2016 +0100
eolian: utilize the new void_ptr builtin across eo
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=2a2527916093001eaa0072538e5bc39bef474186
commit 2a2527916093001eaa0072538e5bc39bef474186
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 15:16:27 2016 +0300
Tizen theme: swap icons for group navi
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c087bf112e3a31b9c31df5604ea058c39960f810
commit c087bf112e3a31b9c31df5604ea058c39960f810
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 11:22:48 2016 +0300
Tizen theme: fix offset for genlist in
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=3e65ed2b848aa1ca81b9bf595426d4510f0542f6
commit 3e65ed2b848aa1ca81b9bf595426d4510f0542f6
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 11:47:59 2016 +0300
Tizen theme: make item in project navi
Hi!
I'm the proud owner of the domain name "terminolo.gy". I haven't use it
for anything but redirect to the e.org website.
It expires in mid July and I wonder if I should renew it or not.
Suggestions are welcomed :)
--
Boris Faure
Pointer Arithmetician
signature.asc
Description: Digital sign
On 06/02/2016 09:18 PM, Carsten Haitzler (The Rasterman) wrote:
> On Thu, 2 Jun 2016 20:07:57 +0900 Jaehwan Kim
> said:
>
>> Thanks for this commit
>> I just need this feature.
>>
>> I have one qeustion.
>> why the default is not cancel/ok?
>> Ubuntu and Mac use cancel/ok
>
> ubunt has gone c
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c9410aeb3f8370a009eb9675a5aa3f3f2f51e930
commit c9410aeb3f8370a009eb9675a5aa3f3f2f51e930
Author: Mykyta Biliavskyi
Date: Thu Jun 2 16:01:03 2016 +0300
Property genlist: do not show property l
jaehyun pushed a commit to branch master.
http://git.enlightenment.org/tools/enventor.git/commit/?id=4e688f87b575b0bba5acaaa420f22eb065015462
commit 4e688f87b575b0bba5acaaa420f22eb065015462
Author: Jaehyun Cho
Date: Thu Jun 2 22:09:48 2016 +0900
auto_comp: Fix that autocomp list moves to
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=38f8958778c3f53fa6a5e26544f32de343b5ac8e
commit 38f8958778c3f53fa6a5e26544f32de343b5ac8e
Author: Carsten Haitzler (Rasterman)
Date: Thu Jun 2 22:29:54 2016 +0900
efl - build again after adding ge
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6ad484be28400b0825f48a902397971e8bb64449
commit 6ad484be28400b0825f48a902397971e8bb64449
Author: Carsten Haitzler (Rasterman)
Date: Thu Jun 2 22:31:53 2016 +0900
evas generic svg loader - dotn co
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=75de4707abaf8dc4fefa2bd4bf2ed67885955360
commit 75de4707abaf8dc4fefa2bd4bf2ed67885955360
Author: Mykyta Biliavskyi
Date: Thu Jun 2 16:33:07 2016 +0300
Tizen theme: remove clipper color for ch
WWW-www.enlightenment.org pushed a commit to branch master.
http://git.enlightenment.org/website/www-content.git/commit/?id=b86804999e900ea09255be0ceb55fa3eeea3a65f
commit b86804999e900ea09255be0ceb55fa3eeea3a65f
Author: Raster
Date: Thu Jun 2 06:36:21 2016 -0700
Wiki page docs-efl-buildo
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=4a683d02fc8f85b3ccb346207458d1f82cee67c7
commit 4a683d02fc8f85b3ccb346207458d1f82cee67c7
Author: Mykyta Biliavskyi
Date: Thu Jun 2 16:44:23 2016 +0300
Group navigator: swap control buttons ac
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=9d429a7c1ff059e2e4da961af73a6aecec3b5b98
commit 9d429a7c1ff059e2e4da961af73a6aecec3b5b98
Author: Stefan Schmidt
Date: Thu Jun 2 11:29:21 2016 +0200
elput: add missing dependency on libudev
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6664229bdcff786d4c871339e6482c16b7f818b5
commit 6664229bdcff786d4c871339e6482c16b7f818b5
Author: Stefan Schmidt
Date: Thu Jun 2 15:32:53 2016 +0200
build: use internal dependency for eina and eco
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=9cb1190f0068e4a3c8e1e27272a444e9757a817e
commit 9cb1190f0068e4a3c8e1e27272a444e9757a817e
Author: Stefan Schmidt
Date: Thu Jun 2 12:02:01 2016 +0200
elementary: add missing dependency on libwaylan
On Jun 2, 2016 03:31, "Tom Hacohen" wrote:
> On 24/05/16 09:54, Tom Hacohen wrote:
> > On 23/05/16 11:02, Cedric BAIL wrote:
> >> Le 23 mai 2016 10:35 AM, "Tom Hacohen" a écrit :
> >>>
> >>> On 20/05/16 17:48, Cedric BAIL wrote:
> On Fri, May 20, 2016 at 9:21 AM, Cedric BAIL
> >> wrote:
> >
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=354bc66d0d58a74b0464275e865a9cc6c920a538
commit 354bc66d0d58a74b0464275e865a9cc6c920a538
Author: Chris Michael
Date: Thu Jun 2 10:26:38 2016 -0400
Revert "elput: add missing dependency on lib
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=7b3d20371e8095207c4bafb3684b8a30d4ca6895
commit 7b3d20371e8095207c4bafb3684b8a30d4ca6895
Author: Chris Michael
Date: Thu Jun 2 10:24:42 2016 -0400
elput: Use Eeze function to get the udev to
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9a172d0c9e3674ec9a9232c631a11846daf68ae9
commit 9a172d0c9e3674ec9a9232c631a11846daf68ae9
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 15:31:29 2016 +0300
Tizen theme: swap file and folder icon
discomfitor pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=596b132226d67ac8fd1e8e3d928371481dae88d4
commit 596b132226d67ac8fd1e8e3d928371481dae88d4
Author: Mike Blumenkrantz
Date: Thu Jun 2 11:12:06 2016 -0400
Revert "elput: Use Eeze function to get
Hi,
I've reverted this as it will guarantee crashes due to the lack of thread
safety in libudev.
On Thu, Jun 2, 2016 at 10:27 AM Chris Michael
wrote:
> devilhorns pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=7b3d20371e8095207c4bafb3684b8a30d4ca689
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=2782f043a3fcd13c90e28be4d2cadb1cfb8c42fb
commit 2782f043a3fcd13c90e28be4d2cadb1cfb8c42fb
Author: Stefan Schmidt
Date: Thu Jun 2 17:20:14 2016 +0200
build: use the normal efl tree macros for depen
Ahh ok. Did not realize that libudev was not thread safe. Thanks :)
Probably should revert my revert of Stefan's build fix then also
dh
On 06/02/2016 11:14 AM, Mike Blumenkrantz wrote:
> Hi,
>
> I've reverted this as it will guarantee crashes due to the lack of thread
> safety in libudev.
>
> On
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=5f10ad8155a75fbc5952f34593254c478ddb5f2d
commit 5f10ad8155a75fbc5952f34593254c478ddb5f2d
Author: Chris Michael
Date: Thu Jun 2 12:00:32 2016 -0400
Revert "Revert "elput: add missing dependenc
WWW-www.enlightenment.org pushed a commit to branch master.
http://git.enlightenment.org/website/www-content.git/commit/?id=c7f683ec9749a9cbb8ab393c2f329e7f3f8c8a09
commit c7f683ec9749a9cbb8ab393c2f329e7f3f8c8a09
Author: Mike Blumenkrantz
Date: Thu Jun 2 09:21:33 2016 -0700
Wiki page e21_
This is an automated email from the git hooks/post-receive script.
discomfitor pushed a change to annotated tag v0.21.0-rc
in repository core/enlightenment.
at cd34b01 (tag)
tagging f5f5fcb60bbe035268767f5c4a73f0032b89536a (commit)
replaces v0.21.0-beta
tagged by Mike Blumenkr
discomfitor pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=5321812193899957037209c6bf9b3f8a995f35ac
commit 5321812193899957037209c6bf9b3f8a995f35ac
Author: Mike Blumenkrantz
Date: Thu Jun 2 12:06:12 2016 -0400
21.0-rc release
---
configur
discomfitor pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=f5f5fcb60bbe035268767f5c4a73f0032b89536a
commit f5f5fcb60bbe035268767f5c4a73f0032b89536a
Author: Mike Blumenkrantz
Date: Thu Jun 2 12:08:54 2016 -0400
0.21.0-rc NEWS updates
---
N
discomfitor pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=ca06cb78375e3f3caadd46582c0a790de94ea6c8
commit ca06cb78375e3f3caadd46582c0a790de94ea6c8
Author: Mike Blumenkrantz
Date: Thu Jun 2 12:22:55 2016 -0400
unset release mode
---
confi
HIGHLIGHTS
* Greatly improved Wayland support
* New gadget infrastructure
* Wizard improvements
* Video backgrounds
CHANGES SINCE BETA
* Wayland DMA buffer support
* Wayland session recovery
* New DRM subsystem
* Various crash fixes/additions
TICKETS ADDRESSED
https://phab.enlight
WWW-www.enlightenment.org pushed a commit to branch master.
http://git.enlightenment.org/website/www-content.git/commit/?id=0a19e2b65842d7f5239a03b58e5235c8da4d6f88
commit 0a19e2b65842d7f5239a03b58e5235c8da4d6f88
Author: Mike Blumenkrantz
Date: Thu Jun 2 09:24:51 2016 -0700
Wiki page star
WWW-www.enlightenment.org pushed a commit to branch master.
http://git.enlightenment.org/website/www-content.git/commit/?id=9905bd84090bf8fd033d05dbd0893df21dfdc88d
commit 9905bd84090bf8fd033d05dbd0893df21dfdc88d
Author: Mike Blumenkrantz
Date: Thu Jun 2 09:25:02 2016 -0700
Wiki page down
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=40a5f957b48804e36ca58ea66e3a58ff81376074
commit 40a5f957b48804e36ca58ea66e3a58ff81376074
Author: Mykyta Biliavskyi
Date: Thu Jun 2 19:41:00 2016 +0300
Tizen theme: make look menu as in guidel
discomfitor pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=e95098fedbfcb5d9fa44f4715f3b14c741ec4981
commit e95098fedbfcb5d9fa44f4715f3b14c741ec4981
Author: Mike Blumenkrantz
Date: Thu Jun 2 13:08:52 2016 -0400
add tooltip for unloadable te
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=c77856456ecc1a6ae2953f926c97b5959f70f20f
commit c77856456ecc1a6ae2953f926c97b5959f70f20f
Author: Cedric BAIL
Date: Thu Jun 2 10:53:42 2016 -0700
evas: attempt to fix massive memory leak in the fb
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=0a7b6682493aab89d29a20324e6f76a33831ba5e
commit 0a7b6682493aab89d29a20324e6f76a33831ba5e
Author: Cedric BAIL
Date: Thu Jun 2 10:43:29 2016 -0700
emotion: properly fix build of vlc generic player.
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=63a1de1263ed2e30afea3c1d326196bc32593e6a
commit 63a1de1263ed2e30afea3c1d326196bc32593e6a
Author: Cedric BAIL
Date: Thu Jun 2 10:43:04 2016 -0700
evas: correctly handle dependencies of evas generi
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=776e3ae28cfa8bde42413ed2c763034c755eedfa
commit 776e3ae28cfa8bde42413ed2c763034c755eedfa
Author: Cedric BAIL
Date: Thu Jun 2 10:42:21 2016 -0700
autotools: we can't destroy this files as it break
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=36fc6d8fdc26154731dcad8d902f40f82b0dc990
commit 36fc6d8fdc26154731dcad8d902f40f82b0dc990
Author: Mykyta Biliavskyi
Date: Thu Jun 2 21:07:43 2016 +0300
Tizen theme: update style for rulers mar
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=e9f6f68caa08641dca3073e8b702b0862494ff7f
commit e9f6f68caa08641dca3073e8b702b0862494ff7f
Author: Mykyta Biliavskyi
Date: Thu Jun 2 21:34:06 2016 +0300
Tizen workspace: disable relative scale
Nice, A Guyana domain :)...
On Thu, Jun 2, 2016 at 8:40 AM Boris Faure wrote:
> Hi!
>
> I'm the proud owner of the domain name "terminolo.gy". I haven't use it
> for anything but redirect to the e.org website.
> It expires in mid July and I wonder if I should renew it or not.
>
> Suggestions are
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=87e653239fbe2740eaff51f3fae6139753c67827
commit 87e653239fbe2740eaff51f3fae6139753c67827
Author: Cedric BAIL
Date: Thu Jun 2 12:47:54 2016 -0700
elementary: make eo_provider_find lookup in both e
okra pushed a commit to branch master.
http://git.enlightenment.org/apps/ephoto.git/commit/?id=b64d94239ae131ecbe462bed6d79922524215f8a
commit b64d94239ae131ecbe462bed6d79922524215f8a
Author: Stephen okra Houston
Date: Thu Jun 2 16:38:13 2016 -0500
Ephoto: Add some new filters: Color Inve
okra pushed a commit to branch master.
http://git.enlightenment.org/apps/ephoto.git/commit/?id=0de7ad094d9be8ef3f444d0c336de96cd50ebb37
commit 0de7ad094d9be8ef3f444d0c336de96cd50ebb37
Author: Stephen Houston
Date: Thu Jun 2 17:35:44 2016 -0500
Ephoto: Forgot to commit the header file addi
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=ac5a0b7e79d6b32285bd7b794f050826f38cc7c2
commit ac5a0b7e79d6b32285bd7b794f050826f38cc7c2
Author: Cedric BAIL
Date: Thu Jun 2 17:20:16 2016 -0700
elementary: avoid random memory access.
I
jaehwan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=2f75c8b6d9a6d93d6a0940c26dc0808331fb7e3c
commit 2f75c8b6d9a6d93d6a0940c26dc0808331fb7e3c
Author: Jaehwan Kim
Date: Wed Jun 1 13:22:14 2016 +0900
examples: elementary: fix the wrong spell in comm
rimmed pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=8f82e933683f671d881fd41662932657ea105e40
commit 8f82e933683f671d881fd41662932657ea105e40
Author: Vyacheslav Reutskiy
Date: Thu Jun 2 17:40:00 2016 +0300
edje_edit: add API for get part item attri
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=57b279cd569799e5d6c30567e5afdf3a40441954
commit 57b279cd569799e5d6c30567e5afdf3a40441954
Author: Jean-Philippe Andre
Date: Fri Jun 3 11:56:57 2016 +0900
elm_test: Add test case for event refeed
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=5fd02a79cc7e0fcc934b784a747a1aca4436bc08
commit 5fd02a79cc7e0fcc934b784a747a1aca4436bc08
Author: Jean-Philippe Andre
Date: Thu Jun 2 18:32:47 2016 +0900
Efl.Ui.Box: Fix direction set
VERTI
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=b147911bad2b216b23f504ad3470278418ff32d2
commit b147911bad2b216b23f504ad3470278418ff32d2
Author: Jean-Philippe Andre
Date: Thu Jun 2 14:36:55 2016 +0900
elm_win: Forward events between window and e
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=a4701ea9696d3e6aab9d5b14895cee903ea5f048
commit a4701ea9696d3e6aab9d5b14895cee903ea5f048
Author: Jean-Philippe Andre
Date: Fri Jun 3 12:01:35 2016 +0900
elm: Partially revert "elementary: avoid ran
ok. interacting with promises...
these are just a mess.
1. the value thing is just odd.
2. they are complex to set up inside our api (setting them up setting cancel
cb's and more)
3. they totally screw with what eo and interfaces was all about - making the
api EASIER to use. promises make it hard
jypark pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=242f79a98c27cb34c00847641652277ce4f5ac48
commit 242f79a98c27cb34c00847641652277ce4f5ac48
Author: Ji-Youn Park
Date: Fri Jun 3 15:06:13 2016 +0830
elm_win: remove main_menu, window_id, fake_canvas
davemds pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=681ddb2f909d0282f0c0ec04230d8e90983a
commit 681ddb2f909d0282f0c0ec04230d8e90983a
Author: Dave Andreoli
Date: Fri Jun 3 08:50:58 2016 +0200
Fix legacy name of elm_win_efl_screen_dpi_get()
86 matches
Mail list logo