Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add function for accepting a single mime type
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: do not offer a null mime first in ecore_wl2_offer_mimes_set()
this seems to have been done to account for the case where no mimes were
passed, but sending null in this way is bad behavior for a client. the
spec indicates that null should be sent only when no mimes are accepted
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add events for changes in keymap, selection, and kbd repeat rate
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add 'cancelled' to Ecore_Wl2_Event_Data_Source_End
it's impossible to know the result of a drag operation without this
member
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add display object to all events
this is required in order to determine which connection an event originated
from
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add const to internal function param
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add seat id to most events
seat id is required in order to handle multiseat environments
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
elm_cnp: only attempt to manage wl selections which are created by elm_cnp
use serials of the selections and events to avoid mangling external selections
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: emit serials in selection-related events
these allow apps to match the serial of their selection to the related
event in order to avoid mangling selections from other components
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: change selection setting apis to return the serial of the request
in the case where multiple places in an app may be handling selections, this
is necessary in order to manage the selections accurately
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: remove ERR when trying to find the focused window id
this can trigger in the case where a selection transfer occurs and
no input resource has received an enter (e.g., the window is not focused)
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: correctly refcount display objects during events
ensure lifetime of display object is longer than events in which
the object is passed
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add safety check in ecore_wl2_display_inputs_get()
ensure this is not called on server displays
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: handle case where session recovery listener triggers on dead surface
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add function for checking if a client connection sync is done
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add some accessors for useful Ecore_Wl2_Input struct members
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: split data offers into selection and drag
these are distinct objects and can coexist simultaneously; a drag
source should not overwrite an existing selection source
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: store names for inputs and add api for retrieving name
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-wl2: add checks for a valid display object in ecore_wl2_input fns
no display = invalid object, so this needs checking
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-evas: account for framespace when processing mouse movement
in some cases (e.g., the mouse-out emission from the ee wl engine),
this was calculating wrong coordinates, which would lead to a broken
chain of events like:
object mouse out -> object mouse in -> object mouse out
which would severely break some apps
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore-evas: add function for unsetting a specific seat's cursor
@feature
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
ecore: allow creation of fd handlers with no flags
it's possible to set flags to 0 with another function, so allowing
creation with 0 makes the api more consistent without breaking the
documented behavior
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
elm_entry: request both text and markup when pasting
setting this to only markup means that it's impossible to paste into
an elm_entry from a plaintext app under wayland
@fix
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
elm_cnp: don't explicitly set wl window type when starting drag
this is no longer necessary
Mike Blumenkrantz [Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)]
evas: ensure even no-op renders emit RENDER_PRE
ref
67fae7aa0fdc9d778e8db88fc49bc149576994d2
Stefan Schmidt [Fri, 12 May 2017 11:21:24 +0000 (13:21 +0200)]
tests: win_dialog: remove unused variable
Carsten Haitzler (Rasterman) [Fri, 12 May 2017 10:19:29 +0000 (19:19 +0900)]
efl ui win -> add test for centering + fix center of window before show
we haven't gotten replies yet on what our position or size should be,
so we should store them so centering works before show but after
resizing is evaluated (that also fixed by forcing an eval).
@fix
Bryce Harrington [Fri, 12 May 2017 09:08:30 +0000 (11:08 +0200)]
efreet: Fix failure to save list data to output
Summary:
This fixes a typo in the fix
55676b33, which introduced an invalid early
return from the save_list function, preventing it from outputing the
list data to the file.
@fix CID1375005, CID1375004
Reviewers: jpeg
Reviewed By: jpeg
Subscribers: stefan_schmidt, cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4873
Jean-Philippe Andre [Fri, 12 May 2017 07:28:56 +0000 (16:28 +0900)]
evas gl: Fix typo and revert hack (GLES 3.1)
Omg... Thanks Daekwang Ryu for pointing me to my error. I remember
struggling a lot with this OpenGL API and libGLdispatch (glvnd) when
in fact this was all just a typo in the code.
GLES 3.1 and the upcoming 3.2 support need a proper test case...
See
c68a40987404375b36460b6a7f5ccceb45444b57
@fix
Shilpa Singh [Fri, 12 May 2017 06:10:37 +0000 (15:10 +0900)]
elm_entry: Cursor disappears on calling select function in an empty entry.
Summary:
Issue: Selection cannot happen on an empty entry, if selection functions
are called on empty entry, cursor is hidden, even if entry is focused.
Soln: Check for whether entry is empty or not before proceeding with selection.
Test Plan:
1. Call select_all, select_region_set on a focused entry
2. You can observe cursor cannot be seen.
Reviewers: jpeg
Reviewed By: jpeg
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4862
JinYong Park [Fri, 12 May 2017 05:59:32 +0000 (14:59 +0900)]
popup: move "visible_set(FALSE)" before calling dismissed callback
Summary:
After hiding animation is finished, "dismissed" callback will be called.
It means popup's visible state is FALSE.
But if evas_object_show(popup) is called in it's custom dimssed callback function,
popup's visible state is TRUE, so evas_object_show is canceled.
So visible_set(FALSE) is must done before call dimissed callback.
@fix
Reviewers: Hermet, herb, jpeg, cedric, singh.amitesh, raster
Reviewed By: jpeg
Subscribers: woohyun
Differential Revision: https://phab.enlightenment.org/D4869
JinYong Park [Fri, 12 May 2017 05:57:01 +0000 (14:57 +0900)]
popup: enable to set last_button_number to 0
Summary:
If last added button is removed, any statements to set last_button_number in for loop doesn't be executed.
So last button number has previous value, not 0.
Because of that, action area is not removed, but that area has zero height, so it doesn't be shown.
@fix
Reviewers: herb, jpeg, cedric, singh.amitesh, raster
Reviewed By: jpeg
Subscribers: woohyun
Differential Revision: https://phab.enlightenment.org/D4870
Bryce Harrington [Fri, 12 May 2017 05:46:55 +0000 (14:46 +0900)]
evas: Revise documentation for evas_async_events*()
Summary:
Straightens up grammar and simplifies phrasing to make the functions
purposes clearer.
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4874
Bryce Harrington [Fri, 12 May 2017 05:42:29 +0000 (14:42 +0900)]
examples/evas: Fix weird use of word synchrony in comment
Summary: 'keep in sync' is more familiar programmer jargon.
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4876
Bryce Harrington [Fri, 12 May 2017 05:42:04 +0000 (14:42 +0900)]
efl_ui_focus_manager: Fix misspellings in comments
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4877
Bryce Harrington [Fri, 12 May 2017 05:41:49 +0000 (14:41 +0900)]
evas: Fix two whitespace errors
Summary:
Removes extraneous newline, and fixes the indentation of the while
statement's sub-clause (which looked like a code error at first
glance).
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4875
Youngbok Shin [Fri, 12 May 2017 05:17:30 +0000 (14:17 +0900)]
evas textblock: fix dereferenced memory after free issue for ellipsis
Summary:
_layout_ellipsis_item_new() function deallocates "ellip_ti" and
allocates memory for new one. The local "ellip_ti" pointer should be
updated.
@fix
Test Plan: N/A
Reviewers: raster, cedric, herdsman, jpeg, woohyun
Differential Revision: https://phab.enlightenment.org/D4854
Jean-Philippe Andre [Fri, 12 May 2017 03:02:24 +0000 (12:02 +0900)]
evas map: Rename raw_coord to coord_absolute
This is more in line with the other "absolute" APIs.
Jean-Philippe Andre [Thu, 11 May 2017 08:03:21 +0000 (17:03 +0900)]
elm_test: Add EO version of "Flip Page" test
This is a copy of the "Flip Page" map usage example that relies
on the new set of APIs for EO. This was used to test the API
and show its usage.
The calculation being done in absolute values, this does not
really exploit the new API, but instead proves that it is on
par feature-wise.
The performance is worse than with legacy, because of extra list
walkings, map calculations, small struct allocations and eo calls.
This fixes the shadow of the page which was broken with the legacy
API (as color_get did not recalc the map).
A better implementation can probably be done without having
to rely so much on absolute coordinates.
Jean-Philippe Andre [Thu, 11 May 2017 07:59:54 +0000 (16:59 +0900)]
evas map: Reach feature parity with legacy API
I've done this by translating "Flip Page" to this new set of
EO APIs. In particular, absolute coordinates need to be used
in some calls, and the map needs to be calculated between
get and set operations.
This required an adjustment of the raw_coord API as the flip_page
code does some math after reading and then writing to the map.
Same for color. Those two properties now act like commands (ie.
like the other gfx map functions).
This also introduces a duplicate set of APIs to handle absolute
coordinates. Other solutions included:
- Use an enum to specify the type of coordinates (but then the
unit of cx,cy varies between non-unit relative position and
pixel position. Also this adds an extra argument to all those
function calls.
- Pass a special value (an empty eo object) as the argument for
pivot. Same remark about the unit as above. This way was
deemed too confusing because of the weird object.
Those two options have been discarded after asking the opinion
of a few developers I could reach.
@feature
Jean-Philippe Andre [Wed, 26 Apr 2017 06:11:51 +0000 (15:11 +0900)]
evas map: Introduce new API for maps (Efl.Gfx.Map)
This implements an entirely new API model for Evas Map by relying
on high-level transformations on the object rather than an external
Evas_Map structure that needs to be constantly updated manually.
The implementation relies on Evas_Map.
To rotate an object all you need to do now is
efl_gfx_map_rotate(obj, 45.0, NULL, 0.5, 0.5);
Or with a C++ syntax:
obj.rotate(45.0, NULL, 0.5, 0.5);
Or even simply (with default arguments):
obj.rotate(45.0);
The map transformation functions are:
- rotate
- rotate_3d
- rotate_quat
- zoom
- translate (new!)
- perspective_3d
- lightning_3d
@feature
Jean-Philippe Andre [Wed, 26 Apr 2017 05:41:03 +0000 (14:41 +0900)]
evas map: Replace EO APIs for populate with reset
Manual points population will eventually be useless as the
map API will become more like a transformation API, where
the current object geometry doesn't matter as much as which
transformation is applied to it.
Jean-Philippe Andre [Wed, 26 Apr 2017 05:04:21 +0000 (14:04 +0900)]
evas map: Move Efl.Gfx.Map mixin to its own C file
Jean-Philippe Andre [Thu, 11 May 2017 04:05:58 +0000 (13:05 +0900)]
ecore_evas: Use proper enum values in axis events
Somehow the evas enum values were used instead of the ecore ones.
But I believe this is just a cosmetic change as their integral
values was the same.
Jean-Philippe Andre [Tue, 25 Apr 2017 08:54:44 +0000 (17:54 +0900)]
evas examples: Fix invalid assumption about proxy
In the map examples, the map image UV size was based on the image
source geometry, rather than the image geometry itself.
In the example, this affects how the glass is mirrored. Before this
patch, the reflection is a single line stretched. EFL 1.18 and 1.19
seem to have the same issue, while 1.17 simply fails to show any
reflection. 1.16 fails miserably and the entire window is black.
If the original code was correct, then I believe that map and/or
proxy rendering have been modified in a way that affects the meaning
of those image UV parameters. But this seems like the regression (if
it is one) is in fact quite old.
@fix
Jean-Philippe Andre [Tue, 25 Apr 2017 06:29:34 +0000 (15:29 +0900)]
edje: Fix shadow variable warning
Jean-Philippe Andre [Tue, 25 Apr 2017 06:28:22 +0000 (15:28 +0900)]
mapbuf: Make point_color a property
Jean-Philippe Andre [Tue, 25 Apr 2017 06:11:08 +0000 (15:11 +0900)]
container: Remove method part_name_get
Remove this for now, as it may not apply to all contents.
Note that this was a new API in EO.
Stefan Schmidt [Thu, 11 May 2017 07:34:53 +0000 (09:34 +0200)]
efreet: free the allocated buffer before returning
This fixes the commit
169a08c03a6a7270e185bda85d4ab9afd9063c8e (efreetd:
BSD optimizations). Coverity rightly pointed out six different leaks of
various buffers on error paths.
CID: 1374949 1374950 1374951 1374952 1374953 1374954
Derek Foreman [Wed, 10 May 2017 21:10:49 +0000 (16:10 -0500)]
gl_drm: Fix rendering problems with dmabuf
Somehow this long standing bug wasn't obvious until wayland 1.13.0 made
some additions to an opaque structure.
This changed the frequency that new buffers came to us with the exact
same pointer value of a buffer that had just been freed.
This shortcut in eng_image_native_set has always been wrong - we need to
proceed to the end to make sure we pick up new dmabuf attributes.
Al Poole [Wed, 10 May 2017 19:26:04 +0000 (12:26 -0700)]
efreetd: BSD optimizations.
Summary: Related to ticket T5475.
Reviewers: raster, cedric
Subscribers: jpeg, cedric, raster
Differential Revision: https://phab.enlightenment.org/D4865
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Bryce Harrington [Wed, 10 May 2017 09:03:37 +0000 (11:03 +0200)]
examples/evas: Improve linespacing consistency
Summary:
Also fixes a handful of obvious indentation irregularities,
including some reformatting of some printf() multi-line indents that
commit
a71b770b did not properly adjust.
No functional code changes.
Reviewers: cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D4864
Bryce Harrington [Wed, 10 May 2017 08:49:17 +0000 (10:49 +0200)]
ecore_evas: Improve linespacing consistency
Summary:
Adds a line between each function so it's more obvious what doc goes
with what API routine. Reorganize the doxygen elements so they're
consistently ordered and spaced.
No code or documentation changes; mostly just whitespace.
Reviewers: cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D4866
Cedric BAIL [Tue, 9 May 2017 22:54:45 +0000 (15:54 -0700)]
evas: adjust pointer mode set to work in headless scenario.
With the wayland backend, it is posible to have no seat connected
until later. This would lead to calling evas_object_pointer_mode_set
and fail without returning a boolean it was impossible to detect it
did fail. This patch correct it.
Cedric BAIL [Tue, 9 May 2017 22:39:58 +0000 (15:39 -0700)]
evas: make sure that even when nothing is rendered there is a pair of RENDER_PRE and RENDER_POST events generated.
Jean Guyomarc'h [Tue, 9 May 2017 19:24:11 +0000 (21:24 +0200)]
ecore_evas: fix link issue on macOS
696ed3e2e8f97de482e98db34997ad1848da985d introduced a build failure on
macOS. _ecore_evas_subregister is being used in a foreign code module,
but it was not exported. Enforcing EAPI gives this symbol enough
visibility to be used outside of ecore_evas.
Jean Guyomarc'h [Thu, 20 Apr 2017 18:49:08 +0000 (20:49 +0200)]
ecore_input: suppress warning (unused parameter)
Prasoon Singh [Tue, 9 May 2017 17:37:12 +0000 (10:37 -0700)]
eina: fix for escapable charachters not getting escaped if it comes after '\t' or '\n'
Summary:
Escaping is not happening whenever any escapable characters is coming after
'\t' or '\n'. It will also fix invalid read of 1 byte which happens for string where
last charachter is '\t' or '\n' like "eina\t".
Test Plan:
Take a string like "eina\t ". Observe space which is followed by tab is not getting
escaped.
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
Reviewers: shilpasingh, rajeshps, govi, cedric
Reviewed By: shilpasingh
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4847
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
thierry E [Tue, 9 May 2017 17:13:11 +0000 (10:13 -0700)]
ecore_x: add function to show and hide X cursor.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
thierry E [Tue, 9 May 2017 17:02:31 +0000 (10:02 -0700)]
ecore_x: handle DPMS state for a more accurate idling evaluation.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Chris Michael [Tue, 9 May 2017 15:46:48 +0000 (11:46 -0400)]
ecore-evas-wayland: Remove unused variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 May 2017 15:29:35 +0000 (11:29 -0400)]
ecore-drm2: Add start of refcounting for FB objects
Small patch which starts to implement refcounting on framebuffer
objects. This will be needed so that we do not free FB objects while
they are on the screen.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Derek Foreman [Tue, 9 May 2017 15:33:05 +0000 (10:33 -0500)]
ecore_drm2: Move test for atomic_req into atomic flip path
We ended up doing an occasional atomic ioctl when we shouldn't.
This should be a harmless failure, but it's also a pointless one.
Derek Foreman [Mon, 8 May 2017 19:38:45 +0000 (14:38 -0500)]
ecore_drm2: Fix dmabuf fb destroy
I missed the fact that it'd run through the existing non-gbm path on
destroy, resulting in a (probably harmless) bad ioctl
Bryce Harrington [Mon, 8 May 2017 22:25:12 +0000 (15:25 -0700)]
examples/evas: streamline the intro description statement for examples
Summary:
For people browing through the examples, having the opening statement be
concise and consistent will help them more quickly find what they're
looking for.
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Test Plan:
Some of the examples had identical opening statements (e.g. the image
object examples). I've tried to give each a unique description defining
what they are demonstrating, but you may want to doublecheck I got these
correct. Of particular note, to me evas-images5.c looks like just a
fixup to evas-images4.c, so I'm not sure what makes these two distinct.
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4861
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Bryce Harrington [Mon, 8 May 2017 22:23:18 +0000 (15:23 -0700)]
evas: fix typos in Evas Text docco
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4860
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Bryce Harrington [Mon, 8 May 2017 22:17:46 +0000 (15:17 -0700)]
ecore_evas: doc experimental comp_sync API
Summary: (And indicate it's likely to be made private in EFL 2)
Reviewers: stefan_schmidt
Subscribers: stefan_schmidt, cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4850
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Prasoon Singh [Mon, 8 May 2017 22:15:17 +0000 (15:15 -0700)]
elm_theme: check whether object is valid before calling edje_object_mmap_set
Summary:
In Issue scenario when _elm_theme_set was called,object was already deleted by app causing
unnecessary addition of the style in style_not_found list.
Check for object validity, if object is NULL return theme apply failed.
Test Plan: Make object pointer NULL before _elm_theme_set is called.
Reviewers: cedric, shilpasingh
Subscribers: rajeshps, govi, cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4840
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Bryce Harrington [Mon, 8 May 2017 22:14:27 +0000 (15:14 -0700)]
examples: use printf instead of fprintf(stdout, ...)
Summary:
Applies same change as
e8355c93 for evas, to the remaining examples.
This uses the shell command-line:
src/examples/evas$ grep -sr 'fprintf(stdout' . | cut -d: -f1 \
| uniq | xargs sed -i "s/fprintf(stdout/printf(/"
Note that use of the "fprintf(stdout" construct can generate warnings
when -Wformat-security is enabled, if the fprintf statement has no
format arguments, so in addition to the stylistic simplification this
also helps quell those spurious warnings.
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4836
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Fri, 5 May 2017 05:53:33 +0000 (07:53 +0200)]
Ecore_Evas (Win32): add geometry_get() method and fix dpi_get(), using the new API in Ecore_Win32.
This fixes fullscreen feature in Elm on Windows as the geometry of the desktop
was not known.
In case of multiple displays, the desktop, where the window is displayed, is used for fullscreen.
@fix
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Fri, 5 May 2017 05:52:12 +0000 (07:52 +0200)]
Ecore_Win32: add API to retrieve the geometry and dpi of plugged displays
@feature
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Mon, 8 May 2017 22:04:09 +0000 (15:04 -0700)]
ecore_evas: refactor win32 backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:03:51 +0000 (15:03 -0700)]
ecore_evas: refactor wayland backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:03:31 +0000 (15:03 -0700)]
ecore_evas: refactor sdl backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:03:10 +0000 (15:03 -0700)]
ecore_evas: refactor psl1ght backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:02:50 +0000 (15:02 -0700)]
ecore_evas: refactor fb backend to reuse generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:02:15 +0000 (15:02 -0700)]
ecore_evas: refactor extn backend to use generic rendering infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:01:49 +0000 (15:01 -0700)]
ecore_evas: refactor drm backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:01:30 +0000 (15:01 -0700)]
cocoa: refactor cocoa backend to use generic render infrastructure.
Cedric BAIL [Mon, 8 May 2017 22:00:54 +0000 (15:00 -0700)]
ecore_evas: refactor ews backend to use generic infrastructure for rendering.
Cedric BAIL [Mon, 8 May 2017 18:00:38 +0000 (11:00 -0700)]
ecore_evas: first step into refactoring ews backend.
Bryce Harrington [Mon, 8 May 2017 17:04:47 +0000 (19:04 +0200)]
elm_cnp: Fix typo
Summary:
Removes extraneous 'or' in debug message due to change from commit
27375735.
Reviewers: bu5hm4n
Reviewed By: bu5hm4n
Subscribers: bu5hm4n, cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4859
Minchul Lee [Mon, 8 May 2017 13:39:21 +0000 (15:39 +0200)]
edje: null checking the return value of a function eina_mempool_malloc
Summary:
The return value of the function eina_mempool_malloc was dereferenced without checking. I added the checking code similar to the other codes.
@fix
Reviewers: raster, cedric, jpeg, herdsman, woohyun, stefan_schmidt
Subscribers: stefan_schmidt
Differential Revision: https://phab.enlightenment.org/D4855
jiin.moon [Mon, 8 May 2017 13:20:01 +0000 (15:20 +0200)]
evas: Fix can't open tiff file on loader
Summary:
Evas can't open tiff file because of no implement in client read api.
I wrote codes simply for open.
Test Plan: self
Reviewers: jpeg, cedric, jypark
Subscribers: stefan_schmidt
Differential Revision: https://phab.enlightenment.org/D4857
Jeeyong Um [Mon, 8 May 2017 07:58:56 +0000 (16:58 +0900)]
docs: Fix broken edje tutorial (swallow 2)
Andy Williams [Sat, 6 May 2017 21:02:17 +0000 (22:02 +0100)]
elm_code: Move the 'default' font name and size into the theme.
This can still be overridden by the standard method calls
Jean Guyomarc'h [Sat, 6 May 2017 19:15:40 +0000 (21:15 +0200)]
eolian: help and version shall not cause an error exit status
eolian_gen called with --help or --version is a valid action. It shall
terminates with the 0 exit status.
Cedric Bail [Sat, 6 May 2017 00:29:15 +0000 (17:29 -0700)]
ecore_evas: first step into refactoring x backend.
Cedric Bail [Sat, 6 May 2017 00:28:51 +0000 (17:28 -0700)]
ecore_evas: first step into refactoring wayland backend.
Cedric Bail [Sat, 6 May 2017 00:27:51 +0000 (17:27 -0700)]
ecore_evas: first step into refactoring win32 backend.
Cedric Bail [Sat, 6 May 2017 00:27:22 +0000 (17:27 -0700)]
ecore_evas: first step into refactoring sdl backend.
Cedric Bail [Sat, 6 May 2017 00:24:49 +0000 (17:24 -0700)]
ecore_evas: first step into refactoring psl1ght backend.
Cedric Bail [Sat, 6 May 2017 00:24:27 +0000 (17:24 -0700)]
ecore_evas: first step into refactoring fb backend.
Cedric Bail [Sat, 6 May 2017 00:17:08 +0000 (17:17 -0700)]
ecore_evas: first step into refactoring extn backend.
Cedric Bail [Sat, 6 May 2017 00:16:03 +0000 (17:16 -0700)]
ecore_evas: first step into refactoring drm backend.
Cedric Bail [Sat, 6 May 2017 00:14:44 +0000 (17:14 -0700)]
ecore_evas: first step into refactoring cocoa backend.
Cedric Bail [Wed, 3 May 2017 23:56:40 +0000 (16:56 -0700)]
ecore_evas: use generic function for rendering ecore_evas buffer backend.
Cedric Bail [Sat, 6 May 2017 00:12:17 +0000 (17:12 -0700)]
ecore_evas: add infrastructure to properly track sub ecore_evas.
Cedric Bail [Sat, 6 May 2017 00:06:15 +0000 (17:06 -0700)]
ecore_evas: add logic to allow partial refactoring of backends.
Cedric Bail [Wed, 3 May 2017 23:08:36 +0000 (16:08 -0700)]
ecore_evas: introduce a generic rendering function.