SooChan Lim [Thu, 4 Apr 2024 01:16:45 +0000 (10:16 +0900)]
e_comp_object: remove e_comp_object_frame_title_set
It is not used anymore
Change-Id: Ie2ad2c953f7272784ed483d65ed13c3ea3613509
SooChan Lim [Thu, 4 Apr 2024 01:14:59 +0000 (10:14 +0900)]
e_client: remove e_client_border_set
It is not used anymore
Change-Id: Icf3c5813502fd3f1f1865d17f9de055014679257
Junseok Kim [Fri, 5 Apr 2024 02:13:46 +0000 (11:13 +0900)]
e_focus_policy_history: Correct order of the focus history when appending
In the previous patch, we fixed an issue where the order of focus history was incorrect.
The original purpose of the patch was to append a new client after a client with a higher layer after the focused client.
However, there was a problem that the wrong condition of the previous patch
caused the new client to be placed at the beginning of the focus history.
This is a patch that fixes this problem.
Change-Id: Id5730028308004e482c751200e53bc33368d8696
SooChan Lim [Thu, 4 Apr 2024 01:58:46 +0000 (10:58 +0900)]
e_client: check if private of client is null
Change-Id: Idab8215d663f14806638b606e889644f859e8392
Seunghun Lee [Fri, 5 Apr 2024 06:20:20 +0000 (15:20 +0900)]
Packaging: Update version up to tz9_11.0.4
Change-Id: Ib3f7ef927a0b7b8ffb390880f6e6bd34daf955d4
Seunghun Lee [Thu, 4 Apr 2024 02:01:21 +0000 (11:01 +0900)]
subsurface: Update position of comp object upon creation
Upon creation, the position of the comp object for a subsurface must be
updated to ensure that the subsurface is positioned correctly based on
its ancestral relationships. By doing so, the subsurface will be
accurately placed according to the translated positions of its ancestor
surfaces.
Change-Id: Ie9324ffe0ae04b8df728f915c353df258cc565db
Seunghun Lee [Wed, 3 Apr 2024 22:58:05 +0000 (07:58 +0900)]
viewport: Make implementation of tizen_viewport work with ds_tizen_scaler
The tizen_viewport implemented in E and the wl_scaler implemented in
libds cannot work together simultaneously.
Change-Id: I127bc2ff31a634ee677d44ccb05e25dc74f9c125
Seunghun Lee [Wed, 3 Apr 2024 06:36:59 +0000 (15:36 +0900)]
e_comp_wl: Apply map regardless of scaler.viewport
The e_comp_wl_map_apply() must be always called even if there is no
scaler.viewport. Since ds_tizen_scaler has been used, the
scaler.viewport may not exist.
Above all, the call to e_comp_wl_map_apply() doesn't actually perform
any operations related to scaler.viewport.
Change-Id: If5fe376d834f3b52f6e835b8ed3b1476a1474f9f
Seunghun Lee [Wed, 3 Apr 2024 06:18:15 +0000 (15:18 +0900)]
subsurface: Calculate global coordinates with all ancestors
The 'x' and 'y' member variables of E_Client for a subsurface are only
updated when its subsurface position needs to be updated. In other
words, if there's no update made on the position using
wl_subsurface.set_position, they would remain at their default values,
which are zero.
Therefore, we need to consider calculating the global coordinates of the
subsurface considering the positions of all its ancestors.
Change-Id: I92b49e1ca5b90bd1ee4ef43a058b7495a39796aa
SooChan Lim [Thu, 4 Apr 2024 02:19:46 +0000 (11:19 +0900)]
Packaging: Update version up to tz9_11.0.3
Change-Id: I927b80970d23e9fa39cd15dc0a23420494f0c490
SooChan Lim [Thu, 4 Apr 2024 06:44:44 +0000 (15:44 +0900)]
e_focus_policy_topmost: use atomic_load
Get the focused ec using atomic_load for multi-threading environment.
Change-Id: I7a39fc2fc21a2290d978a210939cd035724accb3
Doyoun Kang [Wed, 3 Apr 2024 07:04:48 +0000 (16:04 +0900)]
e_policy_visibility: handle uniconify_render pending job of the internal ec
There was a bug that the uniconify_render pending job of the internal EC was timeout.
The internal EC cannot send buffer attach event, so the _e_vis_grab_release() cannot be called
while it is under uniconify pending job.
So, we add code handling show callback of internal EC to release uniconify_pending job.
Change-Id: Ic74d74e33d48be6d0a4cfa46a43dfb7266bf805f
Junseok Kim [Wed, 3 Apr 2024 05:11:21 +0000 (14:11 +0900)]
e_focus_policy_history: Correct the order of the newly visible E_Client
To following the focus history policy,
When adding a newly visible "EC" to the focus history, add it after the client that has higher layer.
Change-Id: Iffa46e4ad1b93802b7a8abe0c17a971b59999abf
Junkyeong Kim [Wed, 3 Apr 2024 04:50:45 +0000 (13:50 +0900)]
e_zone: Erase unused transition_object
Change-Id: I5c55ac30b160d000ecbd4a5766abe87e61c9a3d6
SooChan Lim [Wed, 3 Apr 2024 04:44:26 +0000 (13:44 +0900)]
e_focus_policy_history: implement the focused_ec_changed_listener_add
This implementation allows it to register the wl_listener which lets
it know when the focused ec has been changed in history policy.
Change-Id: I28f7517304fc35f921204d9b017533c5a2f91549
SooChan Lim [Wed, 3 Apr 2024 04:41:41 +0000 (13:41 +0900)]
e_focus_policy_topmost: implement the focused_ec_changed_listener_add
This implementation allows it to register the wl_listener which lets
it know when the focused ec has been changed in topmost policy.
Change-Id: I6f1221a26274f8b2a4384b2f36c472b1ee364058
SooChan Lim [Wed, 3 Apr 2024 04:39:19 +0000 (13:39 +0900)]
e_focus : add e_focus_focused_ec_changed_listener_add
This function registers the wl_listener which let it know
when the focused ec has been changed.
Change-Id: If3776747e9c0da023ac65d1c7a4de6684d683d76
Jihoon Kim [Tue, 2 Apr 2024 00:39:33 +0000 (09:39 +0900)]
e_desk: add missing ec list mutex
Change-Id: I6dd9e02683e9c784730e1dbbfc0a68d7812e2a86
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Mon, 1 Apr 2024 10:29:32 +0000 (19:29 +0900)]
e_icon: remove e_icon file
e_icon is not used anymore in enlightenment, so
remove it.
Change-Id: I9b8c702dcc71e4544103eb775e9f547256df450c
Junkyeong Kim [Fri, 29 Mar 2024 06:27:50 +0000 (15:27 +0900)]
e_output: Remove redundancy code
Change-Id: Id391bee40f633881291d9a260e6c85287f278a51
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
duna.oh [Fri, 29 Mar 2024 06:49:49 +0000 (15:49 +0900)]
e_service_gesture: Delete cleanup_timer when the last touched finger is up
< Normal scenario >
1st finger touch down - add cleanup_timer
2nd finger touch down
1st finger touch up - delete cleanup_timer
2nd finger touch up - pressed_fingers is zero and _gesture_cleanup() is called
< Issue scenario >
1st finger touch down - add cleanup_timer
2nd finger touch down
1st finger touch up - delete cleanup_timer
2nd finger touch up - pressed_fingers is not zero (somehow) -> clean_timer
is not triggered -> pressed_fingers is NOT set to zero
< TO-BE >
1st finger touch down - add cleanup_timer
2nd finger touch down
1st finger touch up
2nd finger touch up - pressed_fingers is not zero (somehow) -> cleanup_timer
will be triggered -> pressed_fingers is set to zero
Change-Id: Id43ef2529adb735fa19d1ca24212f7bfb71d5060
Changyeon Lee [Fri, 29 Mar 2024 06:54:15 +0000 (15:54 +0900)]
Packaging: Update version up to tz9_11.0.2
Change-Id: Ifd1ebab190ed4402bd49c495f805e6f61b823f71
Changyeon Lee [Fri, 29 Mar 2024 06:48:20 +0000 (15:48 +0900)]
e_linux_dmabuf: fix memory leak
Change-Id: Ia76c97e82b7e9d9f2a3bc911eeb1c80c4f5853cf
Junseok Kim [Wed, 27 Mar 2024 12:01:16 +0000 (21:01 +0900)]
Packaging: Update version up to tz9_11.0.1
Change-Id: Ic17fa54660819ac38d7835447a883203e6b65eaa
Junseok Kim [Wed, 27 Mar 2024 10:36:50 +0000 (19:36 +0900)]
e_desk_area: Check comp data has a valid e_client before modify client list
Change-Id: I8b110512ae7346815aaf4c8046dea607a0895bc7
Junseok Kim [Wed, 27 Mar 2024 08:53:41 +0000 (17:53 +0900)]
e_desk_area: correct client counter of layers
Change-Id: I4d16094c7afdce0258c60d6cbe25cc39b7979e0c
Junseok Kim [Wed, 27 Mar 2024 08:04:49 +0000 (17:04 +0900)]
e_comp_canvas: Makes e_comp_canvas_layer_map_to to E_API
Change-Id: I3c0a6a1032b3e954561383138beaed382bf2fb63
duna.oh [Wed, 27 Mar 2024 00:35:45 +0000 (09:35 +0900)]
Packaging: Update version up to tz9_11.0.0
Change-Id: Iad48dffb99c1e2cd2da8bdf85d974d5ffd5472c5
duna.oh [Tue, 26 Mar 2024 08:23:45 +0000 (17:23 +0900)]
e_comp_wl: Unlock pointer constraint when listening to mouse out signal
A bug has been identified in a client app, such as 'tv-viewer'. It has
an empty area where there is no evas and mouse IN does not occur.
If the unlock (deactivate pointer constraint lock) is only triggered
by the mouse IN signal, the unlock is not performed in this case.
This patch adds a mouse OUT signal and the unlock is triggered by the
mouse out signal instead.
< AS-IS >
MOUSE OUT from browser
MOUSE IN to edge (requested lock)--> mouse in signal --> activate
MOUSE OUT from edge
MOUSE IN to browser --> mouse in signal --> deactivate
< TO-BE >
MOUSE OUT from browser --> mouse out signal
MOUSE IN to edge --> mouse in signal --> activate
MOUSE OUT from edge --> mouse out signal --> deactivate
MOUSE IN to browser --> mouse in signal
Change-Id: I27c8df332917eb06b4aa8ad9047ab8efd8eff3c6
Changyeon Lee [Tue, 27 Feb 2024 08:28:07 +0000 (17:28 +0900)]
e_linux_dmabuf: add first implementation of ds_linux_dmabuf interface
Change-Id: Ibcca21ebff22ee4a1791de00976ef5597801ea9f
Changyeon Lee [Wed, 13 Mar 2024 07:50:37 +0000 (16:50 +0900)]
e_blur: update the blur object only when region and radius are changed
Change-Id: I8102ddd7c2e7821193c8f8327303611a28fad233
Jihoon Kim [Mon, 25 Mar 2024 10:28:26 +0000 (19:28 +0900)]
e_input: fix dereference null return value
Dereferencing a pointer that might be NULL data when calling read.
Change-Id: I5a48c8dbca1be04db4b7bc4eed4febc87333c875
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 25 Mar 2024 07:37:50 +0000 (16:37 +0900)]
e_keyrouter: fix invalid keycode issue
Change-Id: I038f0cd74849f46413f7240a4d27c1ad16fa2592
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
duna.oh [Thu, 21 Mar 2024 08:22:40 +0000 (17:22 +0900)]
e_input: Do not devide translation components by output's w/h of a matrix
This code snippet may have come from ecore_drm_evdev.c in efl.
(commit:
33e3e9c8a23a78c789a011d262862867c823b001)
However, since we obtain touch coordinates with respect to output w/h
using libinput_event_touch_get_x_transformed(event, width),
a transformation matrix should remain in origin.
Change-Id: I0e5933069934156d27939e0ebcf1b7c97ab19d46
Seunghun Lee [Wed, 20 Mar 2024 10:23:34 +0000 (19:23 +0900)]
Packaging: Update version up to tz9_10.0.0
Change-Id: I5ca192383434b9f574fb547069ffad9436ecb3a8
Seunghun Lee [Wed, 20 Mar 2024 09:21:29 +0000 (18:21 +0900)]
e_comp_wl_rsm: Do not pass null wl_array
It is no longer available to pass a null wl_array since wayland@1.22.0.
Change-Id: Id86d93993e2d641b028c94440b0ba6ffd1f95c95
Doyoun Kang [Wed, 20 Mar 2024 09:06:23 +0000 (18:06 +0900)]
e: remove redundant code
FYI, the REFACTOR_DESK_AREA is defined in e_types.h
Change-Id: I10a49e4c301f4ef52bd8db4253b2372315b247be
Doyoun Kang [Wed, 20 Mar 2024 01:20:45 +0000 (10:20 +0900)]
e_client: add focus_check flag to update focus
Change-Id: I0ede3b54fba589224c26b73d06afbb5d439969df
Doyoun Kang [Mon, 18 Mar 2024 00:24:24 +0000 (09:24 +0900)]
e_comp: remove checking visibility_calcualation value before calling e_focus_update
There was an unnecessary checking code for e_zone_visibility_calculate() before calling
e_focus_update() in e_comp_idler_before().
Because of this code, there was a bug that the e_focus_update() was unnecessarily called.
Change-Id: I4ed6d7da21e736bdb0acf37117ac7bb8b73ee4a6
Doyoun Kang [Mon, 18 Mar 2024 00:20:35 +0000 (09:20 +0900)]
e_zone: fix return value of e_zone_visibility_calculate
There was a bug that the e_zone_visibility_calculate() returns EINA_TRUE even though
the visibility of windows was not changed at all.
So, we modified code to return EINA_TRUE only when there is a change of the window's
visibility.
Change-Id: I0b4585aefb36879dd33e1321a0fdcae7195d89e1
Jihoon Kim [Wed, 20 Mar 2024 02:16:45 +0000 (11:16 +0900)]
e_keyrouter: init keygrab mode variable
Change-Id: Ia67c483d44c88adb2a3b69015ef549fff8b42655
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
duna.oh [Tue, 19 Mar 2024 02:04:16 +0000 (11:04 +0900)]
e_input: unref udev_device after using it
After calling libinput_device_get_udev_device(), the caller must call
udev_device_unref()
Change-Id: I097341e03713647939c66840197a34da97deafef
duna.oh [Mon, 18 Mar 2024 10:27:47 +0000 (19:27 +0900)]
e_input: remove unused member variable 'touch_device_count' from E_Input struct
Change-Id: Ia9d2737adf3c49028b18a6195b73be51e99abcf2
duna.oh [Mon, 18 Mar 2024 09:05:37 +0000 (18:05 +0900)]
e_input: Remove eeze dependency
replace eeze APIs with udev APIs
Change-Id: I7349b971c2f08dcfc507b8142239ec308b339bb8
Jihoon Kim [Mon, 18 Mar 2024 01:49:05 +0000 (10:49 +0900)]
e_client: add e_client_icccm_name/title_set API
Change-Id: I83be6b28d7c561598bbe48e1e8716fef6f84b54c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Junkyeong Kim [Fri, 15 Mar 2024 09:05:33 +0000 (18:05 +0900)]
Packaging: Update version up to tz9_9.1.0
Change-Id: I22a158ae4e181cb0bff3b09abc744367e8b53ac4
Junkyeong Kim [Fri, 15 Mar 2024 08:50:58 +0000 (17:50 +0900)]
e_comp_screen: Change api name
Change-Id: Ifa6f5e05d839f90082011bb3d5b6ae275a0f0174
Junkyeong Kim [Fri, 15 Mar 2024 08:20:57 +0000 (17:20 +0900)]
e_hwc: Fix return value error
Change-Id: If55feb5ef2e98746efe25179f381253ee4c91c93
Junkyeong Kim [Fri, 15 Mar 2024 07:17:29 +0000 (16:17 +0900)]
e_hwc: Add and modify apis for structure encapsulation
Change-Id: I3556bcbc9f3267fb239ede649344c2f585605f32
Junkyeong Kim [Fri, 15 Mar 2024 07:10:25 +0000 (16:10 +0900)]
e_output: Add and modify apis for structure encapsulation
Change-Id: I7febd664b272f9815727c8078af06859767760f2
Junkyeong Kim [Thu, 14 Mar 2024 02:27:10 +0000 (11:27 +0900)]
e_comp_screen: Add api to give e_comp_screen structure member
e_output list.
Change-Id: I327433477a7e345a4f4325849c36c8d8bc591f28
Junseok Kim [Fri, 15 Mar 2024 05:48:29 +0000 (14:48 +0900)]
Packaging: Update version to tz9_9.0.2
Change-Id: Ib8bec14eb26d0e1cd56756ca2eeea742c5e5ea91
Junseok Kim [Thu, 14 Mar 2024 01:36:03 +0000 (10:36 +0900)]
e_desk: Change e_desk_desk_area_base_get to E_API
Change-Id: If3ac69d6c6a68e5607171268f9499e379fae803d
Jihoon Kim [Wed, 13 Mar 2024 08:53:32 +0000 (17:53 +0900)]
Packaging: Update version up to tz9_9.0.1
Change-Id: I7b020fd811fb942f2380c2bf81090cd5a4287f9c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 13 Mar 2024 08:23:09 +0000 (17:23 +0900)]
e_keyrouter_wl: fix issue of uninitialized scalar variable
This reverts commit
1de497650f39ca56ed8f7029ba3fc5713c0d15c9.
Change-Id: I7e87ebc7e1da83217fce9cbe9aba6b6bb6dfc91e
Changyeon Lee [Wed, 13 Mar 2024 05:22:24 +0000 (14:22 +0900)]
e_hwc_window: remove trailing spaces
Change-Id: Icf9924101f07ffcc6d909c6023b8ddad62baee0f
Changyeon Lee [Wed, 13 Mar 2024 05:21:51 +0000 (14:21 +0900)]
e_blur: remove trailing spaces
Change-Id: I7a488ed09825072618c631d33eb01b193aac6a39
Changyeon Lee [Mon, 11 Mar 2024 04:34:14 +0000 (13:34 +0900)]
e_hwc_window: add E_HWC_WINDOW_RESTRICTION_BLUR
The hwc_window under blur_obj should be composited by evas
Change-Id: I8778efab2aac1d68c7e62e8632ae8014719fd3d1
Changyeon Lee [Mon, 11 Mar 2024 04:33:53 +0000 (13:33 +0900)]
e_blur: add blur set/unset hook
Change-Id: I847edb61fab0554343f849a56aaa7e59a3804c9e
Jihoon Kim [Tue, 12 Mar 2024 08:41:16 +0000 (17:41 +0900)]
Packaging: Update version up to tz9_9.0.0
Change-Id: Ic3308e34c715dd3d66477f3916ceb750d450b854
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 12 Mar 2024 08:05:46 +0000 (17:05 +0900)]
Revert "e_input: remove kbd.focused, resources, and keys mutex"
This reverts commit
7446892db29965ab5f8e09bc8b4925a9d987d109.
Change-Id: I80fe7d5f0f9bbf5b15dfda005ea2c17bbebeb311
Jihoon Kim [Tue, 12 Mar 2024 08:03:57 +0000 (17:03 +0900)]
Revert "e_input: move kbd structure to e_comp_input_intern.h"
This reverts commit
707705fd75546153cb99818f7b478fe8a6c68117.
Change-Id: I194b180881ceb06811568afd89822a6a0906ed76
Jihoon Kim [Tue, 12 Mar 2024 08:03:53 +0000 (17:03 +0900)]
Revert "e_keyrouter_wl: fix issue of uninitialized scalar variable"
This reverts commit
ade7eef06cb51ac2a009bada0901dce72de2b0e9.
Change-Id: Iad9b05eb0cba0e720f37233e9f661944119c4f69
Junseok Kim [Thu, 7 Mar 2024 08:49:32 +0000 (17:49 +0900)]
Packaging: Update version up to tz9_8.0.2
Change-Id: Ib46196959d83be3f15ef7975bb12aeddc31710bc
Jihoon Kim [Thu, 7 Mar 2024 10:05:43 +0000 (19:05 +0900)]
e_keyrouter_wl: fix issue of uninitialized scalar variable
Change-Id: Ie1b840991197cff04f48c1ae19a4021fda07d198
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 16 Feb 2024 12:17:50 +0000 (21:17 +0900)]
e_input: move kbd structure to e_comp_input_intern.h
Change-Id: I1c3f27a12fa6df58f8367636ad7d4390b638f9ec
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 16 Feb 2024 10:43:08 +0000 (19:43 +0900)]
e_input: remove kbd.focused, resources, and keys mutex
Change-Id: I4f50f18c94cda6e813c534e542689028d6f1c0d1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
duna.oh [Thu, 7 Mar 2024 09:25:55 +0000 (18:25 +0900)]
e_input: Set device to virtual only when devpath contains 'input' substring
Do not set devices with devpath containing 'misc' or 'rc' as virtual,
considering them as physically connected devices like Bluetooth remocons.
Change-Id: I11fcf14953652cf30a1d243ed4cf54dea37e00e4
Junkyeong Kim [Thu, 7 Mar 2024 07:56:37 +0000 (16:56 +0900)]
e_blender: Fix null checking error
Change-Id: I3a808bfd632ae5fe9d24164d4e0bb71b87a4936a
Junkyeong Kim [Thu, 7 Mar 2024 07:55:49 +0000 (16:55 +0900)]
e_blender: Erase dead code
Change-Id: I1d244af651022b06ba92dc2e56770902302479ae
Junkyeong Kim [Thu, 7 Mar 2024 07:47:58 +0000 (16:47 +0900)]
e_blur: Fix null check error
Change-Id: I2bed2e06fc1034d387458d8c818b4baf473c93c3
Junkyeong Kim [Thu, 7 Mar 2024 07:23:47 +0000 (16:23 +0900)]
e_blur: Erase dead code
Change-Id: Ibba305d9cb6293b15c324626759badba1ab453ed
Junkyeong Kim [Thu, 7 Mar 2024 05:49:02 +0000 (14:49 +0900)]
e_compositor: Add null checking of ds_surface
Change-Id: I0869a916f14dca3fb82f841b732d6f0ac460b533
Junseok Kim [Thu, 7 Mar 2024 04:31:19 +0000 (13:31 +0900)]
e_desk_area: Add function to get layer object of layer of desk area
Change-Id: I20454ff7faccc8a95998f921384c2e5aa14d3c1e
Junseok Kim [Tue, 5 Mar 2024 10:04:54 +0000 (19:04 +0900)]
packaging: Update version to tz9_8.0.1
Change-Id: I5b1ef1a5e2359d6fbb6baf2c4c2452d2ef2902b8
Junseok Kim [Mon, 4 Mar 2024 09:08:13 +0000 (18:08 +0900)]
e_desk_area: remove use_desk_area config value
The desk area feature turn to default feature.
So, remove all the check of use_desk_area value.
Change-Id: I5cbc2de81cb6afcd7a559d691d56e77d24eec728
JunSeok Kim [Tue, 5 Mar 2024 10:08:36 +0000 (10:08 +0000)]
Merge changes I577cfab6,I4a155a62 into tizen
* changes:
e_client: use e_client_visibility_set/get funtions
e_client: add visibility get/set functions
Jihoon Kim [Mon, 4 Mar 2024 10:54:08 +0000 (19:54 +0900)]
packaging: Update version to tz9_8.0.0
Change-Id: I937b6cb057a12b3aa06a93edfd498d75a379224b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Mon, 4 Mar 2024 05:04:00 +0000 (14:04 +0900)]
e_client: use e_client_visibility_set/get funtions
E20 uses these two functions instead of getting the
member variable of e_client directly.
Change-Id: I577cfab64e28c6db6aae384c9e45d9f5b8ede1d9
SooChan Lim [Mon, 4 Mar 2024 02:22:28 +0000 (11:22 +0900)]
e_client: add visibility get/set functions
The visibiliy.obscured value of e_client is set and gets
through thease functions.
Change-Id: I4a155a626a35e5438fee73b4de3bd0d672d4a6fc
Jihoon Kim [Mon, 4 Mar 2024 11:04:04 +0000 (11:04 +0000)]
Merge "packaging: Update version to tz9_8.0.0" into tizen
Jihoon Kim [Mon, 4 Mar 2024 10:54:08 +0000 (19:54 +0900)]
packaging: Update version to tz9_8.0.0
Change-Id: I937b6cb057a12b3aa06a93edfd498d75a379224b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 4 Mar 2024 10:37:09 +0000 (19:37 +0900)]
Fix keymap marshalling issue
Some clients request keymap before keymap is not loaded,
the timing of wm_ready file has been moved after loading keymap.
Change-Id: I8a52c2603bf580e2b19cdfbdc699d750d7e78a71
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
duna.oh [Mon, 4 Mar 2024 07:25:29 +0000 (16:25 +0900)]
e_comp_wl_input: hide tizen cursor if client is Waydroid
Change-Id: I86066acfa414d0ce496fa64f4eec1a221fed8dd1
Changyeon Lee [Thu, 22 Feb 2024 10:31:41 +0000 (19:31 +0900)]
e_client: do not update the transform core of client if the render update lock is set
Change-Id: I223c9f97ed7d68bebf98a3622f390ebdd5018bff
Junseok Kim [Thu, 29 Feb 2024 08:00:32 +0000 (17:00 +0900)]
packaging: Update version to tz9_7.0.0
Change-Id: Ia5f997a24752e6313932ef943c8b0867a544728c
Changyeon Lee [Thu, 29 Feb 2024 02:17:02 +0000 (11:17 +0900)]
e_comp: set e_hwc_windows_comp_override when nocomp_override is set
Change-Id: If6b32a6d2e79bda548a2f8dafb34c793fdc209ad
Jihoon Kim [Fri, 16 Feb 2024 07:55:45 +0000 (16:55 +0900)]
e_keyrouter: remove grab_key mutex
Change-Id: I3fb360fe5d7ac34ccb7c51e58274cacd2be1074e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 8 Feb 2024 02:50:45 +0000 (11:50 +0900)]
Support pipe communication between main thread and input thread
Change-Id: I583ee3e4a02a2d239b5a4476e1bba48f68142895
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Tue, 27 Feb 2024 06:47:54 +0000 (15:47 +0900)]
e_main: add hook for idle enter/exit of main loop
e_main provides two hooks below. each hooks let them
know when ecore_main_loop enters idle state and
exits idle state.
E_MAIN_HOOK_LOOP_BEFORE_IDLE_ENTER
E_MAIN_HOOK_LOOP_AFTER_IDLE_EXIT
Change-Id: I21d4c26fc4dc50edb48415b588efe326e562922e
Junseok Kim [Tue, 27 Feb 2024 01:33:41 +0000 (10:33 +0900)]
e_desk_area: enable REFACTOR_DESK_AREA flag
Change-Id: I73203577c4e7ada696a8ea4e18a50273f0579f36
duna.oh [Thu, 22 Feb 2024 08:05:45 +0000 (17:05 +0900)]
packaging: Update version to tz9_6.4.0
Change-Id: Ie525f736c3060d0dcb79355331cbdf250f9b139a
Changyeon Lee [Thu, 22 Feb 2024 07:54:06 +0000 (16:54 +0900)]
Revert "e_client: do not enable the transform core if the render update lock is set"
This reverts commit
3d160e6d4f86e0e514dffc87c2130e90fe4890ec.
Change-Id: Ia2ee1995c1d2b035da96ad6c1eb78c4821a39762
duna.oh [Thu, 8 Feb 2024 07:13:33 +0000 (16:13 +0900)]
e_input: Add E_API e_input_device_is_virtual(dev, device_path, clas)
E_API for checking if a device is physically connected or virtual
Change-Id: Ib7ff83e9ce2290bdb613091c2d2e9d7ff2b4b4e9
duna.oh [Thu, 8 Feb 2024 07:08:02 +0000 (16:08 +0900)]
e_input: Set device's subclass to virtual using udev property
Change-Id: Id765eac76334698d28715cd940abf1b0ab147f33
Jihoon Kim [Wed, 21 Feb 2024 06:14:34 +0000 (15:14 +0900)]
packaging: Update version to tz9_6.3.1
Change-Id: I840284a93ee8c20c8cf4bd3aa0c69f1d3bd01b5e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 21 Feb 2024 05:59:53 +0000 (14:59 +0900)]
e_input: Fix build error due to deprecate
Change-Id: Ibe6f8d76945516c9271861e22964b561fa5a2f39
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Changyeon Lee [Wed, 7 Feb 2024 09:39:23 +0000 (18:39 +0900)]
e_client: do not enable the transform core if the render update lock is set
Change-Id: I404df3bb2da56260c7df9eb150b1b47649180634
Changyeon Lee [Mon, 19 Feb 2024 07:19:34 +0000 (16:19 +0900)]
packaging: Update version to tz9_6.3.0
Change-Id: I0ca985823a7754369fdb4bc7306aa64043bb0c1e
Changyeon Lee [Wed, 6 Dec 2023 03:38:36 +0000 (12:38 +0900)]
e_blur: add first implementation of ds_tizen_blur interface
Change-Id: Ie508e2c13fdd6bdc7e3566afd271793bf016a3ab