Jiyun Yang [Wed, 21 Aug 2024 04:22:25 +0000 (13:22 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change"
This reverts commit
41e3de6f05e067c5bb8b942d5f04dff0124f99b3.
Jiyun Yang [Wed, 21 Aug 2024 04:22:23 +0000 (13:22 +0900)]
Revert "[Tizen] Ensure release some Texture/Geometry handles after adaptor stop"
This reverts commit
56bc8c8231f92c7700465c0095cec0f5ec89e46a.
Jiyun Yang [Wed, 21 Aug 2024 04:22:21 +0000 (13:22 +0900)]
Revert "[Tizen][Scene3D] Do not cache custom created color pixel data"
This reverts commit
24d53a9abd912b4f72cf9189449ce54ac8d6c3c9.
Seoyeon Kim [Tue, 13 Aug 2024 05:00:23 +0000 (14:00 +0900)]
[Tizen][Scene3D] Do not cache custom created color pixel data
This reverts commit
fb94bce8cb834f64ddb201d6ec861adcea3b4b29.
Seoyeon Kim [Tue, 13 Aug 2024 05:00:12 +0000 (14:00 +0900)]
[Tizen] Ensure release some Texture/Geometry handles after adaptor stop
This reverts commit
9be8397bf5d3db7d198cd0e1af5e8ca71ce7de11.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:59 +0000 (13:59 +0900)]
[Tizen] Add a WebView API for notifying orientation change
This reverts commit
3ad1094df6d99b3043065e967743a9cfe1457604.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:46 +0000 (13:59 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
a8ea27940f232623a31b09f6147956eebc164948.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:34 +0000 (13:59 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
7b8d83addc57c84879e4b169fbf06dc5e784586b.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:23 +0000 (13:59 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
11e70e8476dd3efd2c250a6452a36d2341411ff9.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:11 +0000 (13:59 +0900)]
[Tizen] Support asan build option
This reverts commit
1f108ad90cef2edf8304b29ed55d2b61e5d329d9.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:29 +0000 (13:58 +0900)]
Merge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 13 Aug 2024 04:58:22 +0000 (13:58 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
edb4bf35a62ed424eb8c28e553c277241761f808.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:19 +0000 (13:58 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
71a39e73b37208660b0be3da4381efd63a1dbfef.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:17 +0000 (13:58 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
1155a15df4032ba2a4b1e3c2a6fad499846c3d6d.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:15 +0000 (13:58 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
8ec3ed83bf36a2b7e183d49cd3aa2f7447b3682f.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:13 +0000 (13:58 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."
This reverts commit
731631dc6f58b3354ad962eeae307d5534307f36.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:10 +0000 (13:58 +0900)]
Revert "[Tizen] Ensure release some Texture/Geometry handles after adaptor stop"
This reverts commit
00adb6e1d991b11db9645e7fa3448127ade8af21.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:07 +0000 (13:58 +0900)]
Revert "[Tizen][Scene3D] Do not cache custom created color pixel data"
This reverts commit
106f193725ba9867354d4d67b232d4a1f67f7589.
Youngsun Suh [Mon, 12 Aug 2024 23:15:19 +0000 (23:15 +0000)]
Merge "Add ACCESSIBILITY_VALUE property to control" into devel/master
Youngsun Suh [Mon, 12 Aug 2024 01:37:34 +0000 (10:37 +0900)]
Add ACCESSIBILITY_VALUE property to control
Change-Id: Ib8216c26dd5ca0d4b175b0ebc5ce65a2aaec430b
Wonsik Jung [Mon, 12 Aug 2024 04:39:48 +0000 (04:39 +0000)]
Merge "Apply to scene connection/disconnection for video player" into devel/master
David Steele [Fri, 9 Aug 2024 11:09:33 +0000 (12:09 +0100)]
DALi Version 2.3.36
Change-Id: I1602e886ab53540b914db1259fadcd05330e6580
Seungho BAEK [Wed, 7 Aug 2024 07:30:56 +0000 (07:30 +0000)]
Merge "Fix Camera management in SceneView" into devel/master
Eunkiki Hong [Wed, 7 Aug 2024 06:27:57 +0000 (15:27 +0900)]
[Tizen][Scene3D] Do not cache custom created color pixel data
Since if we creaste pixeldata with upload release, it might be
inside of image-loader cache system.
Since we don't consider that given PixelData is not in cache system,
it might be crash system.
Change-Id: I39ee5c7c2b0b11ac8ddcac31e89a94223d08701b
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 6 Aug 2024 01:58:05 +0000 (10:58 +0900)]
[Tizen] Ensure release some Texture/Geometry handles after adaptor stop
Since off-screen application could be re-started without process terminate,
we should not keep some dali resources at static area.
Change-Id: Idee042f408e3cf7dd3b026b9f555ba9896cd270a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Woochan Lee [Wed, 7 Aug 2024 05:16:18 +0000 (14:16 +0900)]
[Tizen] Add a WebView API for notifying orientation change.
This reverts commit
12562cccb9d90777f2ba1aa157c4dc61744b3045.
Woochan Lee [Wed, 7 Aug 2024 05:16:04 +0000 (14:16 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
39336cfb454b685633c8c77b6737604760831cc4.
Woochan Lee [Wed, 7 Aug 2024 05:15:51 +0000 (14:15 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
0a84ca9341a50e51ff57a95f6f534c12a117aef0.
Woochan Lee [Wed, 7 Aug 2024 05:15:38 +0000 (14:15 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
5b5f2d2e7df1291995b4cf5b0c4e96c4eeb86d56.
Woochan Lee [Wed, 7 Aug 2024 05:15:27 +0000 (14:15 +0900)]
[Tizen] Support asan build option
This reverts commit
20b97857a60280be831202ae5a333ef42858ca2f.
Woochan Lee [Wed, 7 Aug 2024 05:15:10 +0000 (14:15 +0900)]
Merge branch 'devel/master' into tizen
Woochan Lee [Wed, 7 Aug 2024 05:14:58 +0000 (14:14 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
5d2af62229be03db987ee8ca3570579347834645.
Woochan Lee [Wed, 7 Aug 2024 05:14:42 +0000 (14:14 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
f508f429fece72e971107687cd475b5bd65e40f4.
Woochan Lee [Wed, 7 Aug 2024 05:14:29 +0000 (14:14 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
9c66789a9e829fb4be19f8e32a73079712adbe66.
Woochan Lee [Wed, 7 Aug 2024 05:14:21 +0000 (14:14 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
bc214c24824a02389023b13a00050b8e3bd523e7.
Woochan Lee [Wed, 7 Aug 2024 05:14:09 +0000 (14:14 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."
This reverts commit
293132bc039ed2c0c96785d8d9e505ffa3a5a5c9.
Seungho Baek [Mon, 29 Jul 2024 12:29:21 +0000 (21:29 +0900)]
Fix Camera management in SceneView
- Do not remove previous Camera from Scene.
- Do not add on RootLayer when the Selected Camera is already on the Scene
Change-Id: I170582d0f4acad2c1c6ab9a3941b261c6eb58b56
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Tue, 6 Aug 2024 06:48:21 +0000 (15:48 +0900)]
Do not print whole image buffer
Since oss << uint8_t* try to print it as string, not a pointer,
it might print some strange things, and sometimes it might give crash.
To avoid this security issue, let we don't print uint8_t informations
And also, their was no way to seperate normal buffer, and embedded buffer.
So let we seperate keyword of it.
Change-Id: Ide223482b3cc86315488afab3c888db72146555b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sat, 3 Aug 2024 12:55:26 +0000 (21:55 +0900)]
Add 0.0f progress data if given data don't have it
gltf spec support that if their is nothing define 0'th timestamp data then
they will use the smallest timestamp value.
For dali case, we don't do anything if the animation progress is not define at
given keyframes frame range.
So it might not be matched with normal gltf viewer's behavior at 0'th frame.
Currrently we copy 0th frame data at model inside definition animations, and
bvh file. But facial animation doesnt.
We need to support it.
Change-Id: I435847f33ff60aec6bc03c7f7633b09cd5dc43cc
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Mon, 5 Aug 2024 13:11:55 +0000 (13:11 +0000)]
Merge "Print duration of model load if required + Apply shader option as name" into devel/master
Seungho Baek [Mon, 5 Aug 2024 07:33:51 +0000 (16:33 +0900)]
Use InheritedVisibilityChanged Event only.
- Because InheritedVisibilityChanged Event includes WindowVisibilitychanged Event,
this patch removed duplicated work about visibility.
Change-Id: I1ffab5f4252e6feb0f85491a9e222b9094494909
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Mon, 5 Aug 2024 07:22:25 +0000 (16:22 +0900)]
Print duration of model load if required + Apply shader option as name
Change-Id: Id80dad75b3cd49bb70d39bc681b98b42e31bb85e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wonsik Jung [Sun, 19 May 2024 09:49:56 +0000 (18:49 +0900)]
Apply to scene connection/disconnection for video player
Change-Id: I61b0d1f8d7798ac4be4e2f6dc6751890405ea11e
Adeel Kazmi [Fri, 2 Aug 2024 14:43:43 +0000 (14:43 +0000)]
Merge "Optimize VectorAnimationThread task control" into devel/master
Adeel Kazmi [Fri, 2 Aug 2024 06:27:23 +0000 (07:27 +0100)]
DALi Version 2.3.35
Change-Id: Ic438a9e4f30758b65c32a273dd5190461ff0bb5d
Eunki, Hong [Thu, 1 Aug 2024 06:58:42 +0000 (15:58 +0900)]
Optimize VectorAnimationThread task control
Since we don't need to find & iterate whole tasks for
mWorkingTasks and mCompletedTasks, let we use more faster container,
instead of linear.
Change-Id: I34dc1d884b4853c681e55f89dd0ddd79ecce5b5c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 1 Aug 2024 12:14:36 +0000 (12:14 +0000)]
Merge "Allow to set render effect for off-scene control + Auto deactivate if invisible" into devel/master
Eunki, Hong [Tue, 30 Jul 2024 12:29:57 +0000 (21:29 +0900)]
Allow to set render effect for off-scene control + Auto deactivate if invisible
Let we don't activate the render effect if owner control is not on scene.
And also, auto deactivate if view is invisible + auto activate
if view is visible again.
And Deactivate & Activate is scensitive as changeness of owner control,
Let we Deactivate first before we change the owner control
TODO : Currently we don't consider the SceneHolder's visibility.
It will be fixed after InheritVisibilityChanged signal consider Scene's visibility.
Change-Id: If1f3cdc176a28135b9f7a3184e736b375357a1b3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Wed, 31 Jul 2024 00:29:21 +0000 (09:29 +0900)]
[Tizen] Add a WebView API for notifying orientation change.
This reverts commit
2ef8b2f2c89be4bf2908246989feaa9a24e56703.
Change-Id: I1348c2e6dc5289233b001e41d4b3bac097e8d6a6
dongsug.song [Wed, 31 Jul 2024 00:28:56 +0000 (09:28 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
24bd50fcf6154dee3b54a62fc2cac49efb311dfd.
Change-Id: I9848f5d4ed5ec97285769a75d430c4d556667e95
dongsug.song [Wed, 31 Jul 2024 00:28:16 +0000 (09:28 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
91916d8cd3ec10fcfe612af51e2a50bb85e19cf4.
Change-Id: I00942d3f9ff29c3a9c677be4a502fc9c467250b8
dongsug.song [Wed, 31 Jul 2024 00:27:17 +0000 (09:27 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
e04643922c03a80194d14d6f0712343bf2b95367.
Change-Id: I1dc58a1dbef88a9b51aa2f449b143526116a6175
dongsug.song [Wed, 31 Jul 2024 00:26:20 +0000 (09:26 +0900)]
[Tizen] Support asan build option
This reverts commit
4366c73c69da26c1d08f220c8c1694cd166ea244.
Change-Id: I236455bec6626a621ceb186f7bd77d6be7246be6
dongsug.song [Wed, 31 Jul 2024 00:26:00 +0000 (09:26 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I90eaa134c8abd6319cb1575a16b477107c51980f
dongsug.song [Wed, 31 Jul 2024 00:25:51 +0000 (09:25 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
7168bf04f632dbed1807a6566b8c8e7e1030390f.
dongsug.song [Wed, 31 Jul 2024 00:25:35 +0000 (09:25 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
6d481cbd06a7e3b078d0edfe549af61755d49723.
dongsug.song [Wed, 31 Jul 2024 00:25:30 +0000 (09:25 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
d6c0f326c0477c6db7349204414742eb515697b6.
dongsug.song [Wed, 31 Jul 2024 00:25:26 +0000 (09:25 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
91167a8269ce0817bea688c3d68c1834d869c5d5.
dongsug.song [Wed, 31 Jul 2024 00:25:21 +0000 (09:25 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."
This reverts commit
99bb87d409266cc0d08b1b224d1efb7f57dd1499.
Eunki Hong [Mon, 29 Jul 2024 15:24:14 +0000 (00:24 +0900)]
Fix several bugs for synchronous sizing + Print more debug logs for it
- We don't need to 'ignore' the cached size.
- We don't know last rasterized size at immediate loading time
- We don't need to re-load as desired size when visual is scene-on again.
-> Actually, It will re-load after OnSetTransform(). But anyway,
it will return cached texture and don't re-load any images.
- Bug fix if mLoadState become NOT_START but mTextures exist.
TODO : Send ResourceReady at OnRelayout callback is not a good idea.
Shouldn't we re-load at Idle, or PostProcess time?
Change-Id: Ia13a03feaf0f3909c75196472cc865b15a6fca2d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
huayong.xu [Fri, 2 Feb 2024 06:54:15 +0000 (14:54 +0800)]
[Tizen] Add a WebView API for notifying orientation change.
Change-Id: I74d7f99e28b4a681f918a45a109bc25d7a46371b
sunghyun kim [Tue, 23 Jan 2024 09:45:18 +0000 (18:45 +0900)]
[Tizen] Apply CornerRadius for webview
Change-Id: Ief9a97223cc3070633b87cf037d19b27ded32b41
dongsug.song [Fri, 5 Jan 2024 06:26:41 +0000 (15:26 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This true setting causes abnormal behavior on FHUB WebView.
User didn't set the touch focus indicator but the blue focus indicator shows when the WebView is touched,
even though other view doesn't show focus indicator.
Change-Id: I275e15abfb7df24da0d6dbe3ee0d047e326905d7
huayong.xu [Tue, 10 Oct 2023 12:21:00 +0000 (20:21 +0800)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
Change-Id: I94e98d022ce75e76e6c883a03fd0b31cd4086ec9
Eunki, Hong [Fri, 26 Jul 2024 05:08:12 +0000 (14:08 +0900)]
Lock mutex when animation task check + completed task moving
Since VectorAnimationThread::OnTaskCompleted() could be called
from various worker threads, we should not change the thread's member value.
To avoid this kind of thread issue,
- Make mutex during animation tasks control (VectorAnimationThread vs EventThread)
- Collect tasks from worker thread and move them at Rasterize() API (VectorAnimationThread vs WorkerThread)
Change-Id: Ib3dce6b98f6c66a3bd597a7b46fe8bbac60105b5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Lukasz Oleksak [Fri, 26 Jul 2024 13:11:36 +0000 (13:11 +0000)]
Merge changes from topic "a11y-embed-90" into devel/master
* changes:
[AT-SPI] Unify widget bus names
[AT-SPI] Track application lifecycle
Adeel Kazmi [Fri, 26 Jul 2024 10:51:09 +0000 (10:51 +0000)]
Merge "DALi Version 2.3.34" into devel/master
Richard Huang [Fri, 26 Jul 2024 10:47:10 +0000 (11:47 +0100)]
DALi Version 2.3.34
Change-Id: I69ccd68ce5716186fc55866eb68c267fa4b61392
Eunki, Hong [Wed, 24 Jul 2024 12:29:06 +0000 (21:29 +0900)]
Reduce convert from std::string to VisualUrl
Whenever we create new VisualUrl from raw-string, it might calculate
the hash, or protocol check one more time.
To avoid this thing, let's make we use VisualUrl where we can use it.
Note : Since ImageUrl can only use std::string itself instead of VisualUrl,
we should make some API to remove external textures by std::string.
Change-Id: I6888f60e6060aae79d7d11dbc7cf0aa4004d4266
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Artur Świgoń [Fri, 12 Jul 2024 10:25:08 +0000 (12:25 +0200)]
[AT-SPI] Unify widget bus names
Change-Id: Ifc3f9cc9cdac7712ce1a7e93b55e6cdfa07dea47
Artur Świgoń [Thu, 25 Jul 2024 12:23:16 +0000 (14:23 +0200)]
[AT-SPI] Track application lifecycle
Change-Id: Idb843309576f623f096b17999595dcd294c52a6f
Eunki, Hong [Thu, 25 Jul 2024 09:55:01 +0000 (18:55 +0900)]
Fix reference move error for SvgLoadInfo
code mistake
Change-Id: I4ff96a1a73cc1fcbe82831b9e23196f4293f5ec3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 9 Jul 2024 08:58:17 +0000 (17:58 +0900)]
Make hole match with Actor size at color visual shader
There was some needs that ignore the contents area when we use Shadow.
Since visual itself doesn't know the area of view, we should use
just uSize and visual itself's corner radius.
Change-Id: I1ae6104c9d8260f43230d2949af45c8b244419f6
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Thu, 25 Jul 2024 01:17:35 +0000 (01:17 +0000)]
Merge "Prevent negative content size due to large padding" into devel/master
Jeongmin Lee [Wed, 24 Jul 2024 12:28:36 +0000 (12:28 +0000)]
Merge "Reload ImageVisual texture on visual size updates" into devel/master
Bowon Ryu [Wed, 24 Jul 2024 11:10:03 +0000 (20:10 +0900)]
Prevent negative content size due to large padding
Previously, content size was calculated using simple subtraction without checking for negative values.
This causes incorrect rendering results in visual updates.
Change-Id: I23cd6b6d1536e10fa8baf3ed7cef673de4b2abd7
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
David Steele [Wed, 24 Jul 2024 10:33:28 +0000 (10:33 +0000)]
Merge "Remove svace issue - initialize values for move constructor + don't use moved dali-vector" into devel/master
Adeel Kazmi [Wed, 24 Jul 2024 10:32:28 +0000 (10:32 +0000)]
Merge "Fix minor optimization - remove bool l-value input parameter" into devel/master
jmm [Wed, 12 Jun 2024 08:14:21 +0000 (17:14 +0900)]
Reload ImageVisual texture on visual size updates
Change-Id: I4135b0fb427b7fff2319079389050d91e38556a7
Eunki Hong [Wed, 24 Jul 2024 05:26:51 +0000 (05:26 +0000)]
Merge "Check SceneHolder validation if we call SetFocusActor" into devel/master
Eunki, Hong [Wed, 24 Jul 2024 05:24:47 +0000 (14:24 +0900)]
Remove svace issue - initialize values for move constructor + don't use moved dali-vector
Change-Id: Ia95809a8c4a1d837871c12a7d21f818255b39dfd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 24 Jul 2024 05:17:24 +0000 (14:17 +0900)]
Fix minor optimization - remove bool l-value input parameter
Change-Id: Ib5e4b86a2f65b2c653e461c01dfb630e1c34958a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Wed, 24 Jul 2024 01:44:57 +0000 (01:44 +0000)]
Merge "Fix cache-miss if orientation correction value mismatched" into devel/master
Eunki, Hong [Wed, 24 Jul 2024 01:13:26 +0000 (10:13 +0900)]
Check SceneHolder validation if we call SetFocusActor
Since SceneHolder destructor doesn't change child's SceneOn state directly,
It might be possible that SceneHolder is destroyed but Scene is alive.
To avoid this case, let we check the SceneHolder validation one more time.
Change-Id: I16ba69bc5754fe2cec20eea85afc09634064690f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Tue, 23 Jul 2024 07:08:47 +0000 (07:08 +0000)]
Merge "Implement SVG image file cache system" into devel/master
Eunki Hong [Tue, 23 Jul 2024 07:02:34 +0000 (07:02 +0000)]
Merge "Sync harness for platform abstraction UTC" into devel/master
Eunki, Hong [Mon, 24 Jun 2024 05:14:55 +0000 (14:14 +0900)]
Implement SVG image file cache system
Let we cached svg image file load result, and rasterized texture as specific size.
For image url, let we cache Dali::VectorImageRenderer, which connect with vector rasterize engine.
For each rasterize request, we will use that cached id of loader, and Rasterize width/height.
If we use same size for rasterizing, we can share same Texture.
Change-Id: I9684557d2edabee0a749a39f428014c5a0cd27ff
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab.yun [Tue, 23 Jul 2024 05:01:47 +0000 (14:01 +0900)]
[Tizen] Support asan build option
This reverts commit
9a7a490e7a76aa25bdf0361cb0cfec06cc8447fa.
Change-Id: Iae0cdb6670218426b988cf9337c549fe62bee25d
joogab.yun [Tue, 23 Jul 2024 05:01:41 +0000 (14:01 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I85104c93687a6b7ab38c3469a1e731a9e43237d4
joogab.yun [Tue, 23 Jul 2024 05:01:38 +0000 (14:01 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
e4080d6cf077d62bc44a10410f5f4132df102beb.
joogab yun [Tue, 23 Jul 2024 04:43:12 +0000 (04:43 +0000)]
Merge "If the actor had focus when it was off scene, the focus is cleared." into devel/master
Eunki, Hong [Wed, 10 Jul 2024 08:53:50 +0000 (17:53 +0900)]
Sync harness for platform abstraction UTC
Change-Id: Ib1433874513bdc04449fe7234f29c98cea238842
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 11 Jul 2024 09:34:36 +0000 (18:34 +0900)]
Fix cache-miss if orientation correction value mismatched
Since we don't check the orientation correction value when we check cache,
it might be return unmatched image.
Change-Id: I781103ceaaa5e3e73f4c819beb11a2cd4adb46d5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adeel Kazmi [Mon, 22 Jul 2024 10:32:34 +0000 (10:32 +0000)]
Merge "Set default value of removeFrontInset, removeBackInset to false" into devel/master
Adam Bialogonski [Fri, 19 Jul 2024 06:54:39 +0000 (07:54 +0100)]
DALi Version 2.3.33
Change-Id: I76fd211499673e411e2973c787cf5ff0c1115889
joogab.yun [Wed, 17 Jul 2024 05:21:13 +0000 (14:21 +0900)]
If the actor had focus when it was off scene, the focus is cleared.
When the actor is off scene, the focus is not cleared.
So, when app re-add the actor and SetCurrentFocusActor, app do not receiving the FocusGained event.
Change-Id: Ic427362db70e77d482a458e4921ba5bcc7860632
Bowon Ryu [Tue, 16 Jul 2024 05:10:29 +0000 (14:10 +0900)]
[Tizen] Support asan build option
This reverts commit
e98fe7a29ecaf9ed5ebf989e4930a5c19df814fe.
Bowon Ryu [Tue, 16 Jul 2024 05:10:06 +0000 (14:10 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I849d970a1bf8a5bdb9d65f478dd870fd7b365a25
Bowon Ryu [Tue, 16 Jul 2024 05:10:02 +0000 (14:10 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
9e2e9665e36a47f4967c64676b9ab7bc12f62e54.
David Steele [Mon, 15 Jul 2024 17:30:07 +0000 (18:30 +0100)]
Test harness sync
Change-Id: Ifbfbc61aff1798b2ddb8b24b12d4165637b33bef