SooChan Lim [Wed, 14 May 2025 01:12:19 +0000 (10:12 +0900)]
Packaging: Update version up to tz10_29.0.0
Change-Id: I244a1d80ccac503f26a07fbe731486903daa5907
Seunghun Lee [Wed, 14 May 2025 02:26:50 +0000 (11:26 +0900)]
test_helper: Fix double free
The current_test.name has to be set to null to prevent double free.
Change-Id: I55580d2967c47e45ee279c2a09d141c0c1bf5239
Seunghun Lee [Wed, 14 May 2025 01:43:56 +0000 (10:43 +0900)]
desktop_shell: Fix crash caused by double wl_list_remove
This patch addresses a crash caused by attempting to remove wl_list
twice.
It was discovered that calling e_shell_e_client_destroy() can result in
the destruction of the E_Surface.
Therefore, the surface_destroy listener must be removed before invoking
e_shell_e_client_destroy(). Failure to do so could cause
_surface_finish() to be called again via the listener callback,
_surface_cb_surface_destroy(), leading to unintended behavior.
Change-Id: I9b1c506d8964eb02a96cf39110a06c81490ee97e
Seunghun Lee [Mon, 12 May 2025 02:52:58 +0000 (11:52 +0900)]
e_client: Drop input_only flag
It's unused.
Change-Id: I0f49ee1d7d0f6d4c5d9a1b927de2c72c17f0044c
duna.oh [Tue, 13 May 2025 11:53:26 +0000 (20:53 +0900)]
e_keyrouter: refactoring code of sending event_device
Change-Id: Iea7d2570ebfadadeb19bc78b8cfb7299c0494bd3
duna.oh [Tue, 13 May 2025 11:52:17 +0000 (20:52 +0900)]
e_comp_wl: change e_comp_wl_key_down/up() from EINTERN to static
Change-Id: I6057bafff00a44d88e9549a0916b43c32f981fee
duna.oh [Tue, 13 May 2025 11:47:50 +0000 (20:47 +0900)]
e_keyrouter: refactoring code calling a hook and fix typo
Change-Id: I8005f98c28ca118092542a6dc79e0280290f3140
SooChan Lim [Fri, 9 May 2025 02:19:41 +0000 (11:19 +0900)]
e_comp_wl: add E_DEPRECATED
e_comp_wl_sub_below_object_get is deprecated.
It always returns null.
Change-Id: I5683d1081284a8e9f9c8eac38cbf183fe2b18494
SooChan Lim [Fri, 9 May 2025 10:26:16 +0000 (19:26 +0900)]
e_view_image: donot set the width/height
The size of e_view_image is different from the size of the evas_object.
Therefore, donot store the size at the time of resize callback function from evas_object
Change-Id: I5670b5c67a713481009beb3a328595486739d050
SooChan Lim [Fri, 9 May 2025 08:05:31 +0000 (17:05 +0900)]
e_view_client: change the function signature
e_view_client_external_view_unset does not need the return value.
Change-Id: I94a650b05c6eb70d117284d1ff4c727f11228a91
SooChan Lim [Fri, 9 May 2025 08:04:09 +0000 (17:04 +0900)]
e_view_client: check if external_view is null
Change-Id: I00972682a57c1e77021a2d96185d1a8ce4d7402d
SooChan Lim [Fri, 9 May 2025 08:02:37 +0000 (17:02 +0900)]
Revert "Revert "e_view: use e_view_client_external_view_unuset""
This reverts commit
bcdaf1c018799128c73c6ec45785f19a8f5ac102.
Change-Id: I360bb258cbee5a48c0d94a16a0a8890db6942f6d
Junkyeong Kim [Tue, 13 May 2025 08:07:28 +0000 (17:07 +0900)]
e_service_region: Fix view destroy error
This e_view_destroy is wrong execution.
This callback is called by e_view_destroy.
Change-Id: I4098e705862d9b45061692857af6270578a93bd5
TaeHyeon Jeong [Tue, 13 May 2025 11:22:46 +0000 (20:22 +0900)]
e_comp_wl: Add video.global get/set E_API
- used by e-mod-tizen-video-tv
Change-Id: I9f0096bde6ee2d3d8d31edcd58618759921334cc
TaeHyeon Jeong [Tue, 13 May 2025 06:52:15 +0000 (15:52 +0900)]
Revert "e_comp_wl: Transfer struct definition to e_comp_wl_intern.h"
for e-mod-tizen-video-tv
This reverts commit
58810e68da52e08287ea050cee84ec30936948ef.
Change-Id: I6cec1e28664a5201e4730e6eeacd2a84693868cc
TaeHyeon Jeong [Tue, 13 May 2025 06:51:51 +0000 (15:51 +0900)]
Revert "e_client: Transfer struct definition to e_client_intern.h"
for e-mod-tizen-video-tv
This reverts commit
caef1f00c4f1c8a1d031cd7494a653599b1dd9e1.
Change-Id: Id0787fba3c165107810acaab92693cf4bf7c26d8
TaeHyeon Jeong [Tue, 13 May 2025 06:51:28 +0000 (15:51 +0900)]
Revert "e_comp: Transfer struct definition to e_comp_intern.h"
for e-mod-tizen-video-tv
This reverts commit
800ca8a88a42c0b18f9cff0bc90d108c8a476681.
Change-Id: I75b60ed64cf41ab4ac857517e4657b87e74ae240
Changyeon Lee [Tue, 13 May 2025 06:48:04 +0000 (15:48 +0900)]
e_blur_video_capture: Fix crash of use after free
Change-Id: I26dfee2b25aeecf1a1af058c75019a467154f443
Changyeon Lee [Tue, 13 May 2025 06:45:49 +0000 (15:45 +0900)]
e_blur_video_capture: Fix wrong geometry of e_view_image
Change-Id: I472975e17e204351491eb3610e2d2e80232d7702
Changyeon Lee [Tue, 13 May 2025 02:42:12 +0000 (11:42 +0900)]
e_view_image: Initailze Evas_Native_Surface
Change-Id: If8ee7c8dd9d33ca4ec42fc0a995263bac45242c5
Changyeon Lee [Tue, 13 May 2025 02:40:07 +0000 (11:40 +0900)]
e_view_image: Fix crash in e_view_image_resize_listener_add
Change-Id: I9167815a93e3ecd06ee98673274f9725760c4706
Junseok Kim [Mon, 12 May 2025 12:47:57 +0000 (21:47 +0900)]
Packaging: Update version up to tz10_28.0.0
Change-Id: I76906b9449cc0328b7c48771bcfab40d192ea5a4
Junseok Kim [Mon, 12 May 2025 11:42:43 +0000 (20:42 +0900)]
e_policy: Fix incorrect inequality direction of layer
Change-Id: Iba045a18c7c2b8d32b0befc14e10cea0e3220568
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: I032c46b014e3c2a8bd8df473b8248b74337aa1eb
Junseok Kim [Mon, 12 May 2025 09:35:33 +0000 (18:35 +0900)]
e_policy_desk_area: Fix unrechable codes
Change-Id: I7f765eb7934ac935309784ea0f7af4f33dbaebba
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: Iad3106a828b80cabb0fb22ea5185399121dc766c
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: Ib64429cc74ce71299773c73f364f10b8abee7c9f
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: Ibbb90844cacba822a70840b467e07b8219a938a5
Junseok Kim [Wed, 30 Apr 2025 03:46:28 +0000 (12:46 +0900)]
e_desk: remove debug logs
Change-Id: I94ec51c7b79e099e9228a74c47f569c7c6559aaa
Junseok Kim [Wed, 16 Apr 2025 06:01:16 +0000 (15:01 +0900)]
e_view: Added e_view_reparent_append
Change-Id: If22362dd514b740ff51588b6de085fc400ffe72f
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: Ib82e083b466989f9a11a04b53972f7ddc81a9488
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: I28149a92d546d08d3eba25b0316656a4d37387db
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: I8325652f353092c8493f6ad98754fca415053ab2
Junseok Kim [Thu, 3 Apr 2025 08:53:43 +0000 (17:53 +0900)]
e_canvas: remove e_canvas_layer_tree_get
Change-Id: Ie6eca73cf6dbdaf2d766da96d104419357f0f22d
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: Icf7ff558ac8e21b925d1f5ec61830c89bb3d093f
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: Idf190a9347d1a4072cd90b8d250bb70a7dae24e5
Junseok Kim [Mon, 12 May 2025 12:10:39 +0000 (21:10 +0900)]
Packaging: Update version up to tz10_27.0.0
Change-Id: Ieb4a80b3a30c061d038e9627b36e5e4ba00e2eac
hojoon-ryou [Mon, 12 May 2025 12:10:28 +0000 (21:10 +0900)]
e_blur: remove e_view_image_size_set function call for blur_behind
Change-Id: I49e5597c296a4cea06a425e6d3d89deb342e0cee
SooChan Lim [Mon, 12 May 2025 12:32:01 +0000 (21:32 +0900)]
e_view_text: fix the typo
Change-Id: If1d9fe8b970b0fdd363adae70e62b46f2cc8dd3e
SooChan Lim [Mon, 12 May 2025 10:53:12 +0000 (19:53 +0900)]
e_view_text: add textblock apis
add textblock apis to be needed by e20 modules
Change-Id: I80dc0fbcb33996c3661904624355a0d2f40bc307
SooChan Lim [Mon, 12 May 2025 10:39:44 +0000 (19:39 +0900)]
e_view_text: remove the style argument
donot set the style at the creation of textblock
Change-Id: I03f804b5a323a98514149054ec3422c961594a8e
SooChan Lim [Mon, 12 May 2025 10:39:05 +0000 (19:39 +0900)]
e_view_text: add e_view_textblock_style_set
Change-Id: Icee30794a7d64da200a26d3aa32f8610c80f3c18
SooChan Lim [Mon, 12 May 2025 10:36:24 +0000 (19:36 +0900)]
e_view_text: move the position of code
Change-Id: Id69d2b7cf74990a5afed2b533ed2c77119e65038
TaeHyeon Jeong [Mon, 12 May 2025 08:29:04 +0000 (17:29 +0900)]
Add internal header
Change-Id: Iad8cab31e5a7e805fb33fc6fc6cb1a8a16de80b2
TaeHyeon Jeong [Mon, 12 May 2025 08:27:11 +0000 (17:27 +0900)]
e_dbus_conn: Transfer struct definition to e_dbus_conn_intern.h
- _E_DBus_Conn
- _E_DBus_Conn_Init_Done_Event
Change-Id: Ie748b2c7dd5380a5bfe55f913882aa215e908b4b
TaeHyeon Jeong [Mon, 12 May 2025 08:26:28 +0000 (17:26 +0900)]
e_comp_wl: Transfer struct definition to e_comp_wl_intern.h
- _E_Comp_Wl_Buffer_Viewport
- _E_Comp_Wl_Surface_State
- _E_Comp_Wl_Subsurf_Data
- _E_Comp_Wl_Data
- _E_Comp_Wl_Output
- _E_Comp_Wl_Pointer_Constraint
- _E_Comp_Wl_Client_Data
Change-Id: I127064e5758286c5926ba50f4a3516f28a38edea
TaeHyeon Jeong [Mon, 12 May 2025 08:02:59 +0000 (17:02 +0900)]
e_keyrouter: Transfer struct definition to e_keyrouter_intern.h
- _E_Keyrouter_Key_List_Node
- _E_Keyrouter_Grabbed_Key
- _E_Keyrouter_Event_Data
- _E_Keyrouter_Info
Change-Id: Ied3a748eab577fb88099cb57a08307c821761418
TaeHyeon Jeong [Mon, 12 May 2025 08:01:32 +0000 (17:01 +0900)]
e_pointer: Transfer struct definition to e_pointer_intern.h
- _E_Pointer
Change-Id: Ic98fb6b94f0ecc842d86ba2290eb81f215473f0f
TaeHyeon Jeong [Mon, 12 May 2025 08:00:52 +0000 (17:00 +0900)]
e_devicemgr: Transfer struct definition to e_devicemgr_intern.h
- _E_Devicemgr
- _E_Info_Comp_Obj
Change-Id: I07ad0227aa7ffd9afa15e2e078269b4fe888a90d
TaeHyeon Jeong [Mon, 12 May 2025 07:31:05 +0000 (16:31 +0900)]
e_desk: Transfer struct definition to e_desk_intern.h
- _E_Desk
Change-Id: I6e2f459c0ff377681f245292b4601bf8f1c5d798
TaeHyeon Jeong [Mon, 12 May 2025 07:30:31 +0000 (16:30 +0900)]
e_config: Transfer struct definition to e_config_intern.h
- _E_Config
- _E_Config_Module
- _E_Config_Desktop_Name
- _E_Config_Desktop_Background
- _E_Config_Env_Var
- _E_Config_Client_Type
- _E_Config_Policy_Desk
- _E_Config_Socket_Access
- _E_Config_Aux_Hint_Supported
Change-Id: Id7b263fab3e984b1be8e6c79cfaacc26725200f8
TaeHyeon Jeong [Mon, 12 May 2025 07:13:53 +0000 (16:13 +0900)]
e_comp_cfdata: Transfer struct definition to e_comp_cfdata_intern.h
- _E_Comp_Config
- _E_Comp_Match
Change-Id: I78e2b2d701e0e44687048d6de96e7cf8be454c18
TaeHyeon Jeong [Mon, 12 May 2025 07:12:26 +0000 (16:12 +0900)]
e_client: Transfer struct definition to e_client_intern.h
- _E_Client
Change-Id: Id5771d30695ba67d33773de07428243c63f7b874
TaeHyeon Jeong [Mon, 12 May 2025 07:11:49 +0000 (16:11 +0900)]
e_comp: Transfer struct definition to e_comp_intern.h
- _E_Comp
- _E_Comp_Connected_Client_Info
Change-Id: I910a39c77d626d99d6d351ab9adab76d63de0b90
duna.oh [Mon, 12 May 2025 10:29:31 +0000 (19:29 +0900)]
package: require libinput version 1.19
Change-Id: Ia747da7f36ad816104da67df260523ab11c06540
Seunghun Lee [Mon, 12 May 2025 05:00:29 +0000 (14:00 +0900)]
compositor: Assert ds_surface exists
The e_surface_destroy is intended to be called after ds_surface has been
destroyed. To make this clear, this patch adds an assertion to verify
that ds_surface does not exist when e_surface_destroy called.
Change-Id: I425322531472c281c8da283c89a7c89556861040
Junseok Kim [Mon, 12 May 2025 04:33:57 +0000 (13:33 +0900)]
Packaging: Update version up to tz10_26.0.0
Change-Id: Ia67831508a253fe150f49487dfa1efdfac2c3501
Seunghun Lee [Mon, 12 May 2025 03:27:09 +0000 (12:27 +0900)]
desktop_shell: Add missing setting mapped flag
Setting mapped flag was missed.
Change-Id: Id26dcee53fd34692fd5abee7f898af17fc225436
hojoon-ryou [Fri, 9 May 2025 09:55:42 +0000 (18:55 +0900)]
e_blur: fix e_view_image_create to e_view_image_filled_create
Change-Id: Ib1b8c04a66b50828ea7ea3aa7c619d6bcba191ba
hojoon-ryou [Fri, 9 May 2025 09:53:13 +0000 (18:53 +0900)]
e_blur: remove e_view_image_size_set function call
Change-Id: I5d9d76e23187608f8687c10d50fc46edcc037d9d
hojoon-ryou [Fri, 9 May 2025 09:45:06 +0000 (18:45 +0900)]
e_view: in e_view_name_set, add evas_object_name_set
Change-Id: I041050ffe8512b85836be449f8407f30e44ca131
duna.oh [Fri, 9 May 2025 04:06:53 +0000 (13:06 +0900)]
e_comp_wl: refactoring code of sending event_device
Sending event_device of tizen_input_device is unrelated to the list of
keyboard resources. Moving the code outside the 'for' loop simplifies
the code structure.
Change-Id: Ie3a5d9d37294e5d8d5e037c529a5cb849e8edcc2
hojoon-ryou [Tue, 29 Apr 2025 04:57:18 +0000 (13:57 +0900)]
e_comp: fix wrong return values
Change-Id: I9f12b5c7322f396a0d9ae3fea89d6854ec253f70
hojoon-ryou [Tue, 29 Apr 2025 03:14:20 +0000 (12:14 +0900)]
e_comp: change return type of ...edge_detection_param_set api
full function name: e_comp_image_filter_edge_detection_param_set
and add more exception check
Change-Id: I462a49e53eb573cebfa593f89e980f07313970ca
hojoon-ryou [Mon, 28 Apr 2025 11:19:39 +0000 (20:19 +0900)]
e_comp: add simple comment for e_comp_image_filter_edge_detection_param_set
add simple comment for e_comp_image_filter_edge_detection_param_set function
add code for checking for out of range exception of parameters of edge_detection
Change-Id: I8adf9e5a261512e93fad2721baed7ad1b586a02d
Jihoon Kim [Fri, 9 May 2025 08:42:27 +0000 (17:42 +0900)]
e_seat: fix issue of unknown type name 'E_Seat'
Change-Id: I4ac7e78951c877327a97a7826fa38c7dd0f8c3f8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Fri, 9 May 2025 07:48:30 +0000 (16:48 +0900)]
e_policy_desk_area: deal with subsurfaces only when ec has wayland surface.
The internal ec and external content ec do not deal with subsurfaces
Change-Id: Ifdc231451d8e1f88d16d1e47d5131be76d5197e9
Seunghun Lee [Fri, 9 May 2025 05:56:32 +0000 (14:56 +0900)]
client: Deprecate border_size
It's unused.
Change-Id: I4f7d28ddff325161a341e345e5e7bdb031395879
Seunghun Lee [Thu, 8 May 2025 12:06:43 +0000 (21:06 +0900)]
desktop_shell: Avoid redundant settings by caching previous values
If the same value is attempted to be set again, the functions will skip
the actual operation.
Change-Id: I18380c0828e2b98dc18930aca3c25f0ddad36945
Seunghun Lee [Tue, 29 Apr 2025 00:29:00 +0000 (09:29 +0900)]
desktop_shell: Remove unused methods from E_Desktop_Surface
Change-Id: Ic78eb3f526c0e03920e97774dbbdccd9c92c1608
Jihoon Kim [Fri, 9 May 2025 02:39:24 +0000 (11:39 +0900)]
e_seat: Change the visibility of e_seat_zone_get() and e_seat_find()
Change-Id: I5acf2ea9ab613b0af7569f33d1129118c945f38c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Seunghun Lee [Thu, 8 May 2025 10:40:05 +0000 (19:40 +0900)]
client: Get E_Map from E_View_Client
The e_video_hwc implementation has been using e_client_map_get() to get
an E_Map, but this function returns null because it attempts to fetch
the E_Map from E_View, which has never been used to set a E_Map.
Since e_client_transform implementation sets a E_Map to E_View_Client,
this patch makes e_client_map_get return the E_Map from E_View_Client.
Change-Id: I04e21e4a0dbdab38b17a1a6908267dd500dacbed
hojoon-ryou [Tue, 29 Apr 2025 06:06:52 +0000 (15:06 +0900)]
e_view: fix wrong arguments for evas_object_geometry_get function calls
Change-Id: Ia7910ef48b105611c48f550885abf7006ce528d6
hojoon-ryou [Mon, 28 Apr 2025 10:08:46 +0000 (19:08 +0900)]
e_blur: change e_view_position_set into e_view_image_geometry_set
Change-Id: I526578e91799ca56c429d4a0b30256b06695fbfd
Jihoon Kim [Thu, 8 May 2025 08:25:21 +0000 (17:25 +0900)]
keyrouter: remove unused parameter
Change-Id: I5cd3fbb5ad11be0a6332a2c6e0f016f305c702ab
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
duna.oh [Thu, 8 May 2025 07:44:49 +0000 (16:44 +0900)]
e_seat: return a default zone if it covers all zones
This fixes the issue that no enter/leave events from wl_keyboard are sent
because e_seat_find_by_zone() returns NULL for seat.
Change-Id: I3ac019b1e0d103c637e66a7b865c0e3cdd29772c
Seunghun Lee [Thu, 8 May 2025 08:11:56 +0000 (17:11 +0900)]
Packaging: Update version up to tz10_25.0.1
Change-Id: Iceb3f4305f0b63170615007f10437b4585116506
Seunghun Lee [Thu, 8 May 2025 07:08:20 +0000 (16:08 +0900)]
xdg_shell_v6: Fix memory leak
The toplevel_configure has to be freed.
Change-Id: I6cd310f5770f474c8cc397fbe4ecc242bed9ad23
Junseok Kim [Wed, 7 May 2025 11:22:21 +0000 (20:22 +0900)]
gitignore: Added incremental build files
Change-Id: Icd4ddd67b78685882072eb447dd44bee269ddc46
Junseok Kim [Thu, 8 May 2025 01:42:21 +0000 (10:42 +0900)]
Packaging: Update version up to tz10_25.0.0
Change-Id: If92d7a761d89baaee75b6b2382e759c82a483319
Junseok Kim [Thu, 8 May 2025 00:40:11 +0000 (09:40 +0900)]
Revert "e_view_client: destroy external_view"
This reverts commit
bef56f0708af36763d38bee0863140e17041ca37.
Change-Id: I977a426cac2524bb4046ffd284785e98d3b967b9
Junseok Kim [Thu, 8 May 2025 00:40:09 +0000 (09:40 +0900)]
Revert "e_view: use e_view_client_external_view_unuset"
This reverts commit
411f97b00f58ea48a86644ed7489ff8999735147.
Change-Id: I8133efa6893565b6e41494c023f12ac97af6b996
Seunghun Lee [Wed, 7 May 2025 10:58:28 +0000 (19:58 +0900)]
launch_effect: Delete only internal E_Client instances
This patch prevents E_Client instances created with wl_surface from
being deleted. Only the E_Client instances created internally by the
implementation should be deleted. The E_Client instances created with
wl_surface will be destroyed automatically when the associated
wl_surface is destroyed.
Change-Id: Ie097696a7502086133556a4ae13a269ea9ef06fe
duna.oh [Wed, 7 May 2025 08:45:01 +0000 (17:45 +0900)]
e_keyrouter: add a check if focus client is changed while processing key events
Change-Id: Ib4c0324cfd7417f6498779456bcee5008831a9c8
duna.oh [Wed, 7 May 2025 08:35:50 +0000 (17:35 +0900)]
e_keyrouter: refactoring code calling a hook INTERCEPT_HOOK_DELIVER_FOCUS
Change-Id: Iaec1d58fce9bcaf6de4147728c03f67226f416df
duna.oh [Wed, 7 May 2025 08:25:47 +0000 (17:25 +0900)]
e_keyrouter: remove unused argument 'mode' in func e_keyrouter_send_key_event()
Change-Id: Idca77fe1413f5c82ad0e2681919ffa1e6a4f3c12
duna.oh [Wed, 7 May 2025 07:46:04 +0000 (16:46 +0900)]
e_keyrouter: fix to the issue of printing incorrect surface info in log
refer to the previous commit.
-----------------------------
commit
aacadce0675a12a9af2c305b0259d11082bfd7a9
Author: SooChan Lim <sc1.lim@samsung.com>
Date: Wed Dec 18 09:12:34 2024 +0900
e_keyrouter_events: use _e_keyrouter_log_key_event
refactoring the log printing using the common function
Change-Id: Ibd6a97d6917b6925ac17579abc8983a6ec87edc0
Jihoon Kim [Fri, 11 Apr 2025 06:14:04 +0000 (15:14 +0900)]
e_comp_wl: fix multi touch event is delivered to mouse grabbed surface
Change-Id: I6744f7a1f4bba926364b4f444f86d15f5a232b41
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SooChan Lim [Wed, 7 May 2025 06:02:12 +0000 (15:02 +0900)]
e_view: use e_view_client_external_view_unuset
instead of e_view_client_content_unset
Change-Id: Ib53415130324e9ae2edf8abe60808f5d22e794d1
SooChan Lim [Wed, 7 May 2025 05:53:01 +0000 (14:53 +0900)]
e_view_client: destroy external_view
e_view_client detroy the external_view at e_view_client_external_view_unset
to avoid memory leak
Change-Id: I6376fbeb82e56f7173eb464de28425fdce34ad73
Junseok Kim [Wed, 7 May 2025 05:02:05 +0000 (14:02 +0900)]
e_policy_zone: remove client_focus_unset listener when delete private client of zone
Change-Id: I87f45c207413454788ea7ff3e5ed9b12cb5b1430
SooChan Lim [Wed, 7 May 2025 02:17:30 +0000 (11:17 +0900)]
e_input_backend: use ssize_t
use ssize_t to avoid casting size_t which is casiting unsigned int
with signed int.
Change-Id: I95c9e95ffc3793c4efa320b2f36cd9a429737fb7
Doyoun Kang [Sun, 4 May 2025 07:09:12 +0000 (16:09 +0900)]
e_tizen_launch_effect: modify code to clean up view's listener
Change-Id: I9433d2b11db73fa3988f9b2844fa3fe72ca726ea
SooChan Lim [Thu, 1 May 2025 10:24:44 +0000 (19:24 +0900)]
e_view_text: add e_view_textblock apis
Change-Id: I624cfd9e27582dc4b20499099850809ea06fb817
SooChan Lim [Thu, 1 May 2025 10:10:01 +0000 (19:10 +0900)]
e_view_text: add missing comment
Change-Id: If29123a45009f1c10ca9438f3abe1beaa27de531
jinbong.lee [Thu, 1 May 2025 10:45:31 +0000 (19:45 +0900)]
e_view_client : move e_view_client_from_view as E_API
Change-Id: Iaf0dedc638025ece533dd73d4462dc91e07dabe1
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
SooChan Lim [Thu, 1 May 2025 02:28:26 +0000 (11:28 +0900)]
Packaging: Update version up to tz10_24.0.0
Change-Id: I0306edb82e7fa205f5470897393758f807a4cdb2
jinbong.lee [Wed, 30 Apr 2025 11:14:33 +0000 (20:14 +0900)]
e_view : add eo data to e_view
- In order to replace the evas_object with e_view,
- it is temporarily provided for parts that have not yet been implemented.
Change-Id: I0ce28e64b329b47a8f376077ff80bc20473b6b2b
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
SooChan Lim [Wed, 30 Apr 2025 09:45:09 +0000 (18:45 +0900)]
Revert "e_view : add eo data to e_view"
This reverts commit
64692e92e895e76b563100af533cac20e4aee742.
Change-Id: Ibc06409cca8fa75ff954275ccfd1d0dd6404f16a
SooChan Lim [Wed, 30 Apr 2025 09:45:05 +0000 (18:45 +0900)]
Revert "Update e_view.c"
This reverts commit
c6cb68dd9cbe86381d2c10b48a7e4f36ddc998a9.
Change-Id: I4c68c12113ece28b5ea074286426e322550cecc1