Daniel Kolesa [Thu, 23 Jul 2015 09:39:44 +0000 (10:39 +0100)]
eina tests, ecore_con tests: fix compiler warnings
Daniel Kolesa [Thu, 23 Jul 2015 09:07:23 +0000 (10:07 +0100)]
eo tests, evas filter tests: fix compiler warnings
Daniel Kolesa [Thu, 23 Jul 2015 09:02:03 +0000 (10:02 +0100)]
eina, ecore_imf: fix uninitialized field warnings
Srivardhan Hebbar [Thu, 23 Jul 2015 08:32:46 +0000 (09:32 +0100)]
evas out: Eolian doc conversion of out.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2855
Jean-Philippe Andre [Thu, 23 Jul 2015 07:24:29 +0000 (16:24 +0900)]
Evas: Fix wayland-only compilation without Xlib headers
If the Xlib headers are not installed, a special macro must
be defined before including EGL headers.
Jean-Philippe Andre [Mon, 20 Jul 2015 08:33:00 +0000 (17:33 +0900)]
Evas/psd: Remove commented-out debug code
Removing because it matches a grep of <<<< used for merge conflicts :)
Jean-Philippe Andre [Mon, 20 Jul 2015 06:24:04 +0000 (15:24 +0900)]
Evas GL: Add missing call in case of direct rendering
I spotted this by looking at the code in a different branch (that
was tested on real hardware).
Stefan Schmidt [Wed, 22 Jul 2015 15:30:47 +0000 (17:30 +0200)]
Revert "Eolian: fix eolian helper for windows."
This reverts commit
60b473d949c2582695a0ed7e67dc2e2c32eeee1b.
It breaks our mingw cross build setup we are using on jenkins. In summary it
silently fails to use eolian_gen.exe while it should use the linux native
eolian_gen and thus does not generate the c and h files from the eo ones.
See the ml for details or look at the error here:
https://build.enlightenment.org/job/changely_efl_mingw_x86_64/2115/console
Srivardhan Hebbar [Wed, 22 Jul 2015 09:41:39 +0000 (10:41 +0100)]
evas polygon: Eolian doc conversion of polygon.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2854
Srivardhan Hebbar [Wed, 22 Jul 2015 09:38:59 +0000 (10:38 +0100)]
evas object: Eolion doc conversion of object_smart.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2853
Vincent Torri [Wed, 22 Jul 2015 05:31:26 +0000 (07:31 +0200)]
Use eina_environment_tmp_get()
Vincent Torri [Wed, 22 Jul 2015 05:28:29 +0000 (07:28 +0200)]
Ecore: lower log level
On Windows, this insanely fills a temporary file, reaching
gigabytes
Vincent Torri [Wed, 22 Jul 2015 03:18:19 +0000 (05:18 +0200)]
Eina: use Eina API in documentation
Vincent Torri [Wed, 22 Jul 2015 03:44:50 +0000 (05:44 +0200)]
Efreet: use eina_file_mkstemp() instead of mkstemp in efreetd.c
Mike Blumenkrantz [Tue, 21 Jul 2015 22:08:16 +0000 (18:08 -0400)]
ecore-x: send last event time along with generic Ecore_X_Event_Client_Message
this won't necessarily be the same time that the client sent the message,
but at least it will provide a better reference point than 0
Daniel Kolesa [Tue, 21 Jul 2015 13:46:25 +0000 (14:46 +0100)]
evas_canvas3d_scene: fix missing color initializer
Daniel Kolesa [Tue, 21 Jul 2015 13:44:38 +0000 (14:44 +0100)]
evas_object_vg: fix missing initializer warning
Daniel Kolesa [Tue, 21 Jul 2015 12:54:23 +0000 (13:54 +0100)]
evas: fix missing render2_walk initializers
This caused annoying compiler warnings that are gone now.
@fix
Srivardhan Hebbar [Tue, 21 Jul 2015 10:57:53 +0000 (11:57 +0100)]
evas textgrid: Eolian doc conversion of Textgrid.Pallelt.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2847
Srivardhan Hebbar [Tue, 21 Jul 2015 09:23:41 +0000 (10:23 +0100)]
evas box: Eolian doc conversion of box.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: tasn, q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2845
Daniel Juyung Seo [Mon, 20 Jul 2015 23:09:31 +0000 (08:09 +0900)]
release: Update NEWS and bump version for 1.15.0-beta2 release
Srivardhan Hebbar [Mon, 20 Jul 2015 12:25:27 +0000 (13:25 +0100)]
evas canvas3d: Eolian doc conversion of canvas3d_primitive.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2842
Srivardhan Hebbar [Mon, 20 Jul 2015 10:53:56 +0000 (11:53 +0100)]
evas canvas3d: Eolian doc conversion of canvas3d_node.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2839
Srivardhan Hebbar [Fri, 17 Jul 2015 13:54:57 +0000 (14:54 +0100)]
evas canvas: Eolian doc conversion of efl_vg_base.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2835
Srivardhan Hebbar [Fri, 17 Jul 2015 13:25:48 +0000 (14:25 +0100)]
evas canvas3d: Eolian doc conversion of canvas3d_object.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2834
Srivardhan Hebbar [Fri, 17 Jul 2015 12:11:01 +0000 (13:11 +0100)]
evas canvas3d: Eolian doc conversion of canvas3d_camera.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2825
Jean-Philippe Andre [Fri, 17 Jul 2015 04:47:30 +0000 (13:47 +0900)]
Evas GL: Some documentation on sync objects
Jean-Philippe Andre [Fri, 17 Jul 2015 02:50:21 +0000 (11:50 +0900)]
Evas GL: Deprecate API evasglCreateImage
Despite its ugly name, evasglCreateImageForContext should be used
instead, as it's a proper API with evasgl and ctx passed in as
arguments.
Jean-Philippe Andre [Thu, 16 Jul 2015 13:25:36 +0000 (22:25 +0900)]
Evas GL: Fix sync, wlbuffer and image egl ext functions
Before this patch, those EGL/EvasGL functions can not work
without a current context. But EGL does not require any
current context for those to work, or at least, this should
be left to the driver to decide.
Evas GL was only able to get a pointer to the display
if a context was current.
The display pointer should be infered from Evas_GL unless
we can find a current display. EGL does not require a
context to be current in most of these function calls.
This should bring evasgl a little bit closer to EGL in terms
of behaviour (those are EGL-only extensions, btw).
Thanks @spacegrapher for the quick review
@fix
Hosang Kim [Thu, 16 Jul 2015 11:07:39 +0000 (20:07 +0900)]
evas_image : fix unloads cleanup logic
Summary:
Now Evas gl preload feature is disabled.
But if it is turned on, memory crash occurs.
Because evas_gl_common_texture_upload is not excuted immediately.
Test Plan: EVAS_GL_PRELOAD=1 ELM_ENGINE=gl elementary_test -to "photocam"
Reviewers: raster, cedric, woohyun, seoz, Hermet, singh.amitesh, jpeg
Subscribers: jpeg, cedric
Differential Revision: https://phab.enlightenment.org/D2823
Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
Jean-Philippe Andre [Thu, 16 Jul 2015 11:02:47 +0000 (20:02 +0900)]
Ectore: And more build fixes for @mythri! :)
Jean-Philippe Andre [Tue, 14 Jul 2015 04:49:51 +0000 (13:49 +0900)]
Evas filters: Fix color value for invisible
Since the filters default to alpha = 255 the actual value of
invisible / transparent was black.
Jean-Philippe Andre [Fri, 10 Jul 2015 03:37:27 +0000 (12:37 +0900)]
Evas GL: Fix glClear(0,0,0,0) with DR and COPY
When glClear is called in direct rendering move (DR), we usually
have to skip the call altogether because clearing out transparency
would erase the pixels in the evas backbuffer. This means Evas
would not be able to blend an RGBA GLView on top of other objects.
But COPY mode should allow Evas GL to poke holes in a window
backbuffer.
Thanks @spacegrapher for the review :)
NOTE: Elm GLView also needs to pass the render op to its Evas.Image.
@fix
Jean-Philippe Andre [Mon, 13 Jul 2015 07:04:45 +0000 (16:04 +0900)]
Evas GL: Fix internal function pointer
evas_gl_native_context_get is an internal function
passed around from an evas engine to evas_gl so that we can
implement evasglCreateImageForContext without exposing
any evas engine internal structure to evas_gl.
It's all a ittle bit ugly but the previous solution with
dlsym(DEFAULT) didn't work.
Jean-Philippe Andre [Mon, 13 Jul 2015 05:08:08 +0000 (14:08 +0900)]
eina_module: Raise dlopen() error messages to WRN when file exists
Failing to load a module that does not exist is indeed not an error,
but failing to load a module that exists on disk happened probably
because of an error like "symbol not found".
Considering eina_module is most likely used by EFL itself, I believe
an internal linking failure is a warning worth reporting.
Jean-Philippe Andre [Mon, 13 Jul 2015 04:51:10 +0000 (13:51 +0900)]
Evas GL: Fix evasglImageDestroy() from non-evasgl threads
If the TLS variable was not initialized, Evas GL can't get a pointer
to a valid EGLDisplay which is required by eglImageDestroy.
So, we keep track of the dpy used at creation time and use that
if we're in another thread.
Jean-Philippe Andre [Thu, 16 Jul 2015 10:35:48 +0000 (19:35 +0900)]
Ector: Another build fix for @mythri
Srivardhan Hebbar [Thu, 16 Jul 2015 10:16:45 +0000 (11:16 +0100)]
evas canvas3d: Eolian doc conversion of canvas3d_light.
Summary:
Apart from evas_canvas3d_node_look_at_set() all other things are referenced.
Tried to reference it to @Evas.Canvas3D.Node.look_at_set(). But getting error.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2822
Jean-Philippe Andre [Thu, 16 Jul 2015 02:39:38 +0000 (11:39 +0900)]
Ector: Fix potential build errors with double typedef
Depending on the compiler and its version, having twice a
typedef on the same name may lead to a build failure.
Thanks @mythri for the report.
Daniel Kolesa [Thu, 16 Jul 2015 09:14:44 +0000 (10:14 +0100)]
image_savers/jpeg: actually properly fixed the jump
Tom Hacohen [Thu, 16 Jul 2015 08:34:16 +0000 (09:34 +0100)]
Ecore evas: Correct function name in magic failure.
Why this is done like this, and not just with __func__ in the macro is
beyond me.
Thanks to Vincent Torri for pointing this out.
@fix
Tom Hacohen [Thu, 16 Jul 2015 08:27:40 +0000 (09:27 +0100)]
Eolian: fix eolian helper for windows.
Based on an Elementary patch by Vincent Torri.
@fix
Carsten Haitzler (Rasterman) [Thu, 16 Jul 2015 02:13:29 +0000 (11:13 +0900)]
Revert "image_savers/jpeg: actually use normal jmp_buf/setjmp/longjmp"
This reverts commit
5beb47aa4d65d0be9d75550511dd184e9e69b4d8.
Revert "image_savers/jpeg: fix undefined behavior of using sigsetjmp on jmp_buf"
This reverts commit
84c7751e195ea29efffbe55eaa732e739402a04a.
these end up with efl simply not compiling. efl tree does not build at
all now and this warrants a revert.
lib/evas/.libs/libevas.so: undefined reference to sigjmp'
collect2: error: ld returned 1 exit status
Makefile:19321: recipe for target 'bin/evas/evas_cserve2' failed
.. etc.
Daniel Kolesa [Wed, 15 Jul 2015 19:05:23 +0000 (20:05 +0100)]
image_savers/jpeg: actually use normal jmp_buf/setjmp/longjmp
Daniel Kolesa [Wed, 15 Jul 2015 15:24:27 +0000 (16:24 +0100)]
image_savers/jpeg: fix undefined behavior of using sigsetjmp on jmp_buf
@fix
Daniel Kolesa [Wed, 15 Jul 2015 15:08:04 +0000 (16:08 +0100)]
gl_generic: fix unintended behavior (we want to assign the value we point to)
Daniel Kolesa [Wed, 15 Jul 2015 15:06:32 +0000 (16:06 +0100)]
evas_object_image: fix wrong type assignment warning
Daniel Kolesa [Wed, 15 Jul 2015 14:32:53 +0000 (15:32 +0100)]
eolian: do not use an invalid pointer after updating buffer
Replacing decimal point in buffer resulted in invalidation of the original
string pointer. On Linux, this issue was for some reason not caught, but
it was wrong anyway. Use the updated string correctly now.
@fix
Daniel Kolesa [Wed, 15 Jul 2015 13:16:24 +0000 (14:16 +0100)]
autotools: do NOT need --enable-i-really- for disabled libeeze on non-linux
Srivardhan Hebbar [Wed, 15 Jul 2015 12:47:46 +0000 (13:47 +0100)]
efl.interfaces: Doc conversion of efl_gfx_fill.eo
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2818
Jean-Philippe Andre [Wed, 15 Jul 2015 08:51:18 +0000 (17:51 +0900)]
Evas: Fix no_render flag when in a map
no_render objects would still show up in a map surface
because of a different logic.
Jean-Philippe Andre [Wed, 15 Jul 2015 07:41:59 +0000 (16:41 +0900)]
Evas masking: Fix rendering of masks that belong to a proxied smart object
This is a complex situation:
- Smart object A contains image I
- A is proxied into an image B
- B is marked as source_invisible, which means A is invisible
- Mask M is applied to image I
- Mask M is ALSO a smart child of A
Because of all that, mask M could not be rendered into its private
mask surface, as it was falling under the case of "parent_src_invisible".
This patch checks that the object is not a mask during the
parent_src_invisible check.
@fix
Jean-Philippe Andre [Wed, 15 Jul 2015 05:09:49 +0000 (14:09 +0900)]
Evas filters: Fix parsing of curve() with a function
If the points argument was a function, there was a Lua call
stack error, making the filter fail.
ChunEon Park [Wed, 15 Jul 2015 03:22:41 +0000 (12:22 +0900)]
The default return value of edje_object_base_scale_get API is 1.0.
The return value is used for divisor in many case.
If it return 0.0 when it fail, it can break app with div by zero.
@fix
Signed-Off-By: YoungBok Shin(id213sin) (youngb.shin@samsung.com)
Chris Michael [Tue, 14 Jul 2015 18:33:41 +0000 (14:33 -0400)]
ecore-wl: Reset input keyboard repeat values when we cancel the timer
Summary: If we end up cancelling the keyboard repeat timer due to no
focused surface, we should also reset the input repeat values.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 14 Jul 2015 18:31:15 +0000 (14:31 -0400)]
ecore-wl: Don't renew keyboard-repeat timer if we have no focused surface
Summary: During the keyboard repeat function, if we have no keyboard
focused window to send the key to, then we should cancel the repeat
timer.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 14 Jul 2015 18:28:14 +0000 (14:28 -0400)]
ecore-wl: Reset ecore_wl_input repeat values on keyboard leave
Summary: As we delete any keyboard repeat timers when we get a
keyboard leave event, we should also reset any stored values there
(key, sym, time, etc).
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 14 Jul 2015 18:22:42 +0000 (14:22 -0400)]
ecore-wl: Reset input's pointer & keyboard focus on events
Summary: If we get pointer or keyboard leave events, then reset the
Ecore_Wl_Input's idea of focus (eg: set input->pointer_focus and
input->keyboard_focus fields to NULL) just in case we cannot find a
window for this surface.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Daniel Kolesa [Tue, 14 Jul 2015 13:30:41 +0000 (14:30 +0100)]
eolian/generator: generate @ingroup in doc comments properly
Daniel Hirt [Tue, 14 Jul 2015 11:44:38 +0000 (14:44 +0300)]
Evas textblock: Clear unused paragraphs
This fixes a scenario in which paragraphs in the current layout still
store visual lines from the previous layout. This is possible if the
text uses an ellipsis format, allowing the layout work to stop at a
certain paragraph. This inconsistency affects some query functions that
consider lines which may be irrelevant in the current layout.
Test Case: see added test case to evas_suite.
@fix
Srivardhan Hebbar [Tue, 14 Jul 2015 12:10:19 +0000 (13:10 +0100)]
efl.interfaces: Doc conversion of efl_file.eo
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2812
Srivardhan Hebbar [Tue, 14 Jul 2015 09:41:24 +0000 (10:41 +0100)]
efl.interfaces: Doc conversion of efl_gfx_stack.eo
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Reviewed By: q66
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2809
Jihoon Kim [Tue, 14 Jul 2015 07:15:35 +0000 (16:15 +0900)]
example: check NULL value in ecore imf example
Daniel Juyung Seo [Mon, 13 Jul 2015 14:31:24 +0000 (23:31 +0900)]
release: Update NEWS and bump version for 1.15.0-beta1 release
Carsten Haitzler (Rasterman) [Sun, 12 Jul 2015 04:17:08 +0000 (13:17 +0900)]
evas - unload/scalecache self-feeding loop unload/reload fix
i was runing perf top and noticed that evas_image_load_file_data_eet(0
was being called. in fact - it was #1 on the list of functions being
called. why? it didn't make sense. i found out. just a blinking cursor
in terminology was causing the background to be unloaded and
re-loaded. the new "actually unload" changes for 1.15 made this happen
and thus we kept sucking in new data all the time even if the
scalecache already had the data - and that was the problem.
so now calcecache prepare tells you if you don't have cached data and
if you likely then have to ensure the data is loaded. this cuts down
quite a bit of work.
while i'm at it... we definitely need to clean house on the internals
of evas. a decade+ of features, mess, optimizations needs to be fixed.
i mean really house-cleaned. rewritten clenl;y re-using existing code
where appropriate.
Daniel Kolesa [Fri, 10 Jul 2015 13:02:32 +0000 (14:02 +0100)]
edje_object: fix some minor doc problems
Srivardhan Hebbar [Fri, 10 Jul 2015 10:07:00 +0000 (11:07 +0100)]
edje: convert doc of edje_object.eo
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, tasn, q66
Subscribers: q66, cedric
Differential Revision: https://phab.enlightenment.org/D2797
Tom Hacohen [Thu, 9 Jul 2015 12:41:57 +0000 (13:41 +0100)]
Evas canvas3d: Fix reference to class in .eo file.
We should reference classes directly, not use 'Eo'.
Carsten Haitzler (Rasterman) [Thu, 9 Jul 2015 06:45:15 +0000 (15:45 +0900)]
ecore-x fix warning on unused function due to ifdefs
Hosang Kim [Thu, 9 Jul 2015 03:04:39 +0000 (12:04 +0900)]
evas: Init need_unload value after unload.
Summary: @fix
Reviewers: seoz, cedric, woohyun, raster
Reviewed By: raster
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2803
Carsten Haitzler (Rasterman) [Wed, 8 Jul 2015 23:22:05 +0000 (08:22 +0900)]
ecore anim - oops. coverity silence checked wrong value for read/write
fix
Daniel Juyung Seo [Wed, 8 Jul 2015 18:35:35 +0000 (03:35 +0900)]
release: Update NEWS and bump version for 1.15.0alpha1 release
Daniel Juyung Seo [Wed, 8 Jul 2015 17:50:25 +0000 (02:50 +0900)]
edje: Fix distcheck.
Mike Blumenkrantz [Wed, 8 Jul 2015 16:33:23 +0000 (12:33 -0400)]
eina: make re-setting the same tiler tile size a no-op
Chris Michael [Wed, 8 Jul 2015 15:01:13 +0000 (11:01 -0400)]
ecore-wayland: Remove improper use of EINA_UNUSED
Summary: 'version' is actually used inside this function so no need
for EINA_UNUSED here.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Vincent Torri [Wed, 8 Jul 2015 15:28:30 +0000 (16:28 +0100)]
Efreet: Fix config and data dir paths on windows.
@fix
Daniel Kolesa [Wed, 8 Jul 2015 14:51:05 +0000 (15:51 +0100)]
eolian: enable the new doc validator
This will make Eolian error when the input documentation
is in a wrong format.
Daniel Kolesa [Wed, 8 Jul 2015 14:12:32 +0000 (15:12 +0100)]
efl: fix doc references across the tree to validate right
Daniel Kolesa [Wed, 8 Jul 2015 14:11:47 +0000 (15:11 +0100)]
eolian/generator: check if the reference is generatable first
Daniel Juyung Seo [Wed, 8 Jul 2015 13:45:28 +0000 (22:45 +0900)]
gitignore: Updated.
Daniel Kolesa [Wed, 8 Jul 2015 13:47:09 +0000 (14:47 +0100)]
eolian: print more detailed location info for doc validation
Daniel Kolesa [Wed, 8 Jul 2015 12:39:25 +0000 (13:39 +0100)]
eolian: correct documentation ref validation (disabled for now)
Vyacheslav Reutskiy [Wed, 8 Jul 2015 11:45:58 +0000 (14:45 +0300)]
edje_edit: return EINA_TRUE for unset color_class
For unset color_class for part used edje_edit_state_color_class_set and NULL
value for color_class, it's a string, is valid. In this case function must
return EINA_TRUE.
@fix
Vyacheslav Reutskiy [Wed, 8 Jul 2015 11:37:26 +0000 (14:37 +0300)]
edje edit: don't set the color_class color as main
@fix
Daniel Kolesa [Wed, 8 Jul 2015 12:25:32 +0000 (13:25 +0100)]
eolian/generator: delete a stringshare correctly on failure
Daniel Kolesa [Wed, 8 Jul 2015 11:17:00 +0000 (12:17 +0100)]
eolian/generator: static-ify some funcs
Daniel Kolesa [Wed, 8 Jul 2015 11:09:56 +0000 (12:09 +0100)]
eolian: improve function_full_c_name_get API
It's now generalized to work properly with legacy functions
as well as correctly append suffixes. Thus, it can be easily
used with the documentation generator and in other places.
@feature
Carsten Haitzler (Rasterman) [Wed, 8 Jul 2015 09:51:11 +0000 (18:51 +0900)]
new animator coverity complaints - silence them
check return of read/write to make coverity happy (even though they
should never fail as it's a pipe within a process).
Mike Blumenkrantz [Tue, 7 Jul 2015 18:15:29 +0000 (14:15 -0400)]
ecore-input-evas: fix canvas mouse event dispatch
this was broken in
5cb6cdbc5e1a13ea0262e155983b494e6519abde such that
when multiple sources produce mouse events using the same device,
these events are marshalled as though they were from the same canvas.
the result is that eventing is wrong on at least one of the canvases,
and spurious mouse-up events are triggered before every mouse down
fix T2509
Daniel Kolesa [Tue, 7 Jul 2015 16:19:13 +0000 (17:19 +0100)]
eolian/generator: add proper generation of references
Adds proper generation of automatic references in docs.
For now events are missing.
@feature
Daniel Kolesa [Tue, 7 Jul 2015 14:21:45 +0000 (15:21 +0100)]
eolian: initial work on doc syntax validation (disabled for now)
Chris Michael [Tue, 7 Jul 2015 13:00:04 +0000 (09:00 -0400)]
evas: Remove unused variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Tom Hacohen [Tue, 7 Jul 2015 12:55:02 +0000 (13:55 +0100)]
Evas line: Migrate Eolian file to use the Eolian types.
Tom Hacohen [Tue, 7 Jul 2015 12:54:10 +0000 (13:54 +0100)]
Evas line: Remove obviously wrong default values.
Carsten Haitzler (Rasterman) [Tue, 7 Jul 2015 12:29:31 +0000 (21:29 +0900)]
evas - image core - fix unloading of images to work again
i think this has been disabled for a while. image unloading is broken
- esp with gl enigne as due to async move it was effectively disabled.
this re-enables it. unloading is deferred with a managed list of things
needing unloading and then when any async sw renders are not busy any
more - do the unload then in the mainloop of all pending/flagged
images to unload
@fix
Tom Hacohen [Tue, 7 Jul 2015 12:28:53 +0000 (13:28 +0100)]
Evas gl core: Move variables to the correct ifdef branch.
These variables were not really used in the #else branch of the ifdef.
This moves them to the correct place removing the unused variables issues.
Tom Hacohen [Tue, 7 Jul 2015 12:25:58 +0000 (13:25 +0100)]
Ecore con eet test: Fix const discard issue.
Vincent Torri [Tue, 7 Jul 2015 11:48:50 +0000 (13:48 +0200)]
Ecore Anim: fix compilation on Windows
sys/select.h is not available on Windows
Vincent Torri [Tue, 7 Jul 2015 11:48:17 +0000 (13:48 +0200)]
Ecore Exe: decrease log level on Windows
Vincent Torri [Tue, 7 Jul 2015 10:34:40 +0000 (12:34 +0200)]
Ecore Con: Fix ecore_con_local hangs on Windows.
Since the move to eo, ecore_con_local hangs on Windows, hence edje_cc can
not compile edc files (e.g.).
Problem was a loop that was used to finish some threads which is now endless.
For now, comment out that loop
@fix