platform/upstream/efl.git
6 years agoecore_wl2: factor out part of buffer creation
Derek Foreman [Tue, 14 Nov 2017 22:09:26 +0000 (16:09 -0600)]
ecore_wl2: factor out part of buffer creation

So we can use it to make a non-immediate mode buffer test.

6 years agoecore_wl2: Filter buffer types by compositor capabilities
Derek Foreman [Tue, 14 Nov 2017 21:45:39 +0000 (15:45 -0600)]
ecore_wl2: Filter buffer types by compositor capabilities

It does us no good to be able to allocate dmabuf capable memory if the
compositor can't handle it.  This should fix failures on systems where
allocation is possible but the compositor doesn't advertise dmabuf.

6 years agoecore_wl2: Add a second sync for dmabuf formats
Derek Foreman [Tue, 14 Nov 2017 20:40:47 +0000 (14:40 -0600)]
ecore_wl2: Add a second sync for dmabuf formats

While we don't yet use these, we should, so let's make sure they're
available before we start making windows.

6 years agoecore_wl2: Refcount syncs at startup
Derek Foreman [Tue, 14 Nov 2017 20:27:03 +0000 (14:27 -0600)]
ecore_wl2: Refcount syncs at startup

There are some binds at startup that result in additional information
being sent, so we may need to call wl_display_sync() multiple times, and
only send the client a SYNC_DONE event when the final one completes.

6 years agoecore_wl2: Create xkb_context before compositor connection
Derek Foreman [Wed, 15 Nov 2017 15:53:18 +0000 (09:53 -0600)]
ecore_wl2: Create xkb_context before compositor connection

We really need this to exist before potentially processing seat/keyboard
stuff in _ecore_wl2_display_connect()

6 years agowayland_shm/ecore_wl2: Move buffer allocation into ecore_wl2
Derek Foreman [Mon, 13 Nov 2017 22:26:09 +0000 (16:26 -0600)]
wayland_shm/ecore_wl2: Move buffer allocation into ecore_wl2

This moves all the platform specific buffer allocation into ecore_wl2
instead of the engine.

Note that this makes an internal struct available in the header.  This
will be removed shortly.

6 years agowayland_shm: Move wl_buffer creation function further up file
Derek Foreman [Mon, 13 Nov 2017 21:25:33 +0000 (15:25 -0600)]
wayland_shm: Move wl_buffer creation function further up file

It just looks nicer when it's here and doesn't require a prototype.

6 years agowayland_shm: Make the buffer_manager static
Derek Foreman [Mon, 13 Nov 2017 21:21:34 +0000 (15:21 -0600)]
wayland_shm: Make the buffer_manager static

Should always have been, oops.

6 years agowayland_shm: Become unhoseable
Derek Foreman [Mon, 13 Nov 2017 21:16:26 +0000 (15:16 -0600)]
wayland_shm: Become unhoseable

Now that shm is handled through these paths the dmabuf_totally_hosed state
is nonsense.

6 years agowayland_shm: rename Surface_Type to Ecore_Wl2_Buffer_Type
Derek Foreman [Mon, 13 Nov 2017 21:04:29 +0000 (15:04 -0600)]
wayland_shm: rename Surface_Type to Ecore_Wl2_Buffer_Type

6 years agowayland_shm: Remove surface_type from surface
Derek Foreman [Mon, 13 Nov 2017 20:15:45 +0000 (14:15 -0600)]
wayland_shm: Remove surface_type from surface

This has become not only a write-only variable, but also incorrectly set.

Just remove it.

6 years agowayland_shm: Pass ecore_wl2_display instead of surface to buffer_create
Derek Foreman [Mon, 13 Nov 2017 19:37:04 +0000 (13:37 -0600)]
wayland_shm: Pass ecore_wl2_display instead of surface to buffer_create

The display was the only thing we used through the surface.  Pass just
the display to break the dependency between surface and buffer.

6 years agowayland_shm: Remove surface from buffer struct
Derek Foreman [Mon, 13 Nov 2017 18:15:22 +0000 (12:15 -0600)]
wayland_shm: Remove surface from buffer struct

All users are now removed so we no longer need this.

6 years agowayland_shm: Stop looking up alpha on surface
Derek Foreman [Mon, 13 Nov 2017 18:11:41 +0000 (12:11 -0600)]
wayland_shm: Stop looking up alpha on surface

We've got it in the buffer now.

6 years agowayland_shm: Store alpha in buffer
Derek Foreman [Mon, 13 Nov 2017 18:09:58 +0000 (12:09 -0600)]
wayland_shm: Store alpha in buffer

Currently the buffer code looks up the alpha stats from the surface code.
This won't be possible when we move the buffer code into a library, so
prepare for it now.

6 years agowayland_shm: Make ecore_wl2_buffer_init return bool
Derek Foreman [Mon, 13 Nov 2017 22:07:11 +0000 (16:07 -0600)]
wayland_shm: Make ecore_wl2_buffer_init return bool

Nothing uses the returned pointer, and nothing will.

6 years agowayland_shm: Rename types and functions
Derek Foreman [Mon, 13 Nov 2017 18:05:38 +0000 (12:05 -0600)]
wayland_shm: Rename types and functions

We're going to move this into ecore_wl2, so I'll start by renaming it all
here before moving large chunks with minimal change.

No functional changes.

6 years agowayland_shm: Remove extra display flush
Derek Foreman [Mon, 13 Nov 2017 17:59:29 +0000 (11:59 -0600)]
wayland_shm: Remove extra display flush

Since we're using create_immed now we shouldn't need to force a flush here
anymore.

6 years agoefl_ui_calendar: set focus object protected mode
Marcel Hollerbach [Wed, 15 Nov 2017 16:38:43 +0000 (17:38 +0100)]
efl_ui_calendar: set focus object protected mode

i forgot a define here and was confused by the fact that we have two
calendar widgets, sorry for that.

6 years agoefl_ui_focus_manager: unset the redirect chain once a redirect is set
Marcel Hollerbach [Wed, 15 Nov 2017 09:15:34 +0000 (10:15 +0100)]
efl_ui_focus_manager: unset the redirect chain once a redirect is set

this prevents the manager from having a redirect chain while not even
beeing used by the root manager

6 years agoefl_ui_focus_manager_calc: correct handle focus when redirects are set
Marcel Hollerbach [Wed, 15 Nov 2017 11:21:51 +0000 (12:21 +0100)]
efl_ui_focus_manager_calc: correct handle focus when redirects are set

so we dont have two focused elements

6 years agoefl_ui_focus_manager: ensure the manager is in focus when focus is set
Marcel Hollerbach [Tue, 14 Nov 2017 18:46:29 +0000 (19:46 +0100)]
efl_ui_focus_manager: ensure the manager is in focus when focus is set

this makes handling of focus easier in elementary

6 years agoefl_ui_focus_object: document the bahaviour of the manager property
Marcel Hollerbach [Tue, 14 Nov 2017 17:56:08 +0000 (18:56 +0100)]
efl_ui_focus_object: document the bahaviour of the manager property

6 years agoefl_ui_focus_object: make it protected
Marcel Hollerbach [Tue, 14 Nov 2017 17:39:06 +0000 (18:39 +0100)]
efl_ui_focus_object: make it protected

_this_ focus set should never be called by anyone other than the
efl.ui.focus package

6 years agoelm_test: Fix a warning
Jean-Philippe Andre [Wed, 15 Nov 2017 10:27:49 +0000 (19:27 +0900)]
elm_test: Fix a warning

6 years agoCtxPopup: Add implementation for getting focused item
Godly T.Alias [Wed, 15 Nov 2017 10:15:25 +0000 (19:15 +0900)]
CtxPopup: Add implementation for getting focused item

Summary:
Adding the focused_item_get implementation for ctxpopup widget for
getting the focused item

Signed-off-by: Godly T.Alias <godlytalias@yahoo.co.in>
Test Plan: elm_object_focused_item_get

Reviewers: cedric, raster, prince.dubey, shilpasingh, jpeg

Reviewed By: shilpasingh

Subscribers: Jaehyun_Cho, Blackmole, jpeg, rajeshps, shilpasingh

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

6 years agogenlist: fix state corruption of content
Andrii Kroitor [Wed, 15 Nov 2017 08:41:45 +0000 (10:41 +0200)]
genlist: fix state corruption of content

When using reusable content, genlist preserves old object's state and is
expecting reusable_content_get callback to change all needed properties.
But there was an inconsistency: it was silently re-enabling the old content.

@fix

6 years agoCtxpopup: resizing ctxpopup after its content is removed
JinYong Park [Wed, 15 Nov 2017 07:46:01 +0000 (16:46 +0900)]
Ctxpopup: resizing ctxpopup after its content is removed

Summary:
When ctxpopup's content is removed,
ctxpopup doesn't recalculate its size, so empty space is remaind.
To fix this problem, ctxpopup recalculate its size when content is removed.
This patch is about T6327

@fix

Test Plan:
1. run elementary_test -to ctxpopup
2. select 10st item
3. click button in ctxpopup

Reviewers: jpeg, Jaehyun_Cho, zmike

Subscribers: cedric

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

6 years agoefl_ui_win.c: send bounds changed signal on window rotation
Shilpa Singh [Wed, 15 Nov 2017 01:11:18 +0000 (10:11 +0900)]
efl_ui_win.c: send bounds changed signal on window rotation

Summary:
On window rotation send bounds changed signal to inform ATSPI client
about the orientation of window

Test Plan:
In ATSPI mode, when orientation of efl window is changed, ATSPI client should
get notification

Reviewers: kimcinoo

Subscribers: cedric, govi, rajeshps, jpeg

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

6 years agoelementary: make sure efl_general.h detection work also when you are not using BETA...
Cedric Bail [Wed, 15 Nov 2017 05:04:55 +0000 (21:04 -0800)]
elementary: make sure efl_general.h detection work also when you are not using BETA interface.

6 years agoelementary: protect from stall include.
Cedric Bail [Wed, 15 Nov 2017 04:14:44 +0000 (20:14 -0800)]
elementary: protect from stall include.

This should be reverted before next release as this header was only
there during this release cycle.

6 years agoelementary: provide network when doing ui.
Cedric Bail [Wed, 15 Nov 2017 04:14:01 +0000 (20:14 -0800)]
elementary: provide network when doing ui.

6 years agoelementary: only include Efl_Ui.h when BETA API is requested.
Cedric Bail [Wed, 15 Nov 2017 04:13:29 +0000 (20:13 -0800)]
elementary: only include Efl_Ui.h when BETA API is requested.

6 years agoelementary: elm_widget actually rely on elm_object_item.
Cedric Bail [Wed, 15 Nov 2017 04:12:36 +0000 (20:12 -0800)]
elementary: elm_widget actually rely on elm_object_item.

6 years agoelementary: fix typos in header inclusion rules.
Cedric Bail [Wed, 15 Nov 2017 04:11:39 +0000 (20:11 -0800)]
elementary: fix typos in header inclusion rules.

6 years agoecore: always declare EFL_MAIN not just for application using the BETA flag.
Cedric Bail [Wed, 15 Nov 2017 04:10:33 +0000 (20:10 -0800)]
ecore: always declare EFL_MAIN not just for application using the BETA flag.

6 years agoRevert "Revert series of patches from cedric (due to dependencies and conflicts)"
Cedric Bail [Wed, 15 Nov 2017 04:08:09 +0000 (20:08 -0800)]
Revert "Revert series of patches from cedric (due to dependencies and conflicts)"

This reverts commit 2cea85db388d34337676466ef7f50c22e685c7d0.

Their was a typo that I made during cleanup of the patch before pushing that I didn't
notice broke some stuff. But also you may have an old efl_general.h in your elementary
directory that is now being picked instead of the one provided by the tree.

6 years agoRevert series of patches from cedric (due to dependencies and conflicts)
Carsten Haitzler (Rasterman) [Wed, 15 Nov 2017 02:48:25 +0000 (11:48 +0900)]
Revert series of patches from cedric (due to dependencies and conflicts)

Revert "elementary: currently double declare elm_init/shutdown."
This reverts commit 44bb0c18480f5094fcd0c8be93de87be5c1d78c5.
Revert "elementary: fix efl_ui_multibutton installed headers."
This reverts commit 32a213dc722be2bfec5fb2b513dd556cfb7e9f33.
Revert "elementary: introduce Efl_Ui.h."
This reverts commit df3d3f7334a79f1ab661b31787002f50af59b3f3.
Revert "ecore: do not display error message on cancel."
This reverts commit 99654b7cd29b418e0308be350c8d26208c0905a8.
Revert "efl: and don't forget to install the new dependencies."
This reverts commit 814ffb9b6bd50d498bfd98f4b8a75f1cad3cc0cf.
Revert "ecore: remove EFL_OBJECT_BETA as Efl_Core.h is for Efl new inerfaces."
This reverts commit 619d0f3cff023414feb8f2aaeebf468806c50b44.
Revert "ecore: move EAPI_MAIN from elementary to ecore."
This reverts commit e5d84da864214b9f772808040f22e1614889a25f.

as such commit e5d84da864214b9f772808040f22e1614889a25f starts the
breaking. enlightenment, terminologya and other apps can't compile
against that efl anymore. 619d0f3cff023414feb8f2aaeebf468806c50b44
then makes this even worse with even more header errors and undefined
types. on top of this df3d3f7334a79f1ab661b31787002f50af59b3f3 then
starts making elementary_test segfault when it runs. it wont even
start up.

asu such of these 7 commits in the first 4 (that are then relied on
later) 3 of these first 4 cause serious breakage. this simply is a
complete lack of testing changes, so i've rolled fl back to before
these things so it builds and works again and you can build against it.

PLEASE test these things. this looks ot me to be obviously a lack of
any testing... :(

6 years agoelementary: currently double declare elm_init/shutdown.
Cedric BAIL [Wed, 15 Nov 2017 00:55:49 +0000 (16:55 -0800)]
elementary: currently double declare elm_init/shutdown.

6 years agoelementary: fix efl_ui_multibutton installed headers.
Cedric BAIL [Wed, 15 Nov 2017 00:53:16 +0000 (16:53 -0800)]
elementary: fix efl_ui_multibutton installed headers.

6 years agoelementary: introduce Efl_Ui.h.
Cedric BAIL [Wed, 15 Nov 2017 00:19:18 +0000 (16:19 -0800)]
elementary: introduce Efl_Ui.h.

6 years agoecore: do not display error message on cancel.
Cedric BAIL [Tue, 14 Nov 2017 22:40:22 +0000 (14:40 -0800)]
ecore: do not display error message on cancel.

6 years agoefl: and don't forget to install the new dependencies.
Cedric BAIL [Tue, 14 Nov 2017 22:31:00 +0000 (14:31 -0800)]
efl: and don't forget to install the new dependencies.

6 years agoecore: remove EFL_OBJECT_BETA as Efl_Core.h is for Efl new inerfaces.
Cedric BAIL [Tue, 14 Nov 2017 22:17:00 +0000 (14:17 -0800)]
ecore: remove EFL_OBJECT_BETA as Efl_Core.h is for Efl new inerfaces.

6 years agoecore: move EAPI_MAIN from elementary to ecore.
Cedric BAIL [Tue, 14 Nov 2017 21:50:13 +0000 (13:50 -0800)]
ecore: move EAPI_MAIN from elementary to ecore.

6 years agoelm_code: Add basic scope parsing to syntax highlighting.
Andy Williams [Tue, 14 Nov 2017 19:12:56 +0000 (19:12 +0000)]
elm_code: Add basic scope parsing to syntax highlighting.

This is currently displayed by showing scope in the widget gutter

6 years agoeina: Improve API docs for eina_crc.h
Bryce Harrington [Tue, 14 Nov 2017 13:10:14 +0000 (13:10 +0000)]
eina: Improve API docs for eina_crc.h

Reviewers: cedric, ajwillia.ms

Reviewed By: ajwillia.ms

Subscribers: jpeg, segfaultxavi

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

6 years agoeolian: scan system dir by default
Daniel Kolesa [Tue, 14 Nov 2017 12:42:38 +0000 (13:42 +0100)]
eolian: scan system dir by default

The '-S' option lets you reverse that. But by default, most
people will want the prefix to be scanned for eo files.

6 years agoelc_popup.c: accessible name_get interface added
Shilpa Singh [Tue, 14 Nov 2017 00:52:46 +0000 (09:52 +0900)]
elc_popup.c: accessible name_get interface added

Summary: accessible name_get interface added, popup does not have default text.
What should be read for the name information should be define by popup.

Test Plan:
In atspi mode, when an AT-client such as screen-reader queries, it should return
as "Alert title(if present)/text(if present)"

Reviewers: kimcinoo

Subscribers: cedric, jpeg, govi, rajeshps

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

6 years agoeolian: Fix odd syntax (remove EINA_UNUSED)
Jean-Philippe Andre [Mon, 13 Nov 2017 13:39:02 +0000 (22:39 +0900)]
eolian: Fix odd syntax (remove EINA_UNUSED)

6 years agocxx: Only give a single ref to unparented objects
Jean-Philippe Andre [Fri, 10 Nov 2017 08:18:12 +0000 (17:18 +0900)]
cxx: Only give a single ref to unparented objects

On instantiation objects get either one or two refs:
 - with a parent, they will have 2 refs, one for C++, one for the
   parent.
 - without a parent, they get a single ref, the one for C++

This will break the existing C++ examples, which I will fix in later
patches.

Note that the window is a strange object which can be created with no
parent but internally reparents itself to an object it creates (oh so
ugly).

6 years agowin: Move autodel to C only
Jean-Philippe Andre [Fri, 10 Nov 2017 07:50:01 +0000 (16:50 +0900)]
win: Move autodel to C only

Note: this is C only, not legacy only.
The problem is that bindings will hold a strong reference to the window,
which will then die "under the rug" if autodel is enabled. This then
leads to at least ERR if not crashes.

Note:
elm_policy needs to support autodel and quit on last del only for C
applications. Bindings will require some other mechanism that doesn't
break all assumptions wrt. references.

6 years agotest calendar: Add test case for string format func.
Amitesh Singh [Tue, 14 Nov 2017 02:08:17 +0000 (11:08 +0900)]
test calendar: Add test case for string format func.

6 years agoEfl.Ui.Format: Add support for "struct tm" in string format.
Amitesh Singh [Tue, 14 Nov 2017 01:51:03 +0000 (10:51 +0900)]
Efl.Ui.Format: Add support for "struct tm" in string format.

6 years agotest calendar: make format callback function better
Amitesh Singh [Tue, 14 Nov 2017 01:30:55 +0000 (10:30 +0900)]
test calendar: make format callback function better

Add comments too.

6 years agoEfl.Ui.Slider_Interval: remove smart data associated with class.
Amitesh Singh [Tue, 14 Nov 2017 00:54:42 +0000 (09:54 +0900)]
Efl.Ui.Slider_Interval: remove smart data associated with class.

Its not getting used anywhere.

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.