platform/upstream/efl.git
8 years agoevas: follow API documentation more closely.
Cedric BAIL [Tue, 13 Oct 2015 18:45:52 +0000 (11:45 -0700)]
evas: follow API documentation more closely.

8 years agoEcore exe win32: Fix double-free errors.
Tom Hacohen [Tue, 13 Oct 2015 13:31:29 +0000 (14:31 +0100)]
Ecore exe win32: Fix double-free errors.

As reported by vtorri, sometimes ecore_exe on win32 will encounter double
free issues. This was because the variable was freed, but not set to NULL
as expected by the cleanup function.

Fixes T2675

@fix

8 years agoRevert "Revert "Revert "evas: fix borked rotation support in GL engine."""
Carsten Haitzler (Rasterman) [Tue, 13 Oct 2015 10:43:18 +0000 (19:43 +0900)]
Revert "Revert "Revert "evas: fix borked rotation support in GL engine."""

This reverts commit f51168f4ec7a1bd3072428c7a271ad7c6715fde5.

if this is right or not... this RESULTS in enlightenment becoming
totally unusable. put this back WHEN other issues are fixed you think
that exist. last i knew we query yinvert start with glx per native
surface and use that info - so as best i know it is and has been right
for a long time.

:)

8 years agoevas: fix compilation error
Amitesh Singh [Tue, 13 Oct 2015 03:31:26 +0000 (09:01 +0530)]
evas: fix compilation error

This is introduced in 5c02935a866a5c14

8 years agoRevert "Revert "evas: fix borked rotation support in GL engine.""
Cedric BAIL [Tue, 13 Oct 2015 00:22:27 +0000 (17:22 -0700)]
Revert "Revert "evas: fix borked rotation support in GL engine.""

This reverts commit 5bb1c52e3a075d3a69b5baee2f2ad8d2788655b0.

This patch is actually correct, but it highlight a bug in how we
retrieve GLX_Y_INVERTED_EXT value.

8 years agoevas: correctly get GLX_Y_INVERTED_EXT.
Cedric BAIL [Tue, 13 Oct 2015 00:47:19 +0000 (17:47 -0700)]
evas: correctly get GLX_Y_INVERTED_EXT.

8 years agoecore: mimic UNIX code even more
Vincent Torri [Thu, 8 Oct 2015 20:32:57 +0000 (22:32 +0200)]
ecore: mimic UNIX code even more

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: avoid thread doing nothing by adding a small sleep
Vincent Torri [Wed, 7 Oct 2015 03:54:41 +0000 (05:54 +0200)]
ecore_exe: avoid thread doing nothing by adding a small sleep

This fixes the CPU to be usedat 100% for each thread in ecore_exe. This
is obviously not an ideal fix and will be improved in the future.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoefreet: use ecore_file function instead of stat() in the icon cache code
Vincent Torri [Thu, 1 Oct 2015 06:45:51 +0000 (08:45 +0200)]
efreet: use ecore_file function instead of stat() in the icon cache code

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_file: remove whitespaces
Vincent Torri [Thu, 1 Oct 2015 05:32:33 +0000 (07:32 +0200)]
ecore_file: remove whitespaces

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_file: fix ecore_file management function on Windows
Vincent Torri [Thu, 1 Oct 2015 05:29:11 +0000 (07:29 +0200)]
ecore_file: fix ecore_file management function on Windows

On windows, stat() returns -1 if a path is finished with a \ or /,
so replace all stat() calls with a function which removes the trailing
slash or backslash on Windows

At this stage the code duplicate many code path for avoiding potential
borkage on Unix system. During 1.17 release cycle, it would be nice to
refactor this piece.

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: close handles only if they are valid
Vincent Torri [Tue, 29 Sep 2015 21:47:10 +0000 (23:47 +0200)]
ecore_exe: close handles only if they are valid

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoefreet: eina_file_mkstemp() needs a template with an extension
Vincent Torri [Tue, 29 Sep 2015 21:35:40 +0000 (23:35 +0200)]
efreet: eina_file_mkstemp() needs a template with an extension

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoefreet: use eina_file_mkstemp() instead of mkstemp() for portability
Vincent Torri [Tue, 29 Sep 2015 21:34:23 +0000 (23:34 +0200)]
efreet: use eina_file_mkstemp() instead of mkstemp() for portability

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoedje: use eina_environment_tmp_get() instead of the TMPDIR env variable
Vincent Torri [Tue, 29 Sep 2015 04:46:11 +0000 (06:46 +0200)]
edje: use eina_environment_tmp_get() instead of the TMPDIR env variable

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: fix command line when a shell is used, and increase buffer to 32768 bytes
Vincent Torri [Sun, 27 Sep 2015 11:27:15 +0000 (13:27 +0200)]
ecore_exe: fix command line when a shell is used, and increase buffer to 32768 bytes

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: remove infinite loop when killin process
Vincent Torri [Sun, 27 Sep 2015 10:15:04 +0000 (12:15 +0200)]
ecore_exe: remove infinite loop when killin process

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: use macro to free resources
Vincent Torri [Sun, 27 Sep 2015 09:24:42 +0000 (11:24 +0200)]
ecore_exe: use macro to free resources

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: better error message when child process can not be run
Vincent Torri [Sun, 27 Sep 2015 08:18:54 +0000 (10:18 +0200)]
ecore_exe: better error message when child process can not be run

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: make sure that ReadFile() will not hang
Vincent Torri [Sun, 27 Sep 2015 08:08:26 +0000 (10:08 +0200)]
ecore_exe: make sure that ReadFile() will not hang

When child process exits, ReadFile() will hang if those pipes are maintained

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: read remaining data when the child application has closed
Vincent Torri [Sun, 27 Sep 2015 07:31:44 +0000 (09:31 +0200)]
ecore_exe: read remaining data when the child application has closed

Output and error threads could not read all the data sent by the child.

Based on a patch by Guillaume Friloux

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore: lower log error level. Too much noise otherwise
Vincent Torri [Fri, 25 Sep 2015 05:33:56 +0000 (07:33 +0200)]
ecore: lower log error level. Too much noise otherwise

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore: mimic Win32 handlers deletion with Fd ones
Vincent Torri [Fri, 25 Sep 2015 05:32:32 +0000 (07:32 +0200)]
ecore: mimic Win32 handlers deletion with Fd ones

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_con: remove debug
Vincent Torri [Fri, 25 Sep 2015 05:31:07 +0000 (07:31 +0200)]
ecore_con: remove debug

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoEcore_Con: make sure to create named pipe with a unique name
Vincent Torri [Thu, 8 Oct 2015 20:33:30 +0000 (22:33 +0200)]
Ecore_Con: make sure to create named pipe with a unique name

Named pipes created with CreateNamedPipe() must have a unique name,
so append the process Id to the name

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoeina: fix potential security issue.
Vincent Torri [Mon, 12 Oct 2015 23:11:00 +0000 (16:11 -0700)]
eina: fix potential security issue.

This also follow the behavior of eina_file_mkstemp.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoRevert "evas: fix borked rotation support in GL engine."
Carsten Haitzler (Rasterman) [Mon, 12 Oct 2015 23:48:38 +0000 (08:48 +0900)]
Revert "evas: fix borked rotation support in GL engine."

This reverts commit 6153471ac3e209d86c21205ceedb97fdb8ce903b.

YES. YOU BROKE SOMETHING.... EVERY SINGLE COMPOSITED WINDOW IS NOW
UPSIDE-DOWN!

8 years agoeina evlog - use CORRECT clock (monotonic) not gettimeofday if possible
Carsten Haitzler (Rasterman) [Mon, 12 Oct 2015 12:42:18 +0000 (21:42 +0900)]
eina evlog - use CORRECT clock (monotonic) not gettimeofday if possible

8 years agoevas: fix borked rotation support in GL engine.
Cedric BAIL [Mon, 12 Oct 2015 22:46:57 +0000 (15:46 -0700)]
evas: fix borked rotation support in GL engine.

This bug was introduced by b0d2643f933bca2d959b873701c85c6f237328e9. I am
not sure I am not breaking that one instead now. Hopefully not.

8 years agoecore_con: be more defensive while using environment variable provided by the system.
Cedric BAIL [Mon, 12 Oct 2015 21:00:01 +0000 (14:00 -0700)]
ecore_con: be more defensive while using environment variable provided by the system.

This fix a crash during make check for system where one of those string where not defined.

8 years agoecore_x: removing useless assignment pointer.
Srivardhan Hebbar [Mon, 12 Oct 2015 20:24:44 +0000 (13:24 -0700)]
ecore_x: removing useless assignment pointer.

Summary:
The assignment to size has no effect on the caller and compiler
complain about it. Do shutdown compiler complain in a more reliable
way.

Signed-off-by:
Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoeina_tiler: add test cases for eina tiler area set/get functions
Vivek Ellur [Mon, 12 Oct 2015 19:11:53 +0000 (12:11 -0700)]
eina_tiler: add test cases for eina tiler area set/get functions

Summary:
Added test cases for eina_tiler_area_size_set and get functions

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoeina_queue: add test cases in eina thread queue module
Vivek Ellur [Mon, 12 Oct 2015 19:09:04 +0000 (12:09 -0700)]
eina_queue: add test cases in eina thread queue module

Summary:
Added test cases for eina_thread_queue_parent_get and eina_thread_queue_fd_get
functions

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoedje_cc: fix segfault when a program attempts to play a non-registered sound
Jean Guyomarc'h [Mon, 12 Oct 2015 19:04:38 +0000 (12:04 -0700)]
edje_cc: fix segfault when a program attempts to play a non-registered sound

Summary:
When an edje program attempted to play a sound that was not registered
(e.g. in a sounds{} block), edje_cc would segfault instead of throwing
an error.

@fix

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore-evas-wayland: Trap for subsequent resize events
Chris Michael [Mon, 12 Oct 2015 18:06:48 +0000 (14:06 -0400)]
ecore-evas-wayland: Trap for subsequent resize events

Summary: If we have already resized this ecore_evas to be what we
want, then there is no point in running the below resize code as we
should already be at the requested size. Add a test at the beginning
to see if we have already set these values

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoecore_x: Optimize _ecore_x_modifiers_get()
Mrunal Sovani [Mon, 12 Oct 2015 16:05:49 +0000 (12:05 -0400)]
ecore_x: Optimize _ecore_x_modifiers_get()

Summary:
_ecore_x_modifiers_get() causes multiple XGetModifierMapping requests to the
server through _ecore_x_key_mask_get() function. _ecore_x_key_mask_get()
requests XModifierKeymap pointer every time it gets executed.
This can be optimized by a single XGetModifierMapping request in the
_ecore_x_modifiers_get() function itself and then passing the XModifierKeymap
pointer thus retrieved to the _ecore_x_key_mask_get() function.

Reviewers: raster, Hermet, tasn, zmike

Subscribers: yashu21985, alok25, sachin.dev, singh.amitesh, cedric

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

8 years agoevas-drm: remove useless condition
Boram Park [Mon, 12 Oct 2015 15:10:20 +0000 (11:10 -0400)]
evas-drm: remove useless condition

Summary: 'ob->priv.last > ob->priv.last' is always false

@fix

Reviewers: devilhorns, stefan_schmidt

Subscribers: cedric

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

8 years agoecore-evas-wayland: Fix common window configure callback to not adjust
Chris Michael [Mon, 12 Oct 2015 14:59:33 +0000 (10:59 -0400)]
ecore-evas-wayland: Fix common window configure callback to not adjust
for framespace

Summary: As we have already adjusted for framespace in various code
leading up to a configure callback, don't adjust for it here. This
fixes an issue where xdg surface window geometry would get incorrect
values which were including framespace. The values of the
xdg_surface_set_window_geometry should be Just the geometry of the
visible window.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoecore-evas-wayland: Don't resize ecore_wl window to include frame size
Chris Michael [Mon, 12 Oct 2015 14:58:00 +0000 (10:58 -0400)]
ecore-evas-wayland: Don't resize ecore_wl window to include frame size

Summary: ecore_wl_window_resize adjusts the internal representation of
the window size so this should not include the "framespace" also. This
fixes an issue where xdg surface would be getting an incorrect window
geometry which included framespace.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoecore-wl: Don't update window size during ecore_wl_window_resize
Chris Michael [Mon, 12 Oct 2015 14:55:50 +0000 (10:55 -0400)]
ecore-wl: Don't update window size during ecore_wl_window_resize
function

Summary: As we call ecore_wl_window_update_size from various places
when needed, don't call it inside the resize function. This addresses
an issue where sizes for the Ecore_Wl_Window may be out of sync

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoeolian generator: cleaner file write
Daniel Kolesa [Mon, 12 Oct 2015 10:45:38 +0000 (11:45 +0100)]
eolian generator: cleaner file write

8 years agoeolian generator: merge legacy and eo header gen entry points
Daniel Kolesa [Mon, 12 Oct 2015 10:35:59 +0000 (11:35 +0100)]
eolian generator: merge legacy and eo header gen entry points

8 years agorelease: Update NEWS and bump version for 1.16.0-beta1 release v1.16.0-beta1
Stefan Schmidt [Mon, 12 Oct 2015 09:46:06 +0000 (11:46 +0200)]
release: Update NEWS and bump version for 1.16.0-beta1 release

8 years agoEvas filters: Fix some build warnings
Jean-Philippe Andre [Mon, 12 Oct 2015 03:03:52 +0000 (12:03 +0900)]
Evas filters: Fix some build warnings

Thanks Tom for spotting one of those

8 years agoEvas filters: Fix some crash and reduce insanity
Jean-Philippe Andre [Thu, 8 Oct 2015 06:01:21 +0000 (15:01 +0900)]
Evas filters: Fix some crash and reduce insanity

In a rare situation the filter would access an invalid buffer.

Solution: Stop messing with buffer references by properly
referencing and releasing them when not needed, rather
than stealing references and hoping for the best. (There were
flags tracking stolen references, but that was still madness)

8 years agoEvas: Add engine function image_ref
Jean-Philippe Andre [Thu, 8 Oct 2015 05:00:39 +0000 (14:00 +0900)]
Evas: Add engine function image_ref

This is to simplify and fix filters. This is an internal function.

8 years agoEvas filter: Fix proxies of filtered images
Jean-Philippe Andre [Thu, 8 Oct 2015 02:19:50 +0000 (11:19 +0900)]
Evas filter: Fix proxies of filtered images

@fix

8 years agoEvas render: Don't render deleted / invisible snapshots
Jean-Philippe Andre [Thu, 8 Oct 2015 01:57:54 +0000 (10:57 +0900)]
Evas render: Don't render deleted / invisible snapshots

Don't render them. They are not visible

8 years agoEvas render: Minor debug code improvements
Jean-Philippe Andre [Thu, 8 Oct 2015 01:56:35 +0000 (10:56 +0900)]
Evas render: Minor debug code improvements

8 years agoEvas snapshot: Fix proxies of snapshot objects
Jean-Philippe Andre [Wed, 7 Oct 2015 11:03:37 +0000 (20:03 +0900)]
Evas snapshot: Fix proxies of snapshot objects

This was broken because the wrong image size was used
in the proxy's fast path (proxy of another image).
Why did snapshot use a specific surface_w,h instead of
reusing the usual cur->image.w,h? (@cedric)

Simplify code.

8 years agoeeze - fix if formatting to be consistent within file
Carsten Haitzler (Rasterman) [Sat, 10 Oct 2015 01:50:44 +0000 (10:50 +0900)]
eeze - fix if formatting to be consistent within file

some if's were single line:
  if (x) blah();

others were
  if (x)
    blah();

make formatting consistent at any rate.

same for EINA_LIST_FREE() blah();

8 years agofix tom's fix by nmot making e segfault EVERY EXIT
Carsten Haitzler (Rasterman) [Sat, 10 Oct 2015 01:45:30 +0000 (10:45 +0900)]
fix tom's fix by nmot making e segfault EVERY EXIT

when fixing something like a leak .. it might be good to fix it to not
CRASH 100% of the time. a leak (minor) is better than a crash by far.

the strings in the list are stringshared.

fixes 896c18045aafb9c677d8d41b4876c47db2b4d5ce

8 years agoEcore_xcb_keymap: Fix memory leak in _ecore_xcb_keymap_finilize
Mrunal Sovani [Fri, 9 Oct 2015 17:17:45 +0000 (13:17 -0400)]
Ecore_xcb_keymap: Fix memory leak in _ecore_xcb_keymap_finilize

Summary:
xcb_get_modifier_mapping_reply_t *reply is obtained from
xcb_get_modifier_mapping_reply and should be freed after use.

Reviewers: raster, Hermet, tasn, zmike

Subscribers: singh.amitesh, yashu21985, alok25, sachin.dev, cedric

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

@fix

8 years agoeolian-cxx: Fixed possible exception escaping main
Felipe Magno de Almeida [Fri, 9 Oct 2015 16:54:32 +0000 (13:54 -0300)]
eolian-cxx: Fixed possible exception escaping main

Added try/catch around main to show the reason for the generation failure.

@fix CID 1265600

8 years agoeolian-cxx: Fixed assert which was a tautology
Felipe Magno de Almeida [Fri, 9 Oct 2015 16:48:17 +0000 (13:48 -0300)]
eolian-cxx: Fixed assert which was a tautology

Fixed the assert to the correct check

@fix CID 1316018

8 years agoEvas engine wayland_shm: pass the correct enum value.
Tom Hacohen [Fri, 9 Oct 2015 13:22:36 +0000 (14:22 +0100)]
Evas engine wayland_shm: pass the correct enum value.

Following this patch, the correct enum type is now passed to this
function. It's also passing the same value (0), but now from the correct
enum. This doesn't change behaviour, and looks like what was intended.

This fixes the clang warning.

8 years agoecore-wayland: Comment out unused functions
Chris Michael [Fri, 9 Oct 2015 12:55:26 +0000 (08:55 -0400)]
ecore-wayland: Comment out unused functions

Summary: As we do not listen for surface enter/leave events, we do not
need these functions so comment them out.

Thanks to Tom for the report :)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoecore-wayland: Comment out unused functions for session listener
Chris Michael [Fri, 9 Oct 2015 12:54:41 +0000 (08:54 -0400)]
ecore-wayland: Comment out unused functions for session listener

Summary: As session listener is currently disabled in Ecore_Wayland,
we don't need these functions defined so comment them out.

Thanks to Tom for the report :)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoEvas engine software generic: Fix clang warning.
Tom Hacohen [Fri, 9 Oct 2015 11:41:29 +0000 (12:41 +0100)]
Evas engine software generic: Fix clang warning.

Double parenthesis comparison is reserved for evaluation for assignment, not just comparison.
So for example you should do ((x = 2)) and (x == 2), but not ((x == 2)) or (x = 2).

8 years agoEctor renderer: fix return value to be of the right type.
Tom Hacohen [Fri, 9 Oct 2015 11:37:28 +0000 (12:37 +0100)]
Ector renderer: fix return value to be of the right type.

This function expects a pointer as a return value, not a bool.

@fix.

8 years agoEthumb client: Fix shadow issues (warnings).
Tom Hacohen [Fri, 9 Oct 2015 11:35:55 +0000 (12:35 +0100)]
Ethumb client: Fix shadow issues (warnings).

8 years agoEeze sensor udev: Fix memory leak and possible crash.
Tom Hacohen [Fri, 9 Oct 2015 11:32:37 +0000 (12:32 +0100)]
Eeze sensor udev: Fix memory leak and possible crash.

Due to a misplaced semicolon, EINA_LIST_FREE was doing nothing and only
the last part was freed if there was one, and probably a crash if there
wasn't.

This shows again that having statements without {} is dangerous. We need
to force {} and add a lint rule, or at the very least, add a rule to put
the ; in a new line (like clang warns about by default anyway).

(Same as issue found in previous commit)

@fix

8 years agoEdje cc handlers: Fix memory leak and possible crash.
Tom Hacohen [Fri, 9 Oct 2015 11:29:41 +0000 (12:29 +0100)]
Edje cc handlers: Fix memory leak and possible crash.

Due to a misplaced semicolon, EINA_LIST_FREE was doing nothing and only
the last part was freed if there was one, and probably a crash if there
wasn't.

This shows again that having statements without {} is dangerous. We need
to force {} and add a lint rule, or at the very least, add a rule to put
the ; in a new line (like clang warns about by default anyway).

@fix

8 years agoEctor renderer: fix return value to be of the right type.
Tom Hacohen [Fri, 9 Oct 2015 11:27:30 +0000 (12:27 +0100)]
Ector renderer: fix return value to be of the right type.

This function expects a pointer as a return value, not a bool.

@fix.

8 years agoEio model test: initialise pointer (clang warning).
Tom Hacohen [Fri, 9 Oct 2015 11:23:41 +0000 (12:23 +0100)]
Eio model test: initialise pointer (clang warning).

This is probably not an issue because the function should always
return a value, but initialising this variable silence clang's
warning and is not harmful anyway.

8 years agoEo: Fix Eo on Windows.
Tom Hacohen [Fri, 9 Oct 2015 11:06:09 +0000 (12:06 +0100)]
Eo: Fix Eo on Windows.

We use function names instead of function pointers of Windows, because
of dll import/export issues (more in a comment in eo.c). Before this
commit we were comparing the pointers to the strings instead of the
content in some of the places, which caused op desc lookup not to work.
This fixes that.

Thanks to vtorri for his assistance.

@fix

8 years agoevas_canvas3d: fix mesh being added twice added to scene data
Oleksandr Shcherbina [Thu, 8 Oct 2015 10:38:10 +0000 (12:38 +0200)]
evas_canvas3d: fix mesh being added twice added to scene data

Summary: @fix

Reviewers: cedric, Hermet

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_con: preventing possible NULL pointer dereference.
Srivardhan Hebbar [Thu, 8 Oct 2015 10:26:55 +0000 (12:26 +0200)]
ecore_con: preventing possible NULL pointer dereference.

Summary:
Checking if client is NULL before freeing is not of much use. If it is NULL, it would have crashed before when it was dereferenced in printf. So checking NULL before dereferencing.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_exe: correcting spelling mistake in comment.
Srivardhan Hebbar [Thu, 8 Oct 2015 10:26:04 +0000 (12:26 +0200)]
ecore_exe: correcting spelling mistake in comment.

Summary:
Corrected the spelling mistake of mechanism.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecor_xcb: removing useless assignment.
Srivardhan Hebbar [Thu, 8 Oct 2015 10:23:32 +0000 (12:23 +0200)]
ecor_xcb: removing useless assignment.

Summary:
The assignment of NULL will have no effect on the caller. So removed that statment.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_xcb: initializing the uninitialized variable.
Srivardhan Hebbar [Thu, 8 Oct 2015 10:21:53 +0000 (12:21 +0200)]
ecore_xcb: initializing the uninitialized variable.

Summary:
realwin is uninitialized and is being checked against 0 at 384. It is set at 377 only if win2 == win, else it remains uninitialized. So initializing it to NULL.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_xcb: handle realloc failure.
Srivardhan Hebbar [Thu, 8 Oct 2015 10:20:46 +0000 (12:20 +0200)]
ecore_xcb: handle realloc failure.

Summary:
If realloc fails, then lst would be NULL, so assigning lst[i] only if realloc is successful, else assigning lst to previous memory location.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoeio_monitor: fix memory leak in eio monitor module
Vivek Ellur [Thu, 8 Oct 2015 10:17:29 +0000 (12:17 +0200)]
eio_monitor: fix memory leak in eio monitor module

Summary:
Free the allocated memory in eio monitor win32 module.

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoeio_monitor: fix memory leak issue
Vivek Ellur [Thu, 8 Oct 2015 10:16:23 +0000 (12:16 +0200)]
eio_monitor: fix memory leak issue

Summary:
@fix

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore_fd: add _ecore_main_fdh_poll_del() when fd handler is deleted.
Hosang Kim [Thu, 8 Oct 2015 10:14:00 +0000 (12:14 +0200)]
ecore_fd: add _ecore_main_fdh_poll_del() when fd handler is deleted.

Summary:
When fd handler is deleted by ECORE_CALLBACK_CANCEL, _ecore_main_fdh_poll_del() is not called.
So fd still exists in epoll's event pool.

Reviewers: raster, seoz, woohyun, Hermet, cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
8 years agoecore-evas x - solve internal window size flickrs in e
Carsten Haitzler (Rasterman) [Fri, 9 Oct 2015 03:52:41 +0000 (12:52 +0900)]
ecore-evas x - solve internal window size flickrs in e

so there is an issue that e brings out where configure events get
queued and deferred AND e ends up requesting a new size, but new size
is wrong as its read from an old event (requested size is updated) and
in the end ecore-evas doesnt request the actual new size because
current w/h is "the same" even though it isn't... bah - it's complex
and a self-feeding event issue. just doing the move/resize solves it.

@fix

8 years agoecore-evas-wayland: Set ee->draw_ok appropriately based on visibility
Chris Michael [Thu, 8 Oct 2015 20:04:50 +0000 (16:04 -0400)]
ecore-evas-wayland: Set ee->draw_ok appropriately based on visibility

Summary: A previous code change to the common code which processes
updates is relying on having the ecore_evas->draw_ok flag set in order
to process updates. This change makes sure that ee->draw_ok is in sync
with canvas visibility.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoevas-wayland-shm: Fix silly typo
Chris Michael [Thu, 8 Oct 2015 19:15:00 +0000 (15:15 -0400)]
evas-wayland-shm: Fix silly typo

Summary: OOpppss, this should be eina_rectangle_free

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoecore-evas-wayland-shm: Check for fullscreen and override windows when
Chris Michael [Thu, 8 Oct 2015 17:37:30 +0000 (13:37 -0400)]
ecore-evas-wayland-shm: Check for fullscreen and override windows when
processing updates

Summary: When processing render updates, we should be checking if the
Ecore_Evas "should be visible" property is set.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoevas-wayland-shm: Don't leak rectangles during flush
Chris Michael [Thu, 8 Oct 2015 17:35:07 +0000 (13:35 -0400)]
evas-wayland-shm: Don't leak rectangles during flush

Summary: As we loop the regions of the output buffer and accumulate
changes to post, we should be freeing the rectangles when we are done
with them.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoevas-wayland-shm: Fix to add support for MERGE_MODE Smart
Chris Michael [Wed, 7 Oct 2015 15:00:46 +0000 (11:00 -0400)]
evas-wayland-shm: Fix to add support for MERGE_MODE Smart

Summary: Seems we were never setting any merge_mode for the
wayland-shm engine. This fix implements setting merge_mode

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoEvas filters: Fix crash with async sw rendering
Jean-Philippe Andre [Wed, 7 Oct 2015 09:08:56 +0000 (18:08 +0900)]
Evas filters: Fix crash with async sw rendering

If the filtered object (text or image object) was deleted, its
output image (cached inside the filter data) would be freed
immediately. This could cause crashes in case of async rendering.

@fix

8 years agoeet - be robust about garbage at the end that looks like an idenity
Carsten Haitzler (Rasterman) [Wed, 7 Oct 2015 08:24:20 +0000 (17:24 +0900)]
eet - be robust about garbage at the end that looks like an idenity

if there is an identity signaure at the end, ONLY check it if it looks
like a real one (correct magic number, cert and sig size fields are
sane etc.). this means eet opens dont fail for files that may have
trailing garbage or padding that is not an eet identity signature.

8 years agoethumb - fix client free issue with pending dbus messages
Carsten Haitzler (Rasterman) [Wed, 7 Oct 2015 06:47:04 +0000 (15:47 +0900)]
ethumb - fix client free issue with pending dbus messages

this fixes T2769

@fix

8 years agoeet - fix signature alignment and position
Carsten Haitzler (Rasterman) [Wed, 7 Oct 2015 05:32:37 +0000 (14:32 +0900)]
eet - fix signature alignment and position

8 years agoEvas textblock: Force relayout during proxy render
Jean-Philippe Andre [Tue, 6 Oct 2015 11:18:32 +0000 (20:18 +0900)]
Evas textblock: Force relayout during proxy render

If the textblock object was not visible in the main canvas, but
still needs to be rendered in a proxy surface, then _relayout may
not have been called. This forces generation of paragraphs based on
the current geometry.

This patch is ugly. I know. This is evas render :)

8 years agoEvas render: Fix another bad proxy clipping issue
Jean-Philippe Andre [Tue, 6 Oct 2015 08:36:29 +0000 (17:36 +0900)]
Evas render: Fix another bad proxy clipping issue

This is an ugly hack to fix an issue reported in D3114. I don't
understand how the proposed patch could even fix anything given
the current situation.

Test case:
 - Create edje object with textblock inside
 - Clip out edje object (--> all children become not visible)
 - Take textblock from edje and set it as source of a proxy
 - Mark proxy as source_clip

Result: Nothing visible.

Expected: Proxy should contain the textblock object, since
  source_clip means we ignore the edje object's clipper, and
  only care about the textblock's clipper (entire canvas).

Here's what was happening:
 - During a first pass, textblock is not visible, cur->cache.clip
   is calculated, marked as clip_use=1 with geom 0,0 0x0
 - In a second pass, the proxy is rendered, which needs to draw
   the textblock in a surface. But cache.clip was used and it was
   wrong.

Solution:
 - Ignore cache.clip when rendering inside a proxy. I'm pretty
   sure there are other instances where cache.clip will still
   be a problem.

Problem: textblock never called relayout since it was not
  visible.

Conclusion: cache.clip needs to die. It's a legacy optimization
  that now causes more issues than it fixes.

8 years agoEDC Doc: Some fixes
Jean-Philippe Andre [Fri, 2 Oct 2015 09:14:25 +0000 (18:14 +0900)]
EDC Doc: Some fixes

We need to move this doc to the wiki and complete it :)

8 years agoecore_x: Remove XPrint usage
Derek Foreman [Tue, 6 Oct 2015 17:13:01 +0000 (13:13 -0400)]
ecore_x: Remove XPrint usage

Summary:
Xprint has been deprecated since 2008.

It's recently (August 2015) been removed from debian.

Reviewers: zmike, devilhorns

Subscribers: cedric

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

8 years agoecore-evas-gl-drm: Disable async rendering for EGL
Chris Michael [Tue, 6 Oct 2015 13:39:36 +0000 (09:39 -0400)]
ecore-evas-gl-drm: Disable async rendering for EGL

Summary: Disable async rendering for EGL engine as EGL is sync only.
This fixes gl_drm engine to work (in my tests) using ecore_evas
example apps.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoeina_quaternion: add since information for new APIs
Stefan Schmidt [Tue, 6 Oct 2015 11:16:18 +0000 (13:16 +0200)]
eina_quaternion: add since information for new APIs

8 years agoeina_matrix: adjust since version for new APIs in 1.16
Stefan Schmidt [Tue, 6 Oct 2015 11:12:47 +0000 (13:12 +0200)]
eina_matrix: adjust since version for new APIs in 1.16

8 years agopo: update po files
Stefan Schmidt [Tue, 6 Oct 2015 10:23:34 +0000 (12:23 +0200)]
po: update po files

8 years agoEvas image: Fix wrong usage of engine data macro
Dongyeon Kim [Tue, 6 Oct 2015 05:29:57 +0000 (14:29 +0900)]
Evas image: Fix wrong usage of engine data macro

ENDT macro should be passed to engine functions instead of
some other function pointer!
@fix

8 years agoevas/gl_x11: Fix indentation and invalid error check in native set/bind/unbind
Dongyeon Kim [Mon, 5 Oct 2015 06:28:53 +0000 (15:28 +0900)]
evas/gl_x11: Fix indentation and invalid error check in native set/bind/unbind

8 years agoevas sw x11 - xcb code has same changes as xlib with optimizations
Carsten Haitzler (Rasterman) [Tue, 6 Oct 2015 05:47:08 +0000 (14:47 +0900)]
evas sw x11 - xcb code has same changes as xlib with optimizations

8 years agoevas engines - fix partial swap to not skip swaps if full mode used
Carsten Haitzler (Rasterman) [Tue, 6 Oct 2015 05:37:10 +0000 (14:37 +0900)]
evas engines - fix partial swap to not skip swaps if full mode used

@fix

8 years agoevas sw generic - printf debug remove
Carsten Haitzler (Rasterman) [Tue, 6 Oct 2015 03:12:19 +0000 (12:12 +0900)]
evas sw generic - printf debug remove

8 years agoeldbus - only do syntax checks if libdbus is new enough
Carsten Haitzler (Rasterman) [Tue, 6 Oct 2015 02:29:16 +0000 (11:29 +0900)]
eldbus - only do syntax checks if libdbus is new enough

8 years agoecore-wayland: Don't use custom animator when in server mode
Chris Michael [Mon, 5 Oct 2015 20:11:52 +0000 (16:11 -0400)]
ecore-wayland: Don't use custom animator when in server mode

Signed-off-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: @zmike
necessary to avoid breaking the compositor canvas animator