platform/upstream/enlightenment.git
13 months agoe_client: add e_client_explicit_sync_acquire_fence_fd_get/set functions 78/294978/1
SooChan Lim [Tue, 13 Jun 2023 07:57:38 +0000 (16:57 +0900)]
e_client: add e_client_explicit_sync_acquire_fence_fd_get/set functions

The e_client contains the aquire_fence_fd of which value will be set by e_explicit_sync.

Change-Id: Idbd7f4bec006dcfd28a4858a85ddf228fd3045a6

13 months agoe_explicit_sync: remove e_explicit_sync_commit function. 77/294977/1
SooChan Lim [Tue, 13 Jun 2023 06:01:59 +0000 (15:01 +0900)]
e_explicit_sync: remove e_explicit_sync_commit function.

Instead, the implementation of e_explicit_sync_surface_commit() fucntion is put
into _e_explicit_sync_surface_cb_wl_surface_commit() function

Change-Id: Ib3b4c2bb57dde9b8d235fb2f79857c11f9e4973d

13 months agoe_explicit_sync: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT callback function 76/294976/1
SooChan Lim [Tue, 13 Jun 2023 05:50:09 +0000 (14:50 +0900)]
e_explicit_sync: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT callback function

The e_explicit_sync uses the E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT callback instead of
the call of e_explicit_sync_surface_commit at e_comp_wl.c

Change-Id: I9a1252c194d93513b2f531594390bdc27ed18e41

13 months agoe_comp_wl: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT 75/294975/1
SooChan Lim [Tue, 13 Jun 2023 11:12:41 +0000 (20:12 +0900)]
e_comp_wl: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT

This hook call of this hook type is called before the commit functions of remote_surface, subsurface and surface.

Change-Id: I762e90e51bf1e09a752c0b31a0cf1712ee0fa5b2

13 months agoe_comp_wl & e_comp_wl_input: fixed pointer constraints logic using mouse in cb instea... 53/294953/1
Sungjin Park [Fri, 28 Apr 2023 03:15:50 +0000 (12:15 +0900)]
e_comp_wl & e_comp_wl_input: fixed pointer constraints logic using mouse in cb instead of focus cb

Change-Id: I128f39e302b920e85bb7ab17953a9e359973dc7a
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl_input: fixed to use client's y position to warp pointer when locked pointer... 52/294952/1
Sungjin Park [Thu, 27 Apr 2023 04:34:19 +0000 (13:34 +0900)]
e_comp_wl_input: fixed to use client's y position to warp pointer when locked pointer is destroyed

Change-Id: I276348fd94fc7b7a0a892d43a1e9fcd36c2d59dc
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl_input: fixed to update region_pending in locked_pointer_set_region callback 51/294951/1
Sungjin Park [Thu, 27 Apr 2023 04:31:14 +0000 (13:31 +0900)]
e_comp_wl_input: fixed to update region_pending in locked_pointer_set_region callback

Change-Id: I02aae0b8083c4a52258cd236b36edb61597371b6
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoecomp_wl & e_comp_wl_input: moved header inclusion to .c file for relative pointer... 50/294950/1
Sungjin Park [Thu, 27 Apr 2023 02:13:52 +0000 (11:13 +0900)]
ecomp_wl & e_comp_wl_input: moved header inclusion to .c file for relative pointer and pointer constraints

Change-Id: Ifb289508648b5ff5d269d727deb02d17ba10a457
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl: prepend mouse move event handler to prevent mouse move propagation when... 49/294949/1
Sungjin Park [Tue, 25 Apr 2023 11:51:34 +0000 (20:51 +0900)]
e_comp_wl: prepend mouse move event handler to prevent mouse move propagation when required

Change-Id: Ic61a340f0fbab911747a46b2ff0fea352a301878
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl_input: set/unset pointer relative motion handler when a pointer constraint... 48/294948/1
Sungjin Park [Tue, 25 Apr 2023 11:49:31 +0000 (20:49 +0900)]
e_comp_wl_input: set/unset pointer relative motion handler when a pointer constraint is activated/deactivated

Change-Id: I5a279f8fe8186912850b50c0c1f09725a2258a4d
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_input_evdev: modified to send pointer relative motion event when required 47/294947/1
Sungjin Park [Tue, 25 Apr 2023 11:38:25 +0000 (20:38 +0900)]
e_input_evdev: modified to send pointer relative motion event when required

Change-Id: I15850efd519d0481ad260b836d08ec844e9d00ab
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_input: added internal APIs to set/get pointer relative motion handler 46/294946/1
Sungjin Park [Tue, 25 Apr 2023 11:36:53 +0000 (20:36 +0900)]
e_input: added internal APIs to set/get pointer relative motion handler

Change-Id: I5e95285611c1f52b9531b1388dc96e3fd325bc40
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl & e_comp_wl_input: added signal emitters for pointer constraints 45/294945/1
Sungjin Park [Tue, 25 Apr 2023 11:25:02 +0000 (20:25 +0900)]
e_comp_wl & e_comp_wl_input: added signal emitters for pointer constraints

Change-Id: I868c98a32d62bbb722950ed40e1f4228ce661364
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl & e_comp_wl_input: added implementation for zwp_pointer_constraints_v1_inte... 44/294944/1
Sungjin Park [Tue, 25 Apr 2023 11:18:24 +0000 (20:18 +0900)]
e_comp_wl & e_comp_wl_input: added implementation for zwp_pointer_constraints_v1_interface

Change-Id: Ib8393b03d78761e97cd92cd2b179d0d877ff1c25
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_comp_wl & e_comp_wl_input: added implementation for zwp_relative_pointer_v1_interface 43/294943/1
Sungjin Park [Tue, 25 Apr 2023 10:52:09 +0000 (19:52 +0900)]
e_comp_wl & e_comp_wl_input: added implementation for zwp_relative_pointer_v1_interface

Change-Id: Ic712d83511d7a3f7bcdc61a5e12640d5f5ad4e6e
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agopackaging: added support for relative pointer and pointer constraints wayland extension 42/294942/1
Sungjin Park [Tue, 25 Apr 2023 07:49:24 +0000 (16:49 +0900)]
packaging: added support for relative pointer and pointer constraints wayland extension

Change-Id: Ib19f6fd473dc3d7356bb107ae80d48ad5a18cec8
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
13 months agoe_actions: restore action codes for window_move and window_resize accepted/tizen/unified/20230629.132052
Junseok Kim [Wed, 28 Jun 2023 07:15:21 +0000 (16:15 +0900)]
e_actions: restore action codes for window_move and window_resize

Change-Id: Ie1011d189f6e5217936f7b0097d2218ab8b64aab

13 months agoe_client: meld pass 2 and pass3 into one pass in e_client_idler_before
Junseok Kim [Thu, 15 Jun 2023 10:59:34 +0000 (19:59 +0900)]
e_client: meld pass 2 and pass3 into one pass in e_client_idler_before

Change-Id: I15ee1bda8e7f891d0f1af9bdfad9d9a7c3ada99d

13 months agoe_client: remove code for move lost window to center
Junseok Kim [Thu, 15 Jun 2023 10:57:40 +0000 (19:57 +0900)]
e_client: remove code for move lost window to center

Change-Id: Ic527377b5a2c4d5777db9e664248f6e5c9c666f5

13 months agoe_client: remove e_client layout callback
Junseok Kim [Thu, 15 Jun 2023 09:08:06 +0000 (18:08 +0900)]
e_client: remove e_client layout callback

Change-Id: Iff485b96b9eedd5554392ea0e9a95740778b0717

13 months agoe_client: remove frame update
Junseok Kim [Thu, 15 Jun 2023 08:40:18 +0000 (17:40 +0900)]
e_client: remove frame update

Change-Id: I0e6e9fb0eb9211293dcc4de51b7ba0246415fdcc

13 months agoe_client: remove unused event emit on e_client_idler_before
Junseok Kim [Thu, 15 Jun 2023 08:00:47 +0000 (17:00 +0900)]
e_client: remove unused event emit on e_client_idler_before

remove unused event that E_EVENT_CLIENT_PROPRERTY with
E_CLIENT_PROPERTY_TITLE property.

Change-Id: Iebd1275611beb751524d6b6eed6324a401256229

13 months agoe_devicemgr_inputgen: fix to convert clas to Ecore_Device_Class when deinit generator
duna.oh [Mon, 26 Jun 2023 08:01:28 +0000 (17:01 +0900)]
e_devicemgr_inputgen: fix to convert clas to Ecore_Device_Class when deinit generator

There was a bug sending a enum TIZEN_INPUT_DEVICE_MANAGER_CLAS_XXX
to _e_devicemgr_inputgen_list_get() API which takes Ecore_Device_Class type
as a argument.

Change-Id: Iaf6093d73134322a8c2442b022b0d49cda6c5126

13 months agoe_hwc: reduce log length
Changyeon Lee [Mon, 26 Jun 2023 06:42:18 +0000 (15:42 +0900)]
e_hwc: reduce log length

Change-Id: Ie7cffb0e5f5cdaefffbd63131e2f061ddac97f7d

13 months agoe_actions: remove e_actions
SooChan Lim [Mon, 19 Jun 2023 04:41:46 +0000 (13:41 +0900)]
e_actions: remove e_actions

E20 does not support e_action and does not use it anymore.

Change-Id: I44091c3531d1a74bbd694ead9194776e9a652217

13 months agoe_eom: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:36:47 +0000 (17:36 +0900)]
e_eom: use ELOGF in log macro

Change-Id: I0dda20390892aceaa77421a3efcfb95447c0f214

13 months agoe_comp_wl_capture: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:34:15 +0000 (17:34 +0900)]
e_comp_wl_capture: use ELOGF in log macro

Change-Id: I163cf44d266ab5e71bcd06939e0ce595859483c3

13 months agoe_output: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:30:03 +0000 (17:30 +0900)]
e_output: use ELOGF in log macro

Change-Id: I15ea65539f19b8c77c301d6d324b48170045a842

13 months agoe_explicit_sync: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:26:37 +0000 (17:26 +0900)]
e_explicit_sync: use ELOGF in log macro

Change-Id: Ia29463749969a0d1de1b418450e2493e608869da

13 months agoe_comp_wl_rsm: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:24:11 +0000 (17:24 +0900)]
e_comp_wl_rsm: use ELOGF in log macro

Change-Id: I47f12ba10c8cc1634a188a6f28aa8aefe45b7000

13 months agoe_presentation_time: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 08:21:06 +0000 (17:21 +0900)]
e_presentation_time: use ELOGF in log macro

Change-Id: Ic5ac60f43a976792227520c53f6af3a398af326d

13 months agoe_hwc: use ELOGF in log macro
Changyeon Lee [Wed, 21 Jun 2023 07:48:03 +0000 (16:48 +0900)]
e_hwc: use ELOGF in log macro

Change-Id: I47e056992a6a3c35c1ddab0866ed54d840b1423a

13 months agoe_log: reduce ELOG length
Changyeon Lee [Wed, 21 Jun 2023 07:42:43 +0000 (16:42 +0900)]
e_log: reduce ELOG length

Change-Id: I921061442174eec7676feecec525521459cacc1a

13 months agoe_log: add ELOGFD and ELOGFE
Changyeon Lee [Wed, 21 Jun 2023 07:38:38 +0000 (16:38 +0900)]
e_log: add ELOGFD and ELOGFE

support formatted error and debug log message

Change-Id: I42fe345df297fa53f2756c525dece9cd82c79ae1

13 months agoe_comp_wl: reduce log length
Changyeon Lee [Wed, 21 Jun 2023 04:33:33 +0000 (13:33 +0900)]
e_comp_wl: reduce log length

Change-Id: I3b976e3c6a981eeb48f09dafa6c4177d72bd01d3

13 months agoe_hwc: print output index instead id
Changyeon Lee [Tue, 20 Jun 2023 10:54:22 +0000 (19:54 +0900)]
e_hwc: print output index instead id

for reducing log length

Change-Id: I423e26ed291dbe89fc91441528a54bcefcc5fdc7

13 months agoe_dnd: drag end when mouse up without motion
Junseok Kim [Thu, 22 Jun 2023 05:40:06 +0000 (14:40 +0900)]
e_dnd: drag end when mouse up without motion

There was a bug that drag didn't end when mouse just click without any
motion.
It caused by the device id assign when the pointer moves.
For fix the issue, end drag that the device_id didn't assigned on
mouse_up callback.

Change-Id: I2e52915a006de65fe16de36e466a466e70dd7410

13 months agoe_service_gesture: use e_util_timestamp_get() instead of ecore_timer_get()
duna.oh [Thu, 22 Jun 2023 01:30:53 +0000 (10:30 +0900)]
e_service_gesture: use e_util_timestamp_get() instead of ecore_timer_get()

Change-Id: I2f54b82ed4a98962557c644d38474ca4f3e921b5

13 months agoe_input: add E_INPUT_POINTER_WARP hook 48/294648/1
duna.oh [Thu, 22 Jun 2023 04:00:44 +0000 (13:00 +0900)]
e_input: add E_INPUT_POINTER_WARP hook

Change-Id: I7c4ad3253c86ea2df76d47b4d3151d53e4804952

13 months agoe_service_gesture: add 'use_cleanup_timer' config in gesture_service 77/294577/1
duna.oh [Thu, 15 Jun 2023 00:08:58 +0000 (09:08 +0900)]
e_service_gesture: add 'use_cleanup_timer' config in gesture_service

configuration added
- use_cleanup_timer: use timer to cleanup gestures
- cleanup_time: wait for gesture ends after started (60 sec by default)

Change-Id: I9629f5b5ba3c05542bbff8a17268ed867611ffe0

13 months agoe_comp_object: flush tbm_queue of client when client buffer is locked 75/294475/1
Changyeon Lee [Thu, 15 Jun 2023 11:57:44 +0000 (20:57 +0900)]
e_comp_object: flush tbm_queue of client when client buffer is locked

if tbm_queue of client use double buffer, client can render with only
next buffer because previous buffer is locked for render update lock
and client deos not have idle buffer.

for prevening client can not render frame, send flush event to
tbm_queue of client.

Change-Id: I78a24e208b9e60d2e357d9789b5fed6f5ead3776

13 months agoe_comp_wl_tbm: add e_comp_wl_tbm_client_queue_get 74/294474/1
Changyeon Lee [Fri, 16 Jun 2023 08:35:53 +0000 (17:35 +0900)]
e_comp_wl_tbm: add e_comp_wl_tbm_client_queue_get

Change-Id: Ida1b586dbda4d43d8732d893fd26ec95afc779e3

13 months agoe_client: change EINTERN to E_API 63/294463/1 accepted/tizen/unified/20230621.023233
SooChan Lim [Mon, 19 Jun 2023 23:57:56 +0000 (08:57 +0900)]
e_client: change EINTERN to E_API

These API are used at e-mod-tizen-wm-policy and e-mod-tizen-wl-textinput

Change-Id: I5be7af67fecf12d63c9664bb281b1a4d823d8e91

13 months agoe_client: make E_API to be EINTERN 04/294404/1
SooChan Lim [Thu, 15 Jun 2023 08:18:20 +0000 (17:18 +0900)]
e_client: make E_API to be EINTERN

Change-Id: I3766c5008e6abde2861788c11d8f1a07e7d4c7c8

13 months agoe_hwc_windows: add timeout log of tdm_hwc_commit_handler 85/294285/1
Changyeon Lee [Mon, 12 Jun 2023 10:28:16 +0000 (19:28 +0900)]
e_hwc_windows: add timeout log of tdm_hwc_commit_handler

log is printed when tdm_hwc_commit_handler is not called
until 5 seconds are over.

Change-Id: Icbdfb98d480849064d94e4a350bad6c3633dbdee

13 months agoe_devicemgr: add E_API enabling to reset input block 56/294256/1 accepted/tizen/unified/20230616.172413
duna.oh [Thu, 15 Jun 2023 04:06:59 +0000 (13:06 +0900)]
e_devicemgr: add E_API enabling to reset input block

Change-Id: I34eb9ed5ade990af920649dd58f8a0dddbe1cd92

13 months agoe_pointer: remove hwc of the E_Pointer 34/294034/1
Changyeon Lee [Wed, 7 Jun 2023 11:34:03 +0000 (20:34 +0900)]
e_pointer: remove hwc of the E_Pointer

if hwc of the E_Pointer is set, the E_Pointer does not move the
evas object for preventing that evas compositing is triggered
even if it is on hwc.

but after below patch, it does not trigger evas compoisiting
because hwc makes transparent the evas object.
hwc of the E_Pointer is not needed.

"e_comp_object: make the frame object transparent when it is unredirected"
12b00f04a6124c4f9c013ec407871b1788453584

Change-Id: Ife3432f34ab51eaf70c673c89ef476046a9fac15

14 months agoe_comp_object: Remove unreachable code 60/293960/1 accepted/tizen/unified/20230612.072228
Seunghun Lee [Thu, 8 Jun 2023 00:32:49 +0000 (09:32 +0900)]
e_comp_object: Remove unreachable code

The while statement can be removed because it has been excuted once
because of the break at the end of the loop.
Plus, this patch also removes meaningless condition check whether `ok`
is true.

Change-Id: I736cd2046d142c8cea15966a586cd1d8729e9781

14 months agoe_comp_object: Remove unreachable code 59/293959/1
Seunghun Lee [Thu, 8 Jun 2023 00:22:43 +0000 (09:22 +0900)]
e_comp_object: Remove unreachable code

Change-Id: I369501f169890fa7b76ac6e0632a251e59f2c7ea

14 months agoe_client: fix bug for resizing by user request 53/293953/1 accepted/tizen/unified/20230609.163748
Doyoun Kang [Fri, 9 Jun 2023 05:32:11 +0000 (14:32 +0900)]
e_client: fix bug for resizing by user request

Change-Id: Iddbc5e6b36fbfa1446c511838fd85046b95520c5

14 months agoe_pointer: fix cursor position when it is rotated and moved 88/293888/1
Changyeon Lee [Wed, 7 Jun 2023 07:41:40 +0000 (16:41 +0900)]
e_pointer: fix cursor position when it is rotated and moved

cursor should be rotated before moved because position of
cursor is adjusted by evas map rotation.

Change-Id: Ic6f8c58e8eb8fd6d39d29eb0e8ec2615c1ed4713

14 months agoe_output: change EINTERN to E_API 44/293744/1 accepted/tizen/unified/20230605.170338
SooChan Lim [Fri, 2 Jun 2023 08:37:59 +0000 (17:37 +0900)]
e_output: change EINTERN to E_API

Change-Id: I53e4073ffb95b6ec895bc81320b9dd20c78329fd

14 months agoe_comp_wl_data: Consider device id to control multi touch during dragging 83/293683/2
Junseok Kim [Wed, 31 May 2023 10:19:16 +0000 (19:19 +0900)]
e_comp_wl_data: Consider device id to control multi touch during dragging

Change-Id: I39af2ed20b60a024912bc5482fdbac6fd1576e83

14 months agoe_zone: change EINTERN to E_API 42/293742/1
SooChan Lim [Fri, 2 Jun 2023 07:39:27 +0000 (16:39 +0900)]
e_zone: change EINTERN to E_API

Change-Id: I692e271735ae0ecdd604f62e3496d305aa39d044

14 months agoe_policy: change EINTERN to E_API 41/293741/1
SooChan Lim [Fri, 2 Jun 2023 07:39:14 +0000 (16:39 +0900)]
e_policy: change EINTERN to E_API

Change-Id: Ieb22a7563591c88cf7ed7e914103dfa1e16e924a

14 months agoRevert "e_info_server_input: put the EINTERN" 40/293740/1
SooChan Lim [Fri, 2 Jun 2023 07:36:55 +0000 (16:36 +0900)]
Revert "e_info_server_input: put the EINTERN"

This reverts commit 603dd5db3176d6b6ba658179b1dead7571734035.

Change-Id: I5c4c5d8125fa4bf5838f503bf96acf02beff3f9e

14 months agoe_pointer: apply map to cursor with the cursor configured output resolution 30/293730/1
Changyeon Lee [Fri, 2 Jun 2023 02:38:43 +0000 (11:38 +0900)]
e_pointer: apply map to cursor with the cursor configured output resolution

if the output resolution and the cursor configured output resolution
are different, cursor should be scale up/down.

Change-Id: I2b92daaa28968f1fc563812566306784016cdc63

14 months agoe_desk: change E_API to EINTERN 27/293727/1
SooChan Lim [Fri, 2 Jun 2023 05:07:03 +0000 (14:07 +0900)]
e_desk: change E_API to EINTERN

Change-Id: I0bc0d62955b8671b6a92b5a5e5639b2153cede7b

14 months agoe_zone: change E_API to EINTERN 26/293726/1
SooChan Lim [Fri, 2 Jun 2023 04:45:15 +0000 (13:45 +0900)]
e_zone: change E_API to EINTERN

Change-Id: I53f02253401a90f1d760d6beba986cd0df8a207e

14 months agoe_uuid_store: change E_API to EINTERN 25/293725/1
SooChan Lim [Fri, 2 Jun 2023 02:42:34 +0000 (11:42 +0900)]
e_uuid_store: change E_API to EINTERN

Change-Id: I8b35c1a6137a5ab122ccbc76cd16e6103933adc3

14 months agoe_scale: change E_API to EINTERN 24/293724/1
SooChan Lim [Fri, 2 Jun 2023 02:37:11 +0000 (11:37 +0900)]
e_scale: change E_API to EINTERN

Change-Id: I99fa26880a4c4a1f5813513b7be7cd145d1ac26f

14 months agoe_process: change E_API to EINTERN 23/293723/1
SooChan Lim [Fri, 2 Jun 2023 02:36:59 +0000 (11:36 +0900)]
e_process: change E_API to EINTERN

Change-Id: I980a18fe472cb93bd58b270a5834e84d8f3a0d96

14 months agoe_policy: change E_API to EINTERN 22/293722/1
SooChan Lim [Fri, 2 Jun 2023 02:33:02 +0000 (11:33 +0900)]
e_policy: change E_API to EINTERN

Change-Id: Ida7bcccd754d021bbafff3eca6503ed0fc756d49

14 months agoe_policy_wl: change E_API to EINTERN 21/293721/1
SooChan Lim [Fri, 2 Jun 2023 02:01:18 +0000 (11:01 +0900)]
e_policy_wl: change E_API to EINTERN

Change-Id: Ieef8b8f9af113579e06d0e959b40f74f93e3fc3e

14 months agoe_policy_wl_display: put the EINTERN 20/293720/1
SooChan Lim [Fri, 2 Jun 2023 01:50:43 +0000 (10:50 +0900)]
e_policy_wl_display: put the EINTERN

Change-Id: I0664c3a89c0258659e133e33b2276a72c8926f6f

14 months agoe_policy_visibility: chagne E_API to EINTERN 19/293719/1
SooChan Lim [Fri, 2 Jun 2023 01:41:17 +0000 (10:41 +0900)]
e_policy_visibility: chagne E_API to EINTERN

Change-Id: Iaeb7474e1f3823e76c4957bfbedfb98cb5b7f990

14 months agoe_pointer: change E_API to EINTERN 18/293718/1
SooChan Lim [Fri, 2 Jun 2023 01:15:26 +0000 (10:15 +0900)]
e_pointer: change E_API to EINTERN

Change-Id: I9c6474aa0e15c62225b61278f5150440d749e1c9

14 months agoe_plane: change E_API to EINTERN 17/293717/1
SooChan Lim [Fri, 2 Jun 2023 01:12:54 +0000 (10:12 +0900)]
e_plane: change E_API to EINTERN

Change-Id: Ic39c6fd2f2b500c47bee17e92a0a2828ea04d918

14 months agoe_output: change E_API to EINTERN 16/293716/1
SooChan Lim [Fri, 2 Jun 2023 01:07:47 +0000 (10:07 +0900)]
e_output: change E_API to EINTERN

Change-Id: I14f5468ad19d7118de7226a4069a4baadc91b040

14 months agoe_obj_dialog: remove the unused file 15/293715/1
SooChan Lim [Fri, 2 Jun 2023 00:43:47 +0000 (09:43 +0900)]
e_obj_dialog: remove the unused file

Change-Id: Ibc993adac6f11828013efbe68e52b92dfe1107b9

14 months agoe_msgbus: remove the e_msgbus 14/293714/1
SooChan Lim [Fri, 2 Jun 2023 00:38:40 +0000 (09:38 +0900)]
e_msgbus: remove the e_msgbus

It is deperecated.

Change-Id: I25a6716630aeb7ee192d317585c442e241ac1c1a

14 months agoe_msg: chagne E_API to EINTERN 13/293713/1
SooChan Lim [Fri, 2 Jun 2023 00:35:01 +0000 (09:35 +0900)]
e_msg: chagne E_API to EINTERN

Change-Id: I292a0477ea95a2fadccd4d4804b515974e864783

14 months agoe_mouse: remove the unused enum 12/293712/1
SooChan Lim [Fri, 2 Jun 2023 00:33:35 +0000 (09:33 +0900)]
e_mouse: remove the unused enum

Change-Id: I8ea6a58e2b676fecf64c2f08facd495a12b1f55b

14 months agoe_mouse: change E_API to EINTERN 11/293711/1
SooChan Lim [Fri, 2 Jun 2023 00:32:37 +0000 (09:32 +0900)]
e_mouse: change E_API to EINTERN

Change-Id: Idfd4f51a836f8ff78191d748dc543c632774b870

14 months agoe_module: change E_API to EINTERN 10/293710/1
SooChan Lim [Fri, 2 Jun 2023 00:30:45 +0000 (09:30 +0900)]
e_module: change E_API to EINTERN

Change-Id: I8fe54fccb558c2493418549c3c79867707dc19c2

14 months agoe_maximize: change E_API to EINTERN 09/293709/1
SooChan Lim [Fri, 2 Jun 2023 00:13:13 +0000 (09:13 +0900)]
e_maximize: change E_API to EINTERN

Change-Id: Ief103c62f2bd4161a27626c8177db248f74c5167

14 months agoe_layout: change E_API to EINTERN 08/293708/1
SooChan Lim [Fri, 2 Jun 2023 00:07:29 +0000 (09:07 +0900)]
e_layout: change E_API to EINTERN

Change-Id: Ifbc5f674f8b9f72170d11ccf265135c3221b5bcf

14 months agoe_grabinput: change E_API to ETNTERN 07/293707/1
SooChan Lim [Thu, 1 Jun 2023 23:16:24 +0000 (08:16 +0900)]
e_grabinput: change E_API to ETNTERN

Change-Id: I203f9604f6d5597dda25919e884d29fb8e4289bc

14 months agoe_pixmap: change EINTERN to E_API 06/293706/1
SooChan Lim [Thu, 1 Jun 2023 23:09:59 +0000 (08:09 +0900)]
e_pixmap: change EINTERN to E_API

Change-Id: I66ce08892bb8d86d8c857d65e7d6eaba90f7d3c1

14 months agoe_keyrouter: change E_API to EINTERN 05/293705/1
SooChan Lim [Thu, 1 Jun 2023 09:18:11 +0000 (18:18 +0900)]
e_keyrouter: change E_API to EINTERN

Change-Id: I0ffa04c6ec4bfc271118a33d2d6c9a3914a4233a

14 months agoe_input: change E_API to EINTERN 04/293704/1
SooChan Lim [Thu, 1 Jun 2023 09:09:04 +0000 (18:09 +0900)]
e_input: change E_API to EINTERN

Change-Id: Ibadd3dd61565e1320ab64346c82811e6cc6c7a72

14 months agoe_info_server: change EINTERN to E_API 03/293703/1
SooChan Lim [Thu, 1 Jun 2023 08:44:50 +0000 (17:44 +0900)]
e_info_server: change EINTERN to E_API

Change-Id: Ie35986217e9765853a870fd2d546134ee32caa18

14 months agoe_info_server_input: put the EINTERN 02/293702/1
SooChan Lim [Thu, 1 Jun 2023 08:43:21 +0000 (17:43 +0900)]
e_info_server_input: put the EINTERN

Change-Id: Id10093f2ec895bbeb4b17981325e1b3107a91aa5

14 months agoe_info_protocol: put the EINTERN 01/293701/1
SooChan Lim [Thu, 1 Jun 2023 08:41:23 +0000 (17:41 +0900)]
e_info_protocol: put the EINTERN

Change-Id: I7b94f058282043322c074a7ae4ccbf465e36fb64

14 months agoe_hwc: change EINTERN to E_API 00/293700/1
SooChan Lim [Thu, 1 Jun 2023 08:40:05 +0000 (17:40 +0900)]
e_hwc: change EINTERN to E_API

Change-Id: I21419a76c65e52803a44d59c87b1923d6ca3ffa8

14 months agoe_devicemgr: change E_API to EINTERN 99/293699/1
SooChan Lim [Thu, 1 Jun 2023 04:32:17 +0000 (13:32 +0900)]
e_devicemgr: change E_API to EINTERN

Change-Id: I24cbb20e2c931adeed804acb7ce935118c5e221c

14 months agoe_dbus_conn: change E_API to EINTERN 98/293698/1
SooChan Lim [Thu, 1 Jun 2023 02:47:15 +0000 (11:47 +0900)]
e_dbus_conn: change E_API to EINTERN

Change-Id: I043944a8b2059bdd1a798c68fa6ed77a27f4581a

14 months agoe_config: change E_API to E_INTERN 97/293697/1
SooChan Lim [Thu, 1 Jun 2023 02:44:19 +0000 (11:44 +0900)]
e_config: change E_API to E_INTERN

Change-Id: Ib0499326d7267ff4782dad5205e3cb953a8cba3e

14 months agoe_comp_wl_input: change E_API to EINTERN 96/293696/1
SooChan Lim [Thu, 1 Jun 2023 02:32:55 +0000 (11:32 +0900)]
e_comp_wl_input: change E_API to EINTERN

Change-Id: I06e6d50c1777826f7e8278c72365f873f844591c

14 months agoe_error: change E_API into EINTERN 95/293695/1
SooChan Lim [Thu, 1 Jun 2023 01:42:55 +0000 (10:42 +0900)]
e_error: change E_API into EINTERN

Change-Id: I7d47961140163fae3a5a05eb5760c8828d35f063

14 months agoe_env: change E_API into EINTERN 94/293694/1
SooChan Lim [Thu, 1 Jun 2023 01:40:44 +0000 (10:40 +0900)]
e_env: change E_API into EINTERN

Change-Id: I0744ebeec13079d73722571130fd5d1a199e1d66

14 months agoe_dnd: change E_API into EINTERN 93/293693/1
SooChan Lim [Thu, 1 Jun 2023 01:39:56 +0000 (10:39 +0900)]
e_dnd: change E_API into EINTERN

Change-Id: I924cd8cce7c44d07ae1a4628c49a8ac6ca94aac6

14 months agoe_focus: remove the symbol which has no implementation. 92/293692/1
SooChan Lim [Thu, 1 Jun 2023 01:34:21 +0000 (10:34 +0900)]
e_focus: remove the symbol which has no implementation.

Change-Id: I35c82809cbf290e9980de485ca780327b5e8fa87

14 months agoe_focus: change E_API to EINTERN 91/293691/1
SooChan Lim [Thu, 1 Jun 2023 01:31:09 +0000 (10:31 +0900)]
e_focus: change E_API to EINTERN

Change-Id: Icff9edcb0b4e01d26dd0f92ccb84a26e63761fdf

14 months agoe_dnd: Cancel drag when rotation changed 69/293669/1
Junseok Kim [Wed, 24 May 2023 05:53:26 +0000 (14:53 +0900)]
e_dnd: Cancel drag when rotation changed

Change-Id: Ia8c8ad475f1b3a146e44b78e8f065458fc0dc389

14 months agoe_comp_wl: Move pointer during drag 05/293605/3
Junseok Kim [Wed, 31 May 2023 06:24:55 +0000 (15:24 +0900)]
e_comp_wl: Move pointer during drag

There was a bug that pointer didn't move when dragging.
And there're another potential issue that send wl_pointer_motion even if wl_pointer_leave already sent.

for fix these issue, apply the following modifications.
- move pointer without drag state.
- send wl_pointer_motion when drag client is NULL.

Change-Id: I0fc866620571721fc43dbc421df0fc4a9d51cf24

14 months agoe_theme: change EINTERN to E_API 32/293632/1
SooChan Lim [Thu, 1 Jun 2023 07:32:35 +0000 (16:32 +0900)]
e_theme: change EINTERN to E_API

Change-Id: I4cfef8e3901e41bd6bdc2f8b73c649a31a96b0ec

14 months agoe_prefix: change EINTERN to E_API 31/293631/1
SooChan Lim [Thu, 1 Jun 2023 07:31:51 +0000 (16:31 +0900)]
e_prefix: change EINTERN to E_API

Change-Id: I44c10c29d3bcf2d04f72b84aa2f1e5ca3d50e0d2

14 months agoe_comp_wl_rsm: change EINTERN to E_API 30/293630/1
SooChan Lim [Thu, 1 Jun 2023 07:30:07 +0000 (16:30 +0900)]
e_comp_wl_rsm: change EINTERN to E_API

Change-Id: I1fa2b95e2aa51db058720b1e20452af77a60715a

14 months agoe_pixmap: change EINTERN to E_API 29/293629/1
SooChan Lim [Thu, 1 Jun 2023 07:02:45 +0000 (16:02 +0900)]
e_pixmap: change EINTERN to E_API

Change-Id: I9f419e1e68ef457c73cb4111d84dac740d40344a