Chris Michael [Tue, 18 Mar 2014 07:24:32 +0000 (07:24 +0000)]
ecore-drm: Fix ecore_drm_device_window_set to use an unsigned int
@fix: The majority of ecore_evas code expects that the 'window' returned
from ecore_evas_window_get be an Ecore_Window. Previously, this was
not possible as this function was using a void pointer. This change
fixes that issue.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Yossi Kantor [Mon, 17 Mar 2014 12:21:55 +0000 (14:21 +0200)]
Eolian: Integration of Evas Box
Jean-Philippe Andre [Tue, 18 Mar 2014 09:00:10 +0000 (18:00 +0900)]
Evas gl: Fix clip in image_draw if it's not set
In evas_gl_common_image_draw, if an image is drawn with a fresh context,
containing no clip and no cutouts, then it will be wrongly clipped to
the source image size instead of the destination surface size.
This case seems to never happen, ever, since the contexts are always
fully set by the render functions.
@fix
Jean-Philippe Andre [Tue, 18 Mar 2014 05:27:55 +0000 (14:27 +0900)]
Evas gl_x11: Do not premultiply pixels after reading FBO
The pixels are already premultiplied in such an FBO.
(cherry picked from commit
2b3e065ffeb9b587ca35909940beb59b25081e7f)
Jean-Philippe Andre [Tue, 18 Mar 2014 05:48:44 +0000 (14:48 +0900)]
Evas gl: Fix buffer dump filenames
evas_gl_common_buffer_dump can be used to dump all frames into
a series of PNG files. But the filename contained some garbage
characters (and potential segv, too).
(cherry picked from commit
a0f886138ed5a28d0d1596df3b805fca06d1ae31)
Jean-Philippe Andre [Tue, 18 Mar 2014 03:11:35 +0000 (12:11 +0900)]
Evas cserve2: Fix client crashes when a file changed
Clients must ignore changed file entries as they are not valid
anymore. The server will also mark the entry as invalid in case
of file update.
@fix
zmike [Mon, 17 Mar 2014 17:48:07 +0000 (13:48 -0400)]
avahi shut up if you aren't compiling
maxerba [Mon, 17 Mar 2014 17:48:13 +0000 (18:48 +0100)]
Updating portuguese translation
Youngbok Shin [Mon, 17 Mar 2014 11:23:47 +0000 (20:23 +0900)]
edje/util: set flag to all_part_change when edje class member is added.
Summary:
When edje class member is added, edje need to change member according to
the edje class.
@fix
Reviewers: raster, tasn, woohyun, seoz, Hermet, cedric
Reviewed By: raster
CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D637
Youngbok Shin [Mon, 17 Mar 2014 10:29:16 +0000 (19:29 +0900)]
evas/text: fix the issue that size of evas text object be shorten repeatly when ellipsis is shown.
Summary:
When the text was shorten by ellipsis, object size was fit to the text width.
If new text was set to the object, the text calculated with the smaller size.
It made shorten the object size when the text is set repeatly.
If the text is cutted off with ellipsis, it means there is no need to
resize the object.
Test Plan: elementary_test -> FileSelector Entry -> Click "Toggle Folder Only mode" button repeatly.
Reviewers: woohyun, tasn, raster, so.penible.animation, Hermet
Reviewed By: raster
CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D636
Cedric BAIL [Mon, 17 Mar 2014 10:10:22 +0000 (19:10 +0900)]
edje: check font change in edje text part cache infra.
@fix
Yakov Goldberg [Sun, 16 Mar 2014 16:25:57 +0000 (18:25 +0200)]
Eolian: fix initialization of Evas Clickable Interface
Daniel Zaoui [Sun, 16 Mar 2014 14:00:29 +0000 (16:00 +0200)]
Eolian/Generator: Retrieve the Eo prefix from the database instead of
guessing it.
Daniel Zaoui [Sun, 16 Mar 2014 13:58:14 +0000 (15:58 +0200)]
Eolian/Lexer: Fix warnings
Daniel Zaoui [Sun, 16 Mar 2014 07:40:06 +0000 (09:40 +0200)]
Eolian/Lexer: fix Windows compilation.
strndup is not supported.
Yossi Kantor [Thu, 13 Mar 2014 17:24:06 +0000 (19:24 +0200)]
Eolian: Integration of Evas Zoomable Interface
Yossi Kantor [Thu, 13 Mar 2014 17:08:15 +0000 (19:08 +0200)]
Eolian: Integration of Evas Selectable Interface
Yossi Kantor [Thu, 13 Mar 2014 16:52:07 +0000 (18:52 +0200)]
Eolian: Integration of Evas Scrollable Interface
Yossi Kantor [Thu, 13 Mar 2014 15:41:04 +0000 (17:41 +0200)]
Eolian: Integration of Evas Clickable Interface
Yossi Kantor [Thu, 13 Mar 2014 15:10:04 +0000 (17:10 +0200)]
Eolian: Integration of Evas Draggable Interface
Yossi Kantor [Thu, 13 Mar 2014 14:40:34 +0000 (16:40 +0200)]
Eolian/Generator: Improved event generation
Line breaks in source files and extern definitions
of events in header files.
Yossi Kantor [Thu, 13 Mar 2014 12:15:22 +0000 (14:15 +0200)]
Eolian: Integration of Evas Common Interface
Daniel Zaoui [Sun, 16 Mar 2014 06:33:24 +0000 (08:33 +0200)]
Eolian: Support default return values from .eo file.
Now, it is possible to assign a default return value for a
method/property.
It will be used in case the function invocation makes issues, e.g eo_do
failing to find the function...
ChunEon Park [Sat, 15 Mar 2014 16:23:56 +0000 (01:23 +0900)]
edje/edje_edit - fill up doc for edje_edit_parts_list_get()
ChunEon Park [Sat, 15 Mar 2014 16:15:58 +0000 (01:15 +0900)]
evas - add warning to evas_object_freeze_events_set() API doc.
Jeff Grimshaw [Sat, 15 Mar 2014 11:05:19 +0000 (20:05 +0900)]
evil: fix Doxygen markup to prevent warnings.
Summary:
The Doxygen header has an opening @\{ with no matching @\}, which
Doxygen will complain about. There is no explicit grouping associated
with the @\{, so I just removed it.
Test Plan: make doc 2> doxyerr.log
CC: cedric
Differential Revision: https://phab.enlightenment.org/D611
Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
Jeff Grimshaw [Sat, 15 Mar 2014 11:03:08 +0000 (20:03 +0900)]
ecore_drm: fix Doxygen markup to prevent warnings.
Summary:
These files are missing group titles on the @defgroup line. Added the titles so Doxygen does not
complain.
Test Plan: make doc 2> doc/doxyerr.log
CC: cedric
Differential Revision: https://phab.enlightenment.org/D612
Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
Alex-P. Natsios [Sat, 15 Mar 2014 10:57:59 +0000 (19:57 +0900)]
evas: improve portability for BSD system.
configure: fix prerequisite header issue
Summary:
in some platforms like openBSD <sys/socket.h> must be included before
net/if.h
the canonical way to ensure that with autotools is by providing that
fourth directive.
evas: use MAP_ANON instead of MAP_ANONYMOUS
Stupid unpredictable standards (or not so standard).
MAP_ANON exists and is defined almost anywhere unlike MAP_ANONYMOUS
Let's use that for portability's sake (they are practically identical
anyway)
Reviewers: raster, cedric
Reviewed By: cedric
CC: cedric
Differential Revision: https://phab.enlightenment.org/D616
Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
Subhransu Sekhar Mohanty [Sat, 15 Mar 2014 10:55:38 +0000 (19:55 +0900)]
evas: add NULL check to avoid crash when clipper dosen't have a layer.
Summary:
There is a crash in naviframe demo and the stack points to the clip set function where it tries to acess evas object
from a NULL layer , by going through the log found out raster has already added the NULL check in clip_unset function
so just added the check in clip_set.
Reviewers: seoz, raster
CC: cedric
Differential Revision: https://phab.enlightenment.org/D625
Tom Hacohen [Fri, 14 Mar 2014 12:50:28 +0000 (12:50 +0000)]
Evas textblock: Don't include right margin/padding twice when aligning lines.
This should fix enventor issues.
@fix
Daniel Zaoui [Fri, 14 Mar 2014 11:04:33 +0000 (13:04 +0200)]
Eolian/Lexer: support of @own tag on parameter and return values.
This tag indicates that the ownership of the parameter/return
value changes.
It is needed by generators (C++/LUA...) to determine if it has to be
freed or not, if it can be used as is or need to be copied...
Daniel Zaoui [Fri, 14 Mar 2014 10:59:58 +0000 (12:59 +0200)]
Eolian/Generator: return values set to 0.
Before eo_do invocation, generated legacy functions returning a value
initialize it to 0.
This change is needed in the case that eo_do fails to find some
function, which leads to an unitialized value and behavior.
Jean-Philippe Andre [Fri, 14 Mar 2014 07:55:33 +0000 (16:55 +0900)]
Evas filters: Fix invalid error check in mapped_blend()
Some filters would not render because I checked the wrong
value. image_draw can not fail, it only returns a bool
indicating asynchronous processing.
Cedric BAIL [Fri, 14 Mar 2014 02:51:49 +0000 (11:51 +0900)]
evas: if the class is the wrong one, you should not do the check after accessing a NULL pointer.
Fix CID 1191978.
Cedric BAIL [Fri, 14 Mar 2014 02:44:49 +0000 (11:44 +0900)]
evas: let's check NULL for destination object to.
Fix CID 1191976.
Gustavo Sverzut Barbieri [Fri, 14 Mar 2014 01:00:27 +0000 (22:00 -0300)]
eet: fix tokenizer's escape logic.
Tokenizer's approach of looking back is horrible and breaks the
following simple case (bug I had that lead to this patch):
"string\\"
As the parser would get the end quote and check the previous character
if it was a backslash and it was, but it was not escaping the quote,
but being escaped by the previous backslash.
The best approach is to first check for escape and then go to
quote. Escape is simple and only the following byte, so we enter
escape, process the byte and then are back to regular mode (be it
quote or unquote).
Added testcase so we avoid breaking it again.
@bugfix cherry-pick
Tom Hacohen [Thu, 13 Mar 2014 11:06:57 +0000 (11:06 +0000)]
Ecore x: Add back the two symbols removed in 1.9.
This fixes ABI that got broken in 1.9.
@fix.
Tom Hacohen [Thu, 13 Mar 2014 09:55:12 +0000 (09:55 +0000)]
Eolian: Set eolian_flags in .pc files and ship .eo files.
Chris Michael [Thu, 13 Mar 2014 08:14:27 +0000 (08:14 +0000)]
ecore-drm: Set sprite output to NULL by default
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 13 Mar 2014 08:13:57 +0000 (08:13 +0000)]
ecore-drm: Remove dead commented line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:46:55 +0000 (10:46 +0000)]
ecore-drm: Remove debug message for key repeat events
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Jean-Philippe Andre [Thu, 13 Mar 2014 06:54:58 +0000 (15:54 +0900)]
Evas gl_x11: Fix usage of glReadPixels
It is not necessary to dynamically link to glReadPixels since
this is not an extension. This code wouldn't even work on some
devices.
Also, the pixels returned are not premultiplied (yeah >_<)
And some devices (EGL) don't support GL_BGRA... so glReadPixels
would just fail and not fill in the pixels. Conversion is required.
Yossi Kantor [Wed, 12 Mar 2014 18:13:45 +0000 (20:13 +0200)]
Eolian: Integration of Evas Out
Yossi Kantor [Wed, 12 Mar 2014 14:28:40 +0000 (16:28 +0200)]
Eolian: Integration of Evas Image
Daniel Zaoui [Thu, 13 Mar 2014 06:32:56 +0000 (08:32 +0200)]
Eolian/Generator: fix generation of headers for const params.
When a parameter of a property is const for get but not for set, the
.eo file indicates it by setting a flag 'const' for this parameter.
The generation was checking this flag for C files generation but not for
H files.
Cedric BAIL [Thu, 13 Mar 2014 01:57:38 +0000 (10:57 +0900)]
evas: simplify path logic and make backend code more robust.
Fix CID 1039665.
Cedric BAIL [Thu, 13 Mar 2014 01:52:37 +0000 (10:52 +0900)]
evas: track modifier in the limited range of unsigned long long.
This fix CID 1191924, CID 1191923, CID 1191922 and CID 1191921.
Cedric BAIL [Thu, 13 Mar 2014 01:46:05 +0000 (10:46 +0900)]
evas: be consistent in our check for NULL layer.
Fix CID 1191913.
Cedric BAIL [Thu, 13 Mar 2014 01:44:15 +0000 (10:44 +0900)]
evas: protect correctly for object layer not being set.
FIX CID 1191914, CID 1191915, CID 1191916 and CID 1191917.
Cedric BAIL [Thu, 13 Mar 2014 01:39:27 +0000 (10:39 +0900)]
evas: protect against potential NULL access.
Fix CID 1191919.
Cedric BAIL [Thu, 13 Mar 2014 01:36:43 +0000 (10:36 +0900)]
evas: let's not access a potential NULL object when looping on a corrupted object list.
This fix CID 1191920.
Cedric BAIL [Thu, 13 Mar 2014 01:34:55 +0000 (10:34 +0900)]
evas: the while guarantee that obj will be NULL, so let's not access it.
This will fix CID 1191918.
Cedric BAIL [Thu, 13 Mar 2014 01:33:05 +0000 (10:33 +0900)]
evas: restore behavior of stack above and below when no rel is specified.
This will fix CID 1191907 and CID 1191906.
@fix
Cedric BAIL [Thu, 13 Mar 2014 01:29:27 +0000 (10:29 +0900)]
edje: external is already used directly before, so checking it is unnecessary.
CID 1191908.
perepelits.m [Thu, 13 Mar 2014 01:26:20 +0000 (10:26 +0900)]
edje_edit: adding of NULL-checks
Summary:
New NULL-checks have been added in:
edje_edit_state_color_class_set
edje_edit_state_external_param_get
edje_edit_state_external_param_int_get
edje_edit_state_external_param_bool_get
edje_edit_state_external_param_double_get
edje_edit_state_external_param_string_get
edje_edit_state_external_param_choice_get
edje_edit_state_external_param_set
Reviewers: cedric, seoz, raster
Reviewed By: cedric
CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D629
Chris Michael [Wed, 12 Mar 2014 10:43:44 +0000 (10:43 +0000)]
ecore-evas-drm: Fix printing of device name error message
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:41:57 +0000 (10:41 +0000)]
ecore-drm: Quiet down ecore_drm_output rendering messages
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:30:33 +0000 (10:30 +0000)]
ecore-drm: Fix doxygen group for sprites
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:29:34 +0000 (10:29 +0000)]
ecore-evas-drm: Remove FIXME comment
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:25:36 +0000 (10:25 +0000)]
ecore-evas-drm: Try to find a drm device with the given name
If we are given a drm device name, tell ecore_drm to try and find That
device. If it is not found, we fallback to the default drm device.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 10:17:00 +0000 (10:17 +0000)]
ecore-evas-drm: If not device name is passed in, use the device name
from drm.
This assigns a name to the ecore_evas. If no device name was passed
in, we will get the device name from the drm card.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 09:26:43 +0000 (09:26 +0000)]
ecore-drm: Add API function to return the drm device name
@feature: Add new API function to return the drm device name
NB: This will be used in the ecore_evas_drm code to set the
ecore_evas->name.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Yossi Kantor [Mon, 10 Mar 2014 15:02:10 +0000 (17:02 +0200)]
Eolian: Integration of Evas Grid
Daniel Zaoui [Wed, 12 Mar 2014 06:53:00 +0000 (08:53 +0200)]
Eolian: Integration of Evas
Daniel Zaoui [Tue, 11 Mar 2014 11:51:35 +0000 (13:51 +0200)]
Eolian: Integration of Evas Object.
const have been added in object parameter of two legacy APIs to fit
Eolian generated files.
Since these functions retrieve information from object, it is logic that
the object would be const.
Chris Michael [Wed, 12 Mar 2014 08:41:15 +0000 (08:41 +0000)]
ecore-evas: Predefine Ecore_X_Atom and Ecore_X_Icon
@fix: Fix building Enlightenment without X support
These changes are needed so that we can build Enlightenment without X
support. Many places in the E code reference
Ecore_X_Atom/Ecore_X_Icon. If we build E without X support, these end
up being undefined, causing build to fail, so we need to predefine them.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 12 Mar 2014 08:38:00 +0000 (08:38 +0000)]
ecore-x: Predefine Ecore_X_Atom and Ecore_X_Icon
@fix: Fix building Enlightenment without X support
These changes are needed so that we can build Enlightenment without X
support. Many places in the E code reference
Ecore_X_Atom/Ecore_X_Icon. If we build E without X support, these end
up being undefined, causing build to fail, so we need to predefine them.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Jean-Philippe Andre [Wed, 12 Mar 2014 05:06:23 +0000 (14:06 +0900)]
Evas filters: Fix memory leak when destroying the object
The GL buffers set to be freed were released only the async case...
which doesn't make sense since GL is sync.
@fix
Jean-Philippe Andre [Wed, 12 Mar 2014 04:55:44 +0000 (13:55 +0900)]
Evas filters: Optimize RGBA blur as well
Same as Alpha blur, use combination of box blurs,
and put all that code into optimizable functions.
Jean-Philippe Andre [Wed, 12 Mar 2014 01:20:27 +0000 (10:20 +0900)]
Evas filters: Optimize alpha box blur
Use two optimizable functions for BOX blur: vertical and horizontal.
These functions will run as many times as requested (from 1 to 6 max).
The horizontal case is pretty straightforward as the source is already
contiguous (nice in terms of cache hits). The only catch is to swap
src and dst without ever writing to the input buffer.
In case of vertical blur, we apply the same method as above, after
rotating the column into a horizontal (contiguous) span, and rotating
it back afterwards.
Now, the same needs to be done for RGBA :)
Jean-Philippe Andre [Tue, 11 Mar 2014 09:21:46 +0000 (18:21 +0900)]
Evas filters: Use box blur by default
BOX blur is a lot faster (and easier to optimize, too)
than GAUSSIAN blur. Repeating 2x or 3x BOX blur will also
give similar results to GAUSSIAN blur (very smooth), but
in much less time.
Add a count parameter to the BOX blur instruction.
Jean-Philippe Andre [Tue, 11 Mar 2014 07:18:41 +0000 (16:18 +0900)]
Evas filters: Prepare optimization paths for BOX blur
Actually, there is a very nice trick with BOX blur.
Pass BOX blur 3 times and you can approximate a GAUSSIAN
blur with up to 3% accuracy. This is way more than enough
for just a simple graphical effect.
So, despite the crappy quality of BOX blur, we should
optimize it a lot so we can replace large GAUSSIAN blurs
with series of BOX blurs instead.
Source: Wikipedia's page on box blur :)
This commit also moves around some duplicated definitions.
Jean-Philippe Andre [Tue, 11 Mar 2014 06:11:21 +0000 (15:11 +0900)]
Evas filters: Fix 1-D blurs on a single buffer
When a blur operation requires a copy-back to the source
buffer, then the render_op must be set to COPY instead of
BLEND. Otherwise the non blurred content will be visible.
@fix
Jean-Philippe Andre [Tue, 11 Mar 2014 05:50:11 +0000 (14:50 +0900)]
Evas filters: Move DEBUG_TIME macro to be used in the main file
Optimization can happen at a higher level than the blur function
itself... so let's measure the whole filter running time.
Jean-Philippe Andre [Tue, 11 Mar 2014 03:18:21 +0000 (12:18 +0900)]
Evas filters: Fix uninitialized variable warning
Jean-Philippe Andre [Tue, 11 Mar 2014 03:10:42 +0000 (12:10 +0900)]
Evas filters: Add basic optimization for RGBA gaussian blur
Jean-Philippe Andre [Mon, 10 Mar 2014 09:36:28 +0000 (18:36 +0900)]
Evas filters: Add optimizable blur function
Prepare optimization paths for blur operations, as they are VERY
costly. This simple change, when using gcc -O3 flag, boosts
horizontal blur performance by > 50%, because STEP is 1 (and
so, memory accesses, increments, etc... are all very simple)
The objective is to have support for NEON, MMX, SSE, too, with
runtime detection.
Jean-Philippe Andre [Mon, 10 Mar 2014 08:25:27 +0000 (17:25 +0900)]
Evas filters: Add more time debug marks in blur
Jean-Philippe Andre [Mon, 10 Mar 2014 07:46:14 +0000 (16:46 +0900)]
Evas filters: Remove dead code
Remove true Gaussian kernel code, as it is not usable over 12px and
was disabled because it gives different visual results than the
fake Gaussian curve using sin().
Jean-Philippe Andre [Mon, 10 Mar 2014 07:05:55 +0000 (16:05 +0900)]
Evas filters: Improve debug logs
According to Gustavo's comment :)
Jean-Philippe Andre [Mon, 10 Mar 2014 05:53:46 +0000 (14:53 +0900)]
mailmap: Add myself and unify my email addresses
I didn't set up my personal laptop with my work email :)
Boris Faure [Mon, 3 Feb 2014 21:06:37 +0000 (22:06 +0100)]
evas: @fix use the correct composite op on lines with pixman
Tom Hacohen [Tue, 11 Mar 2014 15:58:43 +0000 (15:58 +0000)]
Eo: removed redundant macro.
Tom Hacohen [Tue, 11 Mar 2014 15:50:44 +0000 (15:50 +0000)]
Eo: Made eo id for classes a bit more secure.
This patch sets the one before most significant bit on for classes. This
means that class ids are now very big, compared to the old ids which
were growing small integers (1, 2, 3...).
This makes accidental passing of integers (corrupted obj pointers) less
common.
@feature
Daniel Zaoui [Tue, 11 Mar 2014 13:17:12 +0000 (15:17 +0200)]
Eolian/Generator: fix generation for return values.
- Remove space between type and variable if a star is present.
- Initialize return value to NULL before eo_do. It is needed in case the
eo_do invocation fails (NULL object...).
- Add const to the internal return value if needed.
Daniel Zaoui [Tue, 11 Mar 2014 12:00:44 +0000 (14:00 +0200)]
Eolian/Generator: fix type when no data type exists.
When data is set as "null", the generator was writing for this data
variable "void * *_pd" instead of "void *_pd".
Daniel Zaoui [Tue, 11 Mar 2014 12:02:31 +0000 (14:02 +0200)]
Eolian/Lexer: support of legacy overriding for properties.
Daniel Zaoui [Tue, 11 Mar 2014 12:02:03 +0000 (14:02 +0200)]
Eolian/Generator: fix for virtual pure implementations
Stefan Schmidt [Tue, 11 Mar 2014 12:58:11 +0000 (13:58 +0100)]
ChangeLog: Put notice at the top for efl.
For reasons that are beyond me we have a different order for the ChangeLog
in EFL compared to the other repos. But its gone now anyway no need to feel
bad about it.
+1 karma for TAsn to point it out -1 karma for TAsn to force his name into
commit messages.
Jérémy Zurcher [Tue, 11 Mar 2014 13:00:20 +0000 (14:00 +0100)]
eolian: regroup buffer allocation and read checks
Jérémy Zurcher [Tue, 11 Mar 2014 10:59:13 +0000 (11:59 +0100)]
eolian: silence uninitialized var warning
Stefan Schmidt [Tue, 11 Mar 2014 12:41:55 +0000 (13:41 +0100)]
ChangeLog: Add forgetten out of date notice
I only added it to some of our repos but not all. Adding it now to make
it clear for people that this file is now longer updated
Youngbok Shin [Tue, 11 Mar 2014 11:15:55 +0000 (11:15 +0000)]
evas/font: Added evas_font_path_global_* APIs.
Summary:
These APIs will be used for adding font paths for the application.
The existing APIs for font path, such as evas_font_path_append,
are used for adding font paths to the given evas.
But, these APIs will affect to every evas in the process.
Reviewers: tasn, woohyun, Hermet, seoz
CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D621
@feature
Tom Hacohen [Tue, 11 Mar 2014 10:03:30 +0000 (10:03 +0000)]
Eolian: Ship pc file.
Daniel Zaoui [Tue, 11 Mar 2014 08:05:02 +0000 (10:05 +0200)]
Eolian/Lexer: fix EOF issue.
When a new line was added before the last } in a .eo file, the parsing
was resulting in an error. It was due to the fact that some pointer
indicating the eof was not set when the parsing was done from memory.
Chris Michael [Tue, 11 Mar 2014 08:41:42 +0000 (08:41 +0000)]
ecore-drm: Add code to handle mouse input
@feature: Add support in ecore-drm for handling mouse movement, wheel,
and buttons.
This adds code to pass mouse events from linux input to ecore by
raising ecore_events (ecore_event_add).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 11 Mar 2014 08:41:08 +0000 (08:41 +0000)]
ecore-drm: Add private structure to store mouse information in evdev
Signed-off-by: Chris Michael <cp.michael@samsung.com>
WooHyun Jung [Tue, 11 Mar 2014 07:34:56 +0000 (16:34 +0900)]
evas: Replace EINA_LIST_FOREACH_SAFE to while statement.
Clipees can be cleared before the loop is finished because
evas_object_clip_unset calls smart function of clip_unset.
So, if we use EINA_LIST_FOREACH_SAFE, invalid next list pointer
can be kept and read after obj->clip.clipees is freed.
Thanks to Davide Andreoli for reporting.
@fix
Yossi Kantor [Mon, 10 Mar 2014 12:13:06 +0000 (14:13 +0200)]
Eolian: Integration of Evas Table
Daniel Zaoui [Mon, 10 Mar 2014 15:06:46 +0000 (17:06 +0200)]
Eolian: Integration of Evas Smart Clipped