[EGIT] [apps/rage] master 02/02: fix minor leak in rage on failed win creation

2015-04-25 Thread Carsten Haitzler (Rasterman)
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=ca14bfa26485681be797a1e86fdee20fe48017c6 commit ca14bfa26485681be797a1e86fdee20fe48017c6 Author: Carsten Haitzler (Rasterman) Date: Sun Apr 26 12:23:56 2015 +0900 fix minor leak in rage on faile

[EGIT] [apps/rage] master 01/02: remove unused var assignment in dnd string parser

2015-04-25 Thread Carsten Haitzler (Rasterman)
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=027be78ac7659746d41cc98229a4100bb86c01d6 commit 027be78ac7659746d41cc98229a4100bb86c01d6 Author: Carsten Haitzler (Rasterman) Date: Sun Apr 26 12:17:21 2015 +0900 remove unused var assignment in

[EGIT] [core/elementary] master 01/01: theme: fix typo, thanks arrowdodger.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=51f8d50583658008f4ca0a70961fcc2f17ef849e commit 51f8d50583658008f4ca0a70961fcc2f17ef849e Author: Cedric BAIL Date: Sat Apr 25 20:08:39 2015 +0200 theme: fix typo, thanks arrowdodger. ---

[EGIT] [core/efl] master 01/01: eet: fix interger overflow

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=02bfb82da0dc693a6c14d25d65f47b5630e3db15 commit 02bfb82da0dc693a6c14d25d65f47b5630e3db15 Author: Cedric BAIL Date: Sat Apr 25 20:14:26 2015 +0200 eet: fix interger overflow CID 1256196 -

[EGIT] [core/efl] master 01/04: eina: correct document for eina_hash_list_prepend/remove.

2015-04-25 Thread Thiep Ha
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5c997ea4a34d5cfc8e3f5bb49b11a0ec60c03993 commit 5c997ea4a34d5cfc8e3f5bb49b11a0ec60c03993 Author: Thiep Ha Date: Sat Apr 25 19:34:16 2015 +0200 eina: correct document for eina_hash_list_prepend/re

[EGIT] [core/efl] master 04/04: emile: fix memory leak.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eaf9822094ac02631216ab0b79849392034b9f8f commit eaf9822094ac02631216ab0b79849392034b9f8f Author: Cedric BAIL Date: Sat Apr 25 20:00:44 2015 +0200 emile: fix memory leak. CID 1288918 & 12

[EGIT] [core/efl] master 02/04: ecore_con: fix typos and improve document consistence.

2015-04-25 Thread Thiep Ha
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=663bdcaf07a5d8550e6fe09d07a7089b1bb7a91c commit 663bdcaf07a5d8550e6fe09d07a7089b1bb7a91c Author: Thiep Ha Date: Sat Apr 25 19:35:23 2015 +0200 ecore_con: fix typos and improve document consistenc

[EGIT] [core/efl] master 03/04: evas: get rid of clobbered warning.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d22155487b21d6910813ad0aa0d12b86fb7051b8 commit d22155487b21d6910813ad0aa0d12b86fb7051b8 Author: Cedric BAIL Date: Sat Apr 25 19:59:18 2015 +0200 evas: get rid of clobbered warning. --- src/modu

[EGIT] [core/efl] master 01/01: emile: fix memory leak.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=888057f0bc4a4af91d91e05f15197cce169fbcfc commit 888057f0bc4a4af91d91e05f15197cce169fbcfc Author: Cedric BAIL Date: Sat Apr 25 19:27:20 2015 +0200 emile: fix memory leak. CID 1288924 & 12

[EGIT] [core/efl] master 01/01: emile: fix typo.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5d59a403cd4797af8e084a7a32313dd9c51389bd commit 5d59a403cd4797af8e084a7a32313dd9c51389bd Author: Cedric BAIL Date: Sat Apr 25 19:08:36 2015 +0200 emile: fix typo. --- src/lib/emile/emile_image.c

[EGIT] [core/efl] master 01/01: emile: opts can be NULL, so checking it before using it.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5010daa31e9ca180de53b81aa51398e2c60f21e1 commit 5010daa31e9ca180de53b81aa51398e2c60f21e1 Author: Cedric BAIL Date: Sat Apr 25 18:58:30 2015 +0200 emile: opts can be NULL, so checking it before us

[EGIT] [core/efl] master 01/01: emile: check that we actually do have option before using them.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1c597b4373adb2c51155d2593f017881ecfc52d7 commit 1c597b4373adb2c51155d2593f017881ecfc52d7 Author: Cedric BAIL Date: Sat Apr 25 18:52:22 2015 +0200 emile: check that we actually do have option befo

[EGIT] [apps/terminology] master 01/01: avoid possible division by 0. Closes CID1295447

2015-04-25 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=d2e39f818e4a886cd2509a48bd0d91fb7a8ffc78 commit d2e39f818e4a886cd2509a48bd0d91fb7a8ffc78 Author: Boris Faure Date: Sat Apr 25 14:56:53 2015 +0200 avoid possible division by 0. Closes CID

[EGIT] [core/efl] master 01/01: evas: fix usage of the same ressource in the GL backend with orient.

2015-04-25 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1b91101966f61077da11c2f9547644465d559da8 commit 1b91101966f61077da11c2f9547644465d559da8 Author: Cedric BAIL Date: Fri Apr 24 17:04:58 2015 +0200 evas: fix usage of the same ressource in the GL b