platform/core/uifw/dali-toolkit.git
2 days ago[dali_2.3.48] Merge branch 'devel/master' 09/319809/1 master
David Steele [Fri, 1 Nov 2024 11:18:07 +0000 (11:18 +0000)]
[dali_2.3.48] Merge branch 'devel/master'

Change-Id: I8d86e7d8378b80f410c6a1d836da98c11926e7cb

2 days agoDALi Version 2.3.48 03/319803/1 dali_2.3.48
David Steele [Fri, 1 Nov 2024 11:17:33 +0000 (11:17 +0000)]
DALi Version 2.3.48

Change-Id: Ida4a3b31deb3b6a952fd4bb222c02844ef549de0

3 days agoMerge "Support scene metadata for USD models" into devel/master
David Steele [Thu, 31 Oct 2024 12:24:37 +0000 (12:24 +0000)]
Merge "Support scene metadata for USD models" into devel/master

4 days agoMerge "Test harness sync" into devel/master
David Steele [Wed, 30 Oct 2024 16:49:28 +0000 (16:49 +0000)]
Merge "Test harness sync" into devel/master

4 days agoSupport scene metadata for USD models 10/319710/3
Richard Huang [Wed, 30 Oct 2024 15:46:56 +0000 (15:46 +0000)]
Support scene metadata for USD models

Change-Id: I7bf172c8734f2837958b6954695df6768b0627e0

4 days agoFix crash issue when RenderEffect applied control is scene off 75/319675/4
Eunki, Hong [Wed, 30 Oct 2024 04:29:31 +0000 (13:29 +0900)]
Fix crash issue when RenderEffect applied control is scene off

Change-Id: Ia2ff8a271cccfe7a1b4d8975e38cc17993678d95
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 days agoFix memory leak issue when we load svg synchronously 77/319577/1
Eunki, Hong [Mon, 28 Oct 2024 02:39:54 +0000 (11:39 +0900)]
Fix memory leak issue when we load svg synchronously

Since auto keyword don't support to using IntrusivePtr automatically,
we should specify the name of class.

Without this keyword, the class that created by new keyword never be removed.

Change-Id: I60446dd4ed011f0710cee57f44a1770d154aaca0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 days ago[dali_2.3.47] Merge branch 'devel/master' 60/319560/1
Adeel Kazmi [Fri, 25 Oct 2024 10:46:46 +0000 (11:46 +0100)]
[dali_2.3.47] Merge branch 'devel/master'

Change-Id: I1d8154de8a5ad99a6c12035b6dbd7300db26cfa0

9 days agoDALi Version 2.3.47 54/319554/1 dali_2.3.47
Adeel Kazmi [Fri, 25 Oct 2024 10:46:00 +0000 (11:46 +0100)]
DALi Version 2.3.47

Change-Id: I377519c4641b0f9bd7dabd64f8ee0980e2128bc1

9 days agoTest harness sync 46/319546/1
David Steele [Fri, 25 Oct 2024 09:02:35 +0000 (10:02 +0100)]
Test harness sync

Change-Id: I699614e153b3b80d3edf1a1647a4fbbe9d318543

11 days ago(Automated Tests) Apply Addon Manager Changes 67/319467/1
Adeel Kazmi [Wed, 23 Oct 2024 11:31:51 +0000 (12:31 +0100)]
(Automated Tests) Apply Addon Manager Changes

Change-Id: Ia76818e85fb909fab6e3b09adf4c4926c0286336

13 days agoSeperate trace keyword for lottie and normal image 72/319272/1
Eunki Hong [Sun, 20 Oct 2024 23:12:57 +0000 (08:12 +0900)]
Seperate trace keyword for lottie and normal image

Since lottie print a lots of logs every frame, we'd better
seperate the trace tag for lottie.

Change-Id: I6cadc0b46c8a80ee74d80db60e009518a965366e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 weeks agoMerge "Updated test suite" into devel/master
Adeel Kazmi [Fri, 18 Oct 2024 13:26:15 +0000 (13:26 +0000)]
Merge "Updated test suite" into devel/master

2 weeks ago[dali_2.3.46] Merge branch 'devel/master' 49/319249/1
Adam Bialogonski [Fri, 18 Oct 2024 06:45:08 +0000 (07:45 +0100)]
[dali_2.3.46] Merge branch 'devel/master'

Change-Id: I0e0622029fee31b0968f40c08e3fc9d514b02257

2 weeks agoDALi Version 2.3.46 43/319243/1 dali_2.3.46
Adam Bialogonski [Fri, 18 Oct 2024 06:44:26 +0000 (07:44 +0100)]
DALi Version 2.3.46

Change-Id: Idbac1c2f59e839f322d36f983c004df01e093073

2 weeks agoAdd signal for model loading completion for Scene3D::Model 71/319171/3
Richard Huang [Wed, 16 Oct 2024 14:16:20 +0000 (15:16 +0100)]
Add signal for model loading completion for Scene3D::Model

Change-Id: I63220da3858a4ca9bb934674bcd02f7154d0755d

2 weeks agoMerge "Split control data implementation(Code Refactoring)" into devel/master
Adeel Kazmi [Thu, 17 Oct 2024 09:51:00 +0000 (09:51 +0000)]
Merge "Split control data implementation(Code Refactoring)" into devel/master

2 weeks agoMerge "USD loader refactoring" into devel/master
Adeel Kazmi [Thu, 17 Oct 2024 09:50:30 +0000 (09:50 +0000)]
Merge "USD loader refactoring" into devel/master

2 weeks agoError checking when some text relative codes return nullptr 81/319181/3
Eunki Hong [Thu, 17 Oct 2024 00:42:54 +0000 (09:42 +0900)]
Error checking when some text relative codes return nullptr

1. hyphenation.GetDictionaryEncoding() can return nullptr logically.
   We must doing error check for it.

2. hyphenation.GetWordHyphens() could return empty list if their
   was some error exist at hyphenation. TextUpdate logic must consider it.

3. Some environment values didnt restore as previous value.
   Let we make revert them.

Change-Id: I69fa81f6983de02a8d93566ddc724155dc25c6d4
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 weeks agoUpdated test suite 73/319173/2
Adam Bialogonski [Wed, 16 Oct 2024 14:59:51 +0000 (15:59 +0100)]
Updated test suite

Added GetDeviceLimitation() API

Change-Id: I91f2756fd7f77b943bea185e929898594c96060a
Signed-off-by: Adam Bialogonski <adam.b@samsung.com>
2 weeks agoMerge "Test harness sync" into devel/master
David Steele [Wed, 16 Oct 2024 15:20:37 +0000 (15:20 +0000)]
Merge "Test harness sync" into devel/master

2 weeks agoUSD loader refactoring 69/319069/4
Richard Huang [Mon, 14 Oct 2024 13:01:03 +0000 (14:01 +0100)]
USD loader refactoring

Change-Id: I95170e2203a74e76fd9a796273f0ac369af87d15

2 weeks agoSplit control data implementation(Code Refactoring) 87/318387/10
jmm [Fri, 27 Sep 2024 08:53:32 +0000 (17:53 +0900)]
Split control data implementation(Code Refactoring)

Change-Id: I4856e07a693ca7e0896c1a99a73014d58057aae6

2 weeks agoFix applying Markup Bold caused double bolding 80/318780/5
ANZ1217 [Tue, 8 Oct 2024 08:35:02 +0000 (17:35 +0900)]
Fix applying Markup Bold caused double bolding

Change-Id: I7344475f64fa749d50404e3795bf67566607fdfa

2 weeks agoTest harness sync 72/319072/1
David Steele [Mon, 14 Oct 2024 17:37:03 +0000 (18:37 +0100)]
Test harness sync

Change-Id: I3ea16a296b1055efc34938dd3e33ad4d949f6387

3 weeks agoCreate geometry forcibly even if adaptor invalid 23/319023/1
Eunki, Hong [Fri, 11 Oct 2024 02:13:41 +0000 (11:13 +0900)]
Create geometry forcibly even if adaptor invalid

A lots of visuals create new geometry even if adaptor invalid.
But only for ImageVisual could return empty geometry handle.

It might make some problem at app terminate case.

Change-Id: I05f0b1a8e406bcffd675257724cb8cea7a7371be
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 weeks ago[dali_2.3.45] Merge branch 'devel/master' 75/318975/1
Richard Huang [Fri, 11 Oct 2024 09:44:01 +0000 (10:44 +0100)]
[dali_2.3.45] Merge branch 'devel/master'

Change-Id: Ic1baf0411ffb60ead6dd26a7ef3ea09216d8979d

3 weeks agoDALi Version 2.3.45 69/318969/1 dali_2.3.45
Richard Huang [Fri, 11 Oct 2024 09:43:21 +0000 (10:43 +0100)]
DALi Version 2.3.45

Change-Id: I19c77c5fe97ceb4214f26ff5d64400e85616562e

3 weeks ago(Automated Tests) Render Surface Sync 38/318838/2
Adeel Kazmi [Wed, 9 Oct 2024 21:51:26 +0000 (22:51 +0100)]
(Automated Tests) Render Surface Sync

Change-Id: Ie118036509e7765c651fe21d3c0901a4f7fa20f0

3 weeks agoMerge "(Scene3D) Support SceneView CornerRadius and Borderline" into devel/master
Eunki Hong [Thu, 10 Oct 2024 07:12:39 +0000 (07:12 +0000)]
Merge "(Scene3D) Support SceneView CornerRadius and Borderline" into devel/master

3 weeks agoMerge "Ask StyleManager::Configuration only we need at TextController" into devel...
Eunki Hong [Thu, 10 Oct 2024 06:26:18 +0000 (06:26 +0000)]
Merge "Ask StyleManager::Configuration only we need at TextController" into devel/master

3 weeks agoMerge "Do not assert when default json parse failed" into devel/master
Eunki Hong [Thu, 10 Oct 2024 06:24:00 +0000 (06:24 +0000)]
Merge "Do not assert when default json parse failed" into devel/master

3 weeks agoMerge "Use ConditionalWait::WaitUntil instead sleep_until" into devel/master
Eunki Hong [Thu, 10 Oct 2024 05:58:32 +0000 (05:58 +0000)]
Merge "Use ConditionalWait::WaitUntil instead sleep_until" into devel/master

3 weeks agoApply CornerRadius for webview 56/318856/1
sunghyun kim [Tue, 23 Jan 2024 09:45:18 +0000 (18:45 +0900)]
Apply CornerRadius for webview

CornerRadius apply logic not matched with tizen_7.0, the cherry-pick
not works well.

To fix this issue, let we it works well.

Change-Id: Iedc4f12c633db78266054c520172a2e671d2061a

3 weeks ago(Scene3D) Support SceneView CornerRadius and Borderline 77/318377/6
Eunki, Hong [Fri, 27 Sep 2024 08:17:25 +0000 (17:17 +0900)]
(Scene3D) Support SceneView CornerRadius and Borderline

Let we allow to apply corner radius and borderline if we use framebuffer.

Change-Id: I8dd9924f0dc9ef933e8383fd126a45b68bd54e72
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 weeks agoUse ConditionalWait::WaitUntil instead sleep_until 17/318017/9
Eunki Hong [Mon, 23 Sep 2024 15:29:19 +0000 (00:29 +0900)]
Use ConditionalWait::WaitUntil instead sleep_until

Since we cannot cancel SleepThread's sleeping
when std::this_thread::sleep_until,

Let we use std::conditional_wait's wait_until feature.

Since we already use ConditionalWait's wait + lock pair
to wait and release the SleepThread (at SleepUntil and Finalize)
we don't need to make additional mutex and conditional wait for it.

Change-Id: I7ee8a09bc4b9aa222efdf35f70da842917795365
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
3 weeks agoAsk StyleManager::Configuration only we need at TextController 77/318577/2
Eunki, Hong [Wed, 2 Oct 2024 09:32:50 +0000 (18:32 +0900)]
Ask StyleManager::Configuration only we need at TextController

We don't need to know the mShouldClearFocusOnEscape value for TextLabel.
And also, if input key is never be Escape, we also don't need it.

But that value required to ask singletone class, StyleManager,
and StyleManager might try to parse json file synchronously.

And also, for every TextVisual, we try to get Configure and find some value
by string, what we don't need to know.

It might make overhead for TextLabel creation.

To reduce the overhead, let we get the value only if we need.

Change-Id: I744cff4b05f8ed83d7924c4cbff3ed8f209a5571
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 weeks agoDo not assert when default json parse failed 50/318550/3
Eunki, Hong [Wed, 2 Oct 2024 06:23:50 +0000 (15:23 +0900)]
Do not assert when default json parse failed

Sometimes we got assert at app creation time by below assertion.

DALI_ASSERT_ALWAYS(mParser.GetRoot() && "Cannot parse JSON");

We should need to find detail reason first. But also, due to the
very-fast-assertion, error logs are not ready to print.

To make more clean debug, let we allow to json parsing failed
and keep going.

Change-Id: Ibac5ff84745b60a9d88c68bf2412d2ac6123f5f7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 weeks ago[dali_2.3.44] Merge branch 'devel/master' 47/318647/1
David Steele [Fri, 4 Oct 2024 08:53:54 +0000 (09:53 +0100)]
[dali_2.3.44] Merge branch 'devel/master'

Change-Id: I9662abd8b303bb2d6615fcff8e9d6ad76bfea92c

4 weeks agoDALi Version 2.3.44 41/318641/1 dali_2.3.44
David Steele [Fri, 4 Oct 2024 08:53:21 +0000 (09:53 +0100)]
DALi Version 2.3.44

Change-Id: Ib1a3458cc97c3af8bc39420988c867e04606612a

4 weeks agoMerge "Fix SVACE error in USD loader" into devel/master
Adeel Kazmi [Wed, 2 Oct 2024 14:48:25 +0000 (14:48 +0000)]
Merge "Fix SVACE error in USD loader" into devel/master

4 weeks agoMerge "Fix the crash in usd-loader automated test" into devel/master
Adeel Kazmi [Wed, 2 Oct 2024 13:12:34 +0000 (13:12 +0000)]
Merge "Fix the crash in usd-loader automated test" into devel/master

4 weeks agoFix the crash in usd-loader automated test 83/318583/1
Richard Huang [Wed, 2 Oct 2024 11:46:18 +0000 (12:46 +0100)]
Fix the crash in usd-loader automated test

Change-Id: Iedaccf0416035553caeff9282de8db37cb692997

4 weeks agoMerge "Add WebAuthDisplayQR, Response and MediaPermission" into devel/master
dongsug song [Wed, 2 Oct 2024 11:31:22 +0000 (11:31 +0000)]
Merge "Add WebAuthDisplayQR, Response and MediaPermission" into devel/master

4 weeks agoFix SVACE error in USD loader 97/318397/11
Richard Huang [Fri, 27 Sep 2024 09:36:48 +0000 (10:36 +0100)]
Fix SVACE error in USD loader

Change-Id: Ie67d09a62106fe952aedd646979308300423d46e

4 weeks agoAdd WebAuthDisplayQR, Response and MediaPermission 92/318392/4
dongsug.song [Thu, 5 Sep 2024 12:34:42 +0000 (21:34 +0900)]
Add WebAuthDisplayQR, Response and MediaPermission

Change-Id: Iaf8239be32e894bf34f4a987fa99cf5b4a06b41f

4 weeks agoMove shader list instead of copy + Use RawShaderData full string 35/318235/6
Eunki, Hong [Thu, 26 Sep 2024 01:41:26 +0000 (10:41 +0900)]
Move shader list instead of copy + Use RawShaderData full string

Let we allow to move operation for save precompiled shader list

Change-Id: I5d3d3356af907fa9b32f746900ec554cabe364ae
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 weeks agoMerge "Add UTCs for GetMatches*" into devel/master
Youngsun Suh [Mon, 30 Sep 2024 02:23:27 +0000 (02:23 +0000)]
Merge "Add UTCs for GetMatches*" into devel/master

5 weeks agoMerge "Added an option to select the web engine type in the WebView constructor"...
dongsug song [Fri, 27 Sep 2024 09:11:07 +0000 (09:11 +0000)]
Merge "Added an option to select the web engine type in the WebView constructor" into devel/master

5 weeks agoAdd UTCs for GetMatches* 80/318380/2
Youngsun Suh [Fri, 27 Sep 2024 08:21:11 +0000 (17:21 +0900)]
Add UTCs for GetMatches*

Change-Id: Ib0eb330a970e94b54a1addec2a444a4c761c76a0

5 weeks agoAdded an option to select the web engine type in the WebView constructor 40/318340/2
dongsug.song [Thu, 19 Sep 2024 07:11:07 +0000 (16:11 +0900)]
Added an option to select the web engine type in the WebView constructor

- Previously, the web engine was fixed and selected for all DALi/NUI APPs in dali.sh, but now it can be chosen in the constructor.

Change-Id: I442edc86cbc93bc5a71c467b2aea8a46475607db

5 weeks ago[dali_2.3.43] Merge branch 'devel/master' 50/318350/1
Adeel Kazmi [Fri, 27 Sep 2024 05:53:32 +0000 (06:53 +0100)]
[dali_2.3.43] Merge branch 'devel/master'

Change-Id: I16d25aa4acedfa7cc46ee975675748f3906fc869

5 weeks agoDALi Version 2.3.43 44/318344/1 dali_2.3.43
Adeel Kazmi [Fri, 27 Sep 2024 05:52:52 +0000 (06:52 +0100)]
DALi Version 2.3.43

Change-Id: Ie3efb13733cad67cdce8bb68be36f52562dd8525

5 weeks agoMerge "USD model support in Scene3D" into devel/master
Adeel Kazmi [Thu, 26 Sep 2024 13:41:09 +0000 (13:41 +0000)]
Merge "USD model support in Scene3D" into devel/master

5 weeks agoMerge "Test harness sync" into devel/master
David Steele [Thu, 26 Sep 2024 10:26:36 +0000 (10:26 +0000)]
Merge "Test harness sync" into devel/master

5 weeks agoUSD model support in Scene3D 71/317371/26
Richard Huang [Mon, 9 Sep 2024 12:33:26 +0000 (13:33 +0100)]
USD model support in Scene3D

Change-Id: I3df770423fdc2d16d480341eb30f327ecfd47c70

5 weeks agoMerge "Fix ignoring highlightable prop set for v2 role" into devel/master
Youngsun Suh [Thu, 26 Sep 2024 07:35:53 +0000 (07:35 +0000)]
Merge "Fix ignoring highlightable prop set for v2 role" into devel/master

5 weeks agoFix ignoring highlightable prop set for v2 role 55/318255/1
Youngsun Suh [Thu, 26 Sep 2024 05:19:16 +0000 (14:19 +0900)]
Fix ignoring highlightable prop set for v2 role

Change-Id: Ia582be7941f7a9024911007b6403ce082280f620

5 weeks agoConsider gles 2.0 cases for YUV and Scene3D 56/318256/1
Eunki, Hong [Thu, 26 Sep 2024 04:56:09 +0000 (13:56 +0900)]
Consider gles 2.0 cases for YUV and Scene3D

- UNIFIED_YUV_AND_RGB required some trick by textureSize method. But it didn't support for low spec driver.
- 0.0f didn't allow for low spec driver.

Change-Id: Idc7bb11dd2b928459b624b0bbfd945d4addeffbb
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoMerge "Update default and text-related role to use V2 roles" into devel/master
Youngsun Suh [Thu, 26 Sep 2024 03:48:53 +0000 (03:48 +0000)]
Merge "Update default and text-related role to use V2 roles" into devel/master

5 weeks agoUpdate default and text-related role to use V2 roles 38/318238/1
Youngsun Suh [Thu, 26 Sep 2024 01:55:18 +0000 (10:55 +0900)]
Update default and text-related role to use V2 roles

Change-Id: I7729c2cb15ef6aab717e4f78b696ba18c605f91f

5 weeks agoFix svace issue - Check nullptr after dynamic cast 32/318232/1
Eunki, Hong [Thu, 26 Sep 2024 01:11:01 +0000 (10:11 +0900)]
Fix svace issue - Check nullptr after dynamic cast

TODO : Should it be DALI_ASSERT_ALWAYS?

Change-Id: Id3e7c067d266d0809d3698f6e26a158c24df46a2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoTest harness sync 18/318018/2
David Steele [Mon, 23 Sep 2024 16:06:32 +0000 (17:06 +0100)]
Test harness sync

Change-Id: Ia8e811da5b52e34ffe4c9ac1d9a0ba35d6c892f6

5 weeks agoMerge "Automatic RenderTask Ordering" into devel/master
Seungho BAEK [Wed, 25 Sep 2024 11:09:34 +0000 (11:09 +0000)]
Merge "Automatic RenderTask Ordering" into devel/master

5 weeks agoAutomatic RenderTask Ordering 30/314630/18
Seungho Baek [Tue, 16 Jul 2024 10:01:42 +0000 (19:01 +0900)]
Automatic RenderTask Ordering

Change-Id: I508caebefe9de0098dd5f0eda76a6f7d6abf0053
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
5 weeks agoMake UtcDaliTextLabelLocaleChange02 more lightweight 42/318142/2
Eunki, Hong [Wed, 25 Sep 2024 04:36:09 +0000 (13:36 +0900)]
Make UtcDaliTextLabelLocaleChange02 more lightweight

Change-Id: I556568c15dab97cdc852c61e921d02b45d3e315f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoMerge "Reduce code duplication for precompile shader option" into devel/master
sunghyun kim [Wed, 25 Sep 2024 09:12:22 +0000 (09:12 +0000)]
Merge "Reduce code duplication for precompile shader option" into devel/master

5 weeks agoReduce code duplication for precompile shader option 64/318064/2
sunghyun kim [Tue, 24 Sep 2024 06:49:31 +0000 (15:49 +0900)]
Reduce code duplication for precompile shader option

reduce SAM CC value for precompile shader option

Change-Id: Ia0b467893f95af564c52738157345bcc3560bbb2

5 weeks agoMerge "Support SamplingMode type for high quality sampling + Remove FittingMode input...
Eunki Hong [Wed, 25 Sep 2024 04:17:41 +0000 (04:17 +0000)]
Merge "Support SamplingMode type for high quality sampling + Remove FittingMode input for model texture" into devel/master

5 weeks agoMerge "Remove EmitVisible on visible property set" into devel/master
Youngsun Suh [Wed, 25 Sep 2024 01:53:06 +0000 (01:53 +0000)]
Merge "Remove EmitVisible on visible property set" into devel/master

5 weeks agoSupport SamplingMode type for high quality sampling + Remove FittingMode input for... 92/317992/5
Eunki, Hong [Mon, 23 Sep 2024 07:49:51 +0000 (16:49 +0900)]
Support SamplingMode type for high quality sampling + Remove FittingMode input for model texture

Let we make new enum for lanczos resize method, named SINC.

Also, remove some unused codes at material definition load images.
Since we use only desired size and sampling mode at metadata,
we don't need to give input for fitting mode and orientation corrections.

Change-Id: I4df1412540f4c75a869ffa47ff4b09425f622fe1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoMerge "Prevent keypad enter key inserting when textfield is in password mode" into...
Chihun Jeong [Tue, 24 Sep 2024 10:13:15 +0000 (10:13 +0000)]
Merge "Prevent keypad enter key inserting when textfield is in password mode" into devel/master

5 weeks agoPrevent keypad enter key inserting when textfield is in password mode 49/318049/3
ANZ1217 [Tue, 24 Sep 2024 04:27:20 +0000 (13:27 +0900)]
Prevent keypad enter key inserting when textfield is in password mode

Change-Id: I8498e9c382deb73537dda9e1dd4d29a11d02accd

5 weeks agoFix issue that FrameDrop didn't be zero even we don't need 53/318053/1
Eunki, Hong [Tue, 24 Sep 2024 05:24:25 +0000 (14:24 +0900)]
Fix issue that FrameDrop didn't be zero even we don't need

Change-Id: Ic84bc687f75d482ab0a1fe3cd776346949f1bd89
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoMerge "Seperate TypeSetter::CreateImageBuffer functionally" into devel/master
Eunki Hong [Mon, 23 Sep 2024 10:05:21 +0000 (10:05 +0000)]
Merge "Seperate TypeSetter::CreateImageBuffer functionally" into devel/master

5 weeks agoPrint rasterized pixel data size if input size is not matched 50/317850/2
Eunki Hong [Thu, 19 Sep 2024 09:53:46 +0000 (18:53 +0900)]
Print rasterized pixel data size if input size is not matched

If input width/height is zero, the final rasterize result
will use default size of image. Let we print that info.

Change-Id: I176870a7406a4984e01d298b3e9152e905586897
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
5 weeks agoSeperate TypeSetter::CreateImageBuffer functionally 13/317013/9
Eunki, Hong [Mon, 2 Sep 2024 10:54:38 +0000 (19:54 +0900)]
Seperate TypeSetter::CreateImageBuffer functionally

Let we seperate the logic CreateImageBuffer for each LineRun, and for each GlyphInfo.

It will reduce CyclomaticComplexity score

Change-Id: I36fa65255b64dd48f6ef8917bccbc3f1d9d9b775
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoMerge "Skip blur when sample count is smaller than 2" into devel/master
Jeongmin Lee [Mon, 23 Sep 2024 04:40:33 +0000 (04:40 +0000)]
Merge "Skip blur when sample count is smaller than 2" into devel/master

5 weeks agoMerge "Request relayout when svg load completed if fittingmode is not default" into...
Eunki Hong [Mon, 23 Sep 2024 01:36:30 +0000 (01:36 +0000)]
Merge "Request relayout when svg load completed if fittingmode is not default" into devel/master

6 weeks ago[dali_2.3.42] Merge branch 'devel/master' 09/317909/1
Richard Huang [Fri, 20 Sep 2024 09:48:11 +0000 (10:48 +0100)]
[dali_2.3.42] Merge branch 'devel/master'

Change-Id: I7ad498e2053ccab4d46e2bd8a677238ddcc61e13

6 weeks agoDALi Version 2.3.42 02/317902/1 dali_2.3.42
Richard Huang [Fri, 20 Sep 2024 09:47:31 +0000 (10:47 +0100)]
DALi Version 2.3.42

Change-Id: I7dd2bdab86d03c9e93a81ebcd5034c581789693d

6 weeks agoRequest relayout when svg load completed if fittingmode is not default 67/317867/2
Eunki Hong [Thu, 19 Sep 2024 12:22:49 +0000 (21:22 +0900)]
Request relayout when svg load completed if fittingmode is not default

Since some fitting mode need to calculate size,
we'd better need to relayout after natural size determined.

Change-Id: Id3c18517a1d37a9f7202ac4e1dc47e119a801a74
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 weeks agoMerge "Fix Svace/Coverity issue after merge precompile shader refactorize" into devel...
Eunki Hong [Fri, 13 Sep 2024 11:18:15 +0000 (11:18 +0000)]
Merge "Fix Svace/Coverity issue after merge precompile shader refactorize" into devel/master

7 weeks agoMerge "DALi Version 2.3.41" into devel/master
David Steele [Fri, 13 Sep 2024 11:02:10 +0000 (11:02 +0000)]
Merge "DALi Version 2.3.41" into devel/master

7 weeks agoMerge "Deprecate VisualRenderer::MIX_COLOR and VISUAL_PRE_MULTIPLIED_ALPHA" into...
Eunki Hong [Fri, 13 Sep 2024 10:13:01 +0000 (10:13 +0000)]
Merge "Deprecate VisualRenderer::MIX_COLOR and VISUAL_PRE_MULTIPLIED_ALPHA" into devel/master

7 weeks agoFix Svace/Coverity issue after merge precompile shader refactorize 41/317741/1
Eunki, Hong [Fri, 13 Sep 2024 09:58:28 +0000 (18:58 +0900)]
Fix Svace/Coverity issue after merge precompile shader refactorize

Change-Id: Ic137fae18ab49da19473e870145c0f9387e17300
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 weeks agoSkip blur when sample count is smaller than 2 35/317735/3
jmm [Fri, 13 Sep 2024 08:23:22 +0000 (17:23 +0900)]
Skip blur when sample count is smaller than 2

Change-Id: I0e5ed4855484f355f8ecb7a46341fdd14bfc9d9b

7 weeks agoRemove EmitVisible on visible property set 29/317729/1
Youngsun Suh [Fri, 13 Sep 2024 07:06:40 +0000 (16:06 +0900)]
Remove EmitVisible on visible property set

Change-Id: I0d4c6c247a83a128f493b657a6cf279c57a81754

7 weeks agoMerge "Add UTC for a11y EmitStateChanged" into devel/master
Youngsun Suh [Fri, 13 Sep 2024 06:48:23 +0000 (06:48 +0000)]
Merge "Add UTC for a11y EmitStateChanged" into devel/master

7 weeks ago[dali_2.3.41] Merge branch 'devel/master' 18/317718/1
Adam Bialogonski [Fri, 13 Sep 2024 06:43:32 +0000 (07:43 +0100)]
[dali_2.3.41] Merge branch 'devel/master'

Change-Id: I5860a5039b0bcc4e4a4873da746aed2b68c80c32

7 weeks agoDALi Version 2.3.41 11/317711/1 dali_2.3.41
Adam Bialogonski [Fri, 13 Sep 2024 06:42:53 +0000 (07:42 +0100)]
DALi Version 2.3.41

Change-Id: Id9047a8e26d564b2f658072a85a95c950d267ad5

7 weeks agoDeprecate VisualRenderer::MIX_COLOR and VISUAL_PRE_MULTIPLIED_ALPHA 49/317449/10
Eunki, Hong [Tue, 10 Sep 2024 10:21:38 +0000 (19:21 +0900)]
Deprecate VisualRenderer::MIX_COLOR and VISUAL_PRE_MULTIPLIED_ALPHA

Let we remove Visual's PreMultpliyAlpha property, what most application didn't set.

Also, let we use Renderer::Property::MIX_COLOR instead of VisualRenderer::Property::MIX_COLOR.

Change-Id: I29fc8c03416237466b88bc6533b58257f766371c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 weeks agoMerge "Fix blur to use pixel radius input properly" into devel/master
Jeongmin Lee [Fri, 13 Sep 2024 06:19:18 +0000 (06:19 +0000)]
Merge "Fix blur to use pixel radius input properly" into devel/master

7 weeks agoMerge "Add function for npatch in shader-precompile" into devel/master
sunghyun kim [Fri, 13 Sep 2024 06:15:31 +0000 (06:15 +0000)]
Merge "Add function for npatch in shader-precompile" into devel/master

7 weeks agoFix blur to use pixel radius input properly 38/317338/11
jmm [Mon, 9 Sep 2024 06:07:48 +0000 (15:07 +0900)]
Fix blur to use pixel radius input properly

Change-Id: I9959f9f0098fd195b508a852d3338c50a1629c6d

7 weeks agoMerge "Supports precompile function" into devel/master
sunghyun kim [Fri, 13 Sep 2024 04:58:30 +0000 (04:58 +0000)]
Merge "Supports precompile function" into devel/master

7 weeks agoAdd UTC for a11y EmitStateChanged 84/317684/1
Youngsun Suh [Fri, 13 Sep 2024 04:34:55 +0000 (13:34 +0900)]
Add UTC for a11y EmitStateChanged

Change-Id: I8bd709c352d08005b38e3b98190183c9248dcea7

7 weeks agoMerge "Fix background color does not change when background markup is changed" into...
Chihun Jeong [Fri, 13 Sep 2024 04:03:24 +0000 (04:03 +0000)]
Merge "Fix background color does not change when background markup is changed" into devel/master

7 weeks agoMerge "Skip calculate corner radius opacity if possible at shader" into devel/master
Eunki Hong [Fri, 13 Sep 2024 03:56:14 +0000 (03:56 +0000)]
Merge "Skip calculate corner radius opacity if possible at shader" into devel/master

7 weeks agoMerge "Refactoring visual-shader-factory" into devel/master
sunghyun kim [Fri, 13 Sep 2024 02:43:30 +0000 (02:43 +0000)]
Merge "Refactoring visual-shader-factory" into devel/master