platform/upstream/efl.git
6 years agoevas: disable unecessary lock when not using evas_render2
Cedric BAIL [Mon, 13 Nov 2017 22:39:08 +0000 (14:39 -0800)]
evas: disable unecessary lock when not using evas_render2

Calling this lock for no good reason result in a 2% slow down. Easy
enough to disable as we do not use evas_render2 at all. Might be
something to consider if we ever develop evas_render2 further.

6 years agoedje: last improvement of _edje_hash_find_helper speed by reducing call to eina split...
Cedric BAIL [Mon, 13 Nov 2017 22:25:10 +0000 (14:25 -0800)]
edje: last improvement of _edje_hash_find_helper speed by reducing call to eina split function.

6 years agoedje: cache last string search miss to reduce useless call to eina_str_split_full...
Cedric BAIL [Mon, 13 Nov 2017 22:13:08 +0000 (14:13 -0800)]
edje: cache last string search miss to reduce useless call to eina_str_split_full by 3.

6 years agoedje: cleanup life cycle of buffer in _edje_hash_find_helper.
Cedric BAIL [Mon, 13 Nov 2017 22:12:42 +0000 (14:12 -0800)]
edje: cleanup life cycle of buffer in _edje_hash_find_helper.

6 years agoefl_ui_win: unfocus and focus again the most upper widget
Marcel Hollerbach [Mon, 13 Nov 2017 13:15:04 +0000 (14:15 +0100)]
efl_ui_win: unfocus and focus again the most upper widget

if we unfocus a window we should unfocus also the current focused
widget.

fix T6297

6 years agoelc_naviframe.c: Append title, subtitle while reading title and subtitle in naviframe.
Shilpa Singh [Mon, 13 Nov 2017 11:54:05 +0000 (20:54 +0900)]
elc_naviframe.c: Append title, subtitle while reading title and subtitle in naviframe.

Summary: read title along with naviframe item title and subtitle along with naviframe subtitle.

Test Plan:
In accessibility mode, when naviframe title area is focused, The  text title and subtitle should be read
out along with item's title and subtitle.

Reviewers: kimcinoo

Reviewed By: kimcinoo

Subscribers: cedric, govi, rajeshps, jpeg

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

6 years agocalendar: Remove invalid ref to elm enum
Jean-Philippe Andre [Mon, 13 Nov 2017 06:39:53 +0000 (15:39 +0900)]
calendar: Remove invalid ref to elm enum

Thanks @JackDanielz for the report. This does not solve your actual
concern, though.

6 years agoedje: add event for inform about circular dependency
Vyacheslav Reutskiy [Mon, 13 Nov 2017 08:50:44 +0000 (10:50 +0200)]
edje: add event for inform about circular dependency

This commit add the event "circular,dependency" for edje object. Given
event is called when edje found the circular dependency between parts
in object. This event will be usefull and informative paired with
Edje_Edit API.

6 years agoeina: Fix spelling/punctuation errors in docs (quaternion..rectangle)
Bryce Harrington [Mon, 13 Nov 2017 03:09:21 +0000 (12:09 +0900)]
eina: Fix spelling/punctuation errors in docs (quaternion..rectangle)

Reviewers: cedric, ajwillia.ms

Subscribers: segfaultxavi, jpeg

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

6 years agoelm: evaluate MULTISELECTABLE state for genlist and gengrid
Lukasz Stanislawski [Mon, 13 Nov 2017 03:08:57 +0000 (12:08 +0900)]
elm: evaluate MULTISELECTABLE state for genlist and gengrid

Subscribers: cedric, jpeg

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

6 years agoelm: set accurate access role for elm_icon
Lukasz Stanislawski [Mon, 13 Nov 2017 03:08:43 +0000 (12:08 +0900)]
elm: set accurate access role for elm_icon

Subscribers: cedric, jpeg

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

6 years agoelm: set accurate access role for elm_popup
Lukasz Stanislawski [Mon, 13 Nov 2017 03:08:24 +0000 (12:08 +0900)]
elm: set accurate access role for elm_popup

Subscribers: cedric, jpeg

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

6 years agoeina: Fix spelling/punctuation errors in documentation (safepointer..strbuf)
Bryce Harrington [Mon, 13 Nov 2017 03:05:09 +0000 (12:05 +0900)]
eina: Fix spelling/punctuation errors in documentation (safepointer..strbuf)

Reviewers: cedric, ajwillia.ms

Subscribers: segfaultxavi, jpeg

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

6 years agoeina: Fix spelling/punctuation errors in documentation (thread..xattr)
Bryce Harrington [Mon, 13 Nov 2017 03:04:59 +0000 (12:04 +0900)]
eina: Fix spelling/punctuation errors in documentation (thread..xattr)

Summary:
Also makes some of the doxygen comment line spacing/formatting
consistent.

Interesting ref on grammar of 'an uniform' vs. 'a uniform':
  https://english.stackexchange.com/questions/4700/is-it-a-uniform-or-an-uniform
It is AN honor to work with such A uniform language as English. *sigh*

Reviewers: cedric, ajwillia.ms

Subscribers: segfaultxavi, jpeg

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

6 years agoeina: Add API doxygen for eina_rbtree_inline_lookup()
Bryce Harrington [Mon, 13 Nov 2017 03:04:39 +0000 (12:04 +0900)]
eina: Add API doxygen for eina_rbtree_inline_lookup()

Reviewers: cedric, ajwillia.ms

Subscribers: segfaultxavi, jpeg

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

6 years agoeina: Improve eina_alloca API dox
Bryce Harrington [Mon, 13 Nov 2017 03:04:32 +0000 (12:04 +0900)]
eina: Improve eina_alloca API dox

Reviewers: cedric, ajwillia.ms

Subscribers: segfaultxavi, jpeg

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

6 years agolibinput check - move up to requiring 1.6 as a minimum for libinput
Carsten Haitzler (Rasterman) [Sun, 12 Nov 2017 12:44:42 +0000 (21:44 +0900)]
libinput check - move up to requiring 1.6 as a minimum for libinput

6 years agoelm_widget_item_static_focus: do not accept the adapter as subchild
Marcel Hollerbach [Sun, 12 Nov 2017 11:02:17 +0000 (12:02 +0100)]
elm_widget_item_static_focus: do not accept the adapter as subchild

The problem here was that the adapter we have created would be
recognized as our subchild, and thus we delete our own subchild, which
is wrong. This fixes that problem and keeps the adapter alive.

6 years agogenlist: implement item focus
Marcel Hollerbach [Sat, 11 Nov 2017 17:26:53 +0000 (18:26 +0100)]
genlist: implement item focus

this implements item-content focus for genlist. feel free to notify me
if there are any crashes or something simular.

ref T6181

6 years agoelm_gengrid: do not try to bring in a NULL item
Marcel Hollerbach [Fri, 10 Nov 2017 15:05:09 +0000 (16:05 +0100)]
elm_gengrid: do not try to bring in a NULL item

6 years agoelm_widget_item: refactor logic from gengrid into seperated class
Marcel Hollerbach [Fri, 10 Nov 2017 14:26:33 +0000 (15:26 +0100)]
elm_widget_item: refactor logic from gengrid into seperated class

6 years agoelm_gengrid: improve the performance while realizing
Marcel Hollerbach [Fri, 10 Nov 2017 14:24:19 +0000 (15:24 +0100)]
elm_gengrid: improve the performance while realizing

realization is now back to the normal performance mode, the widgets are
reevalulated when composition calls for preparing

6 years agoelm_widget: add a new api for directly reevalulating widgets
Marcel Hollerbach [Fri, 10 Nov 2017 14:15:57 +0000 (15:15 +0100)]
elm_widget: add a new api for directly reevalulating widgets

usefull if the provider changes

6 years agoefl_ui_focus_composition: make sure to prepare before anything else
Marcel Hollerbach [Fri, 10 Nov 2017 14:14:16 +0000 (15:14 +0100)]
efl_ui_focus_composition: make sure to prepare before anything else
happens

this fixes mysterical focus chain changes in gengrid

6 years agoefl_ui_focus_composition: make sure to not unregister and register again
Marcel Hollerbach [Fri, 10 Nov 2017 14:12:58 +0000 (15:12 +0100)]
efl_ui_focus_composition: make sure to not unregister and register again

this fixes issues where a widget suddenly changes parent...

6 years agoelm_code: add support for go syntax.
Al Poole [Sat, 11 Nov 2017 13:23:12 +0000 (13:23 +0000)]
elm_code: add support for go syntax.

6 years agoRevert "Edje: use textblock by default"
Carsten Haitzler (Rasterman) [Sat, 11 Nov 2017 03:10:32 +0000 (12:10 +0900)]
Revert "Edje: use textblock by default"

This reverts commit ef3d2120bfa58f9247a441602bd30f13cc7f225a.

This breaks E. pager ono my right screen looks like:

http://devs.enlightenment.org/~raster/shot-2017-11-11_12-13-14.png

on my left screen shellf keeps swapping between 2 dizes wobbling back
and forth every frame eating cpu and making it "blurry"...

note - theme is the flat one in devs/raster/theme/flat2 branch. so
this change certainly breaks something...

6 years agoevil: add tests for Windows port.
Vincent Torri [Fri, 10 Nov 2017 21:13:06 +0000 (13:13 -0800)]
evil: add tests for Windows port.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoecore-wl2: Minor formatting fixes
Chris Michael [Fri, 10 Nov 2017 20:59:51 +0000 (15:59 -0500)]
ecore-wl2: Minor formatting fixes

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agowayland: stop tracking compositor_version in engine
Derek Foreman [Fri, 10 Nov 2017 19:41:00 +0000 (13:41 -0600)]
wayland: stop tracking compositor_version in engine

We don't need it anymore now that damage is posted from inside ecore_wl2.

6 years agowayland_shm: Remove surface damage function
Derek Foreman [Fri, 10 Nov 2017 19:40:22 +0000 (13:40 -0600)]
wayland_shm: Remove surface damage function

This is now in ecore_wl2

6 years agowayland_shm: cosmetic code simplification
Derek Foreman [Fri, 10 Nov 2017 19:34:34 +0000 (13:34 -0600)]
wayland_shm: cosmetic code simplification

We already have this value in a temp, so use it.

6 years agowaylamd_shm: Use ecore_wl2_window_damage
Derek Foreman [Fri, 10 Nov 2017 19:33:46 +0000 (13:33 -0600)]
waylamd_shm: Use ecore_wl2_window_damage

The new library function provides the same functionality and will allow
us to stop tracking things in the engine that the library already knows
about windows (compositor_version)

6 years agoecore_wl2: Add API for adding damage to a window
Derek Foreman [Fri, 10 Nov 2017 19:31:00 +0000 (13:31 -0600)]
ecore_wl2: Add API for adding damage to a window

This was done in the engine previously, but would be better as a library
function.

6 years agoeolian: fix generation tests
Daniel Kolesa [Fri, 10 Nov 2017 18:42:43 +0000 (19:42 +0100)]
eolian: fix generation tests

6 years agoEdje: use textblock by default
Daniel Hirt [Sun, 15 Oct 2017 14:57:38 +0000 (17:57 +0300)]
Edje: use textblock by default

As most of you know, TEXT part was, up to this point, an Evas.Text
object.

This patch merges TEXT and TEXTBLOCK both to use Efl.Canvas.Text.
Code is added to emulate what TEXT did that TEXTBLOCK did not.

I believe we can move forward with TEXT, and deperacate TEXTBLOCK from
the EDC. You can also set markup to TEXT parts.

Exactness seems to show some differences, but further examination shows
that it's due to difference in how width is calculated in
Efl.Canvas.Text. The results seem correct.

Be sure to report of any breakage via Phabricator or contact me
directly.
I am running E with this and did not stumble upon any crashes or visual
bugs.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoEdje: move textblock handling to a separate source
Daniel Hirt [Sun, 15 Oct 2017 14:55:20 +0000 (17:55 +0300)]
Edje: move textblock handling to a separate source

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: change halign/valign to use doubles
Daniel Hirt [Fri, 20 Oct 2017 15:02:08 +0000 (18:02 +0300)]
Canvas text: change halign/valign to use doubles

There are use cases where you would want to align by a value.

The wordy alignment values are thus removed.
This commit also separates auto-modes (none, normal, locale) for
horizontal alignment to its own API.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: adjust bottom padding at edge of text
Daniel Hirt [Wed, 1 Nov 2017 17:29:18 +0000 (19:29 +0200)]
Canvas text: adjust bottom padding at edge of text

Now the edges include both the top AND bottom paddings.
Also fixes vertical alignment.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: fix width calculation with style effects
Daniel Hirt [Sat, 14 Oct 2017 21:29:36 +0000 (00:29 +0300)]
Canvas text: fix width calculation with style effects

There are multiple places in the code where both the padded item's
width and the maximum style padding (at the edges) are accounted for.
For the sake of making calculations for wrapping/ellipsis we should
only use the maximum style padding.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: update style pad when no format nodes are present
Daniel Hirt [Sat, 14 Oct 2017 19:21:54 +0000 (22:21 +0300)]
Canvas text: update style pad when no format nodes are present

This updates the style pad even if there are no format nodes.
An example of this is having a default style set to the object.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: fix applying effects
Daniel Hirt [Thu, 12 Oct 2017 07:28:36 +0000 (10:28 +0300)]
Canvas text: fix applying effects

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoCanvas text: favor font name parsing over set properties
Daniel Hirt [Sun, 8 Oct 2017 11:00:24 +0000 (14:00 +0300)]
Canvas text: favor font name parsing over set properties

Since font names can also specify styles like weight, width etc, we
should parse the font name AFTER setting the respective properties to
the font description, so it can override some if required.

This allows, for example, the following operation:

efl_text_font_weight_set(obj, EFL_TEXT_FONT_WEIGHT_NORMAL);
efl_text_font_set(obj, "Sans:Bold");

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agowayland_shm: Respect the alpha
Derek Foreman [Fri, 10 Nov 2017 15:55:58 +0000 (09:55 -0600)]
wayland_shm: Respect the alpha

The dmabuf code has been creating ARGB buffers all the time.  The old
wl_shm code correctly respected the alpha field, but that was lost in
the new version.

I'm not sure we ever create non-alpha wayland buffers, since CSD has
to have alpha to do shadows, but if there's any way to do it it'll
work now.

6 years agoeolian: more intuitive generation options and mrge impls into .c
Daniel Kolesa [Fri, 10 Nov 2017 13:46:00 +0000 (14:46 +0100)]
eolian: more intuitive generation options and mrge impls into .c

Previously the output base name used to include extension, now
you don't need to specify an extension and it's determined from
the input file name instead.

Also, implementation boilerplate used to merge with .eo.c before,
which made no sense. Now it's merged with .c instead when it
exists or makes a new .c file when it doesn't.

6 years agoedje_cc: Extract function to build stack ending with wildcard
Jeeyong Um [Fri, 10 Nov 2017 03:59:55 +0000 (12:59 +0900)]
edje_cc: Extract function to build stack ending with wildcard

6 years agocxx: Fix example for GCC
Jean-Philippe Andre [Fri, 10 Nov 2017 03:19:53 +0000 (12:19 +0900)]
cxx: Fix example for GCC

clang has no problem, but GCC complains with "support not implemented"
Discovered with distcheck

6 years agoevas/vg: use surface cache for efl vg canvas
subhransu mohanty [Thu, 9 Nov 2017 07:57:00 +0000 (16:57 +0900)]
evas/vg: use surface cache for efl vg canvas

6 years agoevas/vg: refactor ector engine api and backend .
subhransu mohanty [Thu, 9 Nov 2017 07:55:44 +0000 (16:55 +0900)]
evas/vg: refactor ector engine api and backend .

6 years agoevas/engine: added new engine api for ector
subhransu mohanty [Fri, 27 Oct 2017 04:42:01 +0000 (13:42 +0900)]
evas/engine: added new engine api for ector

6 years agoevas/vg: added support for engine surface cache.
subhransu mohanty [Thu, 9 Nov 2017 01:31:12 +0000 (10:31 +0900)]
evas/vg: added support for  engine surface cache.

6 years agoevas/common: added a generic cache in evas common.
subhransu mohanty [Thu, 9 Nov 2017 01:34:01 +0000 (10:34 +0900)]
evas/common: added a generic cache in evas common.

6 years agoector: move gradient generation api to draw library for reuse.
subhransu mohanty [Thu, 26 Oct 2017 02:12:42 +0000 (11:12 +0900)]
ector: move gradient generation api to draw library for reuse.

6 years agotriangulator:Added stroke_set api to the triangulator_stroker.
subhransu mohanty [Thu, 26 Oct 2017 01:59:16 +0000 (10:59 +0900)]
triangulator:Added stroke_set api to the triangulator_stroker.

6 years agoecore_evas: improve ecore_evas fallback animator logic for legacy case.
Cedric Bail [Fri, 10 Nov 2017 02:07:31 +0000 (18:07 -0800)]
ecore_evas: improve ecore_evas fallback animator logic for legacy case.

In Enlightenment with internal window being WL window connected to the
X11 backend, you end up with the later requiring the former to tick, even
if the former do not have a proper animator source. To work around the
problem when there is one backend that is not providing support for
animator source, we do need to avoid switching on another window source
as they could be linked somehow and we can not know.

6 years agoecore_con: add support for EFL_MAIN with ecore_con support.
Cedric Bail [Thu, 9 Nov 2017 23:25:51 +0000 (15:25 -0800)]
ecore_con: add support for EFL_MAIN with ecore_con support.

6 years agoecore: move EFL_MAIN to Efl_Core.h
Cedric Bail [Thu, 9 Nov 2017 23:08:40 +0000 (15:08 -0800)]
ecore: move EFL_MAIN to Efl_Core.h

This make EFL_MAIN available and working with just Ecore. For simplicity
it is available with Efl_Core.h. Ideally it should also work with Efl_Net.h
alone and finally with an Efl_Ui.h.

T6262

6 years agoelementary: allow efl_general.h to be included multiple time.
Cedric Bail [Thu, 9 Nov 2017 22:33:46 +0000 (14:33 -0800)]
elementary: allow efl_general.h to be included multiple time.

6 years agoelementary: make elm_init and elm_shutdown optional in EFL_MAIN.
Cedric Bail [Thu, 9 Nov 2017 22:33:15 +0000 (14:33 -0800)]
elementary: make elm_init and elm_shutdown optional in EFL_MAIN.

6 years agowayland_shm: Don't require dmabuf support to use wl_shm
Derek Foreman [Thu, 9 Nov 2017 22:08:30 +0000 (16:08 -0600)]
wayland_shm: Don't require dmabuf support to use wl_shm

Unintended side effect of my merging of the two code paths.  We should
still try to use wl_shm if we can't use dmabuf here.

6 years agoecore_wl2: Discard too-old dmabuf support
Derek Foreman [Thu, 9 Nov 2017 22:06:42 +0000 (16:06 -0600)]
ecore_wl2: Discard too-old dmabuf support

We need at least version 2 for create_immed, so don't even bind the
global if it's useless to us.

This will also stop us from trying to use dmabuf (and getting killed by
the compositor) on older compositors that don't support the version we
need - we'll just use wl_shm instead when this pointer is NULL.

6 years agoefl_wl: Add missing @since to new functions
Derek Foreman [Thu, 9 Nov 2017 18:41:22 +0000 (12:41 -0600)]
efl_wl: Add missing @since to new functions

These ones were introduced for 1.21.

6 years agoelput - ref device that is in the event queue
Carsten Haitzler (Rasterman) [Thu, 9 Nov 2017 02:38:35 +0000 (11:38 +0900)]
elput - ref device that is in the event queue

6 years agoEfl.Ui.Slider: fix documentations
Amitesh Singh [Thu, 9 Nov 2017 02:02:29 +0000 (11:02 +0900)]
Efl.Ui.Slider: fix documentations

6 years agoelm_code_widget: keep track of visibility.
Al Poole [Thu, 9 Nov 2017 00:38:51 +0000 (00:38 +0000)]
elm_code_widget: keep track of visibility.

Keep track of visibility and ensure the cursor can never be
filled when hidden. This should finally end any issue with the
cursor and visibility with the new focus system. Didn't see this
previously until working on Edi's bottom panes which caused redraw
on resize of the widgets.

@fix

6 years agowayland_shm: Remove old shm code
Derek Foreman [Wed, 8 Nov 2017 20:33:31 +0000 (14:33 -0600)]
wayland_shm: Remove old shm code

The new shm code should be equally capable - minus one surface resize
optimization that probably didn't buy us much performance at the cost
of memory.

6 years agowayland_shm: Return oldest buffer for new renders
Derek Foreman [Wed, 8 Nov 2017 20:15:52 +0000 (14:15 -0600)]
wayland_shm: Return oldest buffer for new renders

This is what the old shm code has been doing, and it's probably better
than what the dmabuf code was doing.

We currently allocate 3 buffers.  The usual case has us swapping between
two of those buffers and saving that third buffer for emergencies - if
we ever need that third buffer it'll require a full redraw.

If we return the oldest available buffer the usual case requires a little
more damage but we should never hit the full redraw case, which can cause
a frame drop on slow hardware.

6 years agowayland_shm: Simplify surface commits
Derek Foreman [Wed, 8 Nov 2017 19:58:07 +0000 (13:58 -0600)]
wayland_shm: Simplify surface commits

We no longer have the concept of a "pre" buffer (allocated but not yet
registered as a wayland buffer)

6 years agowayland_shm: Remove useless function
Derek Foreman [Wed, 8 Nov 2017 17:15:04 +0000 (11:15 -0600)]
wayland_shm: Remove useless function

This serves no purpose anymore.

6 years agowayland_shm: Remove dmabuf fallback
Derek Foreman [Wed, 8 Nov 2017 19:57:20 +0000 (13:57 -0600)]
wayland_shm: Remove dmabuf fallback

Now that we're dependent on create_immed there's no possibility of falling
back to non dmabuf allocation.

The only failing case we really need to handle is failing the first
allocation, which is currently broken and I'll be adding an advance test
for it shortly.

6 years agowayland_shm: Make EVAS_WAYLAND_SHM_DISABLE_DMABUF use new code
Derek Foreman [Wed, 8 Nov 2017 16:37:06 +0000 (10:37 -0600)]
wayland_shm: Make EVAS_WAYLAND_SHM_DISABLE_DMABUF use new code

Use the new wl_shm allocation functions making the old wl_shm code
unreachable even with the use of the disable env var.

6 years agowayland_shm: Add wl_shm to dmabuf
Derek Foreman [Mon, 6 Nov 2017 23:05:25 +0000 (17:05 -0600)]
wayland_shm: Add wl_shm to dmabuf

wl_shm and dmabuf only really need to differ in how they allocate a buffer,
but right now we've got them in separate files.  This dramatically
reduces the complexity of the wl_shm code and shares much more
implementation with the dmabuf code.

This throws away at least one "optimization" wl_shm used - over-allocating
buffers so that window resizing doesn't always require a new buffer
allocation.  If people feel that window resizing has become too slow now
this can be added to the dmabuf code to the benefit of both allocators.

Disabling dmabuf by env var still uses the old wl_shm implementation for
now, but soon that code will be removed entirely and the env var disable
will use this path.

6 years agowayland_shm: Track size of buffer
Derek Foreman [Mon, 6 Nov 2017 23:01:16 +0000 (17:01 -0600)]
wayland_shm: Track size of buffer

6 years agowayland_shm: move buffer release callback to top of file
Derek Foreman [Mon, 6 Nov 2017 23:00:46 +0000 (17:00 -0600)]
wayland_shm: move buffer release callback to top of file

Code motion with no functional changes.

6 years agowayland_shm: make creating a wayland buffer back end specific
Derek Foreman [Mon, 6 Nov 2017 19:31:25 +0000 (13:31 -0600)]
wayland_shm: make creating a wayland buffer back end specific

This way we can have shm and dmabuf share the same framework.

6 years agowayland_shm: Factor out wl_buffer creation code
Derek Foreman [Mon, 6 Nov 2017 19:10:59 +0000 (13:10 -0600)]
wayland_shm: Factor out wl_buffer creation code

6 years agobuild: improve configure accessibility
Mike Blumenkrantz [Wed, 8 Nov 2017 17:07:25 +0000 (12:07 -0500)]
build: improve configure accessibility

as decided by unanimous vote, the community does not want builds to pause or
stop when various features are disabled. warnings for disabling features have
been left intact

ref V30

@feature

6 years agoquicklaunch: add support for quicklaunch domains
Mike Blumenkrantz [Wed, 8 Nov 2017 16:48:39 +0000 (11:48 -0500)]
quicklaunch: add support for quicklaunch domains

this allows quicklaunch to be used independently of the DISPLAY value

6 years agoeolian: enable cyclic imports of eo files
Daniel Kolesa [Wed, 8 Nov 2017 15:46:14 +0000 (16:46 +0100)]
eolian: enable cyclic imports of eo files

6 years agoeolian: simplify dependency parsing and cut down on hash lookups
Daniel Kolesa [Wed, 8 Nov 2017 15:12:40 +0000 (16:12 +0100)]
eolian: simplify dependency parsing and cut down on hash lookups

6 years agoelput - re-enable switches (power buttons, lid etc.)
Carsten Haitzler (Rasterman) [Tue, 7 Nov 2017 02:04:03 +0000 (11:04 +0900)]
elput - re-enable switches (power buttons, lid etc.)

this is needed for devices that no longer produce aspi events for
these. otherwise good luck getting any event on lid open/close or on
pressing the power button. this also stops hiding switch events from
libinput and now you can get switch events to find lid or tablet mode
switching changes.

@fix

6 years agoedje: Oops. Remove edje_global include as well.
Jean-Philippe Andre [Wed, 8 Nov 2017 11:16:28 +0000 (20:16 +0900)]
edje: Oops. Remove edje_global include as well.

6 years agoedje: Hide edje_global from the rest of the world
Jean-Philippe Andre [Wed, 8 Nov 2017 10:29:13 +0000 (19:29 +0900)]
edje: Hide edje_global from the rest of the world

Call provider_find on the loop (or basically any object) with the
color/text/size class interface instead, to find it. The main loop is
the main holder of those objects.

Note: This makes use of provider_find instead of direct access to the
variable, in order to self-test the code. In theory release builds will
not do this and user directly the variable.

6 years agoEfl: add class interfaces (color/text/size)
Jee-Yong Um [Wed, 8 Nov 2017 10:04:26 +0000 (19:04 +0900)]
Efl: add class interfaces (color/text/size)

Summary: implement Efl.Gfx.Class interface

Reviewers: jpeg, cedric

Subscribers: taxi2se, herdsman

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

6 years agoeo: Rename efl_ref_get to efl_ref_count
Andy Williams [Wed, 8 Nov 2017 09:30:42 +0000 (09:30 +0000)]
eo: Rename efl_ref_get to efl_ref_count

6 years agounbreak efl so e works again.... after cedric
Carsten Haitzler (Rasterman) [Wed, 8 Nov 2017 06:42:28 +0000 (15:42 +0900)]
unbreak efl so e works again.... after cedric

we cant go iterating the mainloop before the current point. if someone
set up handlers but hasnt configured the things those handles use yet
as they dont expect them to be used until the mainloop is started...
thenthings break. we cant change this assumption without breaking
things.

6 years agowin: Fix alpha windows
Jean-Philippe Andre [Wed, 8 Nov 2017 07:17:29 +0000 (16:17 +0900)]
win: Fix alpha windows

Fixes T6334

6 years agoevas/vg: changed the efl_vg_dup api signature.
subhransu mohanty [Wed, 8 Nov 2017 06:49:37 +0000 (15:49 +0900)]
evas/vg: changed the efl_vg_dup api signature.

Reviewers: jpeg, cedric

Subscribers: cedric, jpeg

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

6 years agotests: Properly define access beta/protected
Jean-Philippe Andre [Wed, 8 Nov 2017 05:18:05 +0000 (14:18 +0900)]
tests: Properly define access beta/protected

This solves warnings (and likely errors) in the make check test cases
for ATSPI, since most of efl_access APIs are now marked as beta.

6 years agoeina: Fix spelling/punctuation errors in documentation (prefix..promise)
Bryce Harrington [Wed, 8 Nov 2017 06:20:34 +0000 (15:20 +0900)]
eina: Fix spelling/punctuation errors in documentation (prefix..promise)

Reviewers: cedric, ajwillia.ms

Subscribers: jpeg, segfaultxavi

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

6 years agofocus: Some typos for efl_ui_focus_manager fixed
Pawel Aksiutowicz [Wed, 8 Nov 2017 06:14:53 +0000 (15:14 +0900)]
focus: Some typos for efl_ui_focus_manager fixed

Reviewers: stanluk, lukasz.stanislawski

Subscribers: lukasz.stanislawski, cedric, jpeg

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

6 years agoefl - fix build after cedric breakage
Carsten Haitzler (Rasterman) [Wed, 8 Nov 2017 06:05:11 +0000 (15:05 +0900)]
efl - fix build after cedric breakage

25b6a280c087d39f66e30c9c4d07f86b97c989d6 broke the build...
specifically building AGAINST efl.

6 years agoelementary: fix quicklaunch support.
Cedric BAIL [Tue, 7 Nov 2017 23:55:25 +0000 (15:55 -0800)]
elementary: fix quicklaunch support.

6 years agoelementary: refactor and clean efl_quicklaunch_prepare.
Cedric BAIL [Tue, 7 Nov 2017 23:53:44 +0000 (15:53 -0800)]
elementary: refactor and clean efl_quicklaunch_prepare.

6 years agoelementary: fix ELM_MAIN macro to properly expose symbol.
Cedric BAIL [Tue, 7 Nov 2017 23:51:52 +0000 (15:51 -0800)]
elementary: fix ELM_MAIN macro to properly expose symbol.

6 years agoelementary: add debugging information to quicklaunch binary.
Cedric BAIL [Tue, 7 Nov 2017 23:50:13 +0000 (15:50 -0800)]
elementary: add debugging information to quicklaunch binary.

6 years agoelementary: use efl_exit to leave the mainloop instead of direct use of exit.
Cedric BAIL [Tue, 7 Nov 2017 23:49:38 +0000 (15:49 -0800)]
elementary: use efl_exit to leave the mainloop instead of direct use of exit.

6 years agoevas: rely on ecore to reset evas rendering thread on fork.
Cedric BAIL [Tue, 7 Nov 2017 23:47:28 +0000 (15:47 -0800)]
evas: rely on ecore to reset evas rendering thread on fork.

6 years agoevas: rely on ecore to reset upscaler thread on fork.
Cedric BAIL [Tue, 7 Nov 2017 23:47:09 +0000 (15:47 -0800)]
evas: rely on ecore to reset upscaler thread on fork.

6 years agoevas: rely on ecore to reset ecore_pipe for evas_async_events.
Cedric BAIL [Tue, 7 Nov 2017 23:45:03 +0000 (15:45 -0800)]
evas: rely on ecore to reset ecore_pipe for evas_async_events.

Ecore being a dependency of evas, let's make our life easier and
rely on ecore to tell us when to reset pipe due to a fork instead
of trying to guess.