SooChan Lim [Wed, 11 Jun 2025 07:17:15 +0000 (16:17 +0900)]
e_view_client: use E_View_Client_Image_Filter
instead of E_Comp_Image_Filter
Change-Id: I12e90035d408d6cd07f95546644a3431fa9016a8
jinbong.lee [Thu, 12 Jun 2025 06:11:42 +0000 (15:11 +0900)]
e_view_smart : Add null checks
Change-Id: I63fe6f7589041f43e67e0e3af94108818c44dedc
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Wed, 11 Jun 2025 05:51:52 +0000 (14:51 +0900)]
e_view : Add testcase of e_view_smart & e_view_textblock
- remove warning of testcases.
Change-Id: I7567808e813fc77c932fbdf3edc8885bfd5b00de
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Wed, 11 Jun 2025 05:50:33 +0000 (14:50 +0900)]
e_view_textblock : update interface
Change-Id: I00a698bc30f6b95e5c4a96d742f28cdfd290cfe7
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Fri, 30 May 2025 11:47:34 +0000 (20:47 +0900)]
e_view_smart : add interface & implementation
Change-Id: Ia8b62888352e4381e145e9aa5aac2269b2f6e44e
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Fri, 30 May 2025 11:46:02 +0000 (20:46 +0900)]
set Initial size for e_view_image / e_view_textblock
Change-Id: I96105e176f267e55597a7f91b93c582df3b372c3
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Thu, 29 May 2025 05:25:47 +0000 (14:25 +0900)]
e_canvas : add e_canvas_render_post_listener_add to E_API
- e_mod-tizen-monitor-helper use it.
Change-Id: I1901d936916f71b8abc2cec68866a2275b7b5f8c
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Tue, 27 May 2025 06:56:14 +0000 (15:56 +0900)]
e_view_textblock : Add textblock interface
- split textblock interface from e_view_text
- add new interface for textblock
Change-Id: Ia2b05e9d5f92ad25433ce3714fb298eea384a40c
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Tue, 27 May 2025 06:52:08 +0000 (15:52 +0900)]
e_view_image : e_view_image_resize_listener_add is changed to EAPI
Change-Id: Id91b145818e4ceb51df253a6a9a11fef1970ec52
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
jinbong.lee [Tue, 27 May 2025 06:46:41 +0000 (15:46 +0900)]
e_view_image : add interface of e_view_image_orient_set
Change-Id: I1923afa9d9a2b9ba8d68e24b61268add00b53355
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
Seunghun Lee [Thu, 12 Jun 2025 03:22:19 +0000 (12:22 +0900)]
build: Check threads dependency instead of pthread
This commit updates the dependency check to use the threads dependency,
which is the recommended way by Meson.
For more information, see: https://mesonbuild.com/FAQ.html
Change-Id: I0cc5d29338c6fc113ab42c2791f40534bc19bcc7
Seunghun Lee [Thu, 12 Jun 2025 02:59:37 +0000 (11:59 +0900)]
build: Rename E_LOGGING to E_DISABLE_LOGGING
This commit renames E_LOGGING to E_DISABLE_LOGGING to ensure that
logging is enabled by default and can be disabled only if a specific
module requires it.
Change-Id: Ie0b1463b11f2d5e953f0cf30692d424bd5a776a8
Seunghun Lee [Thu, 12 Jun 2025 02:18:28 +0000 (11:18 +0900)]
build: Make function-trace default
Change-Id: Icbbd4ab162087793d550540218263d7a6e563c8c
Seunghun Lee [Thu, 12 Jun 2025 02:12:46 +0000 (11:12 +0900)]
build: Make tests optional
The enlightenment can be built without tests by:
gbs build --define "disable_tests 1"
Change-Id: I1a00f98490dd21113e53839da7eec423eb313f68
Seunghun Lee [Wed, 11 Jun 2025 08:30:22 +0000 (17:30 +0900)]
Packaging: Update version up to tz10_36.0.1
Change-Id: I264428e36dda47be31036d1914f33478211fd80c
Seunghun Lee [Wed, 11 Jun 2025 08:05:57 +0000 (17:05 +0900)]
build: Remove unknwon words from release variable
Change-Id: I9bce4bfcabfd86db1a20022a47511dcb5a793f07
Seunghun Lee [Wed, 11 Jun 2025 08:00:28 +0000 (17:00 +0900)]
build: Remove unused variable
Change-Id: I0951d3f21f709746e8bd662397b06013ee478a57
Seunghun Lee [Wed, 11 Jun 2025 07:54:49 +0000 (16:54 +0900)]
build: Fix symbol visibility issue in shared module
This adds --export-dynamic linker option to ensure all intended symbols
are exported from the shared module.
Change-Id: Ib7ce31161283913d874129b70ec70bc6e0c157b5
Seunghun Lee [Wed, 11 Jun 2025 05:17:50 +0000 (14:17 +0900)]
build: Insert libc suffix to module_arch
Enlightement modules have been installing their shared object in the
path with the libc suffix. So, without this patch, the modules cannot be
loaded due to the mismatch the path.
Change-Id: I72e944b453c194daa141e282f9ea2d12e179a072
Seunghun Lee [Wed, 11 Jun 2025 01:48:53 +0000 (10:48 +0900)]
build: Fix module name to be module.so
Change-Id: I2022c92307535980d9cfbaf1baf1fa235edaf705
SooChan Lim [Tue, 10 Jun 2025 10:57:12 +0000 (19:57 +0900)]
Packaging: Update version up to tz10_36.0.0
Change-Id: I79058b2ce823e3e407487d40a2c3a75edd9a760a
SooChan Lim [Mon, 9 Jun 2025 12:13:24 +0000 (21:13 +0900)]
e_output: move E_Output structure to internal header
Change-Id: Ia238bf8215fbfac9d2a60ffeb76e2252bb80882a
SooChan Lim [Mon, 9 Jun 2025 11:59:19 +0000 (20:59 +0900)]
e_zone: move E_Zone structure to internal header
Change-Id: If3e30b8038414b6e92d82f9d5e218669c0a020dc
SooChan Lim [Mon, 9 Jun 2025 11:34:40 +0000 (20:34 +0900)]
e_comp_wl: move E_Comp_Wl structures to internal header
Change-Id: Iab4532f9393d60903d26dbda1cc8345077fb5703
SooChan Lim [Mon, 9 Jun 2025 11:30:49 +0000 (20:30 +0900)]
e_comp: move E_Comp structure to internal header
Change-Id: I1f5f4a7eb582a095fa60a06624f6fbe117805ff2
SooChan Lim [Mon, 9 Jun 2025 11:29:22 +0000 (20:29 +0900)]
e_client: move E_Client structure to internal header
Change-Id: Ie9b410fbd73179d20d1e1daafb4a3b5e2283d308
Junseok Kim [Tue, 10 Jun 2025 09:57:26 +0000 (18:57 +0900)]
Packaging: Update version up to tz10_35.2.1
Change-Id: I8ef29ab64ebaf3f21b5265576ec15e0301671d07
Junseok Kim [Tue, 10 Jun 2025 09:57:05 +0000 (18:57 +0900)]
build: fix build errors from new and rename files
Change-Id: I0165a549da346ae49bd266890512f3e890196d0f
Junseok Kim [Tue, 10 Jun 2025 09:26:25 +0000 (18:26 +0900)]
Packaging: Update version up to tz10_35.2.0
Change-Id: I52f244deeccab2094b0fdc839716e0188be40a2e
Junseok Kim [Mon, 9 Jun 2025 02:20:51 +0000 (11:20 +0900)]
e_policy_desk_area: refine logs on layer setter
Change-Id: Ib05c52ae52e71571c3a9919732558a6c2a5b04ad
Junseok Kim [Mon, 9 Jun 2025 02:19:43 +0000 (11:19 +0900)]
e_comp_input: reparent the input client tree if needed
Change-Id: I67a554a57773af5369082d073702a21fa836d711
Junseok Kim [Thu, 5 Jun 2025 01:45:24 +0000 (10:45 +0900)]
e_policy_desk_area: raise view on viewtree when evas_object_raise
Change-Id: I7f76eabd470950747d8454c290a8d71261558b3b
Junseok Kim [Wed, 4 Jun 2025 02:39:07 +0000 (11:39 +0900)]
e_alpha_mask_rect: reparent before place below
Change-Id: I20a9260e45a4094da23c481188e963dba68be38d
Junseok Kim [Mon, 2 Jun 2025 06:42:56 +0000 (15:42 +0900)]
e_policy_desk_area: doing view restack if needed when adjust layer
Change-Id: Ib75d90a7e0a3ae61d6db78d38c781357b6d8ac3b
Junseok Kim [Fri, 30 May 2025 04:16:55 +0000 (13:16 +0900)]
e_policy_desk_area: Rename _e_comp_object_layers_update to specify its role
Change-Id: Ie8b71525d7676d1c8e074c92b607fcbc49548c41
Junseok Kim [Fri, 30 May 2025 04:15:22 +0000 (13:15 +0900)]
e_policy_layer: Remove dependency on e_policy_desk_area from e_policy_layer
Change-Id: Ie1727baba18095c87c3ac87bdc3f1465c9e3c2f4
Junseok Kim [Thu, 29 May 2025 06:05:05 +0000 (15:05 +0900)]
e_policy_layer: rename e_policy_desk_area_layer to e_policy_layer
Change-Id: I73bed0eb4401766feabd814a2216775c39fa1698
Junseok Kim [Mon, 12 May 2025 11:42:43 +0000 (20:42 +0900)]
e_policy: Fix incorrect inequality direction of layer
Change-Id: I8c0e21d6ad50a0d35c4ea10c2650809837a94993
Junseok Kim [Mon, 12 May 2025 11:33:42 +0000 (20:33 +0900)]
e_policy_desk_area_layer: temporary rename of the layer object
Change-Id: I740d8d62bd792e88cdf43d25ff52c86fdc0f004a
Junseok Kim [Mon, 12 May 2025 09:35:33 +0000 (18:35 +0900)]
e_policy_desk_area: Fix unrechable codes
Change-Id: I19760bda80982c26218b184dc54433223a0db335
Junseok Kim [Thu, 8 May 2025 02:56:33 +0000 (11:56 +0900)]
e_desk_area: Added new API to get view of layer
Change-Id: Ia49ad37363f0729cdd2d6060d81e1c6ee24a9d33
Junseok Kim [Wed, 30 Apr 2025 07:40:00 +0000 (16:40 +0900)]
e_policy_desk_area: use getter to get E_Client from view client
Change-Id: I1f259470697bf3fe82ade84df665f2b047f9350e
Junseok Kim [Wed, 30 Apr 2025 07:38:58 +0000 (16:38 +0900)]
e_view_client: Add getter to get E_Client of view client
Change-Id: If73740c75f0e12e93aaddb9c3c05ef09894a29dc
Junseok Kim [Wed, 30 Apr 2025 03:46:28 +0000 (12:46 +0900)]
e_desk: remove debug logs
Change-Id: I38e65c05910f4ba503999c350ed203159dd57dba
Junseok Kim [Wed, 16 Apr 2025 06:01:16 +0000 (15:01 +0900)]
e_view: Added e_view_reparent_append
Change-Id: I3ba3b827369e5d0ac95bc6c88e7a670e5e0ca625
Junseok Kim [Tue, 15 Apr 2025 11:46:46 +0000 (20:46 +0900)]
e_comp_input: Adjust new layer tree logic to input thread client
Change-Id: I15c6353f56cd01be06f6ce8c8c2d0bdb5891aa96
Junseok Kim [Mon, 12 May 2025 08:03:11 +0000 (17:03 +0900)]
e_client: remove CLIENT_DEL_STACK_ISSUE defines
Since the patch "e_policy_desk_area: refine layer list to use e_view_tree" adjusted,
the list of client uses view tree instead of eina_inlist.
So, this hotfix codes are no more useful. remove it
Change-Id: I9ce8aa7ce1bb39747c6f71e6c3bf0d5dfd121f4b
Junseok Kim [Fri, 11 Apr 2025 06:10:50 +0000 (15:10 +0900)]
e_policy_desk_area: refine layer list to use e_view_tree
Change-Id: I584bac1f5025b93d0adbb964c156c741fc5ee5a4
Junseok Kim [Thu, 3 Apr 2025 08:53:43 +0000 (17:53 +0900)]
e_canvas: remove e_canvas_layer_tree_get
Change-Id: I4554db83d1d39d566b3f094a356dc35b5d819ed3
Junseok Kim [Thu, 3 Apr 2025 10:04:08 +0000 (19:04 +0900)]
e_canvas: change e_canvas_layer to layer tree of desk area
Change-Id: I183c641876ac7a09d33ae0c1fdc99c4d3435348e
Junseok Kim [Mon, 12 May 2025 07:08:24 +0000 (16:08 +0900)]
e_seat: include header of e_seat into internal header of e_seat
Change-Id: I38a64d17ead0dbff9dc8f4e1e9f1cd496df67455
SooChan Lim [Tue, 10 Jun 2025 09:10:02 +0000 (18:10 +0900)]
Packaging: Update version up to tz10_35.1.0
Change-Id: I0040a948556b1e0c9d848c153e367bc49aeb868b
Seunghun Lee [Mon, 9 Jun 2025 03:23:54 +0000 (12:23 +0900)]
hints: Clean up
This commit adds hint related static functions to improve readability.
Change-Id: I58f1fa5398386e70f22b8374ad096964105425c7
Seunghun Lee [Mon, 9 Jun 2025 02:20:18 +0000 (11:20 +0900)]
hints: Remove superfluous variable
The found and res flags are not necessary.
Change-Id: I27413cd1081716a433e2c95d0a90dbd2440f18d5
Seunghun Lee [Wed, 28 May 2025 10:40:34 +0000 (19:40 +0900)]
e_comp_wl: Deprecate first_commit
The implementation related to the first_commit flag is moved to
E_Aux_Hint_Surface.
Change-Id: If2e447e013da3eca228a08d7dd4469e50ec53772
Seunghun Lee [Wed, 28 May 2025 07:46:55 +0000 (16:46 +0900)]
Introduce E_Aux_Hint_Surface
This patch separates the responsibility of managing auxiliary hints out
from E_Comp_Wl_Client_Data to E_Aux_Hint_Surface.
The E_Aux_Hint_Surface is now responsible for managing auxiliary hints
for an E_Surface.
This separation of responsibility is aimed at decoupling these
functionalities from E_Comp_Wl_Client_Data, which currently handles many
mixed responsibilities.
Change-Id: Ibe991fa0fbb2ad704224290506c3b3368b84a21d
SooChan Lim [Tue, 10 Jun 2025 06:56:15 +0000 (15:56 +0900)]
e_security: query creds for CLIENT_METHOD_SMACK
Change-Id: I3f94800aa244939016915094ec35b8809c6e6060
SooChan Lim [Tue, 27 May 2025 06:47:53 +0000 (15:47 +0900)]
e_security: use cynara api instaed of smack api
smack api will be deprecated. use cynara_creds_pid_get_client.
Change-Id: I4b6af6c0047a89435794af37e2979f1661bae82e
SooChan Lim [Tue, 27 May 2025 06:28:23 +0000 (15:28 +0900)]
e_security: remove DISABLE_PRIVILEGE
This feature is not needed at Tizen 10.0.
Change-Id: Ied3d5605f7008b94566674a7d3811da893c504eb
Seunghun Lee [Thu, 22 May 2025 04:26:20 +0000 (13:26 +0900)]
e_comp_wl: Deprecate never_hwc
The never_hwc is assigned but never used.
Change-Id: I9d9533a1ab94b962602e824313bdb79ab94940ec
Seunghun Lee [Thu, 22 May 2025 03:25:56 +0000 (12:25 +0900)]
e_comp_wl: Deprecate state_commit_signal
It's unused.
Change-Id: Ic4ec76bf498877af7aa596cc3c062fd0b8030643
Seunghun Lee [Thu, 22 May 2025 03:18:44 +0000 (12:18 +0900)]
e_comp_wl: Deprecate viewport_transform
This patch deprecates viewport_transform and moves its implementation
into surface_view.
Change-Id: I3cd74369a71ad5d269f4f14a7ddd796848bf7ac6
Seunghun Lee [Thu, 22 May 2025 02:28:23 +0000 (11:28 +0900)]
surface_view: Use wl_listener
Instead of using E_Client_Hook, it uses e_client_destroy_listener_add.
Change-Id: I33e98a11be6b698ab6dbce425364620fe2157ed0
Seunghun Lee [Thu, 22 May 2025 01:53:56 +0000 (10:53 +0900)]
e_comp_wl: Deprecate accepts_focus
It's unused.
Change-Id: I27e53cb4adbcae880678c5b004f081e9f2539756
Seunghun Lee [Thu, 22 May 2025 01:45:47 +0000 (10:45 +0900)]
e_comp_wl: Deprecate destroy_signal
It's unused.
Change-Id: I3c8e7a975fd40aedba2451aa8ca12fe0eed9296e
Seunghun Lee [Thu, 22 May 2025 01:41:36 +0000 (10:41 +0900)]
e_comp_wl: Deprecate surface
The surface and wl_surface have been used interchangeably, leading to
potential confusion. This patch deprecates the use of surface and
replaces it with wl_surface for consistency and clarity.
Change-Id: I3d2132c3cb407df23349668bd14a30db7e1511ca
Seunghun Lee [Thu, 22 May 2025 01:30:03 +0000 (10:30 +0900)]
e_comp_wl: Deprecate layer
It's unused.
Change-Id: I7c223e6ff91f14cec97446598c129f6ce9d6e41c
Seunghun Lee [Thu, 22 May 2025 01:19:31 +0000 (10:19 +0900)]
e_comp_wl: Deprecate win_type
It's unused.
Change-Id: Icad12c012aad2f0fca95062ad0bda630efab9af7
Seunghun Lee [Thu, 22 May 2025 01:17:12 +0000 (10:17 +0900)]
e_hints: Deprecate e_hints_window_visible_set
It has not implemented and is not used.
Change-Id: Ie6bdba5e7cf801d94cd4c1f979f34702c053be80
Seunghun Lee [Thu, 22 May 2025 01:14:24 +0000 (10:14 +0900)]
e_comp_wl: Deprecate conformant
It's unused.
Change-Id: I361d308e14ffccacc69bf88c6eb8d50a79157dc7
Seunghun Lee [Thu, 22 May 2025 01:02:54 +0000 (10:02 +0900)]
e_comp_wl: Deprecate evas_init
To simplify the code flow, this patch removes evas_init flag. This
allows e_comp_wl_client_evas_{init,deinit} to be called from
surface_view, making the code more streamlined and easier to read.
Change-Id: I4d5e602e0f6561a0030c483914c9dfc3b0a3b305
Seunghun Lee [Wed, 21 May 2025 04:09:08 +0000 (13:09 +0900)]
e_comp_wl: Deprecate presentation_container
The presentation_container is now replaced with
e_surface_presentation_container_get().
Change-Id: I9afe654680cb5978f9b0311f13e4703db65a0615
SooChan Lim [Tue, 10 Jun 2025 01:06:19 +0000 (10:06 +0900)]
Packaging: Update version up to tz10_35.0.0
Change-Id: Ie7f93cd7e19640ced809256d10ea3ac508f9c5ac
Seunghun Lee [Wed, 4 Jun 2025 01:11:17 +0000 (10:11 +0900)]
Remove autotools build
Change-Id: I6a413f1be407a194e6e278bcece8eae4fbf2ff0d
Seunghun Lee [Wed, 28 May 2025 01:16:17 +0000 (10:16 +0900)]
build: Move dependency checks to appropriate location
This patch relocates the dependency checks to their appropriate
positions.
Change-Id: I4a16129401a40abdfa61e2a14a30918017f90fcf
Seunghun Lee [Fri, 16 May 2025 05:31:12 +0000 (14:31 +0900)]
build: Remove `systemd` option
This option is essential.
Change-Id: Idd743c76b40b958d9a1f1b962db47d544cda2ebc
Seunghun Lee [Tue, 29 Apr 2025 09:11:18 +0000 (18:11 +0900)]
build: Set HAVE_CYNARA default feature
Change-Id: Iba5af00ccf17871d97ed7d9f526e870a51fb0086
Seunghun Lee [Tue, 29 Apr 2025 09:04:27 +0000 (18:04 +0900)]
build: Set required to true for libinput functions
Change-Id: I3302dda04e59c57041b6e130329ea5e5c3adde9d
Seunghun Lee [Tue, 29 Apr 2025 07:59:01 +0000 (16:59 +0900)]
build: Remove `hwc` option
This option is essential.
Change-Id: Ic5d2ba7106d971280cecf4dee14cc11de8f53d41
Seunghun Lee [Tue, 29 Apr 2025 07:57:01 +0000 (16:57 +0900)]
build: Remove `wayland-tbm` option
This option is essential.
Change-Id: I2dea9af9cdc37f6b8ab47ca3c72dbb354235f856
Seunghun Lee [Tue, 29 Apr 2025 07:54:28 +0000 (16:54 +0900)]
build: Remove `wayland` option
The `wayland` option is now considered an essential feature and is no
longer necessary in the build configuration.
Change-Id: Ia77345ada26fbaf5a6a0548ad36a693d6406d115
Seunghun Lee [Tue, 29 Apr 2025 07:50:17 +0000 (16:50 +0900)]
build: Remove -DUSE_E_CONFIG_H from cflags
Change-Id: Ia7b6e6f9bbd37b8b53744b9feac5426dc77bf4a5
Seunghun Lee [Tue, 29 Apr 2025 07:46:36 +0000 (16:46 +0900)]
build: Remove E_RELEASE_BUILD
It's unused.
Change-Id: Iec2dba4766f404c6ba8e95efc23d3f7a6de9abe2
Seunghun Lee [Tue, 14 Nov 2023 00:08:04 +0000 (09:08 +0900)]
build: Add Meson build system
This commit marks the transition of the Enlightenment project from the
traditional Make build system to the modern Meson build system.
Meson offers several advantages, including improved performance, easier
configuration, and better support for cross-platform development.
Change-Id: Ieda396c7de73c7132a05a078de644e059466d7c0
Jihoon Kim [Fri, 6 Jun 2025 14:49:51 +0000 (23:49 +0900)]
e_input_backend: reduce duplicated code to create Ecore_Event_Device_Info
Change-Id: Idacba8debae5ccc2e315233136ff82bcaa850d3e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 7 Jun 2025 09:07:27 +0000 (18:07 +0900)]
e_devicemgr_input: reduce duplicated code to handle device add and remove event
Change-Id: Ic44414c9382e5fdbc8e7f0859a402a662750753c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 7 Jun 2025 09:03:24 +0000 (18:03 +0900)]
e_devicemgr_input: reduce duplicated code to handle mouse down and up event
Change-Id: I822fb48c79cf50da236b5bc753601b9044e43d9c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 6 Jun 2025 14:50:55 +0000 (23:50 +0900)]
e_devicemgr_inputgen: reduce duplicated code for creating ecore_event_add
Change-Id: I89f1e5f671e8e328f2630655d02df4a7129d63c5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Sun, 8 Jun 2025 01:59:04 +0000 (10:59 +0900)]
e_client: check if client_private is null
Change-Id: I876ae50e0108d718698caefd2d86470aa2781a3c
SooChan Lim [Thu, 5 Jun 2025 11:39:12 +0000 (20:39 +0900)]
e_client: move the position of symbols
Change-Id: I7016da128434e5e8af697e2e09aa23d8c6e13d1f
SooChan Lim [Thu, 5 Jun 2025 11:36:51 +0000 (20:36 +0900)]
e_client: remove the unused symbol
Change-Id: I7f564bb1770bf95dcc9a56b773f9ab4ef133720e
SooChan Lim [Thu, 5 Jun 2025 11:06:46 +0000 (20:06 +0900)]
e_client: rename e_client_hide to e_client_unmap
Change-Id: I81e393264b6b6ccc437894eb1b720785140c0ed7
SooChan Lim [Thu, 5 Jun 2025 11:04:23 +0000 (20:04 +0900)]
e_client: rename e_client_show to e_client_map
Change-Id: I615c4b9001854a7bcdf8cc04c8fb87651be0ead6
SooChan Lim [Thu, 5 Jun 2025 11:03:15 +0000 (20:03 +0900)]
e_client: rename e_client_unmap to e_client_shell_remove
Change-Id: Idb9e9ce5e39052e0299c65e416571027193a60b0
Jihoon Kim [Mon, 9 Jun 2025 02:33:27 +0000 (11:33 +0900)]
Packaging: Update version up to tz10_34.0.0
Change-Id: If3a8cd18a4ca9cf421f6237355b84b4fc59f0f14
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 6 Jun 2025 11:14:37 +0000 (20:14 +0900)]
e_input_event: reduce duplicated code to add input event
Change-Id: I88d9a7d9c5cc6d5813df3b447d1568637cf9a587
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 5 Jun 2025 12:15:41 +0000 (21:15 +0900)]
e_input_event: fix issue number key event was inserted twice
Change-Id: Idbb889ce3ad7032730038c15b82da5e8c8bcbfbe
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
hojoon-ryou [Thu, 5 Jun 2025 06:13:54 +0000 (15:13 +0900)]
e_info: add stroke in winfo -blur_option
Change-Id: I6c543181eae1c80e2b8949987f2ea74902c6c204
hojoon-ryou [Wed, 4 Jun 2025 11:52:31 +0000 (20:52 +0900)]
e_blur: add stroke layer for blur
Change-Id: Ie4c62779ff0526f2c1007409b946b28f7f3f0ab4
SooChan Lim [Thu, 5 Jun 2025 05:34:41 +0000 (14:34 +0900)]
Packaging: Update version up to tz10_33.0.0
Change-Id: I829bf41600e2dfc153177e81ebbd325056fbbd14