platform/upstream/efl.git
6 years agoevas_main: fix not to add evas devices for seat/mouse/keyboard even for gl_tbm
Sung-Jin Park [Fri, 24 Nov 2017 08:53:06 +0000 (17:53 +0900)]
evas_main: fix not to add evas devices for seat/mouse/keyboard even for gl_tbm

Change-Id: If363b53fb6c5eb2749235d886c40001b87e3cff5
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years agoEvasGL: The implementation of pbuffer and getting current context
Wonsik, Jung [Fri, 24 Nov 2017 06:33:34 +0000 (15:33 +0900)]
EvasGL: The implementation of pbuffer and getting current context

The implementation of pbuffer creation/destroy and get current context on wayland backend

Change-Id: If33e4d5ff7043d8a0d029670a1081d3776c88e1a

6 years agoevas : fixed bug at eng_window_new() on wayland_egl
Joogab Yun [Wed, 22 Nov 2017 07:18:12 +0000 (16:18 +0900)]
evas : fixed bug at eng_window_new() on wayland_egl

@tizen_fix : bug fixed

Change-Id: I20afffbf38cfebd09a8764d33ed367d1bdf2edaf

6 years agoedje: Import missing eo descriptions for ellipsize feature
Youngbok Shin [Thu, 23 Nov 2017 07:14:08 +0000 (16:14 +0900)]
edje: Import missing eo descriptions for ellipsize feature

@tizen_fix

Change-Id: I7f46d4aebd0f431faeae59095b8a719885df2489

6 years agoeldbus: initialize ecore if want to use eldbus
JengHyun Kang [Thu, 23 Nov 2017 08:54:06 +0000 (17:54 +0900)]
eldbus: initialize ecore if want to use eldbus

Change-Id: I2445b622e4f93428c576f83d2723944620f3f0e1

6 years agoecore_input: fix to call ecore_input_joystick_init() only when it's required
Sung-Jin Park [Thu, 23 Nov 2017 07:11:23 +0000 (16:11 +0900)]
ecore_input: fix to call ecore_input_joystick_init() only when it's required

Change-Id: I86ae4840caadc0d4ea13e96a435c017d98558c47
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years agoedje: add APIs for handling text properties of Edje
Youngbok Shin [Wed, 22 Nov 2017 10:16:47 +0000 (19:16 +0900)]
edje: add APIs for handling text properties of Edje

It adds the following APIs.
- edje_object_part_text_min_policy_set/get => for backward compatability of elm_label.
- edje_object_part_text_valign_set/get => for C# Xamarin

@tizen_feature

Change-Id: I6fe6cf000185c403dcdcc4d541dcae23a82cd123

6 years agoelm_config: disable auto_norender_withdrawn feature until fix the rendering problem
Jiyoun Park [Thu, 23 Nov 2017 02:28:38 +0000 (11:28 +0900)]
elm_config: disable auto_norender_withdrawn feature until fix the rendering problem

Change-Id: I638d1ede92681840e8cee3b1fe498f91f7aea209

6 years agospec: Disable neon temporally
Wonki Kim [Thu, 23 Nov 2017 02:14:09 +0000 (11:14 +0900)]
spec: Disable neon temporally

rendering problem with neon feature.

Change-Id: If7a0be746c213ae416232736cd6a680254a3be7c
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
6 years agoelm: expose naviframe title as access object
Lukasz Stanislawski [Wed, 22 Nov 2017 14:35:14 +0000 (15:35 +0100)]
elm: expose naviframe title as access object

@tizen_feature

Change-Id: I945f23fc53ef389c95a5bcb5c3e36329450702bc

6 years agoelm: add name and description to elm_access
Lukasz Stanislawski [Wed, 22 Nov 2017 12:21:48 +0000 (13:21 +0100)]
elm: add name and description to elm_access

@tizen_feature

Change-Id: I7f7df6a64dea7fa088f805369188db2e5faae44b

6 years agoelm: add highligh_grab and higlight_clear methods for hover
Lukasz Stanislawski [Wed, 22 Nov 2017 10:38:32 +0000 (11:38 +0100)]
elm: add highligh_grab and higlight_clear methods for hover

@tizen_feature

Change-Id: I988730a2264bbff4913beaad93365ed7a8c4c74b

6 years agoelm: Fixed _accessible_set_parent for gengrid items
Patryk Kaczmarek [Wed, 22 Nov 2017 11:39:49 +0000 (12:39 +0100)]
elm: Fixed _accessible_set_parent for gengrid items

original patch: 12ec884f611d66393f6ec57172bf68b202e9a919

@tizen_fix

Change-Id: I0bbb893c6f7ca9cbd4b797595530daf32bd79cdb

6 years agoelm: deprecated: add Elm_Access_Sound_Type
Shinwoo Kim [Wed, 22 Nov 2017 09:36:27 +0000 (10:36 +0100)]
elm: deprecated: add Elm_Access_Sound_Type

original patch: be5e70ebc7c34ad622aad17d8d6b346612addefd

@tizen_feature

Change-Id: I8bb13e577f99b0aad2719b77c2cdeeba5e62e721

6 years agoedje: import ellipsize features from Tizen with new TIZEN_ONLY tags
Youngbok Shin [Thu, 9 Nov 2017 10:26:51 +0000 (19:26 +0900)]
edje: import ellipsize features from Tizen with new TIZEN_ONLY tags

All code for ellipsize and fade_ellipsis are merged by a common TIZEN_ONLY tag.
Put the following tag if you want to add a new code section for this feature.
This is for convenience of migration work.

/***********************************************************************************
 * TIZEN_ONLY_FEATURE: ellipsize.marquee, ellipsize.fade for TEXTBLOCK, TEXT part. *
 ***********************************************************************************/

... code ...

/*******
 * END *
 *******/

@tizen_feature

Change-Id: I601d410732cd258300e3aa575a8cb1ca670fcf2d

6 years agoevas: Import TIZEN_ONLY functions for Edje textblock/text calculation/ellipsize feature.
Youngbok Shin [Tue, 14 Nov 2017 12:07:46 +0000 (21:07 +0900)]
evas: Import TIZEN_ONLY functions for Edje textblock/text calculation/ellipsize feature.

@tizen_feature

Change-Id: I825ed72b52128e9beb534cfc34d0fb20df218ba6

6 years agoelm: Fixed the bugs and warnings in atspi relationship APIS
Prasoon Singh [Thu, 16 Nov 2017 09:12:13 +0000 (10:12 +0100)]
elm: Fixed the bugs and warnings in atspi relationship APIS

original patch: 3d12640004b972ed6154d0ae01d7a99efaca4042

Change-Id: I243254e1e32eb9dbcc60fdcab959f9575a589eb5

6 years agoelm: [Index] Made UX changes for atspi as per v0.2
Prasoon Singh [Tue, 14 Nov 2017 13:47:34 +0000 (14:47 +0100)]
elm: [Index] Made UX changes for atspi as per v0.2

@tizen_feature

original patch: 7cc0d0b5d9b66554c03a2a8523fe74447b0c748a

Change-Id: Ic86583388d1183d74a405cfb3ba9a2d1e29378e2

6 years agoelm: elm_atspi_bridge: fix double free issue (WGID:81393)
Shinwoo Kim [Tue, 14 Nov 2017 13:38:42 +0000 (14:38 +0100)]
elm: elm_atspi_bridge: fix double free issue (WGID:81393)

@tizen_fix

original patch: af78b85ec4ee65272f31068732b9933f1f9f8054

Change-Id: I46386e4334f22e38ddac5d06e054f5763f178d33

6 years agoelm: elm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bridg...
Shinwoo Kim [Tue, 14 Nov 2017 14:54:49 +0000 (15:54 +0100)]
elm: elm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bridge object

@tizen_fix

original patch: a097f1cb1c09d293168e79278a9d3f3f860065c5

Change-Id: I232e85786033a90468496c9dff4f894def46c62f

6 years agoelm: atspi: integrate ewk_view with elementary accessibility
Lukasz Stanislawski [Tue, 14 Nov 2017 13:03:14 +0000 (14:03 +0100)]
elm: atspi: integrate ewk_view with elementary accessibility

This patch provides some nasty hack to make accessibility
provided by webkit work with elementary accessibility

Conflicts:
        src/lib/elm_priv.h

@tizen_feature

original patch: 0df2718bb75b968eaaf4b29bae76403e7875039f

Change-Id: Ic23a8b1545fc4f3d180b4585efb249bea2393ee5

6 years agoelm: Remove warning 'genlist'
JunsuChoi [Tue, 21 Nov 2017 11:24:16 +0000 (12:24 +0100)]
elm: Remove warning 'genlist'

original_patch: 7699ae3c65f523e6a60dc6cd1fc2fe93e6aef5b5

@tizen_fix

Change-Id: I01607ca2e1bfc7077b5af5ee55de0f851b1e4b3b

6 years agoelm: atspi: sanitize service name before creating bus
Lukasz Stanislawski [Tue, 14 Nov 2017 12:29:09 +0000 (13:29 +0100)]
elm: atspi: sanitize service name before creating bus

Path fixes crashes when service name contained chracters forbbiden by
dbus daemon.

@tizen_fix

original patch: 1eb2e33ef31b6bf3c30cee18f8d11894b74ffbee

Change-Id: Ice23c57c1020de33d73dc76b3a0dcf860a7a0f7a

6 years agoelm: atspi: expose highlight information on atspi
Lukasz Stanislawski [Tue, 14 Nov 2017 16:39:49 +0000 (17:39 +0100)]
elm: atspi: expose highlight information on atspi

@tizen_feature

Change-Id: I6a79016c1fbd8c1228eb974cfb842ab0eb0d0d3f

6 years agoevas-tbm-engine: add data type for hash data
Wonsik, Jung [Tue, 21 Nov 2017 07:01:40 +0000 (16:01 +0900)]
evas-tbm-engine: add data type for hash data

Add data type of native for hash data

Change-Id: I0f2cb9f188287863a9ec831b70b81d7a150a89e7

6 years agoelm_glview : initialize to NULL after free function
Joogab Yun [Tue, 21 Nov 2017 05:35:45 +0000 (14:35 +0900)]
elm_glview : initialize to NULL after free function

@tizen_fix : bug fix

Change-Id: Ic617cec28ca5dce5f43492e09821df0c297d2185

6 years agoevas_tbm : support ROI mode (tbm rot, flip, ratio)
Joogab Yun [Tue, 21 Nov 2017 05:13:23 +0000 (14:13 +0900)]
evas_tbm : support ROI mode (tbm rot, flip, ratio)

1. color format of native tbm surface
  - sdk camera test
  - If a other flag setup before the SHD_EXTERNAL
    then color format problem happens

2. perform native buffer surface video rendering at evas object render level
  - Now origin size mode (when image size is smaller than evas object size) is supported

3. draw black rectangle image for native surface video when there is ratio value

4. don't use a clip in case of the tbm surface type.
   -  message app -> new message -> attach -> camera -> change to front
      camera -> recoding -> flip is operated which each a clip

5. calculate flip flag before rotating

6. changed concept custom ROI mode

@tizen_feature : support ROI mode

Change-Id: I564b6131a46ae9dd1dba59a4a74c7d689486a3fa

6 years agoevas-gl-engine: Fix incorrect shader code for SHD_EXTENSION and etc
Wonsik, Jung [Tue, 21 Nov 2017 01:10:54 +0000 (10:10 +0900)]
evas-gl-engine: Fix incorrect shader code for SHD_EXTENSION and etc

1. Fix incorrect fragment shader codo for SHD_EXTENSION
2. Fix the code about referencing Outbuf in Evas-GL TBM

Change-Id: Ia9790185b9d0d00f0acfef74c92df5d678c31193

6 years ago[evas_gl_engine] 1. add orientation checking at image_stride_get()
Joogab Yun [Mon, 12 Jun 2017 06:33:44 +0000 (15:33 +0900)]
[evas_gl_engine] 1. add orientation checking at image_stride_get()
                 2. add stride_get in case of tbm surface

Change-Id: I6ea901be0ba316f98dd1cc56ac697078c9a67cef

6 years ago[evas_gl] calculates texture sampling for orient (90 or 270)
Joogab Yun [Tue, 18 Jul 2017 00:53:14 +0000 (09:53 +0900)]
[evas_gl] calculates texture sampling for orient (90 or 270)

Change-Id: I9744ab3379c64fc3c829885a17295b22f2b210a2

6 years agoelm: Region show on item elements fixed
Patryk Kaczmarek [Tue, 23 Jun 2015 19:39:37 +0000 (21:39 +0200)]
elm: Region show on item elements fixed

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
original patch: e9580a6b20a0164fb8898be0dd7afae2eb4a568c

@tizen_fix

Change-Id: I46f55d63b1e04c4cd7a5ec2c43a20258f731591d

6 years agoelm: Fix for accessibility highlight
Patryk Kaczmarek [Sun, 24 May 2015 11:07:41 +0000 (13:07 +0200)]
elm: Fix for accessibility highlight

original patch: 63002a5c8662c83502a09c8b981e6f0ced976673

@tizen_fix

Change-Id: I9e2dacff672d1d0d67988d6d69a565b01012b4f6

6 years agoelm: atspi: improve accessible_at_point API
Lukasz Stanislawski [Tue, 14 Nov 2017 12:04:15 +0000 (13:04 +0100)]
elm: atspi: improve accessible_at_point API

Now accessible at point API ignore all objects with
ELM_ATSPI_ROLE_REDUNDANT_OBJECT. This helps to ignore non-interesting
objects stacked at given cooridinates (like elm_bg)

Conflicts:
src/lib/elm_bg.c
src/lib/elm_win.c

@tizen_feature

original patch: e75f30c1ea7156d7fd4d5a6e533651e14b39269e

Change-Id: I4055287fc68e2ced681c3b7216aae62248a7d717

6 years agoelm: Accessibility Highlight frame support for items
Lukasz Wlazly [Fri, 17 Nov 2017 12:52:01 +0000 (13:52 +0100)]
elm: Accessibility Highlight frame support for items

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
    Conflicts:
        src/lib/elm_main.c
        src/lib/elm_widget.c
        src/lib/elm_widget_item.eo
        src/lib/elm_win.c

original patch: c325356997d58ed9068fe2b55b612db48e670cde

@tizen_fix

Change-Id: I2c739bb5180588550fffb6f0bd7fe216ed6b7368

6 years agoelm: Accessibility frame follows parent item on scroll event
Lukasz Wlazly [Fri, 17 Nov 2017 10:51:02 +0000 (11:51 +0100)]
elm: Accessibility frame follows parent item on scroll event

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
original patch: bec6bc7119b789b5f9737bbb4bf61219ba9f1315

@tizen_fix

Change-Id: Ieb2ef0f7853b5b26b7da3bdd3d1ab1a46082ea2d

6 years agoelm: popup: add keybinding for popup "block,clicked" action
Lukasz Stanislawski [Fri, 10 Jul 2015 15:21:18 +0000 (17:21 +0200)]
elm: popup: add keybinding for popup "block,clicked" action

@tizen_feature

original patch: c856367d97020002d9a8a9e26914de8469653a86

Change-Id: I50e46127e937525ea9057cb08314d8c2d8757db9

6 years agoelm: Toolbar item accessibility highlight
Patryk Kaczmarek [Tue, 14 Nov 2017 11:19:44 +0000 (12:19 +0100)]
elm: Toolbar item accessibility highlight

Toolbar item can grab and clear accessibility highlight frame

@tizen_feature

Original patch: f919df709e670600fcea71c3001a5ce5221b61e0

Change-Id: Ide3d9680a1a92fdf01ab61760bb78baab7f209ae

6 years agoelm: widget: sort accessible children spatially
Lukasz Stanislawski [Tue, 14 Nov 2017 09:37:05 +0000 (10:37 +0100)]
elm: widget: sort accessible children spatially

original patch: d940068e1f7cc5cfc6208245a1fb0e92f1a813d4

Change-Id: Ie3f1ddac5712089f85f1490f0b6c6e819c52f74f

6 years agoelm: Fix for: Accessibility Highlight Frame added
Lukasz [Mon, 20 Nov 2017 12:11:58 +0000 (13:11 +0100)]
elm: Fix for: Accessibility Highlight Frame added

Missing function declaration added.

Related to: https://review.tizen.org/gerrit/#/c/160143/

Change-Id: Ie221c33e08de3d6131edc3d05d28d10abbf92510

6 years agoelm: mark atspi API as public
Lukasz Stanislawski [Tue, 14 Nov 2017 11:51:15 +0000 (12:51 +0100)]
elm: mark atspi API as public

@tizen_fix

Original patch: b9a544128dfb4d23e06995a233e166b0a166ae86

Change-Id: I7892c9433d675d9ba6618991ae46488060752c3c

6 years agoelm: Rename elm_interface_atspi_widget_action mixin
Lukasz Stanislawski [Thu, 16 Nov 2017 02:31:26 +0000 (11:31 +0900)]
elm: Rename elm_interface_atspi_widget_action mixin

Reviewers: jpeg

Subscribers: jenkins, cedric, jpeg

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

Change-Id: I5656302bd960511a3e0e0092512a92f4833f16b2

6 years agoevas_gl_tbm: Fix to fail getting Outbuf in Evas GL TBM backend
Wonsik, Jung [Mon, 20 Nov 2017 09:47:23 +0000 (18:47 +0900)]
evas_gl_tbm: Fix to fail getting Outbuf in Evas GL TBM backend

Fix to fail getting Outbuf of eng_image_native_set in Evas_GL_TBM_Backend

@Tizen_feature

Change-Id: I1646078c7a270c5cb99e35f2637b4e189a1a6268

6 years ago[evas_sw_backend] 1. evas sw tbm backend implement
Joogab Yun [Fri, 17 Nov 2017 05:51:33 +0000 (14:51 +0900)]
[evas_sw_backend] 1. evas sw tbm backend implement
                  2. wayland_tbm_client_init / deinit in ecore_evas

Change-Id: I6a826f357fab956d76c350ee2fe07901791902be

6 years ago[evas_gl_context] temporary bug fix about extension check
Joogab Yun [Fri, 17 Nov 2017 10:31:39 +0000 (19:31 +0900)]
[evas_gl_context] temporary bug fix about extension check

Change-Id: I7a893b2f5f5f6f029726ad67b04389e22904e21f

6 years agoevas_tbm: fix incorrect return value of eng_output_setup()
Wonsik, Jung [Fri, 17 Nov 2017 09:02:50 +0000 (18:02 +0900)]
evas_tbm: fix incorrect return value of eng_output_setup()

Fix incorrect return value of eng_output_setup()

Change-Id: Ia8beb0d1d41c9d38cf0210baa3564f7464b7c249

6 years agoelm: atspi: add highlighted/unhighlighted signal in elm_widget
JunsuChoi [Thu, 16 Nov 2017 08:06:56 +0000 (17:06 +0900)]
elm: atspi: add highlighted/unhighlighted signal in elm_widget

   add highlight signal in highlight_grab/clear function.
   original patch : 09058cb1ae8786e1d8bd205dafae9ee0dda23c6d
   @tizen_feature

Change-Id: Id30fefb10b54e06e715f25124b6c51c59c671392

6 years agoelm: atspi: add null check and fix crash from plug_id
JunsuChoi [Thu, 16 Nov 2017 07:46:46 +0000 (16:46 +0900)]
elm: atspi: add null check and fix crash from plug_id

   The format of receiving plug_id may change, causing a crash.
   So add null check and set bus value from 0 to split.

   original patch : cee0b0f4a74629bf5d6f77cc0936dc87aebf44e8

Change-Id: Ic59925c438135c9fedfa9bed4e1c374f27d5a90d

6 years agoelm: win: fix crash on accessibility_highlight
Lukasz Stanislawski [Wed, 16 Sep 2015 13:03:30 +0000 (15:03 +0200)]
elm: win: fix crash on accessibility_highlight

This patch fixes hoversel crash caused by elm_win unhighlight function.
For some reason internal window field "obj" was NULL in this cases.

original patch: 9ff9b6b3f38b53d3af1f7a2679bb39da4b1dd9ee

@tizen_fix

Change-Id: Ibb01c8caf84c5ee847e12076cf723d41ea4774f5

6 years agoelm: Accessibility Highlight Frame added
Lukasz Wlazly [Wed, 15 Nov 2017 11:42:02 +0000 (12:42 +0100)]
elm: Accessibility Highlight Frame added

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
        src/lib/elm_main.c
        src/lib/elm_object.h
        src/lib/elm_widget.c
        src/lib/elm_widget.eo
        src/lib/elm_widget.h
        src/lib/elm_win.c

original patch: d4259dd85a6e3f99f93772f2b70ef1450a80202c

@tizen_fix

Change-Id: Iae67e2af7ea98cc00319abf6a0f351c5bb96e266

6 years agoelm: list: enhance accessibility scroll and highlight.
Lukasz Stanislawski [Tue, 14 Nov 2017 10:10:50 +0000 (11:10 +0100)]
elm: list: enhance accessibility scroll and highlight.

@tizen_feature

original patch: 02c20ee39a0ebbe67b9e1491ccfc46dd681821c9

Change-Id: I6400915ef44d2e824450b5cf1c80342708c4f2bc

6 years agoelm: genlist: enhance accessibility scroll & highlight
Lukasz Stanislawski [Tue, 14 Nov 2017 11:45:24 +0000 (12:45 +0100)]
elm: genlist: enhance accessibility scroll & highlight

Conflicts:
src/lib/elm_widget_genlist.h

@tizen_feature

original patch: 30d9a6012e629cd9ea60eae8d576f3ebb94ada86

Change-Id: Idbf0d08f7cecf3d903024971fa8e0f1d775c35c6

6 years agoevas gl: fixed undefined function GL_TH error
Gwanglim Lee [Thu, 16 Nov 2017 13:54:58 +0000 (22:54 +0900)]
evas gl: fixed undefined function GL_TH error

Change-Id: I33b54fd2ad70c036e81027ddc67e1b3ee5499680

6 years agoevas_gl_tbm: fixed symbol error
Gwanglim Lee [Thu, 16 Nov 2017 13:54:16 +0000 (22:54 +0900)]
evas_gl_tbm: fixed symbol error

Change-Id: I164c3f5883782d7ac3bfedf8e4ec269e15943ba6

6 years agoevas_gl_tbm: added ecore_evas_tbm_ext_new and its internal functions to export symbol
Gwanglim Lee [Thu, 16 Nov 2017 07:00:13 +0000 (16:00 +0900)]
evas_gl_tbm: added ecore_evas_tbm_ext_new and its internal functions to export symbol

Change-Id: Ia6afa111ccded46623053c10216ac20d38df6912

6 years ago[evas_gl] change oreint_set() / data_set() / data_get() like sw backend
Joogab Yun [Wed, 15 Nov 2017 07:56:36 +0000 (16:56 +0900)]
[evas_gl] change oreint_set() / data_set() / data_get() like sw backend

1. change rotate_image_data() like sw backend
2. evas: returns the image.data with orient applied
  -  after the evas_object_orient_set(), it should have a rotated buffer that was rotated
    image when evas_object_data_get()
3. fixed image corruption issue
  - repeating evas_object_image_orient_set() and evas_object_imgae_data_get() breaks the image.
    so I modify the image rotated part like sw backend.
4. save the orient value when doing image_data_get()
  - (1) evas_object_orient_set(image1, 90)
    (2) buffer = evas_object_image_data_get(image1);
    (3) evas_object_image_data_set(image2, buffer);
     we need an orient value of image1 for image2,
     so we keep orient value of image1 at image_data_get()

Change-Id: I4de8f9b9c3636d087da4eadf44962383587397be

6 years agoelm_conform: implemented elm_win_conformant_set/get for wayland
Juyeon Lee [Thu, 16 Nov 2017 05:28:58 +0000 (14:28 +0900)]
elm_conform: implemented elm_win_conformant_set/get for wayland

if conformant_parts are changed, re-evaluates the size of each parts

@tizen_feature

Change-Id: Ie557afe12f00015d23697c978437d74bd11402d9

6 years agoevas_gl_tbm: fixed dependency issue for the evas gl shared header
Gwanglim Lee [Thu, 16 Nov 2017 04:54:35 +0000 (13:54 +0900)]
evas_gl_tbm: fixed dependency issue for the evas gl shared header

Change-Id: Ie583c9ac1b49dff9cdc1164d695afe392c878166

6 years agoevas_tbm: Add ecore_evas tbm backend and evas engine
Wonsik, Jung [Wed, 15 Nov 2017 12:48:50 +0000 (21:48 +0900)]
evas_tbm: Add ecore_evas tbm backend and evas engine

@tizen_feature : It is the rendering engine for tizen offscreen buffer.

Change-Id: Iaa6544d70e121e9bb8f3b03241b1c045e0869edb

6 years agosupport tizen dlog logging system
Jongmin Lee [Wed, 21 Jan 2015 12:19:47 +0000 (21:19 +0900)]
support tizen dlog logging system

Conflicts:
src/lib/eina/eina_log.c

Change-Id: I608f5a494fb8b72ee9b40e06c618cfe601a130ef

6 years agoelm_win: do deferred resize job first before calling rotation change callback
Doyoun Kang [Thu, 16 Nov 2017 01:02:40 +0000 (10:02 +0900)]
elm_win: do deferred resize job first before calling rotation change callback

there was a bug that the elm_win didn't resize when an user called evas_object_resize
with previous width and height in wm,rotation,changed smart callback function.

Change-Id: Ia986500d7ee8f90a1c11142023d62763a27514f1

6 years agoelm: atspi: implement HighlightGrab and HighlightClear methods
Lukasz Stanislawski [Mon, 13 Nov 2017 16:19:51 +0000 (17:19 +0100)]
elm: atspi: implement HighlightGrab and HighlightClear methods

Conflicts:
        src/lib/elm_widget.c
        src/lib/elm_widget.eo

@tizen_feature

original patch: 29e253e2f7ef3c632ac3a64c489bf569df407f30

Change-Id: I4e9994c07c815c50874232235001bf8f55ca6229

6 years agoelm: rename Elm_Interface_Atspi_Accessible interface
Lukasz Stanislawski [Thu, 19 Oct 2017 01:13:54 +0000 (10:13 +0900)]
elm: rename Elm_Interface_Atspi_Accessible interface

Subscribers: cedric, jpeg

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

Change-Id: I639f92906f2b58625be4bae8bd2d26f7c73e1f67

6 years agoefl_ui_win: fix warning and comments
Juyeon Lee [Wed, 15 Nov 2017 09:35:20 +0000 (18:35 +0900)]
efl_ui_win: fix warning and comments

@fix

Change-Id: Id381867af384ebac3af65cce8c5abd350004b207

6 years agoefl_ui_win: add APIs for aux_hint(auxiliary hint)
Juyeon Lee [Wed, 15 Nov 2017 09:31:37 +0000 (18:31 +0900)]
efl_ui_win: add APIs for aux_hint(auxiliary hint)

@tizen_feature
This is Tizen only feature.
The window auxiliary hint is the value that is used to decide which action should be made available to the user by the Windows Manager.
If you want to set a specific hint to your window, then you should check whether it exists in the supported auxiliary hints.

Change-Id: Ibe51b79ac74771204c4ac09b003c9ddf7cb6c64f

6 years agoelm: rename Elm.Interface.Atspi.Text => Efl.Access.Text
Lukasz Stanislawski [Mon, 25 Sep 2017 08:15:44 +0000 (17:15 +0900)]
elm: rename Elm.Interface.Atspi.Text => Efl.Access.Text

Reviewers: cedric, jpeg

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

Change-Id: Id5df5fa4746c52e3bf26b10e9873bae6bf294c30

6 years agoecore_evas: re-implement _ecore_evas_mouse_move_with_multi_info_process2()
Sung-Jin Park [Wed, 15 Nov 2017 06:45:13 +0000 (15:45 +0900)]
ecore_evas: re-implement _ecore_evas_mouse_move_with_multi_info_process2()

Change-Id: Iea873aa7b0d4efb51cb69aa7af1f5879f7985c75
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years ago[evas_gl_thread] Implement evas gl thread
Joogab Yun [Tue, 14 Nov 2017 10:25:19 +0000 (19:25 +0900)]
[evas_gl_thread] Implement evas gl thread

    1. combine the gl and evgl threads together
       : export EVAS_GL_RENDER_THREAD=1
    2. Changed the pushing method of thread commands

        Now user can allocate a command buffer first, then enqueue it.
        It will be free automatically after callback is called.

        GL_TH_ST(command) *buf;
        void *thcmd_ref;
        buf = evas_gl_thread_cmd_create(EVAS_GL_THREAD_TYPE_GL,
                                        sizeof(GL_TH_ST(command)),
                                        &thcmd_ref);
        buf->xxx = xxxx; // Setup content
        evas_gl_thread_cmd_enqueue(thcmd_ref
                                   GL_TH_CB(command),
                                   EVAS_GL_THREAD_MODE_FINISH);
    3. Refactoring Thread functions of EGL/GLX to the new form
    4. Replace GL_TH and EVGL_TH to the new form
    5. Refactoring EvasGL macro to attach thread funcs
    6. Replace dlopen'ed symbols (glsym_XXX)
    7. Replace functional threading codes to the new form
    8. Enable direct rendering when evas gl thread is On
    9. minor patch
      - change mode of glTexImage2D to 'finish mode' in case of GLES1.1
      - change the finish and flush mode for some egl/gl calls

@tizen_feature : evas gl render thread

Change-Id: I0a48a07d409b09d3841f00085e35100a7fb17eb3

6 years agoecore_main: handle EPOLLHUP
MinJeong Kim [Wed, 2 Dec 2015 02:49:46 +0000 (11:49 +0900)]
ecore_main: handle EPOLLHUP

When hang up happened on the file descriptor, there are no solution to
prevent infinite loop for handling the file descriptor.
To resolve thie problem, EPOLLHUP handling process is added.

@fix

Change-Id: Ibce80c1adfd6a2744347130e0942199aff9396dc

6 years agoecore_wl2: add api to set data only mode for using clipboard
Doyoun Kang [Wed, 15 Nov 2017 00:12:41 +0000 (09:12 +0900)]
ecore_wl2: add api to set data only mode for using clipboard

@tizen_feature

Change-Id: If43ac2d3d60fc5831041936534bab691ef21d313

6 years agoecore_evas: support output transform
Boram Park [Tue, 14 Nov 2017 23:44:13 +0000 (08:44 +0900)]
ecore_evas: support output transform

Change-Id: I66f1577e67a087a77b473da3c3f76f9daf91fc45

6 years agoecore_wl2: dispatch the output geometry event
Boram Park [Wed, 8 Nov 2017 00:40:15 +0000 (09:40 +0900)]
ecore_wl2: dispatch the output geometry event

Change-Id: I52a7631fe971c1ff07c893978953670f638479cf

6 years agoecore_wl2: add ecore_wl_window_video_has
Boram Park [Wed, 8 Nov 2017 00:07:29 +0000 (09:07 +0900)]
ecore_wl2: add ecore_wl_window_video_has

Change-Id: Ib2fa79d515e3c6eb037aaf33ea22d4f4fd0bd8c2

6 years agoecore_wl2: add ecore_wl2_window_active_angle_get API in Ecore_Wl2.h
Doyoun Kang [Tue, 14 Nov 2017 23:17:30 +0000 (08:17 +0900)]
ecore_wl2: add ecore_wl2_window_active_angle_get API in Ecore_Wl2.h

Change-Id: Ib821460da4094d119f8a92d7cb454fec7f09dd99

6 years agoecore_wl2_window: do not clear opaque region when alpha value is changed
Doyoun Kang [Tue, 14 Nov 2017 23:03:10 +0000 (08:03 +0900)]
ecore_wl2_window: do not clear opaque region when alpha value is changed

Even though the surface has alpha value, surface can set its opaque region.

Change-Id: Icbecf8be9f8592f692b31ee8639542774333ae00

6 years agoevas: add radius, radius_x, radius_y, pressure, and angle to mouse event structs
Gwanglim Lee [Tue, 14 Nov 2017 13:32:13 +0000 (22:32 +0900)]
evas: add radius, radius_x, radius_y, pressure, and angle to mouse event structs

Evas Mouse events are used for mouse and also the first touch point.
In order not to lose touch information of first touch,
we add extended members to Evas_Event_Mouse_XXXwq structs.
The values of these members come from Ecore_Event_Mouse_XXX.

Change-Id: I9b91bfe60db648b45e2ed03aed3b78616034dbf6

6 years agospec: removed duplicated ecore-wl2 pkg
Gwanglim Lee [Tue, 14 Nov 2017 13:22:31 +0000 (22:22 +0900)]
spec: removed duplicated ecore-wl2 pkg

Change-Id: Id2fdd17e31573718925078a93ea465d82a644eda

6 years agoevas_map: added precise coord get/set APIs
MinJeong Kim [Mon, 10 Aug 2015 03:21:46 +0000 (12:21 +0900)]
evas_map: added precise coord get/set APIs

Parameters of evas_map_point_coord_get/set are integer coordinates values,
so any caller of APIs can not get/set coordinates of evas map accurately.
For improving accuracy of that, below two APIs using double value are added.
 - evas_map_point_precise_coord_set
 - evas_map_point_precise_coord_get

Change-Id: I632477de1224a0dd2db509809835f1e627762b64
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
6 years agoecore_wl2: add code to handle active display angle
Doyoun Kang [Tue, 14 Nov 2017 11:14:08 +0000 (20:14 +0900)]
ecore_wl2: add code to handle active display angle

@tizen_feature

Change-Id: I45c0c0061b726cae79d4d09497cb11e8d8f171bf

6 years agoefl_ui_win: remove ELM_WIN_CHECK
Juyeon Lee [Tue, 14 Nov 2017 10:45:08 +0000 (19:45 +0900)]
efl_ui_win: remove ELM_WIN_CHECK

@fix

Change-Id: Iff3d57eb888d86be92b830365fb2978f2ad041cb

6 years agoefl_ui_win: do not prohibit fake win's auto-render
Juyeon Lee [Tue, 14 Nov 2017 10:44:21 +0000 (19:44 +0900)]
efl_ui_win: do not prohibit fake win's auto-render

@fix

Change-Id: I0304f8a85d1769c48173392505215d65f48e9ca9

6 years agoecore_wl2: add code to call tizen API in some functions
Doyoun Kang [Tue, 14 Nov 2017 10:44:10 +0000 (19:44 +0900)]
ecore_wl2: add code to call tizen API in some functions

@tizen_feature

Change-Id: I2d2380d727b395ee2c20cec490cbd7fab48fe857

6 years agoefl_ui_win: implement elm_win_floating_mode_set on wayland
Juyeon Lee [Tue, 14 Nov 2017 09:43:18 +0000 (18:43 +0900)]
efl_ui_win: implement elm_win_floating_mode_set on wayland

Change-Id: I3f2964deee94d337273e053243c40cad914e19e8

6 years agoefl_ui_win: apply a property of skip_focus in case invoking elm_win_quickpanel_set
Juyeon Lee [Tue, 14 Nov 2017 09:37:55 +0000 (18:37 +0900)]
efl_ui_win: apply a property of skip_focus in case invoking elm_win_quickpanel_set

@tizen_feature

Change-Id: I8aadcbee1991da13f601309feebd8465dfc97c6f

6 years agoecore_wl2: send configure event when the window is unmaximixed/unfullscreen
Doyoun Kang [Tue, 14 Nov 2017 09:01:02 +0000 (18:01 +0900)]
ecore_wl2: send configure event when the window is unmaximixed/unfullscreen

@tizen_feature

Change-Id: I22c6d4db208e623f6be115ab6c710dc1255a240d

6 years agoefl_ui_win: fix build break
Juyeon Lee [Tue, 14 Nov 2017 09:00:02 +0000 (18:00 +0900)]
efl_ui_win: fix build break

Change-Id: I8e08151791069f914e9f1805d4a37c2379605274

6 years agoefl_ui_win: set wayland parent window
Juyeon Lee [Tue, 14 Nov 2017 08:52:00 +0000 (17:52 +0900)]
efl_ui_win: set wayland parent window

@tizen_feature

Change-Id: I05aaad04042558cf330d89a608b93d7eea832609

6 years agoefl_ui_win: if there are deferred resize job, do the job immediately
Juyeon Lee [Tue, 14 Nov 2017 08:47:03 +0000 (17:47 +0900)]
efl_ui_win: if there are deferred resize job, do the job immediately

@tizen_feature

Change-Id: I2aa73c0ecb6a95ae4bb86be7a06b83a1e5abdc88

6 years agoefl_ui_win: add elm_win_active_win_orientation_get
Juyeon Lee [Tue, 14 Nov 2017 08:27:21 +0000 (17:27 +0900)]
efl_ui_win: add elm_win_active_win_orientation_get

@tizen_feature

Change-Id: Iee498bb9fef9ad2944cb452c8e351306f02e6c05

6 years agoefl_ui_win: add elm_win_profiles_set
Juyeon Lee [Tue, 14 Nov 2017 08:18:19 +0000 (17:18 +0900)]
efl_ui_win: add elm_win_profiles_set

@tizen_feature

Change-Id: If73dede0fe6a2b6a0a4d9f91ad3672937dce2ce1

6 years agoecore_evas_wayland: add code for _ecore_evas_wl_common_move
Doyoun Kang [Tue, 14 Nov 2017 08:37:36 +0000 (17:37 +0900)]
ecore_evas_wayland: add code for _ecore_evas_wl_common_move

@tizen_feature

Change-Id: I481b9fd1b75a705fd3a018f6c5c4cee06e9b54bb

6 years agoecore_evas_wayland: support lower request
Doyoun Kang [Tue, 14 Nov 2017 07:00:08 +0000 (16:00 +0900)]
ecore_evas_wayland: support lower request

@tizen_feature

Change-Id: I1d39f8c01034dfb1d6d976e0c5c7ae6f7276b329

6 years agoecore_wayland: set a role property while creating cursor surface
Doyoun Kang [Tue, 14 Nov 2017 06:46:41 +0000 (15:46 +0900)]
ecore_wayland: set a role property while creating cursor surface

@tizen_feature

Change-Id: I96ca631b2d2fdccdc06260f9bb1196d44d5779d4

6 years agoecore_evas_wayland: add _ecore_evas_wl_common_render function
Doyoun Kang [Tue, 14 Nov 2017 05:36:41 +0000 (14:36 +0900)]
ecore_evas_wayland: add _ecore_evas_wl_common_render function

Change-Id: I13b0c80c31a36ccc75d01687ea384caf602d706c

6 years agoecore_evas: fix build breaks
Sung-Jin Park [Tue, 14 Nov 2017 05:35:02 +0000 (14:35 +0900)]
ecore_evas: fix build breaks

Change-Id: Ib6a1ab27025d6590cfe0c7ba83397c0a89e31168
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years agoefl.spec: fix pkgconfig error related with ecore-core.pc
Jiyoun Park [Tue, 14 Nov 2017 05:32:27 +0000 (14:32 +0900)]
efl.spec: fix pkgconfig error related with ecore-core.pc

Change-Id: I22d20b1703989e37689cbc77065d36a98bf6e363

6 years agoecore_evas: Pend the rotation until app set the rotation.
Doyoun Kang [Tue, 14 Nov 2017 05:13:29 +0000 (14:13 +0900)]
ecore_evas: Pend the rotation until app set the rotation.

Currently, camera use the elm_win_rotation_with_resize_set.
it rotate the canvas, and chage the win size also.
The reason why they use this api is to use the object rotation effect during the rotation.

If window server send rotation event during the rotation, or efl client deal with the rotation
during the app's rotation effect, it cause flickering.

Before, X backend , landscape rotation
1. set the available rotation set only 0
2. window server didn't send rotation effect
3. apps listen the devicd rotation callback
4. apps set elm_win_rotation_with_resize_set 90 or 270
5. efl client set the X property related with rotation
6. window server deals with the rotation by app side.

But now window server don't want to support this api , becuase client rotation causes the whole of rotation policy.
Opensource side, server need to support this situation, but we need to time to discuss.
to support compatibility, add this code until we find the final solution.

this concept is
1. app set pending rotation using aux_hint (it means app will deal with the rotation)
2. efl client doesn't deal with server's rotation
3. do the rotation job by app just like the server's rotation.

Change-Id: I0d244194cf2f4adc0cf241b806bd1440f0026045

6 years agoecore_evas: fix not to use the removed mouse structure
Sung-Jin Park [Tue, 14 Nov 2017 05:10:14 +0000 (14:10 +0900)]
ecore_evas: fix not to use the removed mouse structure

Change-Id: I0d86f09a11735498f413382f31f41a276b172921
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years agorename .gbs.conf to gbs.conf.bak temporarily
Youngbok Shin [Tue, 14 Nov 2017 04:39:35 +0000 (13:39 +0900)]
rename .gbs.conf to gbs.conf.bak temporarily

There was a build failure issue with the latest gbs (0.24.9).
I found removing .gbs.conf will fix the issue.
Also, modifying upstream_branch's value "upstream" to
"origin/upstream" or "origin/tizen" etc will fix it, too.

I don't know which way is correct way to fix this issue.
To keep history of this file, I just rename it.
So, you can use gbs 0.24.9 to build the packages.

@tizen_fix

Change-Id: I1f84fcc596be72c820083e9be8587d2edb63848a

6 years agoecore_input_evas: push an evas device if there is the device within an ecore input...
Sung-Jin Park [Tue, 14 Nov 2017 04:20:12 +0000 (13:20 +0900)]
ecore_input_evas: push an evas device if there is the device within an ecore input event

Change-Id: Ia6bab7e0dcb349d1824ff592cee103e93584afe4
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
6 years agoecore_wl2: Modify API ecore_wl_window_geometry_get() and use it on event handler...
Doyoun Kang [Tue, 14 Nov 2017 02:07:29 +0000 (11:07 +0900)]
ecore_wl2: Modify API ecore_wl_window_geometry_get() and use it on event handler of configure.

The geometry of ecore_wl_window can be reconfigured by both of server and client.
Before, we passed its geometry as a Ecore Event in order to notify ecore_evas,
But in this case we cannot gaurantee coherence.
Thus, it would be better to give the geometry by the API on event handler.

Change-Id: Ic5dda59ab126912e0de4e4cf2d2f6c29b38f667e