platform/upstream/enlightenment.git
15 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 months agoe_hints: change EINTERN to E_API 28/293628/1
SooChan Lim [Thu, 1 Jun 2023 06:49:32 +0000 (15:49 +0900)]
e_hints: change EINTERN to E_API

Change-Id: I39441879ce7bd73c7b8731d1e3845125401db4ad

16 months agoe_comp_object: change EINTERN to E_API 27/293627/1
SooChan Lim [Thu, 1 Jun 2023 06:36:09 +0000 (15:36 +0900)]
e_comp_object: change EINTERN to E_API

Change-Id: I3a61b85a7449716386aec895bcb827594496b5c9

16 months agoe_policy: remove the split_policy 22/293622/1
SooChan Lim [Thu, 1 Jun 2023 05:28:35 +0000 (14:28 +0900)]
e_policy: remove the split_policy

split_policy is deprecated.

Change-Id: I8447191bf4ed79faf0905eb7bf02f0a65ca1363d

16 months agoremove the unused file 21/293621/1
SooChan Lim [Thu, 1 Jun 2023 05:27:26 +0000 (14:27 +0900)]
remove the unused file

Change-Id: Ie70df1bc51f114d517817a8b1c3d578c8406acdc

16 months agochange EINTERN to E_API 20/293620/1
SooChan Lim [Thu, 1 Jun 2023 05:22:27 +0000 (14:22 +0900)]
change EINTERN to E_API

Change-Id: I6fd0b65d5d833c642132b13153eb9f175b36ab9a

16 months agofix the build warnings 80/293580/1
SooChan Lim [Wed, 31 May 2023 08:17:28 +0000 (17:17 +0900)]
fix the build warnings

Change-Id: I96c5763308acc1fcfe9ad6266f8fffba86bb15fc

16 months agoe_client: remove the unused variables 79/293579/1
SooChan Lim [Wed, 10 May 2023 06:01:10 +0000 (15:01 +0900)]
e_client: remove the unused variables

Change-Id: Ia207cf01a2879c3e840a7ee641c02661c68673fe

16 months agoe_client: remove the shelf_fix 78/293578/1
SooChan Lim [Wed, 10 May 2023 06:37:19 +0000 (15:37 +0900)]
e_client: remove the shelf_fix

It is deprecated.

Change-Id: I3d11ea66ae7e132d94102f0486becc0ea219043f

16 months agoe_client: remove the stick_desks variable 77/293577/1
SooChan Lim [Wed, 10 May 2023 06:35:58 +0000 (15:35 +0900)]
e_client: remove the stick_desks variable

It is deprecated.

Change-Id: I5914c92423ace015804246e2d39944b6b76f8d36

16 months agoe_client: remove the color_editor variable 76/293576/1
SooChan Lim [Wed, 10 May 2023 06:34:26 +0000 (15:34 +0900)]
e_client: remove the color_editor variable

It is deprecated.

Change-Id: Icbba96361f4796b20d234fd544c29565266c759a

16 months agoe_client: remove the remember variable 75/293575/1
SooChan Lim [Wed, 10 May 2023 06:32:03 +0000 (15:32 +0900)]
e_client: remove the remember variable

It is deprecated.

Change-Id: Iba4879f8796c2f253bb170512300224b1aeed926

16 months agoe_client: remove the post_show/resize/move variables 74/293574/1
SooChan Lim [Wed, 10 May 2023 06:14:11 +0000 (15:14 +0900)]
e_client: remove the post_show/resize/move variables

They are deprecated.

Change-Id: I5b3d92a039cd5707511d244272f31a090eaa0ab6

16 months agoeclient: remove the post_job variable 73/293573/1
SooChan Lim [Wed, 10 May 2023 06:12:43 +0000 (15:12 +0900)]
eclient: remove the post_job variable

It is deprecated.

Change-Id: I6592127b65f2d1a74c88bd6ef4725981f8be7818

16 months agoe_client: remove the layout structure 72/293572/1
SooChan Lim [Wed, 10 May 2023 06:06:47 +0000 (15:06 +0900)]
e_client: remove the layout structure

It is deprecated

Change-Id: Ife3b26a9dbf0105f7d33337db633dc10952c219d

16 months agoe_policy: remove the e_policy_client_is_splitted function 71/293571/1
SooChan Lim [Wed, 10 May 2023 06:06:03 +0000 (15:06 +0900)]
e_policy: remove the e_policy_client_is_splitted function

It is deprecate.

Change-Id: I8ede4c51aaacfef092215749da42cc81bd1373df

16 months agoe_client: remove the leader and group varaiables 70/293570/1
SooChan Lim [Wed, 10 May 2023 05:50:33 +0000 (14:50 +0900)]
e_client: remove the leader and group varaiables

They are not used anymore.

Change-Id: Id0156f74a37596ee6b6bf239d6b3af66c4316054

16 months agoe_client: remove the modal variable at e_client 69/293569/1
SooChan Lim [Wed, 10 May 2023 05:39:26 +0000 (14:39 +0900)]
e_client: remove the modal variable at e_client

It is not used anymore.

Change-Id: I491414a28def3e933fc69398e188620fb85ce131

16 months agoe_dialog: remove dialog drawing stuffs 65/293565/1
SooChan Lim [Thu, 11 May 2023 07:55:02 +0000 (16:55 +0900)]
e_dialog: remove dialog drawing stuffs

Change-Id: Ie2e5a1ac19374b1e19057fd4248c982c9d751d00

16 months agoe_comp_object: remove E_Comp_Object_Type 53/293553/2
SooChan Lim [Wed, 10 May 2023 11:52:56 +0000 (20:52 +0900)]
e_comp_object: remove E_Comp_Object_Type

It is deprecated

Change-Id: Ie868ee99868dacf29ee61e5db56307e5e04bf7fe

16 months agoe_comp_object: remove E_COMP_OBJECT_TYPE_POPUP 52/293552/2
SooChan Lim [Wed, 10 May 2023 11:31:36 +0000 (20:31 +0900)]
e_comp_object: remove E_COMP_OBJECT_TYPE_POPUP

It is not used anymore

Change-Id: Ib6b548e373349e15ac4ff2370e8ea8dd25249a89

16 months agoe_comp_object: remove E_COMP_OBJECT_TYPE_MENU 51/293551/2
SooChan Lim [Wed, 10 May 2023 11:30:52 +0000 (20:30 +0900)]
e_comp_object: remove E_COMP_OBJECT_TYPE_MENU

It is not used anymore.

Change-Id: I996bd5920e0e35d298547b30f1accb8b850d1a68

16 months agoe_dbusmenu: remove e_dbusmenu 50/293550/2
SooChan Lim [Thu, 11 May 2023 06:30:13 +0000 (15:30 +0900)]
e_dbusmenu: remove e_dbusmenu

It is deprecated.

Change-Id: I0dde1ec3d2120e1de5914a3066ca4373f910dcc0

16 months agoe_zoomap: remove the zoomap 49/293549/1
SooChan Lim [Wed, 10 May 2023 10:26:59 +0000 (19:26 +0900)]
e_zoomap: remove the zoomap

It is deprecated.

Change-Id: I0c4f6e7d226be3efda1d7d42118d631b2205f05c

16 months agoe_comp_wl: change E_Comp_Client_Data into E_Comp_Wl_Client_Data 41/293541/2
SooChan Lim [Wed, 17 May 2023 23:12:10 +0000 (08:12 +0900)]
e_comp_wl: change E_Comp_Client_Data into E_Comp_Wl_Client_Data

E_Comp_Client_Data will be deprecated.

Change-Id: I69b39649f7d50ebf7ee4c6b5ddee7dcdcb4dfdc0

16 months agoe_hints: make some function to be static 44/293544/2
SooChan Lim [Tue, 23 May 2023 10:04:03 +0000 (19:04 +0900)]
e_hints: make some function to be static

Change-Id: Icad4ac9677754c427255ac9a7dd075ac569fea7c

16 months agoe_hints: remove the unused funtions 43/293543/2
SooChan Lim [Tue, 23 May 2023 09:59:09 +0000 (18:59 +0900)]
e_hints: remove the unused funtions

They are not used anymore.

Change-Id: Ia22510670d3a5395fefd2cf943ead53b6c7780fa

16 months agoe_hints: change E_API to EINTERN 42/293542/2
SooChan Lim [Tue, 23 May 2023 09:41:28 +0000 (18:41 +0900)]
e_hints: change E_API to EINTERN

Change-Id: Iafe74042603a38ebfc6ece82201c5292fd5c2804

16 months agoe_pixmap: remove the unused functions 46/293546/2
SooChan Lim [Wed, 24 May 2023 05:35:00 +0000 (14:35 +0900)]
e_pixmap: remove the unused functions

Change-Id: Iea67d4309edfa6550ac8507cb18e4ffdf30a0bb4

16 months agoe_pixmap: change E_API into EINTERN 45/293545/2
SooChan Lim [Wed, 24 May 2023 05:27:50 +0000 (14:27 +0900)]
e_pixmap: change E_API into EINTERN

some funtion is not used by e20 module.

Change-Id: Ia226d79e797ba2253b76fa27ee5b28c953dd87e9

16 months agoe_win: remove e_win 40/293540/2
SooChan Lim [Thu, 11 May 2023 06:46:11 +0000 (15:46 +0900)]
e_win: remove e_win

It is deprecated.

Change-Id: Iba0f76e603f161635e3dcac3a69009f623bc692e

16 months agoe_comp: remove the lock_fps variable at E_Config 39/293539/2
SooChan Lim [Wed, 17 May 2023 09:58:04 +0000 (18:58 +0900)]
e_comp: remove the lock_fps variable at E_Config

It is deprecated.

Change-Id: I1d5ad27e9f32306c8a938a6de85cc638831f2fd2

16 months agoe_policy: defined but not implemented 38/293538/2
SooChan Lim [Wed, 24 May 2023 00:14:21 +0000 (09:14 +0900)]
e_policy: defined but not implemented

Change-Id: I9a7c55d7db3a06b8de31f13551488f9333c6e438

16 months agoe_resist: remove e_resist 37/293537/2
SooChan Lim [Wed, 17 May 2023 23:51:22 +0000 (08:51 +0900)]
e_resist: remove e_resist

It is deprecated.

Change-Id: Id1f1ce176ad5cc3565a7c1d572103139c09fa6ec

16 months agoe_init: remove e_init files 36/293536/2
SooChan Lim [Wed, 10 May 2023 07:30:54 +0000 (16:30 +0900)]
e_init: remove e_init files

It is deprecated.

Change-Id: I5424385daa0e98fe4c55dd023337b16054657d36

16 months agoe_signals: change all E_API to EINTERN 35/293535/2
SooChan Lim [Thu, 18 May 2023 07:10:02 +0000 (16:10 +0900)]
e_signals: change all E_API to EINTERN

Change-Id: Ied10df11d6dbef0b709dab17a2c2ec89e26d987f

16 months agoe_utils: remove the unused code 34/293534/2
SooChan Lim [Fri, 19 May 2023 01:23:14 +0000 (10:23 +0900)]
e_utils: remove the unused code

Change-Id: If351d44f39360104f3e58027efa09fc2938a6621

16 months agoe_utils: move e_util_pointer_center to e_action.c 33/293533/2
SooChan Lim [Fri, 19 May 2023 01:16:37 +0000 (10:16 +0900)]
e_utils: move e_util_pointer_center to e_action.c

get rid of e_util_pointer_center from e_tuils.h file.

Change-Id: I783b83f16808ca4ec6c820776f365588519d2989

16 months agoe_utils: change all E_API to EINTERN 32/293532/2
SooChan Lim [Fri, 19 May 2023 01:10:57 +0000 (10:10 +0900)]
e_utils: change all E_API to EINTERN

Change-Id: I4ec9390f351fdddf604c5ab9874eae049f464fd2

16 months agoe_place: change E_API into EINTERN 31/293531/2
SooChan Lim [Wed, 24 May 2023 05:46:39 +0000 (14:46 +0900)]
e_place: change E_API into EINTERN

Change-Id: I8490980158634a17a7ee07f02b5cd547c8f077eb

16 months agoe_user: change all E_API to EINTERN 30/293530/2
SooChan Lim [Thu, 18 May 2023 06:55:51 +0000 (15:55 +0900)]
e_user: change all E_API to EINTERN

Change-Id: Idf66abdaed87a8637098f328cb98a8b99f57756c

16 months agoe_comp_wl: change all E_API to EINTERN 28/293528/2
SooChan Lim [Thu, 18 May 2023 06:49:02 +0000 (15:49 +0900)]
e_comp_wl: change all E_API to EINTERN

Change-Id: Ibb0ce8f3de8a799c374892a04c529297d009239a

16 months agoe_comp_wl_tbm: change all E_API to EINTERN 27/293527/2
SooChan Lim [Thu, 18 May 2023 06:42:11 +0000 (15:42 +0900)]
e_comp_wl_tbm: change all E_API to EINTERN

Change-Id: I3ac2fcad2886d91ef04e884997e50a34e6133482

16 months agoe_comp_wl_rsm: change all E_API to EINTERN 26/293526/3
SooChan Lim [Thu, 18 May 2023 06:32:31 +0000 (15:32 +0900)]
e_comp_wl_rsm: change all E_API to EINTERN

Change-Id: I8796f6ecb63ed39eca07afe5e3b68f65b5ed3a4c