platform/upstream/efl.git
10 years agofix swap buffers with damage to not detect if ext str is not there
Carsten Haitzler (Rasterman) [Sat, 5 Apr 2014 13:21:13 +0000 (22:21 +0900)]
fix swap buffers with damage to not detect if ext str is not there

@fix

10 years agoecore-con - deal with internal buffer growing over 2g in size
Carsten Haitzler (Rasterman) [Fri, 4 Apr 2014 10:35:16 +0000 (19:35 +0900)]
ecore-con - deal with internal buffer growing over 2g in size

@fix this fixes a corner case where you may buffer 2g or more of data
in ecore-con buffers. this leads to a stall. @fix

10 years agoEvas filters: Remove useless include
Jean-Philippe Andre [Fri, 4 Apr 2014 09:35:22 +0000 (18:35 +0900)]
Evas filters: Remove useless include

10 years agoEvas: Fix harmless typo in eet image loader
Jean-Philippe Andre [Fri, 4 Apr 2014 09:06:26 +0000 (18:06 +0900)]
Evas: Fix harmless typo in eet image loader

Spotted by Snacker, thanks.

10 years agorg_etc: Fix debug build
Stefan Schmidt [Fri, 4 Apr 2014 07:39:28 +0000 (09:39 +0200)]
rg_etc: Fix debug build

In 4053911e we tried to fix the debug build and failed. The function API
actually asks for coords as first parameter. Our nightly builds expose
this debug build and have been failing due to this.

It also makes clear that the debug part of this code was never really
used upstream...

10 years agoevas-drm: Remove all async_page_flip options/references
Chris Michael [Fri, 4 Apr 2014 06:51:06 +0000 (07:51 +0100)]
evas-drm: Remove all async_page_flip options/references

Async page flip can cause tearing, is not supported on all cards, and
apparently requires a specific libdrm patchlevel...in general, more
trouble than it's worth, so let's just remove it.

@bugfix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoevas-drm: Default async page flip to false as this can cause tearing
Chris Michael [Fri, 4 Apr 2014 06:31:45 +0000 (07:31 +0100)]
evas-drm: Default async page flip to false as this can cause tearing

Async page flip can cause visual tearing, so disable by default for
all cards.

@bugfix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore_evas_extn: fix doxygen sample
wonguk.jeong [Fri, 4 Apr 2014 03:16:39 +0000 (12:16 +0900)]
ecore_evas_extn: fix doxygen sample

Summary:
fix doxygen sample according to D690

@fix

Reviewers: raster

Reviewed By: raster

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

10 years agoEvas cserve2: Fix crash in elm_test GLView
Jean-Philippe Andre [Fri, 4 Apr 2014 01:28:45 +0000 (10:28 +0900)]
Evas cserve2: Fix crash in elm_test GLView

This whole cache/cache2 API duplication is a complete mess.

10 years agoEvas gl: Fix colors when using ETC1 textures
Jean-Philippe Andre [Thu, 3 Apr 2014 10:18:52 +0000 (19:18 +0900)]
Evas gl: Fix colors when using ETC1 textures

We need to use the RGBA shader to invert R and B otherwise
those will be inverted on the screen.

10 years agoEvas: Fix TGV loader to properly copy ETC1 data
Jean-Philippe Andre [Thu, 3 Apr 2014 09:39:53 +0000 (18:39 +0900)]
Evas: Fix TGV loader to properly copy ETC1 data

There was some invalid arithmetics with the buffer offset.

10 years agoEvas gl: Fix dlsym usage for glCompressedTexImage2d
Jean-Philippe Andre [Thu, 3 Apr 2014 08:28:57 +0000 (17:28 +0900)]
Evas gl: Fix dlsym usage for glCompressedTexImage2d

This symbol should be part of the loaded libraries, can be found
using dlsym, even if eglGetProcAddress() returns NULL.

Add etc1 flag in the debug output.

10 years agoEvas gl: Use implicit cast to DATA8 with image.data8
Jean-Philippe Andre [Thu, 3 Apr 2014 03:26:46 +0000 (12:26 +0900)]
Evas gl: Use implicit cast to DATA8 with image.data8

data8 is there precisely to avoid casting the iamge data when
handling it as DATA8.

This is purely a cosmetic change

10 years agoEvas: Add support for AGRY88 in image creation functions
Jean-Philippe Andre [Wed, 2 Apr 2014 10:03:03 +0000 (19:03 +0900)]
Evas: Add support for AGRY88 in image creation functions

- evas_common_rgba_image_from_data
- evas_common_rgba_image_colorspace_set
- evas_common_image_colorspace_normalize

10 years agoEvas: Add support for AGRY88 in evas_common_rgba_image_from_copied_data
Jean-Philippe Andre [Wed, 2 Apr 2014 10:01:05 +0000 (19:01 +0900)]
Evas: Add support for AGRY88 in evas_common_rgba_image_from_copied_data

This should fix a potential abort().

10 years agosince event is for server, bdata->image is null anyway
Carsten Haitzler (Rasterman) [Thu, 3 Apr 2014 11:57:04 +0000 (20:57 +0900)]
since event is for server, bdata->image is null anyway

10 years agoecore_evas_extn: give proper event data to callbacks
wonguk.jeong [Thu, 3 Apr 2014 11:55:38 +0000 (20:55 +0900)]
ecore_evas_extn: give proper event data to callbacks

Summary:
extn send ecore event when plug is connected/disconnect
(ECORE_EVAS_EXTN_CLIENT_ADD/ECORE_EVAS_EXTN_CLIENT_ADD)
By the way, the event data is currently "Ecore_Evas_Engine_Buffer_Data" which should be hidden

Moreover, when I make multiple sockets,
I need a event data to distinguish which socket is connected by client.
Therefore, I recommend to use Ecore_Evas as event data.

@fix

Reviewers: raster, Hermet, woohyun, cedric, seoz

Reviewed By: raster

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

10 years agoit seems the if 0'd code was wrong and ecore win32 doesnt support nocursor
Carsten Haitzler (Rasterman) [Thu, 3 Apr 2014 10:56:04 +0000 (19:56 +0900)]
it seems the if 0'd code was wrong and ecore win32 doesnt support nocursor

10 years agoRevert "tests: Add a case for ellipsis in complex markup text."
Tom Hacohen [Thu, 3 Apr 2014 10:52:00 +0000 (11:52 +0100)]
Revert "tests: Add a case for ellipsis in complex markup text."

Opened a task (1151) for it and should revert this when ready to fix.

This reverts commit 9128ac82a0c0b6081d0065891d746768be21ccd5.

10 years agoEolian: use legacy_prefix: null for interfaces.
Daniel Zaoui [Thu, 3 Apr 2014 07:24:44 +0000 (10:24 +0300)]
Eolian: use legacy_prefix: null for interfaces.

legacy set to null was used for every function to not generate a legacy
API. legacy_prefix set to null indicates no legacy has to be generated
for all the class.

10 years agounbreak edje multisense after eolian changes to ecore_audio
Carsten Haitzler (Rasterman) [Wed, 2 Apr 2014 23:06:04 +0000 (08:06 +0900)]
unbreak edje multisense after eolian changes to ecore_audio

fixes break in 70b39368e61e6740e741f8ff34bb0c1bddbaaacd

10 years agoEcore X: Correctly handle autogen generated ecore_x_version.h
Tom Hacohen [Wed, 2 Apr 2014 13:54:16 +0000 (14:54 +0100)]
Ecore X: Correctly handle autogen generated ecore_x_version.h

This is by no means a built_source, and it should not be cleaned.

Fixes T1148.

10 years agoEcore audio: Fix casting of int to void *.
Tom Hacohen [Wed, 2 Apr 2014 13:34:47 +0000 (14:34 +0100)]
Ecore audio: Fix casting of int to void *.

When doing that, intptr_t shoud be used as well.

10 years agoEolian: Integration of Ecore Audio In Tone
Yossi Kantor [Thu, 27 Mar 2014 12:05:41 +0000 (14:05 +0200)]
Eolian: Integration of Ecore Audio In Tone

10 years agoEolian: Integration of Ecore Audio Out Pulse
Yossi Kantor [Thu, 27 Mar 2014 11:34:01 +0000 (13:34 +0200)]
Eolian: Integration of Ecore Audio Out Pulse

10 years agoEolian: Integration of Ecore Audio Out Sndfile
Yossi Kantor [Thu, 27 Mar 2014 09:53:26 +0000 (11:53 +0200)]
Eolian: Integration of Ecore Audio Out Sndfile

10 years agoEolian: Integration of Ecore Audio In Sndfile
Yossi Kantor [Wed, 26 Mar 2014 16:30:35 +0000 (18:30 +0200)]
Eolian: Integration of Ecore Audio In Sndfile

10 years agoEolian: Integration of Ecore Audio Out
Yossi Kantor [Wed, 26 Mar 2014 16:01:36 +0000 (18:01 +0200)]
Eolian: Integration of Ecore Audio Out

10 years agoEolian: Integration of Ecore Audio In
Yossi Kantor [Wed, 26 Mar 2014 15:01:08 +0000 (17:01 +0200)]
Eolian: Integration of Ecore Audio In

10 years agoEolian: Integration of Ecore Audio
Yossi Kantor [Wed, 26 Mar 2014 08:17:38 +0000 (10:17 +0200)]
Eolian: Integration of Ecore Audio

10 years agoecore-evas - fix object cursor to not delete the same cursor when set
Carsten Haitzler (Rasterman) [Wed, 2 Apr 2014 11:29:03 +0000 (20:29 +0900)]
ecore-evas - fix object cursor to not delete the same cursor when set

this fixes a misbehavior with ecore evas object cursors when you set
one, the old one is deleted, but if the old is the same, the new one
you set gets deleted, rather than just updated.

@fix

10 years agoEolian: remove Eo API defined in evas_private.h
Daniel Zaoui [Wed, 2 Apr 2014 11:23:26 +0000 (14:23 +0300)]
Eolian: remove Eo API defined in evas_private.h

We don't need it more because Eolian generates it already.

10 years agoEolian/Lexer: support data type for events.
Daniel Zaoui [Wed, 2 Apr 2014 11:04:12 +0000 (14:04 +0300)]
Eolian/Lexer: support data type for events.

10 years agoEvas textblock: Minor code cleanup.
Tom Hacohen [Wed, 2 Apr 2014 09:06:57 +0000 (10:06 +0100)]
Evas textblock: Minor code cleanup.

Moved a global variable into a local scope, as it's no longer needed globally.

10 years agoevas: always allocate an image.data pixels buffers even YUV content.
Cedric BAIL [Wed, 2 Apr 2014 07:40:59 +0000 (16:40 +0900)]
evas: always allocate an image.data pixels buffers even YUV content.

fix T1146.

10 years agoEolian: fix warnings.
Daniel Zaoui [Wed, 2 Apr 2014 07:08:27 +0000 (10:08 +0300)]
Eolian: fix warnings.

10 years agoEolian/Generator: don't generate legacy if legacy_prefix is "null".
Daniel Zaoui [Wed, 2 Apr 2014 06:24:30 +0000 (09:24 +0300)]
Eolian/Generator: don't generate legacy if legacy_prefix is "null".

For new classes that don't need legacy, instead of setting legacy null
for all the functions, legacy_prefix can be set to "null" to not
generate legacy.
However, if, for example, only one function among 50 need legacy, you
can specify it by setting for this function the legacy token.

10 years agoEolian: Integration of Ecore Parent
Yossi Kantor [Mon, 24 Mar 2014 11:56:18 +0000 (13:56 +0200)]
Eolian: Integration of Ecore Parent

10 years agoEolian: Integration of Ecore Animator
Yossi Kantor [Mon, 24 Mar 2014 11:23:14 +0000 (13:23 +0200)]
Eolian: Integration of Ecore Animator

10 years agoEolian: Integration of Ecore Idle Exiter
Yossi Kantor [Mon, 24 Mar 2014 08:29:39 +0000 (10:29 +0200)]
Eolian: Integration of Ecore Idle Exiter

10 years agoEolian: Integration of Ecore Idle Enterer
Yossi Kantor [Mon, 24 Mar 2014 08:09:18 +0000 (10:09 +0200)]
Eolian: Integration of Ecore Idle Enterer

10 years agoEolian: Explicit generation of either method or property in implemented functions
Yossi Kantor [Mon, 24 Mar 2014 11:21:28 +0000 (13:21 +0200)]
Eolian: Explicit generation of either method or property in implemented functions

10 years agotests: Add a case for ellipsis in complex markup text.
Youngbok Shin [Wed, 2 Apr 2014 06:57:16 +0000 (15:57 +0900)]
tests: Add a case for ellipsis in complex markup text.

Summary: Evas textblock can't cut off text properly when it has separated items.

Reviewers: tasn, woohyun, raster

Reviewed By: raster

CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D667

10 years agoemotion: do not segv when no module are found.
Cedric BAIL [Wed, 2 Apr 2014 06:18:46 +0000 (15:18 +0900)]
emotion: do not segv when no module are found.

10 years agoEina: Fix mistake in a previous patch
Jean-Philippe Andre [Wed, 2 Apr 2014 03:43:58 +0000 (12:43 +0900)]
Eina: Fix mistake in a previous patch

Suffix length was not computed properly.
Also, the change on eina_mkstemps was a @feature:
add file extension support when creating temporary files

10 years agoEvas benchmark: Add .tgv extension to saved files
Jean-Philippe Andre [Wed, 2 Apr 2014 03:17:27 +0000 (12:17 +0900)]
Evas benchmark: Add .tgv extension to saved files

This will make the saver actually do something, instead of
just skipping the save as no extension = unknown format :)

10 years agoEvas filters: Add template optimizable files for box blur
Jean-Philippe Andre [Tue, 25 Mar 2014 07:54:57 +0000 (16:54 +0900)]
Evas filters: Add template optimizable files for box blur

The new files (i386, sse3 and neon) are basically empty and fallback
to the C version. This is just to pave the way for full low-level
optimization... if someone has the time and skills to do it :)

Add both Alpha and RGBA template files.

10 years agoevas: fix use of unitialized data in eet loader.
Cedric BAIL [Wed, 2 Apr 2014 05:21:59 +0000 (14:21 +0900)]
evas: fix use of unitialized data in eet loader.

should fix T1144.

10 years agoEvil: Add support for mkstemps
Jean-Philippe Andre [Tue, 1 Apr 2014 08:55:09 +0000 (17:55 +0900)]
Evil: Add support for mkstemps

This adds filename suffix support for temporary files on Windows.

10 years agoEina: Add support for file extensions in eina_mkstemp
Jean-Philippe Andre [Tue, 1 Apr 2014 07:50:46 +0000 (16:50 +0900)]
Eina: Add support for file extensions in eina_mkstemp

Using mkstemps

10 years agoautotools: better fix for rewriting content of src/Makefile
Cedric BAIL [Wed, 2 Apr 2014 01:31:34 +0000 (10:31 +0900)]
autotools: better fix for rewriting content of src/Makefile

10 years agorg_etc: fix typo in debug code.
Cedric BAIL [Wed, 2 Apr 2014 01:31:06 +0000 (10:31 +0900)]
rg_etc: fix typo in debug code.

10 years agoEolian: Proper use of legacy prefix in legacy function definition.
Daniel Zaoui [Tue, 1 Apr 2014 13:12:38 +0000 (16:12 +0300)]
Eolian: Proper use of legacy prefix in legacy function definition.

10 years agoEolian: Legacy generator - dont generate @param[out] ret if return value is specified
Yossi Kantor [Mon, 31 Mar 2014 06:28:13 +0000 (09:28 +0300)]
Eolian: Legacy generator - dont generate @param[out] ret if return value is specified

10 years agoEolian: No need for --eo version when generating legacy header
Yossi Kantor [Sun, 30 Mar 2014 13:13:23 +0000 (16:13 +0300)]
Eolian: No need for --eo version when generating legacy header

10 years agoEo: all classes are allowed in extension list.
Tom Hacohen [Tue, 1 Apr 2014 13:21:48 +0000 (14:21 +0100)]
Eo: all classes are allowed in extension list.

All classes are allowed, because all classes can be used as interfaces in
order to override behaviour. This is especially needed for mixins and broke
the eo2 tests.

10 years agoautotools: fix to many argument on shell script during make check
Cedric BAIL [Tue, 1 Apr 2014 12:58:36 +0000 (21:58 +0900)]
autotools: fix to many argument on shell script during make check

The autogenerated check macro by autotools lead to a huge number of file
being added on the command line of a script, when the only things it does
is to test for the definition of those strings.

Hoping this is going to fix the problem. If that doesn't we will need to write
our own CHECK macro here.

10 years agoevas: make eet negociate it's colorspace with evas.
Cedric BAIL [Fri, 28 Mar 2014 08:51:44 +0000 (17:51 +0900)]
evas: make eet negociate it's colorspace with evas.

10 years agoeet: add negociation colorspace support to Eet.
Cedric BAIL [Fri, 28 Mar 2014 07:05:45 +0000 (16:05 +0900)]
eet: add negociation colorspace support to Eet.

10 years agoevas: add ETC1 texture format support to Evas.
Cedric BAIL [Thu, 27 Mar 2014 04:12:12 +0000 (13:12 +0900)]
evas: add ETC1 texture format support to Evas.

10 years agoevas: follow change 2fd69743f968aa7a184edf183384e5a359e79c8f in the saver.
Cedric BAIL [Mon, 24 Mar 2014 10:56:17 +0000 (19:56 +0900)]
evas: follow change 2fd69743f968aa7a184edf183384e5a359e79c8f in the saver.

10 years agoevas: change TGV internal encoding to account for GPU needs of duplicated border.
Cedric BAIL [Mon, 24 Mar 2014 10:55:45 +0000 (19:55 +0900)]
evas: change TGV internal encoding to account for GPU needs of duplicated border.

With OpenGL, the border of a texture are not "well" defined. So interpolation at
the border can result in weird/bad looking texture border. To avoid that we do
duplicate the border in all direction at the time of the texture upload. But with
ETC1 it is not possible as the border are grouped with 15 others pixels. It needs
to be done at saving time. So internally we do have an image that would be of
size width + 2 pixels and height + 2 pixels.

10 years agoevas: support uploading AGRY88 and GRY8 directly to GPU.
Cedric BAIL [Fri, 21 Mar 2014 02:54:27 +0000 (11:54 +0900)]
evas: support uploading AGRY88 and GRY8 directly to GPU.

10 years agoevas: handle premultiplying of AGRY88.
Cedric BAIL [Fri, 21 Mar 2014 02:53:57 +0000 (11:53 +0900)]
evas: handle premultiplying of AGRY88.

10 years agoevas: don't forget that we can allocate AGRY8 now.
Cedric BAIL [Fri, 21 Mar 2014 01:48:04 +0000 (10:48 +0900)]
evas: don't forget that we can allocate AGRY8 now.

10 years agoevas: fix png loader to actually produce lower resolution content when asked.
Cedric BAIL [Fri, 21 Mar 2014 01:47:03 +0000 (10:47 +0900)]
evas: fix png loader to actually produce lower resolution content when asked.

10 years agoevas: add support for GL_LUMINANCE_ALPHA and GL_LUMINANCE when loading image from...
Cedric BAIL [Thu, 20 Mar 2014 10:29:57 +0000 (19:29 +0900)]
evas: add support for GL_LUMINANCE_ALPHA and GL_LUMINANCE when loading image from disk.

10 years agoevas: add png support for other color space output.
Cedric BAIL [Wed, 19 Mar 2014 03:20:07 +0000 (12:20 +0900)]
evas: add png support for other color space output.

10 years agoautotools: let's be precise on how we do support ABI stability.
Cedric BAIL [Wed, 19 Mar 2014 00:41:28 +0000 (09:41 +0900)]
autotools: let's be precise on how we do support ABI stability.

NOTE: We do use enum in structure. There size can be changed by changing
the parameter of the compiler, this obviously will break ABI. As long as
you use the same compiler (and normally any future version of that compiler)
with the same set of CFLAGS/CXXFLAGS, you will have ABI stability.

10 years agoeet: add internal encoding to ETC1 as an alternate solution to Jpeg.
Cedric BAIL [Tue, 18 Mar 2014 09:11:49 +0000 (18:11 +0900)]
eet: add internal encoding to ETC1 as an alternate solution to Jpeg.

10 years agoevas: let TGV loader choose which encoding it want.
Cedric BAIL [Mon, 17 Mar 2014 10:28:22 +0000 (19:28 +0900)]
evas: let TGV loader choose which encoding it want.

If region is specified we will not allow ETC1 colorspace as it would
basically break at the frontier as we would be unable to generate a
duplicate of the border as GPU require if you want nice and correct
rendering. So no region and ETC1 output at the same time.

10 years agoevas: handle allocation of ETC1 color space image surface.
Cedric BAIL [Mon, 17 Mar 2014 10:31:36 +0000 (19:31 +0900)]
evas: handle allocation of ETC1 color space image surface.

10 years agoevas: remove dead code.
Cedric BAIL [Mon, 17 Mar 2014 07:45:50 +0000 (16:45 +0900)]
evas: remove dead code.

10 years agoevas: remove RGBA_IMAGE_ALPHA_ONLY flags and use EVAS_COLORSPACE_GRY8 instead.
Cedric BAIL [Mon, 17 Mar 2014 06:19:47 +0000 (15:19 +0900)]
evas: remove RGBA_IMAGE_ALPHA_ONLY flags and use EVAS_COLORSPACE_GRY8 instead.

10 years agoevas: let loader specify there prefered color space.
Cedric BAIL [Mon, 17 Mar 2014 05:52:47 +0000 (14:52 +0900)]
evas: let loader specify there prefered color space.

10 years agoevas: add benchmark for TGV loader and saver.
Cedric BAIL [Fri, 14 Mar 2014 09:38:30 +0000 (18:38 +0900)]
evas: add benchmark for TGV loader and saver.

10 years agoevas: add infrastructure and basic tests for loading image.
Cedric BAIL [Fri, 14 Mar 2014 07:00:57 +0000 (16:00 +0900)]
evas: add infrastructure and basic tests for loading image.

10 years agoecore_evas: add a tool that can convert file using Evas internal loaders and savers.
Cedric BAIL [Wed, 12 Mar 2014 09:00:41 +0000 (18:00 +0900)]
ecore_evas: add a tool that can convert file using Evas internal loaders and savers.

10 years agoevas: add TGV saver module.
Cedric BAIL [Wed, 12 Mar 2014 07:32:17 +0000 (16:32 +0900)]
evas: add TGV saver module.

10 years agoevas: add a tgv loader.
Cedric BAIL [Tue, 11 Mar 2014 10:08:40 +0000 (19:08 +0900)]
evas: add a tgv loader.

The TGV file format is specifically created for Evas. It is designed to allow
region decompression and parallele decompression with a fast path for GPU that
do handle ETC1 compression. Plan for adding other compression method will come
later.

10 years agorg_etc: fix warning and remove assert.
Cedric BAIL [Tue, 11 Mar 2014 10:08:17 +0000 (19:08 +0900)]
rg_etc: fix warning and remove assert.

10 years agorg_etc: convert code to C to fit in EFL tree.
Mythri Venugopal [Thu, 13 Feb 2014 01:13:29 +0000 (10:13 +0900)]
rg_etc: convert code to C to fit in EFL tree.

10 years agorg_etc: convert to Unix file format.
Cedric BAIL [Fri, 7 Feb 2014 08:44:01 +0000 (17:44 +0900)]
rg_etc: convert to Unix file format.

10 years agorg_etc: add original code from rg-etc1 project.
Rich Geldreich [Fri, 7 Feb 2014 07:48:08 +0000 (16:48 +0900)]
rg_etc: add original code from rg-etc1 project.

Code come from https://code.google.com/p/rg-etc1/ and is under Zlib license.
The content of this directory will remain under that said license.

10 years agoedje_edit: fix wrong generation of part's source code (effect field).
Vorobiov Vitalii [Tue, 1 Apr 2014 10:11:27 +0000 (19:11 +0900)]
edje_edit: fix wrong generation of part's source code (effect field).

There is a static array that is used for parsing the current effect
(in Part's struction the effect type is represented by a number) from a number
to text. But there is one type of effects (SHADOW) that has a number combined from
two types. First four bits are always used for defining the effect's type,
but if it is a SHADOW effect, then there is four more bits. They are representing
the direction of the shadow in TEXT block.
This patch fixes code regeneration after saving edje_edit object, so now
it splits the number into two pieces, so we can fully regenerate type of effect.

So, in this path:
- added static array that represents shadow's direction.
- part's source code generaton has been modified.

Reviewers: seoz, raster, cedric

Reviewed By: cedric

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D668

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
10 years agoedje_cc: fix group inheriting with scripts. (group.script and .program.script)
Vorobiov Vitalii [Tue, 1 Apr 2014 10:09:32 +0000 (19:09 +0900)]
edje_cc: fix group inheriting with scripts. (group.script and .program.script)

After doing some edje_edit manipulations there was a problem that
after edje_decc of changed EDJ file it wasnt able to compile again, because some of scripts
weren't inherited.
The problem was in Code and Code_Script structure.
There is "shared" ("script") field and "original" field that contained a string with embryo script code.
After inheriting whole group, "original" field wasn't copied, so it wasn't able to write
the script into resulted EDJ file (look at edje_cc_out:1407).
@fix

Reviewers: cedric, seoz, raster

Reviewed By: cedric

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D671

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
10 years agoeet-cxx: add implementation for eet C++.
Felipe Magno de Almeida [Tue, 1 Apr 2014 10:08:07 +0000 (19:08 +0900)]
eet-cxx: add implementation for eet C++.

Usage example:

  struct type
  {
    int foo;
    float bar;
  };

  type t0;

  auto descriptor = make_descriptor("type", &type::ofo, &type::bar);

  eet_data_write(file, descriptor.native_handle(), "type", &t0, false);

  std::unique_ptr<type> p = read_by_ptr(file, "type", descriptor);
  type t = read(file, "type", descriptor);

@feature

Reviewers: cedric, smohanty

Reviewed By: cedric

CC: savio, cedric
Differential Revision: https://phab.enlightenment.org/D659

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
10 years agoemotion: fix memory leak
wonguk.jeong [Tue, 1 Apr 2014 09:59:16 +0000 (18:59 +0900)]
emotion: fix memory leak

engine instance handle was not free'd in emotion_engine_instance_del()

@fix

Reviewers: raster, cedric

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

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
10 years agoecore-drm: Fix mouse wheel to not be inverted
Chris Michael [Fri, 28 Mar 2014 14:05:08 +0000 (14:05 +0000)]
ecore-drm: Fix mouse wheel to not be inverted

@bugfix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-evas-drm: Enable vsync by default for ecore_evas drm engine
Chris Michael [Fri, 28 Mar 2014 13:43:22 +0000 (13:43 +0000)]
ecore-evas-drm: Enable vsync by default for ecore_evas drm engine

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-evas-drm: Add better support for ecore_evas_fullscreen_set
Chris Michael [Fri, 28 Mar 2014 10:36:44 +0000 (10:36 +0000)]
ecore-evas-drm: Add better support for ecore_evas_fullscreen_set

@bugfix: This fixes ecore_evas_drm to function properly when
ecore_evas_fullsreen_set is called. This is needed for running
Elementary apps 'standalone' in drm.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoevas-drm: Add trapping for a canvas below framebuffer size
Chris Michael [Fri, 28 Mar 2014 10:35:16 +0000 (10:35 +0000)]
evas-drm: Add trapping for a canvas below framebuffer size

@bugfix: This adds some safety trapping for trying to create a canvas
below the drm framebuffer size. Drm does not support creating a canvas
smaller than the framebuffer output, so we will add some trapping to
catch that, and internally create the framebuffers to the proper size.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-drm: Add API function for getting size of an output.
Chris Michael [Fri, 28 Mar 2014 10:32:59 +0000 (10:32 +0000)]
ecore-drm: Add API function for getting size of an output.

@feature

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore-wayland: No need to check button state twice
Chris Michael [Thu, 27 Mar 2014 14:25:03 +0000 (14:25 +0000)]
ecore-wayland: No need to check button state twice

Since we already check the button pressed state in the 'if' above
this, there is no need to check it again.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoevas - fix incorrect object reset.
ChunEon Park [Tue, 1 Apr 2014 05:08:14 +0000 (14:08 +0900)]
evas - fix incorrect object reset.

If the children are rendered in the proxy render time,
they should not be reset the changes always since we don't sure
they will be rendered in normal rendering after.

In this case, we leave them as they are.
But maybe they can be optimized by comments says.

@fix

10 years agoedje_cc should probably handle sequenced scripts successfully
Mike Blumenkrantz [Mon, 31 Mar 2014 20:43:38 +0000 (16:43 -0400)]
edje_cc should probably handle sequenced scripts successfully

10 years agoedje_cc part description state name error clarification
Mike Blumenkrantz [Mon, 31 Mar 2014 20:02:41 +0000 (16:02 -0400)]
edje_cc part description state name error clarification

10 years agoedje_cc no longer allows buggy/unexpected behavior when inheriting parts
Mike Blumenkrantz [Mon, 31 Mar 2014 19:30:48 +0000 (15:30 -0400)]
edje_cc no longer allows buggy/unexpected behavior when inheriting parts

previously we allowed users to not specify the state names for non-default description states. this guaranteed crazy behavior during inheritance since it was impossible to properly reference such states.

10 years ago+edje_object_part_object_name_get()
Mike Blumenkrantz [Mon, 31 Mar 2014 15:22:36 +0000 (11:22 -0400)]
+edje_object_part_object_name_get()

10 years ago+evas_object_image_mmap_get()
zmike [Sat, 29 Mar 2014 20:19:01 +0000 (16:19 -0400)]
+evas_object_image_mmap_get()