platform/upstream/efl.git
10 years agoEvas filters: Fix some parsing errors
Jean-Philippe Andre [Fri, 9 May 2014 07:07:41 +0000 (16:07 +0900)]
Evas filters: Fix some parsing errors

10 years agoEvas doc: Add example for padding_set (filters)
Jean-Philippe Andre [Fri, 9 May 2014 05:22:59 +0000 (14:22 +0900)]
Evas doc: Add example for padding_set (filters)

With preview and all.

10 years agoEvas doc: Move filters reference doc to Lua
Jean-Philippe Andre [Fri, 9 May 2014 04:53:04 +0000 (13:53 +0900)]
Evas doc: Move filters reference doc to Lua

Part 2: improve doc design, translate examples to Lua syntax and
        add a few words about Lua itself.

10 years agoEvas doc: Move filters examples to Lua
Jean-Philippe Andre [Fri, 9 May 2014 01:51:52 +0000 (10:51 +0900)]
Evas doc: Move filters examples to Lua

Part 1: auto-generated examples with previews

10 years agogitignore: Ignore PNG files for the filters' doc
Jean-Philippe Andre [Fri, 9 May 2014 05:01:45 +0000 (14:01 +0900)]
gitignore: Ignore PNG files for the filters' doc

10 years agoevas-wayland-shm: Fix 'oopsie/typo' in temporary file name template
Chris Michael [Fri, 9 May 2014 07:28:15 +0000 (08:28 +0100)]
evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template

@bugfix: When creating a temporary file for the buffer's mmaped data,
we need to make sure there is an appending '/' in the name else
mkstemp will fail due to improperly formatted filename.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoEo: Rename descs2 to descs (remnant of the Eo2 change).
Tom Hacohen [Wed, 7 May 2014 14:05:26 +0000 (15:05 +0100)]
Eo: Rename descs2 to descs (remnant of the Eo2 change).

10 years agoEo: Improved docs a bit.
Tom Hacohen [Wed, 7 May 2014 14:03:40 +0000 (15:03 +0100)]
Eo: Improved docs a bit.

10 years agoevas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd
Chris Michael [Fri, 9 May 2014 06:58:22 +0000 (07:58 +0100)]
evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd
buffer file.

@bugfix: When we create the mmap'd file for shm buffer access, try
using the XDG_RUNTIME_DIR first as the place to create the file. If
that does not exist in the environment, Then fallback to using /tmp
directory.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-x: Set keycode in ecore_event structure during key press/release events
Chris Michael [Tue, 6 May 2014 12:09:20 +0000 (13:09 +0100)]
ecore-x: Set keycode in ecore_event structure during key press/release events

bugfix@: As we have support in the Ecore_Event structure for storing
keycode on key press/release, let's utilize it. This will simplify
wayland compositor code as we won't have to parse key names to get the
keycode.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore/example: Modify the explanation of ecore evas extn plug example.
WooHyun Jung [Fri, 9 May 2014 04:34:38 +0000 (13:34 +0900)]
ecore/example: Modify the explanation of ecore evas extn plug example.

10 years agocall edje_cc link combining when popping the group so the last group doesn't not...
Mike Blumenkrantz [Fri, 9 May 2014 01:03:53 +0000 (21:03 -0400)]
call edje_cc link combining when popping the group so the last group doesn't not get linked

10 years agoautotools: make it possible to forcibly disable neon.
Cedric Bail [Thu, 8 May 2014 14:24:04 +0000 (16:24 +0200)]
autotools: make it possible to forcibly disable neon.

10 years agoeo: improve error reporting, update tests
Jérémy Zurcher [Thu, 8 May 2014 11:44:47 +0000 (13:44 +0200)]
eo: improve error reporting, update tests

10 years agoeo: improve error reporting for _eo_api_op_id_get()
Jérémy Zurcher [Wed, 7 May 2014 22:15:30 +0000 (00:15 +0200)]
eo: improve error reporting for _eo_api_op_id_get()

10 years agosilence a few warnings
Jérémy Zurcher [Wed, 7 May 2014 22:14:10 +0000 (00:14 +0200)]
silence a few warnings

10 years agoeolian_cxx: fix install-examples and (post-install) compilation.
Savio Sena [Wed, 7 May 2014 21:40:43 +0000 (23:40 +0200)]
eolian_cxx: fix install-examples and (post-install) compilation.

Summary:
This patch fixes T1226 by adding a Makefile.examples to
examples/eolian_cxx. It also fixes a bug in bin/eolian_cxx: the
include paths were not being correctly generated for directories
outside EFL tree.

Reviewers: cedric, smohanty, stefan_schmidt, stefan

CC: uartie, wayland-efl, felipealmeida, raster, woohyun, cedric
Maniphest Tasks: T1226

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

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoeolian_cxx: fix compilation of examples out-of-tree
Felipe Magno de Almeida [Wed, 7 May 2014 21:37:33 +0000 (23:37 +0200)]
eolian_cxx: fix compilation of examples out-of-tree

Summary: Changed erroneous top_builddir for include paths for eolian_gen tool.

Reviewers: cedric, stefan_schmidt, stefan

CC: cedric
Differential Revision: https://phab.enlightenment.org/D830

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agofix emotion_test signal emit object
Mike Blumenkrantz [Wed, 7 May 2014 17:13:56 +0000 (13:13 -0400)]
fix emotion_test signal emit object

@fix

10 years agodo not use EINA_FALSE instead of NULL
Jérémy Zurcher [Wed, 7 May 2014 15:32:49 +0000 (17:32 +0200)]
do not use EINA_FALSE instead of NULL

10 years agoevas/evas3d: removed export of evas_3d_node_add() and apply eo to examples.
ChunEon Park [Wed, 7 May 2014 13:33:15 +0000 (22:33 +0900)]
evas/evas3d: removed export of evas_3d_node_add() and apply eo to examples.

but still i don't like eo apis used in app side (if it's only way)
we should export legacy apis for convenience.

lets decide this policy later.

10 years agorg_etc: Add README to EXTRA_DIST
Jean-Philippe Andre [Wed, 7 May 2014 10:47:46 +0000 (19:47 +0900)]
rg_etc: Add README to EXTRA_DIST

10 years agorg_etc: Add a README for the Zlib license
Jean-Philippe Andre [Wed, 7 May 2014 10:43:30 +0000 (19:43 +0900)]
rg_etc: Add a README for the Zlib license

10 years agoevas/evas3d: call eo_unref() after eo_add().
ChunEon Park [Wed, 7 May 2014 10:36:45 +0000 (19:36 +0900)]
evas/evas3d: call eo_unref() after eo_add().

since eo default ref count is 1 and increased by canvas parent again,
they should be unref() called if they wanna deleted automatically.

I wonder if evas unref the objects while it removes the objects from it's list,
then user don't need to call eo_unref() manually which may cause a mistake in usage.

10 years agoevas-3d: Fix typo in evas-3d-pick.c
Jaehyun Cho [Wed, 7 May 2014 10:21:32 +0000 (19:21 +0900)]
evas-3d: Fix typo in evas-3d-pick.c

Summary: Fix typo with eo_do in evas-3d-pick.c

Reviewers: Hermet

Reviewed By: Hermet

CC: cedric
Differential Revision: https://phab.enlightenment.org/D828

10 years agoeolian_cxx: Fix out of tree build
Lucas De Marchi [Wed, 7 May 2014 09:42:30 +0000 (06:42 -0300)]
eolian_cxx: Fix out of tree build

Passing a relative path prepending "./" is generally the wrong thing to
do in autotools because the auto vars may be absolute. Fix build:

...
ERR<17525>:eo_toknz lib/eolian/eo_lexer.rl:1325 eo_tokenizer_database_fill() unable to read in .//home/lucas/p/e//efl/src/lib/ecore/ecore_poll.eo
Couldn't load input file: .//home/lucas/p/e//efl/src/lib/ecore/ecore_poll.eo

10 years agoevas/evas3d - adjust examples window size.
ChunEon Park [Wed, 7 May 2014 07:55:50 +0000 (16:55 +0900)]
evas/evas3d - adjust examples window size.

10 years agoevas - removed stdlib.h math.h header include in each source files.
ChunEon Park [Wed, 7 May 2014 07:31:08 +0000 (16:31 +0900)]
evas - removed stdlib.h math.h header include in each source files.

It's included in the evas_common_private.h.

10 years agoevas/evas3d: don't be crash when it's running on sw backened.
ChunEon Park [Wed, 7 May 2014 07:23:53 +0000 (16:23 +0900)]
evas/evas3d: don't be crash when it's running on sw backened.

It doesn't have a plan that evas3d supports sw backened in the near future,
let it prenvent engine function access in case of sw backened.

10 years agoevas/evas3d: set gl backened forcely in the examples
ChunEon Park [Wed, 7 May 2014 06:32:11 +0000 (15:32 +0900)]
evas/evas3d: set gl backened forcely in the examples

Right now, evas 3d doesn't support software renderer,
we set the gl backened forcely.

10 years agoEolian_CXX: Fix generation warnings.
Daniel Zaoui [Sun, 4 May 2014 07:04:06 +0000 (10:04 +0300)]
Eolian_CXX: Fix generation warnings.

Since there was a bug in Eolian (Spank on you Savio that you didn't tell
me :-)), the cxx generator needed some workaround that is no more
mandatory now.

10 years agoEolian: fix type resolving for implement functions.
Daniel Zaoui [Wed, 7 May 2014 06:08:30 +0000 (09:08 +0300)]
Eolian: fix type resolving for implement functions.

The type of the virtual functions implemented in a class was let unresolved
and led to inconsistency when working with them.
In fact, the type can be resolved easily after all the classes that the
specific class inherits from are parsed and stored in the database.

Fix T1228

10 years agoeolian_cxx: remove warnings from bin and lib.
Savio Sena [Tue, 6 May 2014 22:18:42 +0000 (00:18 +0200)]
eolian_cxx: remove warnings from bin and lib.

Reviewers: cedric, smohanty, stefan_schmidt, stefan

CC: felipealmeida, cedric
Differential Revision: https://phab.enlightenment.org/D826

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoexamples: fix the include paths of eina example.
Savio Sena [Tue, 6 May 2014 21:41:05 +0000 (23:41 +0200)]
examples: fix the include paths of eina example.

Summary:
"make examples" was failing for parallel build set-ups (i.e.,
top_builddir != top_srcdir).

Reviewers: cedric, smohanty, stefan_schmidt, stefan

CC: felipealmeida, cedric
Differential Revision: https://phab.enlightenment.org/D825

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoautotools: make it possible to disable support for C++11.
Cedric Bail [Tue, 6 May 2014 20:19:47 +0000 (22:19 +0200)]
autotools: make it possible to disable support for C++11.

10 years agoedje entry no longer selects none with unimplemented ctrl+w key press
zmike [Tue, 6 May 2014 13:57:34 +0000 (09:57 -0400)]
edje entry no longer selects none with unimplemented ctrl+w key press

10 years agoedje entry no longer prints control codes
zmike [Tue, 6 May 2014 13:52:37 +0000 (09:52 -0400)]
edje entry no longer prints control codes

this has been an annoyance for way too long which has required various hacks to suppress

10 years agoEo gdb: Removed unneeded eo_backtrace and fixed eo_step for eo2.
Tom Hacohen [Tue, 6 May 2014 10:41:17 +0000 (11:41 +0100)]
Eo gdb: Removed unneeded eo_backtrace and fixed eo_step for eo2.

10 years agoexamples: Fix install for eolian_cxx examples
Stefan Schmidt [Tue, 6 May 2014 07:56:46 +0000 (09:56 +0200)]
examples: Fix install for eolian_cxx examples

Remove reference to non existing Makefile.example to let the install
succeed.

Fixes T1226

10 years agoeolian-cxx: Fixed the generation .eo.h path.
Savio Sena [Mon, 5 May 2014 20:09:28 +0000 (13:09 -0700)]
eolian-cxx: Fixed the generation .eo.h path.

Summary: This patch fixes T1225

Reviewers: uartie

CC: uartie, wayland-efl, felipealmeida, cedric, smohanty, raster, stefan_schmidt, stefan, woohyun
Maniphest Tasks: T1225

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

10 years agorelease: v1.10.0 beta1 v1.10.0-beta1
Stefan Schmidt [Mon, 5 May 2014 14:28:22 +0000 (16:28 +0200)]
release: v1.10.0 beta1

10 years agoconfigure: Print out eolian_cxx path in summary if set
Stefan Schmidt [Mon, 5 May 2014 09:46:36 +0000 (11:46 +0200)]
configure: Print out eolian_cxx path in summary if set

10 years agoeldbus-codegen no longer passes garbage values to error callbacks
Mike Blumenkrantz [Mon, 5 May 2014 00:36:58 +0000 (20:36 -0400)]
eldbus-codegen no longer passes garbage values to error callbacks

@fix

10 years agoautotools: add our own macro that disable anything not really C++11.
Cedric Bail [Sun, 4 May 2014 11:55:37 +0000 (13:55 +0200)]
autotools: add our own macro that disable anything not really C++11.

10 years agoautotools: fix typos for autodetecting C++11.
Cedric Bail [Sun, 4 May 2014 11:24:30 +0000 (13:24 +0200)]
autotools: fix typos for autodetecting C++11.

10 years agoeolian_cxx: oops, forgot to disable build of Eolian_Cxx if C++11 is not available.
Cedric Bail [Sun, 4 May 2014 11:11:11 +0000 (13:11 +0200)]
eolian_cxx: oops, forgot to disable build of Eolian_Cxx if C++11 is not available.

10 years agoeolian-cxx: fix make distcheck and automake files for Eolian C++
Felipe Magno de Almeida [Sun, 4 May 2014 10:19:39 +0000 (12:19 +0200)]
eolian-cxx: fix make distcheck and automake files for Eolian C++

Summary:
Fixed distcheck for Eolian C++. Made the generated files as
nodist so it doesn't get picked up for generation way too
early.

Reviewers: cedric, seoz

CC: cedric
Maniphest Tasks: T1220

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

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoEolian: Fix support of virtual constructors.
Daniel Zaoui [Sun, 4 May 2014 06:36:02 +0000 (09:36 +0300)]
Eolian: Fix support of virtual constructors.

10 years agoEolian: Fix Coverity issue CID1210805.
Daniel Zaoui [Sun, 4 May 2014 04:41:46 +0000 (07:41 +0300)]
Eolian: Fix Coverity issue CID1210805.

The list is not used anymore so it can be removed.

10 years agoeolian_cxx: add forgotten include for packaging.
Cedric Bail [Sun, 4 May 2014 00:17:45 +0000 (02:17 +0200)]
eolian_cxx: add forgotten include for packaging.

10 years agoeolian_cxx: fix include for cross compiling on Windows.
Cedric Bail [Sat, 3 May 2014 23:58:53 +0000 (01:58 +0200)]
eolian_cxx: fix include for cross compiling on Windows.

10 years agoevas: let's not leak on failure.
Cedric Bail [Sat, 3 May 2014 22:20:12 +0000 (00:20 +0200)]
evas: let's not leak on failure.

CID 1210815

10 years agoevas: reuse buffer instead of leaking it.
Cedric Bail [Sat, 3 May 2014 22:18:55 +0000 (00:18 +0200)]
evas: reuse buffer instead of leaking it.

CID 1210816

10 years agoevas: behave nicely with unitialized data.
Cedric Bail [Sat, 3 May 2014 22:16:35 +0000 (00:16 +0200)]
evas: behave nicely with unitialized data.

CID 1210818

It would be a better and more working fix to use Evas_GL_Image, sadly
no time to do it right now and may be to intrusive for an alpha release.

10 years agoevas: fix use of uninitialized pointer.
Cedric Bail [Sat, 3 May 2014 22:14:52 +0000 (00:14 +0200)]
evas: fix use of uninitialized pointer.

CID 1210819

10 years agoeolian_cxx: initial version of the EFL C++ Bindings Generator.
Savio Sena [Fri, 2 May 2014 22:55:51 +0000 (00:55 +0200)]
eolian_cxx: initial version of the EFL C++ Bindings Generator.

Summary:
This patch adds 'eolian_cxx' -- a C++ bindings generator --
to the EFL tree. Eolian Cxx uses Eolian API to read .eo files and generate
.eo.hh. It relies/depends on Eo Cxx and Eina Cxx (both non-generated
bindings).

src/bin/eolian_cxx: The eolian_cxx program.
src/lib/eolian_cxx: A header-only library that implements the C++ code
generation that binds the .eo classes.

=Examples=

src/examples/eolian_cxx/eolian_cxx_simple_01.cc: The simplest example,
it just uses some "dummy" generated C++ classes.

src/examples/eolian_cxx/eolian_cxx_inherit_01.cc: Illustrates how
pure C++ classes inherit from .eo generated classes.

src/examples/evas/evas_cxx_rectangle.cc: More realistic example using
the generated bindings Evas Cxx. Still a bit shallow because we don't
have full fledged .eo descriptions yet, but will be improved.

=Important=

The generated code is not supported and not a stable API/ABI. It is
here to gather people interest and get review before we set things in
stone for release 1.11.

@feature

Reviewers: cedric, smohanty, raster, stefan_schmidt

CC: felipealmeida, JackDanielZ, cedric, stefan
Differential Revision: https://phab.enlightenment.org/D805

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoeina-cxx: add eina_integer_sequence, eina_optional and their tests.
Felipe Magno de Almeida [Fri, 2 May 2014 22:52:47 +0000 (00:52 +0200)]
eina-cxx: add eina_integer_sequence, eina_optional and their tests.

Summary: eina::optional mimics C++14 std::optional behavior and semantics.

Reviewers: felipealmeida, cedric, smohanty, woohyun, raster

CC: cedric
Differential Revision: https://phab.enlightenment.org/D815

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoeet-cxx: remove unused typedef.
Savio Sena [Fri, 2 May 2014 06:18:56 +0000 (08:18 +0200)]
eet-cxx: remove unused typedef.

Summary: This patch removes warnings.

Reviewers: cedric, smohanty, felipealmeida

CC: cedric
Differential Revision: https://phab.enlightenment.org/D814

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agoEo: Made some functions class functions again.
Tom Hacohen [Thu, 1 May 2014 12:58:10 +0000 (13:58 +0100)]
Eo: Made some functions class functions again.

This broke in the transition to Eo2.

10 years agoEo: fixed misleading indentation.
Tom Hacohen [Thu, 1 May 2014 12:28:16 +0000 (13:28 +0100)]
Eo: fixed misleading indentation.

10 years agoevas: protect against lacking light.
Cedric Bail [Thu, 1 May 2014 10:04:42 +0000 (12:04 +0200)]
evas: protect against lacking light.

10 years agoevas: don't track Evas_3D examples.
Cedric Bail [Thu, 1 May 2014 09:08:35 +0000 (11:08 +0200)]
evas: don't track Evas_3D examples.

10 years agoevas: make evas_3d_node_add visible to others.
Cedric Bail [Thu, 1 May 2014 09:02:30 +0000 (11:02 +0200)]
evas: make evas_3d_node_add visible to others.

10 years agoevas: fix Evas_3D examples to use Eo API.
Cedric Bail [Thu, 1 May 2014 09:01:56 +0000 (11:01 +0200)]
evas: fix Evas_3D examples to use Eo API.

10 years agoconfigure: Only allow wayland + egl with opengl ES
Stefan Schmidt [Wed, 30 Apr 2014 14:18:14 +0000 (16:18 +0200)]
configure: Only allow wayland + egl with opengl ES

We only support the Wayland EGL engine build with OpenGL ES but not full
OpenGL. Reflect this in our configure to avoid compile errors after a
successful configure run. Fixes T1202
@fix

10 years agoevas/evas3d: rewrite evas-3d-md2 example with eo based.
ChunEon Park [Wed, 30 Apr 2014 13:02:23 +0000 (22:02 +0900)]
evas/evas3d: rewrite evas-3d-md2 example with eo based.

10 years agoevas/evas3d: rewrite evas-3d-cube2 example with eo based.
ChunEon Park [Wed, 30 Apr 2014 12:40:47 +0000 (21:40 +0900)]
evas/evas3d: rewrite evas-3d-cube2 example with eo based.

10 years agoevas/evas3d: cleanup cube example code.
ChunEon Park [Wed, 30 Apr 2014 12:36:04 +0000 (21:36 +0900)]
evas/evas3d: cleanup cube example code.

fixed eo grammar error.
added static keywords for internal variables.
include eo header explicitly.
fixed indentation.

10 years agoevas/evas3d: removed unnecessary header include.
ChunEon Park [Wed, 30 Apr 2014 12:11:48 +0000 (21:11 +0900)]
evas/evas3d: removed unnecessary header include.

10 years agoevas/evas_3d: rewrite evas_3d_cube eo based.
ChunEon Park [Wed, 30 Apr 2014 11:37:20 +0000 (20:37 +0900)]
evas/evas_3d: rewrite evas_3d_cube eo based.

still evas_3d_node_add() call should be changed to eo_add().

10 years agoevas/evas3d: exceptional handling if a camera doesn't set to a scene.
ChunEon Park [Wed, 30 Apr 2014 11:20:44 +0000 (20:20 +0900)]
evas/evas3d: exceptional handling if a camera doesn't set to a scene.

10 years agoEolian: fix prints
Daniel Zaoui [Tue, 29 Apr 2014 11:20:10 +0000 (14:20 +0300)]
Eolian: fix prints

10 years agoEvas filters: Fix parsing of instructions with unnamed arguments
Jean-Philippe Andre [Wed, 30 Apr 2014 05:48:16 +0000 (14:48 +0900)]
Evas filters: Fix parsing of instructions with unnamed arguments

10 years agoEvas filters: Premultiply colors after parsing integers
Jean-Philippe Andre [Wed, 30 Apr 2014 04:38:38 +0000 (13:38 +0900)]
Evas filters: Premultiply colors after parsing integers

10 years agoreturn stride for yuv formats as width in bytes (y width).
Carsten Haitzler (Rasterman) [Tue, 29 Apr 2014 14:01:49 +0000 (23:01 +0900)]
return stride for yuv formats as width in bytes (y width).

10 years agobuild/lcov/: Disable coverage for external headers
Stefan Schmidt [Tue, 29 Apr 2014 12:48:06 +0000 (14:48 +0200)]
build/lcov/: Disable coverage for external headers

Some gcc header sneaked in before but with the new lcov option
we can avoid this.

10 years agobuild: Fix coevrage build with eolian and lcov 1.10
Stefan Schmidt [Tue, 29 Apr 2014 11:55:56 +0000 (13:55 +0200)]
build: Fix coevrage build with eolian and lcov 1.10

Mixing up the new eolian test with its generated eo_lexer code and a new
version of lcov like 1.10. It works fine with lcov 1.6.

The problem is that this combination somhow triggers a wrong file path
with filename NONE. It was only triggered when adding the eolian test
suite so its a combination here.

For now we use this bandaid to remove the broken files. Need to find a
way to report this to lcov upstream.

10 years agoEvas: Fix stretching of ETC1/2 textures
Jean-Philippe Andre [Tue, 29 Apr 2014 06:33:51 +0000 (15:33 +0900)]
Evas: Fix stretching of ETC1/2 textures

ETC1/2 textures are (for now) allocated one by one for each image,
because we use only glCompressedTexImage (not SubImage). So,
the texture height must fit that of its content.

This commit bypasses the usual pool allocation logic where textures
are rounded up to the next multiple of 16 pixels in height, in
case of ETC1/2.

10 years agoevas - removed unncessary header include
ChunEon Park [Tue, 29 Apr 2014 06:44:29 +0000 (15:44 +0900)]
evas - removed unncessary header include

it's already done in evas_common_private.h. no need it in each file.

10 years agoecore/example: --warning.
ChunEon Park [Tue, 29 Apr 2014 05:04:10 +0000 (14:04 +0900)]
ecore/example: --warning.

use scanf() return value for removing compiling warning.

10 years agoEvas GL: Fix invalid definitions of ETC2 GLenum
Jean-Philippe Andre [Tue, 29 Apr 2014 00:02:49 +0000 (09:02 +0900)]
Evas GL: Fix invalid definitions of ETC2 GLenum

Bad copy and paste.

10 years agoEvas: Fix wrong comment
Jean-Philippe Andre [Mon, 28 Apr 2014 06:08:08 +0000 (15:08 +0900)]
Evas: Fix wrong comment

10 years agoedje_cc now requires quotes for using lazEDC block naming
Mike Blumenkrantz [Mon, 28 Apr 2014 14:17:23 +0000 (10:17 -0400)]
edje_cc now requires quotes for using lazEDC block naming

this was making syntax errors much harder to debug and only served the purpose of further enabling shitty, nonconformant edc creating. removing now before it becomes an api break

10 years agoautotools: remove left over from optional Evas 3D support.
Cedric Bail [Mon, 28 Apr 2014 09:07:49 +0000 (11:07 +0200)]
autotools: remove left over from optional Evas 3D support.

10 years agoevas/gl - make simple.
ChunEon Park [Mon, 28 Apr 2014 11:51:02 +0000 (20:51 +0900)]
evas/gl - make simple.

it already prints error msg inside new functions.

10 years agorelease: v1.10.0 alpha1 v1.10.0-alpha1
Stefan Schmidt [Mon, 28 Apr 2014 11:00:32 +0000 (13:00 +0200)]
release: v1.10.0 alpha1

10 years agoEolian/Tests: fix distcheck.
Daniel Zaoui [Mon, 28 Apr 2014 09:05:27 +0000 (12:05 +0300)]
Eolian/Tests: fix distcheck.

The .eo file was not added into EXTRA_DIST and as consequence the test
was failing during distcheck.

10 years agoEolian: update cmake.
Daniel Zaoui [Sun, 27 Apr 2014 13:11:18 +0000 (16:11 +0300)]
Eolian: update cmake.

The change is needed for applications that want to use the installed .eo files
(currently of efl and elementary).

10 years agoEolian: add API to retrieve the file name of a class
Daniel Zaoui [Mon, 28 Apr 2014 05:45:39 +0000 (08:45 +0300)]
Eolian: add API to retrieve the file name of a class

10 years agoemotion: remove warning.
Cedric Bail [Sun, 27 Apr 2014 18:42:50 +0000 (20:42 +0200)]
emotion: remove warning.

10 years agoEolian: add API to parse all the .eo files.
Daniel Zaoui [Sun, 27 Apr 2014 13:23:54 +0000 (16:23 +0300)]
Eolian: add API to parse all the .eo files.

10 years agoemotion: use eina stringshare not strdup
Wonguk Jeong [Sun, 27 Apr 2014 11:10:25 +0000 (13:10 +0200)]
emotion: use eina stringshare not strdup

Summary: @fix

Reviewers: raster, cedric

Reviewed By: cedric

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D804

10 years agoautotools: enable lua old support before testing for it.
Cedric Bail [Sun, 27 Apr 2014 10:02:53 +0000 (12:02 +0200)]
autotools: enable lua old support before testing for it.

10 years agoEvas: Disable legacy bindings for the filters
Jean-Philippe Andre [Fri, 25 Apr 2014 10:47:01 +0000 (19:47 +0900)]
Evas: Disable legacy bindings for the filters

Those are BETA APIs.
Define EFL_BETA_API_SUPPORT to use these Eo APIs.

10 years agotests: Disable the evas filters test suite for now
Jean-Philippe Andre [Fri, 25 Apr 2014 10:09:54 +0000 (19:09 +0900)]
tests: Disable the evas filters test suite for now

Yes, it's a bad move. But I'd rather avoid breaking make check
for now until I have a proper test suite.

The script language has been changed to Lua, and so its
limitations and syntax are not the same. Remember this is a beta
API so it shouldn't even be exposed to normal apps.

10 years agoEvas image: Gracefully handle filter failures
Jean-Philippe Andre [Fri, 21 Mar 2014 08:03:33 +0000 (17:03 +0900)]
Evas image: Gracefully handle filter failures

Add proper callback and mark filter as invalid in case of failure.
This might still trigger a redraw.

10 years agoEvas image: Skip draw when the image size is < 0 due to filter padding
Jean-Philippe Andre [Thu, 20 Mar 2014 09:24:38 +0000 (18:24 +0900)]
Evas image: Skip draw when the image size is < 0 due to filter padding

If the Image Object size is smaller than the required padding,
nothing should be drawn, so just skip it.

10 years agoEvas image: Add read-only property filter_padding
Jean-Philippe Andre [Thu, 20 Mar 2014 07:29:24 +0000 (16:29 +0900)]
Evas image: Add read-only property filter_padding

Returns l, r, t, b and true/false if the filter is used & valid.

10 years agoEvas filters: Fix image with filters using fill mode
Jean-Philippe Andre [Thu, 20 Mar 2014 02:10:43 +0000 (11:10 +0900)]
Evas filters: Fix image with filters using fill mode

Depending on the "filled" flag, adjust how the image is filtered.
Filled: take padding into account and zoom out original image if needed
Non filled: we're tiling anyways, so padding doesn't have any meaning

10 years agoEvas filters: Quick redraw using output buffer
Jean-Philippe Andre [Wed, 19 Mar 2014 00:40:28 +0000 (09:40 +0900)]
Evas filters: Quick redraw using output buffer

In Image_Object, reuse the previous output buffer if it is
still valid (image didn't change, etc...).