[EGIT] [tools/enventor] master 01/01: syntax_color: add anti_alias keyword

2014-12-23 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8b27ad269cb6b10063dae25d37fc732b3a27dda7 commit 8b27ad269cb6b10063dae25d37fc732b3a27dda7 Author: ChunEon Park Date: Wed Dec 24 16:31:27 2014 +0900 syntax_color: add anti_alias keyword ---

[EGIT] [core/efl] master 01/01: edje: support anti_alias option

2014-12-23 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=382c41e42d6338b3a8db8914c8a056e2243a611f commit 382c41e42d6338b3a8db8914c8a056e2243a611f Author: ChunEon Park Date: Wed Dec 24 16:29:49 2014 +0900 edje: support anti_alias option set ant

[EGIT] [core/efl] master 01/01: edje/edje_calc: clean up code

2014-12-23 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=956754ee5752aa8f1f0bfc0676ebedc8b8b46f08 commit 956754ee5752aa8f1f0bfc0676ebedc8b8b46f08 Author: ChunEon Park Date: Wed Dec 24 14:51:03 2014 +0900 edje/edje_calc: clean up code remove du

[EGIT] [core/elementary] elementary-1.12 01/01: image: fix clipped image issue if x or y is less than zero

2014-12-23 Thread jiin.moon
hermet pushed a commit to branch elementary-1.12. http://git.enlightenment.org/core/elementary.git/commit/?id=d41671b7797e52fb79683300b8624ee95bbf50d0 commit d41671b7797e52fb79683300b8624ee95bbf50d0 Author: jiin.moon Date: Wed Dec 24 14:07:32 2014 +0900 image: fix clipped image issue if x

[EGIT] [core/elementary] elementary-1.12 01/01: elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode

2014-12-23 Thread Jee-Yong Um
hermet pushed a commit to branch elementary-1.12. http://git.enlightenment.org/core/elementary.git/commit/?id=addb4c1973cbaf8d47b94f95ddfc327bab5a0b05 commit addb4c1973cbaf8d47b94f95ddfc327bab5a0b05 Author: Jee-Yong Um Date: Tue Dec 23 09:52:44 2014 +0900 elm_colorselector: Fix layout bro

[EGIT] [core/elementary] master 01/01: image: fix clipped image issue if x or y is less than zero

2014-12-23 Thread jiin.moon
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2e213f0270f217949a11141f45fef12cfeadaf0b commit 2e213f0270f217949a11141f45fef12cfeadaf0b Author: jiin.moon Date: Wed Dec 24 14:07:32 2014 +0900 image: fix clipped image issue if x or y is

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-23 Thread Jean-Philippe André
Hi, Not sure how you got /usr/share to be duplicated, it is not the case here... On Wed, Dec 24, 2014 at 1:13 AM, Thanatermesis wrote: > If you run: > > echo $XDG_DATA_DIRS | tr ':' '\n' | sort > > you will see that you have a duplicated one > % echo $XDG_DATA_DIRS | tr ':' '\n' | sort /o

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread David Seikel
On Wed, 24 Dec 2014 08:55:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 24 Dec 2014 09:46:03 +1000 David Seikel > said: > > > On Wed, 24 Dec 2014 08:19:40 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Tue, 23 Dec 2014 18:35:20 +0100 (CET) Michelle Legrand > > >

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread Brett Nash
You don't always need a 64bit number, you need a int which is the size of a pointer. Hence why I suggested uintptr_t (or intptr_t for that matter). On 23 December 2014 at 15:19, Carsten Haitzler wrote: > On Tue, 23 Dec 2014 18:35:20 +0100 (CET) Michelle Legrand > said: > > > So if I understood

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread The Rasterman
On Wed, 24 Dec 2014 09:46:03 +1000 David Seikel said: > On Wed, 24 Dec 2014 08:19:40 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 23 Dec 2014 18:35:20 +0100 (CET) Michelle Legrand > > said: > > > > > So if I understood correctly, I should replace in > > > src/lib/eina/eina_th

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread David Seikel
On Wed, 24 Dec 2014 08:19:40 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 23 Dec 2014 18:35:20 +0100 (CET) Michelle Legrand > said: > > > So if I understood correctly, I should replace in > > src/lib/eina/eina_thread.h: typedef unsigned long int Eina_Thread; > > by : > > typedef uin

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread The Rasterman
On Tue, 23 Dec 2014 18:35:20 +0100 (CET) Michelle Legrand said: > So if I understood correctly, I should replace in src/lib/eina/eina_thread.h: > typedef unsigned long int Eina_Thread; > by : > typedef uintptr_t Eina_Thread; > > like Nash suggested ? or just unsigned long long - which in any

[EGIT] [core/efl] master 01/15: evas: preparation of places for model_saver_loader separated from image_saver_loader.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=043055fc8eb3d7db11856f4d142f5e0e3262b3a6 commit 043055fc8eb3d7db11856f4d142f5e0e3262b3a6 Author: Bogdan Devichev Date: Wed Nov 26 18:50:43 2014 +0200 evas: preparation of places for model_saver_l

[EGIT] [core/efl] master 14/15: autotools: build new evas_3d_mmap examples.

2014-12-23 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0153e782c1a2b8e226e5c6a0f5cfd76909487d11 commit 0153e782c1a2b8e226e5c6a0f5cfd76909487d11 Author: Cedric BAIL Date: Tue Dec 23 22:36:36 2014 +0100 autotools: build new evas_3d_mmap examples. ---

[EGIT] [core/efl] master 04/15: evas: add lib/evas/common/evas_model_.c. Functions are renamed similar to functions in image_save_load process.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=02c85b9fe8d9acb2802210eb65bca450f21c5712 commit 02c85b9fe8d9acb2802210eb65bca450f21c5712 Author: Bogdan Devichev Date: Thu Nov 27 15:16:03 2014 +0200 evas: add lib/evas/common/evas_model_.c. Func

[EGIT] [core/efl] master 06/15: evas: test cases are changed according to changes of API in step 4. Specific logic in obj_saver is removed for standardization of API.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4acbae69472662feef7a88aedd19ce6ad4d0ebe1 commit 4acbae69472662feef7a88aedd19ce6ad4d0ebe1 Author: Bogdan Devichev Date: Fri Nov 28 18:48:35 2014 +0200 evas: test cases are changed according to cha

[EGIT] [core/efl] master 08/15: evas: entry points to modules is new struct with Eina_file, not const char *file.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=17baa3fa6f87227fdba4caaea5e5c2a39257f5bb commit 17baa3fa6f87227fdba4caaea5e5c2a39257f5bb Author: Bogdan Devichev Date: Tue Dec 9 17:25:01 2014 +0200 evas: entry points to modules is new struct wi

[EGIT] [core/efl] master 05/15: evas: Evas_3D_Mesh_File_Type sank into oblivion. Changing entry point to model_save_load. Changing API in examples.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=aaddf1a963c7e3b8aef18c4f366c8e9f8bf43e66 commit aaddf1a963c7e3b8aef18c4f366c8e9f8bf43e66 Author: Bogdan Devichev Date: Thu Nov 27 17:19:24 2014 +0200 evas: Evas_3D_Mesh_File_Type sank into oblivi

[EGIT] [core/efl] master 03/15: evas: replace and rename savers/loaders.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9b7e22f5a5a2ee734264265267e2186cbebce65c commit 9b7e22f5a5a2ee734264265267e2186cbebce65c Author: Bogdan Devichev Date: Thu Nov 27 13:27:01 2014 +0200 evas: replace and rename savers/loaders. ---

[EGIT] [core/efl] master 09/15: evas: entry points to modules is Eina_File. Model_Common_Loader is deleted.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=61aab62be0e17fd58405debbc0f6befae66e64c8 commit 61aab62be0e17fd58405debbc0f6befae66e64c8 Author: Bogdan Devichev Date: Wed Dec 10 18:31:20 2014 +0200 evas: entry points to modules is Eina_File. M

[EGIT] [core/efl] master 10/15: evas: the eet loader use eet_mmap that take an Eina_File instead of eet_open.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=243df1aaba09a05ef65b8666d0a54c6b8f1cd6a2 commit 243df1aaba09a05ef65b8666d0a54c6b8f1cd6a2 Author: Bogdan Devichev Date: Thu Dec 11 15:06:44 2014 +0200 evas: the eet loader use eet_mmap that take a

[EGIT] [core/efl] master 13/15: evas: make Evas 3d mesh is inherited from Efl.File (functions file_set and save)

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c471665ac84b159d3cd4587380fae6ac78c33c3b commit c471665ac84b159d3cd4587380fae6ac78c33c3b Author: Bogdan Devichev Date: Mon Dec 22 16:16:19 2014 +0200 evas: make Evas 3d mesh is inherited from Efl

[EGIT] [core/efl] master 07/15: evas: ply_loader and obj_loader work with Eina_File.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e024f861e1aa3ffd74ea6a79ce480242930471dd commit e024f861e1aa3ffd74ea6a79ce480242930471dd Author: Bogdan Devichev Date: Wed Dec 3 12:24:03 2014 +0200 evas: ply_loader and obj_loader work with Eina

[EGIT] [core/efl] master 02/15: evas: dummies for model_saver_loader are created.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8c09ad1b81b0139b6c97444b232950bd2a0df5e6 commit 8c09ad1b81b0139b6c97444b232950bd2a0df5e6 Author: Bogdan Devichev Date: Thu Dec 4 16:34:38 2014 +0200 evas: dummies for model_saver_loader are creat

[EGIT] [core/efl] master 15/15: gitignore: don't track generated file.

2014-12-23 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb74ded8c8179237e5ddf86bc9058d5b4d226326 commit bb74ded8c8179237e5ddf86bc9058d5b4d226326 Author: Cedric BAIL Date: Tue Dec 23 22:37:23 2014 +0100 gitignore: don't track generated file. --- src/e

[EGIT] [core/efl] master 11/15: evas: a _mmap version of the file_set is added.

2014-12-23 Thread Bogdan Devichev
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dd605257984478674d2a5d4946a870f167e2bf69 commit dd605257984478674d2a5d4946a870f167e2bf69 Author: Bogdan Devichev Date: Fri Dec 12 17:23:49 2014 +0200 evas: a _mmap version of the file_set is adde

Re: [E-devel] [Video Bug Report] Opera / Chrome crash more often under Enlightenment DR19

2014-12-23 Thread Martinx - ジェームズ
Damn it... It just crashed again... \o/ On 23 December 2014 at 15:45, Martinx - ジェームズ wrote: >> happens under gnome shell too. as such chrome just stops running its >> mainloop - >> i don't know why it stops running it. lubuntu too. it happens all over the >> place. it may be that certain de's

Re: [E-devel] [Video Bug Report] Opera / Chrome crash more often under Enlightenment DR19

2014-12-23 Thread Martinx - ジェームズ
> happens under gnome shell too. as such chrome just stops running its mainloop > - > i don't know why it stops running it. lubuntu too. it happens all over the > place. it may be that certain de's cause chrome to behave differently and thus > exhibit this issue, but there isn't some bug for us to

Re: [E-devel] Windows issue with Eina_Thread type

2014-12-23 Thread Michelle Legrand
So if I understood correctly, I should replace in src/lib/eina/eina_thread.h: typedef unsigned long int Eina_Thread; by : typedef uintptr_t Eina_Thread; like Nash suggested ? Regards, Michelle Le Grand - Mail original - > De: "Nicolas Aguirre" > À: "Enlightenment developer list" > En

[E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-23 Thread Thanatermesis
If you run: echo $XDG_DATA_DIRS | tr ':' '\n' | sort you will see that you have a duplicated one So I did this commit http://pastebin.com/9BUnzrHu which works on both e17 and master branches, where it fixes the problem, as we can see in https://www.enlightenment.org/ss/e-54998c1c35fdd0.349

[EGIT] [tools/enventor] master 01/01: lib/liveview: clip the content if it's over the maximum view size.

2014-12-23 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=1cd13a93f9100bf16e705e340dd49127c660fc15 commit 1cd13a93f9100bf16e705e340dd49127c660fc15 Author: ChunEon Park Date: Tue Dec 23 18:37:48 2014 +0900 lib/liveview: clip the content if it's ove

[EGIT] [tools/enventor] master 01/01: lib/edc_parser: add more candidate popup keywords

2014-12-23 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=caeec62fdbda0fb1ed439e9b2ebd14910e01ea88 commit caeec62fdbda0fb1ed439e9b2ebd14910e01ea88 Author: ChunEon Park Date: Tue Dec 23 18:24:14 2014 +0900 lib/edc_parser: add more candidate popup k