platform/core/uifw/dali-toolkit.git
10 months agoDALi Version 2.2.28 28/293428/1 dali_2.2.28
Adeel Kazmi [Fri, 26 May 2023 11:39:53 +0000 (12:39 +0100)]
DALi Version 2.2.28

Change-Id: Ie68bdc2f2e17a1cf1906382c58fedb9dcc982b0e

11 months agoMerge "Sync test harness" into devel/master
David Steele [Wed, 24 May 2023 09:55:47 +0000 (09:55 +0000)]
Merge "Sync test harness" into devel/master

11 months agoSync test harness 88/293288/3
Eunki, Hong [Wed, 24 May 2023 01:58:08 +0000 (10:58 +0900)]
Sync test harness

Sync test harness for ttrace

Change-Id: I501505ff721168212cda2eba5d4ebf51e9ce3e76
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoSkip call resourceReady() for disabled visual 28/293028/7
sunghyun kim [Thu, 18 May 2023 07:35:28 +0000 (16:35 +0900)]
Skip call resourceReady() for disabled visual

for disabled visuals, ResourceReady is not called.

Change-Id: I9864cde4bffeb1eab5c11812f6911c1772692a4a

11 months agoMerge "Let ModelCache use std::map instead of unordered_map" into devel/master
Adeel Kazmi [Mon, 22 May 2023 13:32:14 +0000 (13:32 +0000)]
Merge "Let ModelCache use std::map instead of unordered_map" into devel/master

11 months agoAdd comment for gradient visual 72/293172/1
seungho baek [Mon, 22 May 2023 05:17:51 +0000 (14:17 +0900)]
Add comment for gradient visual

Change-Id: I41b226479eaef61cff387c81d4532664ec961bce
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months agoSync test harness 32/293032/2
Heeyong Song [Thu, 18 May 2023 08:38:24 +0000 (17:38 +0900)]
Sync test harness

Change-Id: I1bb2bd71ae9133e165cace85e6e8da283b47b6e8

11 months agoMerge "DALi Version 2.2.27" into devel/master
Adeel Kazmi [Fri, 19 May 2023 14:32:30 +0000 (14:32 +0000)]
Merge "DALi Version 2.2.27" into devel/master

11 months agoDALi Version 2.2.27 97/293097/1 dali_2.2.27
David Steele [Fri, 19 May 2023 14:26:38 +0000 (15:26 +0100)]
DALi Version 2.2.27

Change-Id: I78db66fb7d915727e2797179b3e1fc993938c635

11 months agoMerge "Fix the normalization factor calculation for blendshapes" into devel/master
Adeel Kazmi [Fri, 19 May 2023 12:49:19 +0000 (12:49 +0000)]
Merge "Fix the normalization factor calculation for blendshapes" into devel/master

11 months agoFix initial white space issue in text 80/293080/1
Bowon Ryu [Fri, 19 May 2023 07:38:40 +0000 (16:38 +0900)]
Fix initial white space issue in text

Current logic does not send text and cursor position for initial white space to IME.
I don't know the exact history of this logic.
But in case of efl, it is sending information about initial white space to IME.
Change behavior for consistency.

Change-Id: I86bc7ecfece9f02c2eb670c3359efc31d79daabb
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
11 months agoLet ModelCache use std::map instead of unordered_map 38/292938/3
Eunki, Hong [Wed, 17 May 2023 08:14:38 +0000 (17:14 +0900)]
Let ModelCache use std::map instead of unordered_map

If mModelCache become rehashed during some model-load-task lock the process,
It might make some crash.

To keep the validation of ModelCacheManager::ModelCache data, let we use
the cache container as std::map, instead of std::unordered_map

Change-Id: Ied52a7cd8fcf805eb18d5563df1da821f4d3c655
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoFix the normalization factor calculation for blendshapes 45/293045/2
Richard [Thu, 18 May 2023 14:09:13 +0000 (15:09 +0100)]
Fix the normalization factor calculation for blendshapes

This patch fixes two issue:

1. Fix the calculation of the blendshape normalization factor so that it can
   handle smaller maximum distance between the original mesh and the deformed
   mesh.

2. Apply the min and max properties of the accessor to all the elements in the
   accessor, not just the elements in the sparse storage.

Change-Id: Iea90cbacf91fc7311242d9a47454b06afee82200

11 months agoFix build error 42/293042/1
Eunki Hong [Thu, 18 May 2023 13:09:21 +0000 (22:09 +0900)]
Fix build error

mesh-definition.cpp:557:119: error: the address of ‘sparseIndices’ will never be NULL [-Werror=address]

There was some coding mistakes exist.

Change-Id: Id327965bebf6d1f4132499ff674d863f772ad6f9
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months agoMerge "Blendshapes fix (still missing tests)" into devel/master
Adeel Kazmi [Wed, 17 May 2023 17:18:06 +0000 (17:18 +0000)]
Merge "Blendshapes fix (still missing tests)" into devel/master

11 months agoBlendshapes fix (still missing tests) 85/292885/7
Adam Bialogonski [Tue, 16 May 2023 15:53:24 +0000 (16:53 +0100)]
Blendshapes fix (still missing tests)

When using sparse accessors, the gltf loader loads data correctly
but the blendshapes generator (texture and data) always assumes that
morph targets contain all the vertices which isn't a case.

Fix makes sure that for sparse access only indexed vertices are
affected by the blendshape. It still generate full vertex data
(for whole mesh) so it's compatible with current shader.

Change-Id: I1f36c1d9d24dec0eb194d0aaf1b93488b61b1d58
Signed-off-by: Adam Bialogonski <adam.b@samsung.com>
11 months agoMerge "Added build dependencies on shader source" into devel/master
David Steele [Wed, 17 May 2023 13:22:00 +0000 (13:22 +0000)]
Merge "Added build dependencies on shader source" into devel/master

11 months agoMerge "Fixed vector and list includes to use wrappers" into devel/master
Adeel Kazmi [Wed, 17 May 2023 12:29:17 +0000 (12:29 +0000)]
Merge "Fixed vector and list includes to use wrappers" into devel/master

11 months agoMerge "Modified to use the appropriate TextureSet in external texture" into devel...
sunghyun kim [Wed, 17 May 2023 06:29:28 +0000 (06:29 +0000)]
Merge "Modified to use the appropriate TextureSet in external texture" into devel/master

11 months agoModified to use the appropriate TextureSet in external texture 73/292873/2
sunghyun kim [Tue, 16 May 2023 06:26:14 +0000 (15:26 +0900)]
Modified to use the appropriate TextureSet in external texture

Change-Id: Id3b81f769fad02e90a5b5fd311e13bbe9692d200

11 months agoAdded build dependencies on shader source 94/292894/1
David Steele [Tue, 16 May 2023 17:09:36 +0000 (18:09 +0100)]
Added build dependencies on shader source

Change-Id: I0ba71532793acc760928a081c6ed428c666713b7

11 months agoSet AnimatedVectorVisual play range by single marker 90/292890/1
Eunki Hong [Tue, 16 May 2023 16:27:31 +0000 (01:27 +0900)]
Set AnimatedVectorVisual play range by single marker

Previously, we only accept when we insert array as PLAY_RANGE.
Now let we allow to insert single stirng value.

Change-Id: I3afbbf30cb5bdc211a06aeb0654c5359b28bc147
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months agoMerge "Masking support for external textures" into devel/master
sunghyun kim [Tue, 16 May 2023 05:39:58 +0000 (05:39 +0000)]
Merge "Masking support for external textures" into devel/master

11 months agoFix build error for Ubuntu 22.04 37/292837/1
Eunki Hong [Mon, 15 May 2023 13:51:04 +0000 (22:51 +0900)]
Fix build error for Ubuntu 22.04

Let we include <limits> so we can use std::numeric_limits

Change-Id: I0fdf8a1588bef5299ac1c8586ff8d5050460d706
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months agoMerge "Let navigation mesh use same type for Index" into devel/master
David Steele [Mon, 15 May 2023 10:10:58 +0000 (10:10 +0000)]
Merge "Let navigation mesh use same type for Index" into devel/master

11 months agoMasking support for external textures 38/292338/8
sunghyun kim [Thu, 4 May 2023 02:13:14 +0000 (11:13 +0900)]
Masking support for external textures

Masking support for external textures as well.
For masking, only GPU masking is available.
Support for both asynchronous/synchronous.

Change-Id: Ifdd18f0d90911ba849b5ff9cf1d8255f40ce12e9

11 months agoFix svace issue (ParticleRenderer initialize) 84/292784/1
Eunki, Hong [Sun, 14 May 2023 23:27:22 +0000 (08:27 +0900)]
Fix svace issue (ParticleRenderer initialize)

Change-Id: I5af106b8af25e9d153dd8a5198cbc625e7cdaf0a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoFixed vector and list includes to use wrappers 82/292782/2
Adam Bialogonski [Fri, 12 May 2023 17:21:40 +0000 (18:21 +0100)]
Fixed vector and list includes to use wrappers

Change-Id: I6d9de7cc0d79e3ec20ead7827236477a7825d361

11 months agoParticle System 30/291730/14
Adam Bialogonski [Fri, 12 May 2023 11:18:44 +0000 (12:18 +0100)]
Particle System

Implementation of DALi Particle System.

Change-Id: I33783236361b31f32460160ea42cb5833b83dc2c

11 months agoMerge "DALi Version 2.2.26" into devel/master
Adeel Kazmi [Fri, 12 May 2023 09:58:58 +0000 (09:58 +0000)]
Merge "DALi Version 2.2.26" into devel/master

11 months agoMerge "[AT-SPI] Map Actor::Property::SENSITIVE to Accessibility::State::SENSITIVE...
Lukasz Oleksak [Fri, 12 May 2023 09:52:01 +0000 (09:52 +0000)]
Merge "[AT-SPI] Map Actor::Property::SENSITIVE to Accessibility::State::SENSITIVE" into devel/master

11 months agoDALi Version 2.2.26 60/292760/1 dali_2.2.26
Richard Huang [Fri, 12 May 2023 09:47:53 +0000 (10:47 +0100)]
DALi Version 2.2.26

Change-Id: I9948da5c359db326e4dce04f58041d5f4848e32e

11 months agoSupport model size change 85/292685/3
seungho baek [Thu, 11 May 2023 08:36:55 +0000 (17:36 +0900)]
Support model size change

Change-Id: I78a7aa569ae164d07a7809bc7dd7106531face29
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months ago[AT-SPI] Map Actor::Property::SENSITIVE to Accessibility::State::SENSITIVE 03/292703/1
Artur Świgoń [Thu, 11 May 2023 10:54:27 +0000 (12:54 +0200)]
[AT-SPI] Map Actor::Property::SENSITIVE to Accessibility::State::SENSITIVE

Change-Id: I3e4bf575b257e8020dbf5c68111b4219beec39e3

11 months agoLet navigation mesh use same type for Index 19/291619/6
Eunki, Hong [Wed, 19 Apr 2023 07:38:10 +0000 (16:38 +0900)]
Let navigation mesh use same type for Index

navigation mesh itself use each Vertex/Edge/Face index as uint16_t,
and PathFinder use the face index as uint32_t.

To avoid annoying type conversion, Let we make both case
use uint16_t, which is define at navigation-mesh.h

Change-Id: Ic7346361fa214934f601dd0083a838445c047025
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoMerge "Fix normal vector error when we use skin" into devel/master
Eunki Hong [Wed, 10 May 2023 08:10:53 +0000 (08:10 +0000)]
Merge "Fix normal vector error when we use skin" into devel/master

11 months agoFix multiple primitive skinning error 42/292342/3
Eunki, Hong [Thu, 4 May 2023 08:03:01 +0000 (17:03 +0900)]
Fix multiple primitive skinning error

Since we didn't check indivisual primitive with
same shader + same skeletone id,
some renderer didn't applied Constraint.

Now we make multiple primitive also apply bone constraints

Change-Id: I7ccf7257108f9e4d05914c70bb437eee488b7b3f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoFix normal vector error when we use skin 49/292549/3
Eunki, Hong [Wed, 10 May 2023 01:35:07 +0000 (10:35 +0900)]
Fix normal vector error when we use skin

Since dali's world matrix use left-hand-coordinate,
the constrainted world matrix value in uBone need to be multiply negative Y.

To apply this information, let we use uYDirection value if we use skin.

Also, we need to use same precision if we use same uniform both vertex and
fragment shaders. To specify the precision, make uYDirection as mediump.

Change-Id: Ibf6ca7ee0cc88fba1214b4a68a0eea7a4805f7e5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoMerge "Remove unnecessary ClearFocus(). Inside SetCurrentFocusActor() is doing the...
joogab yun [Wed, 10 May 2023 05:02:30 +0000 (05:02 +0000)]
Merge "Remove unnecessary ClearFocus(). Inside SetCurrentFocusActor() is  doing the same thing as ClearFocus." into devel/master

11 months agoRetrieve spannable text's span list ordered by added time 51/292551/1
Eunki, Hong [Wed, 10 May 2023 02:47:31 +0000 (11:47 +0900)]
Retrieve spannable text's span list ordered by added time

To fix UtcDaliToolkitTextSpannableStringRetrieveAllSapnsAndRanges failed,
let we make that the retrieve values keep the order by added time.

TODO : Could we use it OrderedMap?

Change-Id: I39ab35542110e8bed7b1ca1b0f5536681a632be1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoRemove unnecessary ClearFocus(). 50/292550/2
joogab.yun [Wed, 10 May 2023 02:25:46 +0000 (11:25 +0900)]
Remove unnecessary ClearFocus().
Inside SetCurrentFocusActor() is  doing the same thing as ClearFocus.

Change-Id: I8116d653e430a1ff2cb46bbc818c448b07bc1644

11 months agoChange mediump to highp of corner radius 93/292493/2
seungho baek [Tue, 9 May 2023 05:04:48 +0000 (14:04 +0900)]
Change mediump to highp of corner radius

Change-Id: Ide32bf0b33cf6c495d4c9f7d38c46289788f53ab
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months agoDALi Version 2.2.25 96/292396/1 dali_2.2.25
Adam Bialogonski [Fri, 5 May 2023 10:20:45 +0000 (11:20 +0100)]
DALi Version 2.2.25

Change-Id: I916cdd536a8561d5412e6772bb98e8a616688a4b

11 months agoMerge "Let we allow to change AnimationDefinition property" into devel/master
Eunki Hong [Tue, 2 May 2023 08:03:48 +0000 (08:03 +0000)]
Merge "Let we allow to change AnimationDefinition property" into devel/master

11 months agoRemove unused code 04/292204/1
seungho baek [Tue, 2 May 2023 01:44:30 +0000 (10:44 +0900)]
Remove unused code

 - We don't need to reset renderer properties when shader is generated

Change-Id: I42b9a5cb1a252ecda753d5221c02f542a1d7f99b
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months agoMerge "Blendshape properties should be registered per renderer instead of per shader...
Adeel Kazmi [Fri, 28 Apr 2023 11:01:35 +0000 (11:01 +0000)]
Merge "Blendshape properties should be registered per renderer instead of per shader" into devel/master

11 months agoMerge "DALi Version 2.2.24" into devel/master
Adeel Kazmi [Fri, 28 Apr 2023 10:14:40 +0000 (10:14 +0000)]
Merge "DALi Version 2.2.24" into devel/master

11 months agoDALi Version 2.2.24 81/292181/1 dali_2.2.24
Richard Huang [Fri, 28 Apr 2023 10:08:15 +0000 (11:08 +0100)]
DALi Version 2.2.24

Change-Id: Iff0999b90078c209bcbf6dea9eccbe5833cc172e

11 months agoRemove cached texture at PostProcessor 56/290456/18
Eunki Hong [Sat, 25 Mar 2023 15:02:44 +0000 (00:02 +0900)]
Remove cached texture at PostProcessor

We don't need to Remove memory of texture immediately.
If we call Remove(image); Add(image); continously,
Then image will try to reload image one more time.

It might useless behaviour for real world app side.

So make we don't remove texture immediatly, and
Process remove queue at post process timing.

Change-Id: Ic0d1a1cd10c13fc8b742667a09b02552594aae70
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months agoBlendshape properties should be registered per renderer instead of per shader 43/292143/1
Richard [Thu, 27 Apr 2023 15:47:58 +0000 (16:47 +0100)]
Blendshape properties should be registered per renderer instead of per shader

Change-Id: I38c6a191e37212720fa603f82cb2ef04c6b18a17

11 months agoDelete test log in image-view 85/292085/1
sunghyun kim [Thu, 27 Apr 2023 05:40:04 +0000 (14:40 +0900)]
Delete test log in image-view

Change-Id: Icde72187e995c085f9379be9f0794d425a042e7e

11 months agoMerge "Support Short and Byte weight of gltf skinning" into devel/master
Seungho BAEK [Thu, 27 Apr 2023 04:29:38 +0000 (04:29 +0000)]
Merge "Support Short and Byte weight of gltf skinning" into devel/master

11 months agoLet we allow to change AnimationDefinition property 59/292059/1
Eunki, Hong [Thu, 27 Apr 2023 02:07:46 +0000 (11:07 +0900)]
Let we allow to change AnimationDefinition property

Change-Id: Id6e0a345bb5b4213191f56f94f5c5b20bf2d2020
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoSupport Short and Byte weight of gltf skinning 82/291882/6
seungho baek [Mon, 24 Apr 2023 10:55:06 +0000 (19:55 +0900)]
Support Short and Byte weight of gltf skinning

Change-Id: I4817c40b049e5b3984b66cc9fabe731ae0bc4582
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months agoMerge "Apply placeholder image & transition effect" into devel/master
sunghyun kim [Wed, 26 Apr 2023 09:24:25 +0000 (09:24 +0000)]
Merge "Apply placeholder image & transition effect" into devel/master

11 months agoApply placeholder image & transition effect 79/289979/32
sunghyun kim [Thu, 16 Mar 2023 11:25:48 +0000 (20:25 +0900)]
Apply placeholder image & transition effect

Add the following features to the image view
1. If necessary for image loading, the placeholder is shown until finish loading
2. provide transition effect if necessary for image replacement

Change-Id: I0191cb3ed047efb9cdd4f0694e9fb6e065f045f2

12 months agoMerge "Move the point of setting currentFocusControl to before FocusLost." into devel...
joogab yun [Mon, 24 Apr 2023 09:01:55 +0000 (09:01 +0000)]
Merge "Move the point of setting currentFocusControl to before FocusLost." into devel/master

12 months agoMove the point of setting currentFocusControl to before FocusLost. 77/289777/7
joogab.yun [Tue, 14 Mar 2023 08:01:39 +0000 (17:01 +0900)]
Move the point of setting currentFocusControl to before FocusLost.

The FocusLost event has happened, but HasKeyInputFocus() still returns true.
Therefore, move the currentFocusControl setting point to before the FocusLost event.

Change-Id: Ib8152dec1beb1959aef61dbc73f5ce522e6db72e

12 months agoReduce prediction error for blendshape 07/291807/2
Eunki, Hong [Fri, 21 Apr 2023 11:13:40 +0000 (20:13 +0900)]
Reduce prediction error for blendshape

1. Let we use highp integer for vertex shader. (since some device's
   mediump int only use 16bit signed integer, so it might not allow
   to use more than 32768 vertex id)

2. Do not use divide and sqrtf operator if we can

Change-Id: Ib76d1ff6095f07aad9f797b96be93d0dc8dd8188
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoMerge "DALi Version 2.2.23" into devel/master
David Steele [Thu, 20 Apr 2023 13:12:56 +0000 (13:12 +0000)]
Merge "DALi Version 2.2.23" into devel/master

12 months agoDALi Version 2.2.23 14/291714/1 dali_2.2.23
Adeel Kazmi [Thu, 20 Apr 2023 13:08:20 +0000 (14:08 +0100)]
DALi Version 2.2.23

Change-Id: Ia188dbe2854fda14d18291fe0abbd3c40947d7b0

12 months agoRemove model-node-data-impl 25/291625/4
seungho baek [Wed, 19 Apr 2023 09:20:00 +0000 (18:20 +0900)]
Remove model-node-data-impl

Change-Id: Iba64ae2ecbc67d42093affbc364693ff163551b6
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
12 months agoMerge "Fix transform issue of skinned mesh" into devel/master
David Steele [Wed, 19 Apr 2023 13:11:49 +0000 (13:11 +0000)]
Merge "Fix transform issue of skinned mesh" into devel/master

12 months agoFix transform issue of skinned mesh 33/291533/8
seungho baek [Tue, 18 Apr 2023 05:47:24 +0000 (14:47 +0900)]
Fix transform issue of skinned mesh

Change-Id: I5acd990e1e1ae586a0b6c66af3aefc99c991e206
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
12 months agoMerge "Instanced draw test code sync" into devel/master
David Steele [Wed, 19 Apr 2023 09:43:52 +0000 (09:43 +0000)]
Merge "Instanced draw test code sync" into devel/master

12 months agoMerge "Load bvh and facial animations from buffer" into devel/master
Eunki Hong [Wed, 19 Apr 2023 05:50:26 +0000 (05:50 +0000)]
Merge "Load bvh and facial animations from buffer" into devel/master

12 months agoLet we allow to seek empty buffer when read blob 94/291594/1
Eunki, Hong [Wed, 19 Apr 2023 03:17:43 +0000 (12:17 +0900)]
Let we allow to seek empty buffer when read blob

The model can "skip" non-meanful data at end of blob.
Let we allow to read that case.

Change-Id: Id98f6bbb788b3f542ee543f20b16c6982c2a7f68
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoLoad bvh and facial animations from buffer 21/291521/4
Eunki, Hong [Tue, 18 Apr 2023 03:50:29 +0000 (12:50 +0900)]
Load bvh and facial animations from buffer

Let we allow to load bvh and facial animation from raw buffer stream.

Change-Id: I679539ce10e631101571dab95615404c41b9b2f3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoMake rasterize callback as unique_ptr 22/291522/2
Eunki, Hong [Tue, 18 Apr 2023 03:52:06 +0000 (12:52 +0900)]
Make rasterize callback as unique_ptr

When Rasterize callback register into VectorAnimationManager, and
visual was destroyed, the callback base memory might not be deleted.

To avoid this case, let we make the callback's ownership as
VectorAnimationManager.

Change-Id: Ia2d09856e989ac29f8c39cd5cabb2af29d1ed80d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoInstanced draw test code sync 97/291497/1
David Steele [Mon, 17 Apr 2023 12:18:30 +0000 (13:18 +0100)]
Instanced draw test code sync

Change-Id: I6da7476602ae2d7fceae75a8459370d132b7b198

12 months agoMerge "[AT-SPI] Implement Value::GetValueText()" into devel/master
dongsug song [Mon, 17 Apr 2023 07:54:46 +0000 (07:54 +0000)]
Merge "[AT-SPI] Implement Value::GetValueText()" into devel/master

12 months ago[AT-SPI] Implement Value::GetValueText() 23/291323/3
Artur Świgoń [Thu, 13 Apr 2023 09:31:54 +0000 (11:31 +0200)]
[AT-SPI] Implement Value::GetValueText()

Change-Id: I9a2eb40aced763bc74542b5f8c448445089ed67c

12 months agoDALi Version 2.2.22 98/291398/1 dali_2.2.22
Adam Bialogonski [Fri, 14 Apr 2023 09:25:24 +0000 (10:25 +0100)]
DALi Version 2.2.22

Change-Id: I90e8a14b7422a708cedfd860a4676ad2153bc596

12 months agoMerge "Change public member variable to private" into devel/master
Seungho BAEK [Fri, 7 Apr 2023 01:32:05 +0000 (01:32 +0000)]
Merge "Change public member variable to private" into devel/master

12 months agoChange public member variable to private 59/290759/7
seungho baek [Sat, 1 Apr 2023 14:21:08 +0000 (23:21 +0900)]
Change public member variable to private

Change-Id: I8ba514c1dfcbd7e5f82aaa898b37d83e2ece890d
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
12 months agoMerge "Fix svace/coverity issue (initialize value at Material)" into devel/master
David Steele [Thu, 6 Apr 2023 15:37:05 +0000 (15:37 +0000)]
Merge "Fix svace/coverity issue (initialize value at Material)" into devel/master

12 months agoFix svace/coverity issue (initialize value at Material) 19/291019/2
Eunki, Hong [Thu, 6 Apr 2023 12:25:32 +0000 (21:25 +0900)]
Fix svace/coverity issue (initialize value at Material)

Change-Id: Ic0b4643e848704d3e60a527b1d5bbe524bb68ee1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoMerge "DALi Version 2.2.21" into devel/master
David Steele [Thu, 6 Apr 2023 13:57:38 +0000 (13:57 +0000)]
Merge "DALi Version 2.2.21" into devel/master

12 months agoDALi Version 2.2.21 32/291032/1 dali_2.2.21
David Steele [Thu, 6 Apr 2023 13:47:57 +0000 (14:47 +0100)]
DALi Version 2.2.21

Change-Id: I34160b58b5717dac53282a0804ab52a1e1a5d6bb

12 months agoMerge "Use c-style string when webview loads contents." into devel/master
dongsug song [Thu, 6 Apr 2023 05:41:35 +0000 (05:41 +0000)]
Merge "Use c-style string when webview loads contents." into devel/master

12 months agoMerge "Use ModelNode / ModelPrimitive / Material instead of Actor / Renderer" into...
Seungho BAEK [Thu, 6 Apr 2023 04:17:56 +0000 (04:17 +0000)]
Merge "Use ModelNode / ModelPrimitive / Material instead of Actor / Renderer" into devel/master

12 months agoUse ModelNode / ModelPrimitive / Material instead of Actor / Renderer 88/289588/61
seungho baek [Fri, 10 Mar 2023 04:38:01 +0000 (13:38 +0900)]
Use ModelNode / ModelPrimitive / Material instead of Actor / Renderer

 - This patch is based on the previous patch
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/288075/

Change-Id: I93f61a18dd06bc8fa7c08fc65ef9c42d62b510e2
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
12 months agoFix skybox type auto issue 62/290862/4
seungho baek [Tue, 4 Apr 2023 08:19:51 +0000 (17:19 +0900)]
Fix skybox type auto issue

Change-Id: I5e59773428f598393d3b30070dbdeb1067f71448
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
12 months agoUse c-style string when webview loads contents. 50/290850/2
huayong.xu [Tue, 4 Apr 2023 07:49:47 +0000 (15:49 +0800)]
Use c-style string when webview loads contents.

Change-Id: I541be6fddab140561f16af339adfe82bf05ecd2e

12 months agoMerge "Fix UTC error for TextSpannable" into devel/master
Eunki Hong [Fri, 31 Mar 2023 13:22:35 +0000 (13:22 +0000)]
Merge "Fix UTC error for TextSpannable" into devel/master

12 months agoDALi Version 2.2.20 34/290734/1 dali_2.2.20
Adam Bialogonski [Fri, 31 Mar 2023 09:19:48 +0000 (10:19 +0100)]
DALi Version 2.2.20

Change-Id: I74c1ab2b815533c17807c701613725aea7cf4cca

12 months agoFix UTC error for TextSpannable 30/290730/1
Eunki, Hong [Fri, 31 Mar 2023 09:09:47 +0000 (18:09 +0900)]
Fix UTC error for TextSpannable

FontDescriptionRun is not null-terminate string

Change-Id: I5f8704c850f2fb3ad213b54a7a23897efe2cdeb6
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoAllow to use premultiplied external texture 55/290455/7
Eunki Hong [Sat, 25 Mar 2023 12:26:04 +0000 (21:26 +0900)]
Allow to use premultiplied external texture

FrameBuffer result colortexture is premultiplied always.
So make we always use premultiplied texture.

And make a way to user determine native image source is premultiplied or not.

+

Since FBO texture always premultiplied, revert scene view's trick
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/285486

Change-Id: I72bfe4a04a69c259d983e9dc74086cefcdd4cc7d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
13 months agoMerge "DALi Version 2.2.19" into devel/master
David Steele [Fri, 24 Mar 2023 11:27:24 +0000 (11:27 +0000)]
Merge "DALi Version 2.2.19" into devel/master

13 months agoDALi Version 2.2.19 29/290429/1 dali_2.2.19
Adeel Kazmi [Fri, 24 Mar 2023 10:54:37 +0000 (10:54 +0000)]
DALi Version 2.2.19

Change-Id: Ic8c61de8472023dbf1245d3b049fe070f738c857

13 months agoFix coverity issue (no POSITION attribute + use after move) 18/290418/1
Eunki, Hong [Fri, 24 Mar 2023 07:58:03 +0000 (16:58 +0900)]
Fix coverity issue (no POSITION attribute + use after move)

Change-Id: Ib2239f847ebe9606a331e5d2148cc38c36445ad7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
13 months agoMerge "Reset AsyncTask what we don't need anymore" into devel/master
Eunki Hong [Fri, 24 Mar 2023 04:43:29 +0000 (04:43 +0000)]
Merge "Reset AsyncTask what we don't need anymore" into devel/master

13 months agoMerge "Ensure BaseHandle class move noexcept (toolkit public-api)" into devel/master
Eunki Hong [Fri, 24 Mar 2023 04:42:38 +0000 (04:42 +0000)]
Merge "Ensure BaseHandle class move noexcept (toolkit public-api)" into devel/master

13 months agoMake equirectangular environment also use mipmap + Fix brdf error 33/290333/2
Eunki, Hong [Thu, 23 Mar 2023 07:31:45 +0000 (16:31 +0900)]
Make equirectangular environment also use mipmap + Fix brdf error

Change-Id: Iaa303a31c4223197b295a6f722dee3c0ebaa6216
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
13 months agoReset AsyncTask what we don't need anymore 96/290396/1
Eunki, Hong [Fri, 24 Mar 2023 03:24:15 +0000 (12:24 +0900)]
Reset AsyncTask what we don't need anymore

Change-Id: Iffdf810c296f793fd6b0bb437e995baa5a1d2009
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
13 months agoEnsure BaseHandle class move noexcept (toolkit public-api) 29/289929/8
Eunki Hong [Wed, 15 Mar 2023 17:05:28 +0000 (02:05 +0900)]
Ensure BaseHandle class move noexcept (toolkit public-api)

Add noexcept keyward on public-api

Change-Id: I234920fcb0c661e10940a08f0a78e84a85b4e5cb
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
13 months agoMerge "Fix svace issue (strerror -> strerror_r)" into devel/master
Eunki Hong [Fri, 24 Mar 2023 02:08:08 +0000 (02:08 +0000)]
Merge "Fix svace issue (strerror -> strerror_r)" into devel/master

13 months agoAdd public header files to dali-toolkit.h 48/290348/1
Heeyong Song [Thu, 23 Mar 2023 09:48:43 +0000 (18:48 +0900)]
Add public header files to dali-toolkit.h

Change-Id: I05cd67275014800ea3d3014c9040a3c0d4e3ec83

13 months agoMerge "Use Mipmap level to sample specular texture" into devel/master
Eunki Hong [Thu, 23 Mar 2023 07:04:25 +0000 (07:04 +0000)]
Merge "Use Mipmap level to sample specular texture" into devel/master

13 months agoMerge "Change scope of GlyphBufferData" into devel/master
Eunki Hong [Thu, 23 Mar 2023 06:11:18 +0000 (06:11 +0000)]
Merge "Change scope of GlyphBufferData" into devel/master