platform/upstream/efl.git
9 years agoEcore con: Hopefully fix for windows.
Tom Hacohen [Tue, 26 Aug 2014 10:07:43 +0000 (11:07 +0100)]
Ecore con: Hopefully fix for windows.

9 years agoeolian: flatten dependencies of a file before parsing them (remove cycles)
Daniel Kolesa [Tue, 26 Aug 2014 10:06:54 +0000 (11:06 +0100)]
eolian: flatten dependencies of a file before parsing them (remove cycles)

9 years agoEfl interfaces: Fix EAPI for windows.
Tom Hacohen [Tue, 26 Aug 2014 10:04:47 +0000 (11:04 +0100)]
Efl interfaces: Fix EAPI for windows.

9 years agoevas: Evas_3D - fix forgotten initialization.
Cedric BAIL [Mon, 25 Aug 2014 17:04:12 +0000 (19:04 +0200)]
evas: Evas_3D - fix forgotten initialization.

9 years agoeolian: if the if was not taken random value would end up in exp.
Cedric BAIL [Mon, 25 Aug 2014 13:25:20 +0000 (15:25 +0200)]
eolian: if the if was not taken random value would end up in exp.

9 years agoautotools: forgotten variable rename from tom introduction of libefl.
Cedric BAIL [Mon, 25 Aug 2014 13:13:12 +0000 (15:13 +0200)]
autotools: forgotten variable rename from tom introduction of libefl.

9 years agoecore-wayland: Implement ivi-shell support for Ecore_Wayland
Chris Michael [Mon, 25 Aug 2014 12:44:10 +0000 (08:44 -0400)]
ecore-wayland: Implement ivi-shell support for Ecore_Wayland

IVI-Shell is a wayland shell implementation for in-vehicle infotainment.

Summary: This is a set of patches proposed to implement IVI-Shell (https://phab.enlightenment.org/T1552).

Reviewers: ntanibata, devilhorns

Subscribers: mbachmann

Projects: #efl

Differential Revision: https://phab.enlightenment.org/D1350

@feature

9 years agotests/eolian: Remove deleted eo file from EXTRA_DIST
Stefan Schmidt [Mon, 25 Aug 2014 08:28:10 +0000 (10:28 +0200)]
tests/eolian: Remove deleted eo file from EXTRA_DIST

Removed in c88c0d9347e152e27b46ab6ed71b88ed31630cab.

9 years agoevas font draw - fix possible custout rect leak found by coverity
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 04:18:51 +0000 (13:18 +0900)]
evas font draw - fix possible custout rect leak found by coverity

fixes CID 1039477

9 years agoevas textblock - remove unused pointer
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 04:17:02 +0000 (13:17 +0900)]
evas textblock - remove unused pointer

fixes CID 1039479

9 years agoevas font dir - remove unused pointer
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 04:05:21 +0000 (13:05 +0900)]
evas font dir - remove unused pointer

fixes CID 1039480

9 years agoeet - remove unused return val from decode
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:59:48 +0000 (12:59 +0900)]
eet - remove unused return val from decode

fixes CID 1039490

9 years agoepp - fix unused pointer var bug
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:57:26 +0000 (12:57 +0900)]
epp - fix unused pointer var bug

fix CID 1039493

9 years agoevas gl - remove unused pointer variable return
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:55:40 +0000 (12:55 +0900)]
evas gl - remove unused pointer variable return

fixes CID1039920

9 years agoevas - fix unused variable
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:51:17 +0000 (12:51 +0900)]
evas - fix unused variable

fixes CID 1039921

9 years agoevas - scalecache cutouts - fix possible leak coverity found
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:49:22 +0000 (12:49 +0900)]
evas - scalecache cutouts - fix possible leak coverity found

fixes CID 1039923

9 years agoevas - rectangle custouts - fix possible leak coverity found
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 03:42:56 +0000 (12:42 +0900)]
evas - rectangle custouts - fix possible leak coverity found

this fixes CID 1039924

9 years agoeldbus - fix varargs usage - missing va_end on return
Carsten Haitzler (Rasterman) [Mon, 25 Aug 2014 02:50:36 +0000 (11:50 +0900)]
eldbus - fix varargs usage - missing va_end on return

this fixes CID 1039883

9 years agofix efl deadlock with thread queues
Carsten Haitzler (Rasterman) [Sun, 24 Aug 2014 13:18:17 +0000 (22:18 +0900)]
fix efl deadlock with thread queues

@fix

9 years agoeolian: do not free insides of field_list
Daniel Kolesa [Sun, 24 Aug 2014 13:22:02 +0000 (14:22 +0100)]
eolian: do not free insides of field_list

After field_list was migrated from stringshare to struct,
I forgot to change this.

9 years agoecore x vsync - if schedule fails, use fallback timeout to adapt faster
Carsten Haitzler (Rasterman) [Sun, 24 Aug 2014 10:51:42 +0000 (19:51 +0900)]
ecore x vsync - if schedule fails, use fallback timeout to adapt faster

9 years agoemotion gst1 - stop complaining about null uri
Carsten Haitzler (Rasterman) [Sat, 23 Aug 2014 10:20:16 +0000 (19:20 +0900)]
emotion gst1 - stop complaining about null uri

9 years agoemotion - gst1 backend - add subtitle file support
Carsten Haitzler (Rasterman) [Sat, 23 Aug 2014 09:26:29 +0000 (18:26 +0900)]
emotion - gst1 backend - add subtitle file support

this enables subtitle file support in the emotion gstreamer1 backend.
this matches the vlc generic one. xine still doesn't.

9 years agoecore_con: pass the correct pointer as data in the callback.
Marcel Hollerbach [Sat, 23 Aug 2014 07:39:14 +0000 (16:39 +0900)]
ecore_con: pass the correct pointer as data in the callback.

Summary:
The pass of the wrong pointer caused a wrong scope get call cause the the
passed pointer was not a valid eo pointer.

Test Plan: Run enlightenment entrance, it wont crash anymore

Reviewers: tasn

Subscribers: cedric, Sachiel

Differential Revision: https://phab.enlightenment.org/D1352

9 years agoecore-evas-wayland: Fix ecore_evas async rendering with wayland engines
Chris Michael [Fri, 22 Aug 2014 17:31:09 +0000 (13:31 -0400)]
ecore-evas-wayland: Fix ecore_evas async rendering with wayland engines

Recent expedite changes have uncovered an issue where the ecore_evas
(under wayland) was not supporting async rendering correctly. This
fixes the issue so we can run expedite with -y and get redraws again.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoecore-evas: Default wayland ecore_evas 'frames' off
Chris Michael [Fri, 22 Aug 2014 17:29:30 +0000 (13:29 -0400)]
ecore-evas: Default wayland ecore_evas 'frames' off

NB: There is something fishy going on with evas overdrawing the canvas
onto the ecore_evas 'border frames'. Disable ecore_evas border frames
until this can be looked into.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoEcore con: Rename to Ecore.Con.Base for the C++ bindings.
Tom Hacohen [Fri, 22 Aug 2014 16:31:33 +0000 (17:31 +0100)]
Ecore con: Rename to Ecore.Con.Base for the C++ bindings.

9 years agoEcore con server: Add support for some eo events.
Tom Hacohen [Fri, 22 Aug 2014 15:38:25 +0000 (16:38 +0100)]
Ecore con server: Add support for some eo events.

9 years agoEcore con server: Migrate to eo.
Tom Hacohen [Fri, 22 Aug 2014 15:06:27 +0000 (16:06 +0100)]
Ecore con server: Migrate to eo.

9 years agoEcore con client: Add support for some eo events.
Tom Hacohen [Fri, 22 Aug 2014 13:33:26 +0000 (14:33 +0100)]
Ecore con client: Add support for some eo events.

9 years agoEcore con client: Migrate to eo.
Tom Hacohen [Fri, 22 Aug 2014 12:14:59 +0000 (13:14 +0100)]
Ecore con client: Migrate to eo.

9 years agoEcore con: Start migration to eo.
Tom Hacohen [Fri, 22 Aug 2014 10:11:41 +0000 (11:11 +0100)]
Ecore con: Start migration to eo.

9 years agoeolian: properly get the legacy attribute of a method/property
Daniel Kolesa [Fri, 22 Aug 2014 16:01:36 +0000 (17:01 +0100)]
eolian: properly get the legacy attribute of a method/property

9 years agoeolian: refactor the struct/enum field APIs
Daniel Kolesa [Fri, 22 Aug 2014 15:56:41 +0000 (16:56 +0100)]
eolian: refactor the struct/enum field APIs

9 years agoeolian: field_names is now field_list (prepare for API changes)
Daniel Kolesa [Fri, 22 Aug 2014 15:17:33 +0000 (16:17 +0100)]
eolian: field_names is now field_list (prepare for API changes)

9 years agobuild: Allow to use external liblz4 instead of embedded copy
Stefan Schmidt [Tue, 12 Aug 2014 07:37:33 +0000 (09:37 +0200)]
build: Allow to use external liblz4 instead of embedded copy

While we are likely will keep the embedded copy for a while to avoid a really
new dependency we allow now to use the external liblz4. You need at least
revision r120 and a package that ships the pc file for it.

Personally I would like to get rid of it rather sooner than later due to the
security implications and a bunch of code we ship but have no idea about.
Reality is that it will need some time until this new lib is actually
packaged and shipped with releases for a a majority of people.

This patch was co-worked with Doug Newgard <scimmia22@outlook.com>

9 years agoecore_getopt: correct fix for CID 98382 and 98383
Daniel Kolesa [Fri, 22 Aug 2014 14:13:44 +0000 (15:13 +0100)]
ecore_getopt: correct fix for CID 98382 and 98383

9 years agoRevert "ecore_getopt - fix arg_val being null"
Daniel Kolesa [Fri, 22 Aug 2014 14:07:21 +0000 (15:07 +0100)]
Revert "ecore_getopt - fix arg_val being null"

It's as wrong as the other commit which TAsn already reverted.
This needs a fix elsewhere, particularly in the functions that
use arg_val.

This reverts commit ab539003643540aafe6e6ce09edb2d42d2c67f41.

9 years agoRevert "ecore_getopt - handle if arg_val is null"
Tom Hacohen [Fri, 22 Aug 2014 13:51:35 +0000 (14:51 +0100)]
Revert "ecore_getopt  - handle if arg_val is null"

This completely breaks getopt. Try running terminology --help.

This reverts commit 1bb6a8a4e4055c6fce2391012aae3c6984aa2302.

9 years agoeolian: guard eo types in legacy headers
Daniel Kolesa [Fri, 22 Aug 2014 13:40:01 +0000 (14:40 +0100)]
eolian: guard eo types in legacy headers

9 years agoeolian: clean up type generation + fix function pointers
Daniel Kolesa [Fri, 22 Aug 2014 13:04:22 +0000 (14:04 +0100)]
eolian: clean up type generation + fix function pointers

9 years agoeolian: yet another validator fix (expression validation)
Daniel Kolesa [Fri, 22 Aug 2014 12:54:10 +0000 (13:54 +0100)]
eolian: yet another validator fix (expression validation)

9 years agoeolian: fix type generation for function pointers
Daniel Kolesa [Fri, 22 Aug 2014 12:45:20 +0000 (13:45 +0100)]
eolian: fix type generation for function pointers

9 years agoeolian: fix segfault in validator + fill in line info properly
Daniel Kolesa [Fri, 22 Aug 2014 12:28:29 +0000 (13:28 +0100)]
eolian: fix segfault in validator + fill in line info properly

9 years agoeolian: mark function types as function types
Daniel Kolesa [Fri, 22 Aug 2014 12:18:17 +0000 (13:18 +0100)]
eolian: mark function types as function types

9 years agoeolian: fully working database validation
Daniel Kolesa [Fri, 22 Aug 2014 12:10:29 +0000 (13:10 +0100)]
eolian: fully working database validation

9 years agoevas gl x11 - fix structurally dead code
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 11:10:53 +0000 (20:10 +0900)]
evas gl x11 - fix structurally dead code

fix previous "shut up unused params warnings code bits and use
EINA_UNUSED. fixes CID 1039495

9 years agoevas loaders - fix logically dead code
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 11:08:21 +0000 (20:08 +0900)]
evas loaders - fix logically dead code

fix CID 1039447

9 years agoevas sw core - scaler - remove logically dead code
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 11:02:06 +0000 (20:02 +0900)]
evas sw core - scaler - remove logically dead code

fix CID 1039445 1039446

9 years agoevas gl common - remove logically dead code
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 11:00:31 +0000 (20:00 +0900)]
evas gl common - remove logically dead code

fix CID 1039444

9 years agoevas ico loader - remove logically dead code
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:58:18 +0000 (19:58 +0900)]
evas ico loader - remove logically dead code

cols cant even be > 256, so remove. fix CID 1039442

9 years agoehysics - fix potential divide by zero
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:55:45 +0000 (19:55 +0900)]
ehysics - fix potential divide by zero

fix CID 1039435

9 years agoeeze - fix possible null dereference of mount pount on mount
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:52:29 +0000 (19:52 +0900)]
eeze - fix possible null dereference of mount pount on mount

fix fixes CID 1039425

9 years agoephysics - fix null dereference
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:49:38 +0000 (19:49 +0900)]
ephysics - fix null dereference

this fixes a real bug in ephysics where we explicitly deref a null
ponter. fix CID 1039418

9 years agoephysics - fix explicit possible null deref
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:47:55 +0000 (19:47 +0900)]
ephysics - fix explicit possible null deref

fix CID 1039417

9 years agoevas - fix possible layer null access in object free
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:45:00 +0000 (19:45 +0900)]
evas - fix possible layer null access in object free

fixes CID 1039409

9 years agoevas text - deal with possible null text in layout
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:42:36 +0000 (19:42 +0900)]
evas text - deal with possible null text in layout

fix CID 1039408

9 years agoevas software generic - dont check ptrs - already not null.
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:34:11 +0000 (19:34 +0900)]
evas software generic - dont check ptrs - already not null.

we dont check these anywhere else - thus they are valid.

fix CID 1039390 1039391 1039392 1039393

9 years agoedje - document intented fallthrough
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:11:46 +0000 (19:11 +0900)]
edje - document intented fallthrough

9 years agoedje -document intentional fallthrough
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 10:10:12 +0000 (19:10 +0900)]
edje -document intentional fallthrough

9 years agoecore_getopt - fix arg_val being null
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:34:07 +0000 (18:34 +0900)]
ecore_getopt - fix arg_val being null

fix CID 98382

9 years agoecore_getopt - handle if arg_val is null
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:32:36 +0000 (18:32 +0900)]
ecore_getopt  - handle if arg_val is null

fix CID 98383

9 years agoembryo_cc - fix usless array check
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:28:05 +0000 (18:28 +0900)]
embryo_cc - fix usless array check

fix CID 1039346

9 years agoembryo_cc - fix uselss array existance check
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:27:07 +0000 (18:27 +0900)]
embryo_cc - fix uselss array existance check

fix CID 1039345

9 years agocheck strrchr to be sure
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:23:23 +0000 (18:23 +0900)]
check strrchr to be sure

this fixes CID 1039342

9 years agofix fopen return check and error
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:21:07 +0000 (18:21 +0900)]
fix fopen return check and error

fixes CID 1039341

9 years agoethumbd - check eldbus_service_object_data_get return like everywhere
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:17:57 +0000 (18:17 +0900)]
ethumbd - check eldbus_service_object_data_get return like everywhere

this fixes CID 1039338

9 years agoedje fix real part get
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:15:19 +0000 (18:15 +0900)]
edje fix real part get

fixes CID 1039331

9 years agofix possible null real part lookup in edje
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:13:49 +0000 (18:13 +0900)]
fix possible null real part lookup in edje

reap part get is always checked.. except here. check and be safe.

fixes CID 1039331

9 years agofix possible integer overflows with bitshift
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:11:03 +0000 (18:11 +0900)]
fix possible integer overflows with bitshift

these are very unlinkely, but in theory possible so check return value
and don't use an invalid bitshift.

fixes CID 1039318 and CID 1039319

9 years agoembryo_cc - check fseeek return and complain
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 09:09:12 +0000 (18:09 +0900)]
embryo_cc - check fseeek return and complain

fixes CID 996788

9 years agoeolian: more validation code (alias/struct/enum/constant/global)
Daniel Kolesa [Fri, 22 Aug 2014 10:17:22 +0000 (11:17 +0100)]
eolian: more validation code (alias/struct/enum/constant/global)

9 years agoEfl: Fix compilation in windows.
Tom Hacohen [Fri, 22 Aug 2014 09:43:38 +0000 (10:43 +0100)]
Efl: Fix compilation in windows.

9 years agoemotion - make emotion object init now optional.
Carsten Haitzler (Rasterman) [Fri, 22 Aug 2014 08:37:50 +0000 (17:37 +0900)]
emotion - make emotion object init now optional.

if you don't init (or set engine) on an emotion object, itstill works
- it chooses the default engine.. whihc i now have set as gst1. :) one
less thing that HAS to be done on init. better.

9 years agoEo: add missing field initializer
Jérémy Zurcher [Fri, 22 Aug 2014 08:09:58 +0000 (10:09 +0200)]
Eo: add missing field initializer

9 years agoEolian: fix typo
Jérémy Zurcher [Fri, 22 Aug 2014 07:20:53 +0000 (09:20 +0200)]
Eolian: fix typo

9 years agoEcore_Common: protect against Ecore_Exe redefinition
Jérémy Zurcher [Fri, 22 Aug 2014 07:20:32 +0000 (09:20 +0200)]
Ecore_Common: protect against Ecore_Exe redefinition

9 years agoedje_cc only prints kitten-harming message with nosave
Mike Blumenkrantz [Thu, 21 Aug 2014 19:03:28 +0000 (15:03 -0400)]
edje_cc only prints kitten-harming message with nosave

9 years agode-frenchify edje_cc --no-save option
Mike Blumenkrantz [Thu, 21 Aug 2014 19:02:46 +0000 (15:02 -0400)]
de-frenchify edje_cc --no-save option

9 years agoemotion: fix command-line args visualization test
Wonguk Jeong [Thu, 21 Aug 2014 17:15:58 +0000 (19:15 +0200)]
emotion: fix command-line args visualization test

9 years agoemotion: add more audio formats in supporting extension list
Wonguk Jeong [Thu, 21 Aug 2014 15:59:05 +0000 (17:59 +0200)]
emotion: add more audio formats in supporting extension list

9 years agoeolian: some initial validation traversal
Daniel Kolesa [Thu, 21 Aug 2014 15:53:23 +0000 (16:53 +0100)]
eolian: some initial validation traversal

9 years agoevas: fix examples with latest eo change.
Cedric BAIL [Thu, 21 Aug 2014 15:50:16 +0000 (17:50 +0200)]
evas: fix examples with latest eo change.

9 years agoeolian: turn db validation into separate API
Daniel Kolesa [Thu, 21 Aug 2014 15:34:40 +0000 (16:34 +0100)]
eolian: turn db validation into separate API

9 years agoeolian: add entry point for database validation stage
Daniel Kolesa [Thu, 21 Aug 2014 15:23:37 +0000 (16:23 +0100)]
eolian: add entry point for database validation stage

9 years agogitignore: ignore some more generated files.
Cedric BAIL [Thu, 21 Aug 2014 15:08:18 +0000 (17:08 +0200)]
gitignore: ignore some more generated files.

9 years agoemotion: support gstreamer1 for EFL_RUN_IN_TREE/static library
Wonguk Jeong [Thu, 21 Aug 2014 15:00:21 +0000 (17:00 +0200)]
emotion: support gstreamer1 for EFL_RUN_IN_TREE/static library

9 years agoMerge branch 'master' of ssh://git.enlightenment.org/core/efl
Wonguk Jeong [Thu, 21 Aug 2014 14:57:05 +0000 (16:57 +0200)]
Merge branch 'master' of ssh://git.enlightenment.org/core/efl

9 years ago.gitignore: add efl.pc
Wonguk Jeong [Thu, 21 Aug 2014 14:56:06 +0000 (16:56 +0200)]
.gitignore: add efl.pc

9 years agogl-drm: Fix formatting
Chris Michael [Thu, 21 Aug 2014 14:22:51 +0000 (10:22 -0400)]
gl-drm: Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agogl-drm: Remove useless else block
Chris Michael [Thu, 21 Aug 2014 14:14:50 +0000 (10:14 -0400)]
gl-drm: Remove useless else block

Swap mode is already defaulted to MODE_FULL, so we don't need this
else here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agogl-drm: Remove blank line
Chris Michael [Thu, 21 Aug 2014 14:14:24 +0000 (10:14 -0400)]
gl-drm: Remove blank line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelua: support for passing data to modules via require
Daniel Kolesa [Thu, 21 Aug 2014 14:32:03 +0000 (15:32 +0100)]
elua: support for passing data to modules via require

9 years agolib/efl: add gitignore
Daniel Kolesa [Thu, 21 Aug 2014 14:19:38 +0000 (15:19 +0100)]
lib/efl: add gitignore

9 years agoelua: first namespace is root module name, remove -M
Daniel Kolesa [Thu, 21 Aug 2014 14:16:59 +0000 (15:16 +0100)]
elua: first namespace is root module name, remove -M

9 years agoedje: make edje map have the same behavior has visibility.
Cedric BAIL [Thu, 21 Aug 2014 14:10:54 +0000 (16:10 +0200)]
edje: make edje map have the same behavior has visibility.

It is in fact more coherent to follow the logic of visibility for map to.
So you don't require a specific state to finish your animation before turning
map off.

9 years agoEvas dummy_slave: Fix build race condition (failure to build).
Tom Hacohen [Thu, 21 Aug 2014 12:19:09 +0000 (13:19 +0100)]
Evas dummy_slave: Fix build race condition (failure to build).

For some reason dummy links against libeo but doesn't depend on it.
I have no idea what dummy_slave is and why it behaves in such an odd way.
Maybe there's even a more serious issue somewhere, but for now, this seems
to fix build.

9 years agoeina: add documentation for the tricky eina_hash_pointer_new
Cedric BAIL [Thu, 21 Aug 2014 11:47:59 +0000 (13:47 +0200)]
eina: add documentation for the tricky eina_hash_pointer_new

9 years agoeo, autotools: check for mmap feature rather than OS (mmap is POSIX)
Daniel Kolesa [Thu, 21 Aug 2014 10:53:41 +0000 (11:53 +0100)]
eo, autotools: check for mmap feature rather than OS (mmap is POSIX)

9 years agoecore_evas: Ecore_Evas_X - make sure that ecore evas post render is always called.
Cedric BAIL [Thu, 21 Aug 2014 10:31:07 +0000 (12:31 +0200)]
ecore_evas: Ecore_Evas_X - make sure that ecore evas post render is always called.

This fix a case where when doing asynchronous rendering and no update was done,
the post render evas event would never be triggered and so no call to ecore evas
post render callback were made. Now the async X backend follow all other backend
behavior.

@fix