platform/core/uifw/dali-demo.git
2 years agoDALi Version 2.0.43 43/263843/1 dali_2.0.43
David Steele [Fri, 10 Sep 2021 15:20:49 +0000 (16:20 +0100)]
DALi Version 2.0.43

Change-Id: I33fedd6214ab0d6943f24c8d5e7dee0e3b422a83

2 years agoDALi Version 2.0.42 98/263498/1 dali_2.0.42
Adeel Kazmi [Fri, 3 Sep 2021 15:04:30 +0000 (16:04 +0100)]
DALi Version 2.0.42

Change-Id: Id4f87435fdc7fd9fc1437a308b2e70293c86ad86

2 years agoDALi Version 2.0.41 88/263188/1 dali_2.0.41
Adam Bialogonski [Fri, 27 Aug 2021 09:49:46 +0000 (10:49 +0100)]
DALi Version 2.0.41

Change-Id: Ibaef78e17609a270fd5a1cc261eb0c67bbedd062

2 years agoDALi Version 2.0.40 44/262844/1 dali_2.0.40
David Steele [Fri, 20 Aug 2021 11:18:52 +0000 (12:18 +0100)]
DALi Version 2.0.40

Change-Id: I01e598e80f5d7f56e14624c9ad68b7d56f8dc565

2 years agoDALi Version 2.0.39 92/262592/1 dali_2.0.39
Adeel Kazmi [Fri, 13 Aug 2021 12:46:52 +0000 (13:46 +0100)]
DALi Version 2.0.39

Change-Id: I2299adda891c5e245ab8ab85ff6b811ceebb993b

2 years agoFix encoded image buffer sample bug 32/262432/1
Eunki Hong [Tue, 10 Aug 2021 10:54:20 +0000 (03:54 -0700)]
Fix encoded image buffer sample bug

Change-Id: I7021fdcc5e60840e0ea37f24b3d28ef2a2d492a6
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 years agoDALi Version 2.0.38 16/262316/1 dali_2.0.38
Richard Huang [Fri, 6 Aug 2021 09:48:05 +0000 (10:48 +0100)]
DALi Version 2.0.38

Change-Id: Ib06b18be363738b9f67acdff1d157243cec76d19

2 years agoFix SVACE errors in ImageViewEncodedBufferImage example 06/262206/2
Adeel Kazmi [Wed, 4 Aug 2021 07:51:13 +0000 (08:51 +0100)]
Fix SVACE errors in ImageViewEncodedBufferImage example

Change-Id: Iea7b538631cb4a6d190cd7ce424339f7e7ba2fcf

2 years agoAdd Sample with Encoded Image Buffer 71/262071/2
Eunki, Hong [Mon, 2 Aug 2021 08:11:51 +0000 (17:11 +0900)]
Add Sample with Encoded Image Buffer

Change-Id: I6addda2bdc0628f53ce113ff148e9ade7f75b63d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoDALi Version 2.0.37 04/262004/1 dali_2.0.37
Adam Bialogonski [Fri, 30 Jul 2021 10:22:05 +0000 (11:22 +0100)]
DALi Version 2.0.37

Change-Id: I543c6397b646ea2f8196d884cd22900581d37bd2

2 years agoDALi Version 2.0.36 38/261738/1 dali_2.0.36
Richard Huang [Fri, 23 Jul 2021 09:28:38 +0000 (10:28 +0100)]
DALi Version 2.0.36

Change-Id: If475fb62515166be80fbcfb932bb20d1677082c9

2 years agoMerge "Add ApplyCustomFragmentPrefix" into devel/master
Seungho BAEK [Wed, 21 Jul 2021 06:30:07 +0000 (06:30 +0000)]
Merge "Add ApplyCustomFragmentPrefix" into devel/master

2 years agoDALi Version 2.0.35 96/261396/1 dali_2.0.35
David Steele [Fri, 16 Jul 2021 09:29:13 +0000 (10:29 +0100)]
DALi Version 2.0.35

Change-Id: I46c0e293df427124a5550cd2f4e813dab77ee281

2 years agoMerge "Replace Signal with std::function." into devel/master
JIYUN YANG [Thu, 15 Jul 2021 09:46:00 +0000 (09:46 +0000)]
Merge "Replace Signal with std::function." into devel/master

2 years agoDALi Version 2.0.34 63/261063/1 dali_2.0.34
Adam Bialogonski [Fri, 9 Jul 2021 08:44:53 +0000 (09:44 +0100)]
DALi Version 2.0.34

Change-Id: I2f008d5390aaf1165bcfbee853781567972bd2da

2 years agoReplace Signal with std::function. 38/260938/1
huayong.xu [Wed, 7 Jul 2021 07:33:07 +0000 (15:33 +0800)]
Replace Signal with std::function.

Originally Signal is used to notify webview when callback of web
engine is called. If Signal is called with a std::shared_ptr<X>,
lifecyle of object X would be managed by Signal only in
csharp-binder. So if Signal are destroyed, object X would be
destroyed too. This might cause some problem.
This patch is to replace Signal with std::fuction, and replace
std:shared_ptr with unique_ptr. Lifecycle of object X would not
be associated with that of Signal.

Change-Id: I3f4bdc2f58dd28444ab6640f7c8c4a56e037e83c

2 years agoDALi Version 2.0.33 91/260791/1 dali_2.0.33
Adeel Kazmi [Fri, 2 Jul 2021 16:41:27 +0000 (17:41 +0100)]
DALi Version 2.0.33

Change-Id: Ie7f8338392af767b234384badf484f407b70d7ce

2 years agoAdd ApplyCustomFragmentPrefix 12/260412/3
seungho [Thu, 24 Jun 2021 07:14:29 +0000 (16:14 +0900)]
Add ApplyCustomFragmentPrefix

 - Apply suitable prefix for the native image fragment shader

Change-Id: I84b96f34060a3984b62f0250d6045a6a731182a3
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge "DALi Version 2.0.32" into devel/master
Adeel Kazmi [Fri, 25 Jun 2021 10:57:59 +0000 (10:57 +0000)]
Merge "DALi Version 2.0.32" into devel/master

2 years agoDALi Version 2.0.32 84/260484/1 dali_2.0.32
Richard Huang [Fri, 25 Jun 2021 10:17:30 +0000 (11:17 +0100)]
DALi Version 2.0.32

Change-Id: Ic8e21f2171fb6ee79db25a0f7074e077296cc041

2 years agoRevert "Add AnimatedVectorImageVisualRive example" 70/260070/2
Heeyong Song [Fri, 18 Jun 2021 05:41:56 +0000 (14:41 +0900)]
Revert "Add AnimatedVectorImageVisualRive example"

This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af.

Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc

2 years agoDALi Version 2.0.31 96/260096/1 dali_2.0.31
David Steele [Fri, 18 Jun 2021 10:38:11 +0000 (11:38 +0100)]
DALi Version 2.0.31

Change-Id: Ib0f61853fae8593f6e0d48a95fd3dd21a848fe1b

2 years agoMerge "DALi Version 2.0.30" into devel/master
David Steele [Fri, 11 Jun 2021 10:45:49 +0000 (10:45 +0000)]
Merge "DALi Version 2.0.30" into devel/master

2 years agoDALi Version 2.0.30 29/259729/1 dali_2.0.30
Adeel Kazmi [Fri, 11 Jun 2021 10:35:55 +0000 (11:35 +0100)]
DALi Version 2.0.30

Change-Id: Ife0ef21300b4682089236b6f2df33cdfadda2118

2 years agoFix labeling bug at image-view.example 05/259505/3
Eunki, Hong [Thu, 10 Jun 2021 00:14:14 +0000 (09:14 +0900)]
Fix labeling bug at image-view.example

There was some bug when we click 'Change' button.
Now we fix it.
+
Third button will show 'current status'. Not 'next status'.
(previous version may confused to beginner)

Change-Id: I9e2509accc589de9d5bcafe72097d08c55eef24a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "CanvasViewExample: Add DrawableGroup combination" into devel/master
junsu choi [Tue, 8 Jun 2021 01:44:19 +0000 (01:44 +0000)]
Merge "CanvasViewExample: Add DrawableGroup combination" into devel/master

2 years agoSample for DevelVisual::Property::BORDERLINE_WIDTH 37/259337/2
Eunki, Hong [Sat, 5 Jun 2021 03:21:19 +0000 (12:21 +0900)]
Sample for DevelVisual::Property::BORDERLINE_WIDTH

Make image-view.example can test for borderline feature.

Change-Id: I7fbbe4588fd27e24a853dc0669b195d7a86496ff
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoDALi Version 2.0.29 26/259326/1 dali_2.0.29
Adam Bialogonski [Fri, 4 Jun 2021 08:57:07 +0000 (09:57 +0100)]
DALi Version 2.0.29

Change-Id: I5eb6ba37688a86d271d7aa76ec9789dbdde68538

2 years agoDALi Version 2.0.28 69/258969/1 dali_2.0.28
Richard Huang [Fri, 28 May 2021 09:51:22 +0000 (10:51 +0100)]
DALi Version 2.0.28

Change-Id: I1c9494aacac06850b4cd0c6742c673b3259afa26

2 years agoReplace rive resource for better quality 44/258844/2
Taehyub [Thu, 27 May 2021 12:09:30 +0000 (21:09 +0900)]
Replace rive resource for better quality

Change-Id: I22ddb43ae7cfcaad338e1249d3aa118e96aca09d

2 years agoMerge branch 'devel/master' into devel/graphics 96/258796/1
David Steele [Tue, 25 May 2021 23:29:00 +0000 (00:29 +0100)]
Merge branch 'devel/master' into devel/graphics

Change-Id: I78062a8d826c1df5c499337e7bcae2a62dff2372

2 years agoDALi Version 2.0.27 37/258637/1 dali_2.0.27
David Steele [Fri, 21 May 2021 09:17:56 +0000 (10:17 +0100)]
DALi Version 2.0.27

Change-Id: I3b266d5ee4346b408faee6b1c2024cebd4ffdb75

2 years agoRemove variable shadowing 12/258512/1
Adeel Kazmi [Wed, 19 May 2021 11:20:38 +0000 (12:20 +0100)]
Remove variable shadowing

Change-Id: Ica05b9e265b1907e8798fd110e8410cf00afe7b8

2 years agoexample.h: Ensure there's no naming clash between constructor parameters & class... 93/258493/1
Adeel Kazmi [Tue, 18 May 2021 16:57:55 +0000 (17:57 +0100)]
example.h: Ensure there's no naming clash between constructor parameters & class members

Change-Id: I3525a2d6f09069c27aefd01d21f4b34824431904

2 years agoMerge "Fixing bug in pbr demo ktx loader" into devel/graphics devel/graphics
Adeel Kazmi [Fri, 14 May 2021 16:42:36 +0000 (16:42 +0000)]
Merge "Fixing bug in pbr demo ktx loader" into devel/graphics

2 years agoDALi Version 2.0.26 87/258387/1 dali_2.0.26
Adam Bialogonski [Fri, 14 May 2021 10:21:18 +0000 (11:21 +0100)]
DALi Version 2.0.26

Change-Id: I88019919f633ce25aace0edad4e3b88ad8e26512

2 years agoMerge branch 'devel/master' into devel/graphics 29/258329/1
Adeel Kazmi [Thu, 13 May 2021 12:04:11 +0000 (13:04 +0100)]
Merge branch 'devel/master' into devel/graphics

Change-Id: Ib49f51f63ec81b44e39aa629f8a7d1e20f6b5bad

2 years agoFixing bug in pbr demo ktx loader 27/258227/1
David Steele [Wed, 12 May 2021 10:38:15 +0000 (11:38 +0100)]
Fixing bug in pbr demo ktx loader

Change-Id: I6b7f482d45e9f45ad525fa524fd9f83d4bcc9b80

2 years agoMerge "DALi Version 2.0.25" into devel/master
Adeel Kazmi [Fri, 7 May 2021 11:23:19 +0000 (11:23 +0000)]
Merge "DALi Version 2.0.25" into devel/master

2 years agoDALi Version 2.0.25 97/257997/1 dali_2.0.25
Adeel Kazmi [Fri, 7 May 2021 10:34:35 +0000 (11:34 +0100)]
DALi Version 2.0.25

Change-Id: I9e26494a5ec6e42c0bf117013f2b065414373ee6

2 years agoReplace rive animation resource. 53/257953/1
Taehyub Kim [Fri, 7 May 2021 04:39:54 +0000 (13:39 +0900)]
Replace rive animation resource.

Change-Id: I99ae5999cf173141fb944106a68108a9a458253d

2 years agoMerge "Add AnimatedVectorImageVisualRive example" into devel/master
Taehyub Kim [Thu, 6 May 2021 06:26:20 +0000 (06:26 +0000)]
Merge "Add AnimatedVectorImageVisualRive example" into devel/master

2 years agoCanvasViewExample: Add DrawableGroup combination 86/257586/2
JunsuChoi [Wed, 28 Apr 2021 01:08:11 +0000 (10:08 +0900)]
CanvasViewExample: Add DrawableGroup combination

An example that can be used to assemble and control Drawable objects
using the DrawableGroup class.

Change-Id: I08d72868882877b25e70fc9a0085853e1e5baf1a

2 years agoDALi Version 2.0.24 57/257757/1 dali_2.0.24
Richard Huang [Fri, 30 Apr 2021 10:02:35 +0000 (11:02 +0100)]
DALi Version 2.0.24

Change-Id: I97d863bb06abeb7bf0085fa05c61052a36f00d0e

2 years agoMerge "Use dali-shader-generator to generate the shaders" into devel/master
Adeel Kazmi [Fri, 23 Apr 2021 19:27:18 +0000 (19:27 +0000)]
Merge "Use dali-shader-generator to generate the shaders" into devel/master

2 years agoUse dali-shader-generator to generate the shaders 24/257324/2
Adeel Kazmi [Thu, 22 Apr 2021 15:56:12 +0000 (16:56 +0100)]
Use dali-shader-generator to generate the shaders

Change-Id: Icaebd89c26e954b21e5982e067a13f0c607fc840

2 years agoDALi Version 2.0.23 93/257393/1 dali_2.0.23
Adeel Kazmi [Fri, 23 Apr 2021 08:29:31 +0000 (09:29 +0100)]
DALi Version 2.0.23

Change-Id: Iff7de2ffd6eec69edaa0ffefbec46a02c5d0b414

2 years agoAdd AnimatedVectorImageVisualRive example 11/257311/2
Taehyub Kim [Thu, 22 Apr 2021 11:11:13 +0000 (20:11 +0900)]
Add AnimatedVectorImageVisualRive example

Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a

3 years agoDALi Version 2.0.22 26/257026/1 dali_2.0.22
David Steele [Fri, 16 Apr 2021 13:03:05 +0000 (14:03 +0100)]
DALi Version 2.0.22

Change-Id: I205a174bc80ad671b833f5d865ddf25a4d93005e

3 years agoMerge "Implements CanvasView Example" into devel/master
junsu choi [Thu, 15 Apr 2021 00:08:58 +0000 (00:08 +0000)]
Merge "Implements CanvasView Example" into devel/master

3 years agoImplements CanvasView Example 88/250288/32
JunsuChoi [Wed, 23 Dec 2020 06:34:33 +0000 (15:34 +0900)]
Implements CanvasView Example

This is an example of Dali::Toolkit::CanvasView.
This example create a CanvasView control, create a Dali::CanvasRenderer::Shape
and add it.
Basic Primitves (rect, circle, arc) can draw and
various shapes can draw using path command.

Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b

3 years agoMerge "Corner Radius become Vector4" into devel/master
Eunki Hong [Tue, 13 Apr 2021 06:34:37 +0000 (06:34 +0000)]
Merge "Corner Radius become Vector4" into devel/master

3 years agoFix heap-buffer-overflow 71/256571/2
Heeyong Song [Wed, 7 Apr 2021 08:41:25 +0000 (17:41 +0900)]
Fix heap-buffer-overflow

Change-Id: I2deb2c089f8cd81155d53467d31e47fd3051c244

3 years agoDALi Version 2.0.21 00/256700/1 dali_2.0.21
Adam Bialogonski [Fri, 9 Apr 2021 08:43:51 +0000 (09:43 +0100)]
DALi Version 2.0.21

Change-Id: I5de624763a2afa752df5667ba9e76d079f901e4f

3 years agoCorner Radius become Vector4 40/255340/3
Eunki, Hong [Wed, 17 Mar 2021 06:08:35 +0000 (15:08 +0900)]
Corner Radius become Vector4

sync with dali-toolkit refs/changes/75/255275/12

Change-Id: I9f364e2300aee0ac320e830f7c0ae5af155c4f34
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 years agoMerge "DALi Version 2.0.20" into devel/master
David Steele [Thu, 1 Apr 2021 11:27:48 +0000 (11:27 +0000)]
Merge "DALi Version 2.0.20" into devel/master

3 years agoDALi Version 2.0.20 65/256365/1 dali_2.0.20
Richard Huang [Thu, 1 Apr 2021 11:15:56 +0000 (12:15 +0100)]
DALi Version 2.0.20

Change-Id: I0eb8bcdf29b85235271f60dec399f9e401ad2fc6

3 years agoColorVisual can use both BLUR_RADIUS and CORNER_RADIUS 96/253896/2
Eunki, Hong [Fri, 19 Feb 2021 06:12:18 +0000 (15:12 +0900)]
ColorVisual can use both BLUR_RADIUS and CORNER_RADIUS

sample demo code about refs/changes/80/252080/9
(review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/252080)

Change-Id: I7a95dca07fe8ab790605894c8960f945f1df40df
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 years agoDALi Version 2.0.19 10/256010/1 dali_2.0.19 graphics-backend-release-1
Adeel Kazmi [Fri, 26 Mar 2021 11:01:00 +0000 (11:01 +0000)]
DALi Version 2.0.19

Change-Id: I319e790724912a6670e86b82dbdb1aba1008aa39

3 years ago(Android Build) Reduce verbosity of package downloads 60/255960/1
Adeel Kazmi [Thu, 25 Mar 2021 14:08:06 +0000 (14:08 +0000)]
(Android Build) Reduce verbosity of package downloads

Change-Id: Ic4eeca185cbef2657869adeaf0c6aaa695f3862a

3 years agoDALi Version 2.0.18 03/255603/1 dali_2.0.18
David Steele [Fri, 19 Mar 2021 10:34:15 +0000 (10:34 +0000)]
DALi Version 2.0.18

Change-Id: Ia94aa720ff35c0b038f1f182ee5c316e9e0db7bf

3 years agoDALi Version 2.0.17 38/255138/1 dali_2.0.17
Adam Bialogonski [Fri, 12 Mar 2021 10:51:15 +0000 (10:51 +0000)]
DALi Version 2.0.17

Change-Id: Ic46ea6126a96088ca54a29968f9c247ff3a310c8

3 years agoDALi Version 2.0.16 38/254638/1 dali_2.0.16
Richard Huang [Fri, 5 Mar 2021 11:52:10 +0000 (11:52 +0000)]
DALi Version 2.0.16

Change-Id: If1be96f768655a0fda7651d6b043fe2fa7d252c0

3 years agoDALi Version 2.0.15 31/254331/1 dali_2.0.15 graphics-backend-pre-release-2
David Steele [Fri, 26 Feb 2021 12:43:39 +0000 (12:43 +0000)]
DALi Version 2.0.15

Change-Id: Ib4333d4438e3dfb830864bcc759e571514dfedde

3 years agoRemove alpha-blending-cpu example 21/254121/1
Adeel Kazmi [Tue, 23 Feb 2021 18:54:05 +0000 (18:54 +0000)]
Remove alpha-blending-cpu example

It's in dali-test now

Change-Id: Ie1758f9e694d8b79350059f222b8076913b2e64a

3 years agoDALi Version 2.0.14 08/253908/1 dali_2.0.14
Adam Bialogonski [Fri, 19 Feb 2021 08:46:25 +0000 (08:46 +0000)]
DALi Version 2.0.14

Change-Id: Iba36a06ff7f1291443f81b8ec2a7c238f26b6a58

3 years ago(perf-scroll) Fix demo so that the animations are not zeroed out 50/253850/3
Adeel Kazmi [Thu, 18 Feb 2021 15:46:31 +0000 (15:46 +0000)]
(perf-scroll) Fix demo so that the animations are not zeroed out

Change-Id: I150ea98a31135243a824556dcfb934f295bf219e

3 years agoDALi Version 2.0.13 99/253499/1 dali_2.0.13
Adeel Kazmi [Fri, 12 Feb 2021 09:54:59 +0000 (09:54 +0000)]
DALi Version 2.0.13

Change-Id: I4df9d18483576756a12aacd7f7036bb79dbd8285

3 years agoDALi Version 2.0.12 06/253206/1 dali_2.0.12 graphics-backend-pre-release-1
Richard Huang [Fri, 5 Feb 2021 11:58:43 +0000 (11:58 +0000)]
DALi Version 2.0.12

Change-Id: Ie02b94411cad6d1a0b9ca4fcd85e7a5397f49b16

3 years agoUpdated all files to new format 19/253119/4
Adeel Kazmi [Thu, 4 Feb 2021 16:16:52 +0000 (16:16 +0000)]
Updated all files to new format

Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416

3 years agoDALi Version 2.0.11 86/252586/1 dali_2.0.11
David Steele [Fri, 29 Jan 2021 12:53:44 +0000 (12:53 +0000)]
DALi Version 2.0.11

Change-Id: I9aea1e4335b4a70608d7d767b7202c471b92d139

3 years ago(Builder Example) Use the shader constant provided by builder to ensure script works... 83/252483/1
Adeel Kazmi [Thu, 28 Jan 2021 16:44:38 +0000 (16:44 +0000)]
(Builder Example) Use the shader constant provided by builder to ensure script works on all targets

Change-Id: Iaad736c5a2924518bff95f3a12d4a8eae2949289

3 years agoImageViewURL & Styling Examples Launch Fix on GLES 3.2 Devices 23/252323/1
Adeel Kazmi [Wed, 27 Jan 2021 00:20:07 +0000 (00:20 +0000)]
ImageViewURL & Styling Examples Launch Fix on GLES 3.2 Devices

- Need to use the defines instead and need to change the shader
  accordingly

Change-Id: I6cce0c4b88e287d250c3d9369ad1deada45fafd5

3 years ago(Particles) Some targets do not anything, inluding comments before the version line 17/252317/1
Adeel Kazmi [Tue, 26 Jan 2021 19:15:40 +0000 (19:15 +0000)]
(Particles) Some targets do not anything, inluding comments before the version line

Change-Id: I60f22d57b1369524f3c2d061269ede3514ed3805

3 years agoAdd generated folder to .gitignore 15/252215/1
Adeel Kazmi [Mon, 25 Jan 2021 21:49:44 +0000 (21:49 +0000)]
Add generated folder to .gitignore

Change-Id: Ifb7e42e3b21a1b7181279b8e3157788d759d4b3e

3 years agoMerge "Fix the shaders for skybox rendering" into devel/master
David Steele [Mon, 25 Jan 2021 13:35:49 +0000 (13:35 +0000)]
Merge "Fix the shaders for skybox rendering" into devel/master

3 years agoFix the shaders for skybox rendering 02/252202/1
Richard Huang [Mon, 25 Jan 2021 11:47:06 +0000 (11:47 +0000)]
Fix the shaders for skybox rendering

Change-Id: I9331c5bf305e987680861173691c91c7559f3e0e

3 years agoMerge "DALi Version 2.0.10" into devel/master
David Steele [Fri, 22 Jan 2021 17:28:07 +0000 (17:28 +0000)]
Merge "DALi Version 2.0.10" into devel/master

3 years agoDALi Version 2.0.10 17/252117/1 dali_2.0.10
Adeel Kazmi [Fri, 22 Jan 2021 17:16:25 +0000 (17:16 +0000)]
DALi Version 2.0.10

Change-Id: I62b8bf3bd1466d7e3108a0878213a3770d540bd8

3 years agoConvert shaders in dali-demo to use shader compilation tool 13/252013/2
Richard Huang [Thu, 21 Jan 2021 17:58:56 +0000 (17:58 +0000)]
Convert shaders in dali-demo to use shader compilation tool

Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f

3 years agoDALi Version 2.0.9 02/251602/1 dali_2.0.9
adam.b [Fri, 15 Jan 2021 11:16:46 +0000 (11:16 +0000)]
DALi Version 2.0.9

Change-Id: I14401001f89014833093bd1dfbd14fdf78480ce6

3 years agoDALi Version 2.0.8 48/251148/1 dali_2.0.8
Richard Huang [Fri, 8 Jan 2021 14:35:55 +0000 (14:35 +0000)]
DALi Version 2.0.8

Change-Id: I088de7043ab1c8f1be49f90d44386014887d24b7

3 years agoUpdated macOS instructions 79/251079/1
Adeel Kazmi [Thu, 7 Jan 2021 18:27:39 +0000 (18:27 +0000)]
Updated macOS instructions

Change-Id: Iaa0488361b4f340160d4484c61c2986e2edb3fff

3 years agoAdd installation instructions for MacOS 20/245920/3
Lucas Cavalcante de Sousa [Tue, 13 Oct 2020 20:43:45 +0000 (17:43 -0300)]
Add installation instructions for MacOS

Change-Id: Id26bbd3035ad1c0d39a4194fd25e568469df2d8d

3 years ago(Mac OSX Build) Use vcpkg cairo & fixed scene-loader build 26/250926/1
Adeel Kazmi [Mon, 28 Dec 2020 19:40:21 +0000 (19:40 +0000)]
(Mac OSX Build) Use vcpkg cairo & fixed scene-loader build

Change-Id: I66647e1c7214a7987a7f2ec9eb99f3dc9429c468

3 years agoSupport building on macOS 68/244068/5
Wander Lairson Costa [Tue, 8 Sep 2020 18:43:02 +0000 (15:43 -0300)]
Support building on macOS

Change-Id: Icf83a291c03bef8253d896be8a55454357554a83

3 years agoAdded Colour Transition example. 83/250683/8
György Straub [Thu, 31 Dec 2020 09:34:16 +0000 (09:34 +0000)]
Added Colour Transition example.

Demonstrates colour transition using flow maps and uv rotation / scaling.

Flow maps are greyscale images where the value of the pixels signifies the
progress of the animation, which is added to an animated value which we
use to lerp between old and new colour.

The colour of the content is used to scale the source / target colour, i.e.
white is affected most, dark is affected less.

Controls:
- Double-tap middle (33%) of screen: transition using random flow map;
- Double-tap outside the middle of screen: transition using one of the
  effects (flow maps) mapped to the given segment of the screen;

Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoMerge "Change visual animation code" into devel/master
Heeyong Song [Mon, 4 Jan 2021 14:41:35 +0000 (14:41 +0000)]
Merge "Change visual animation code" into devel/master

3 years agoscene-loader.example fixes. 41/250641/1
György Straub [Wed, 30 Dec 2020 16:40:53 +0000 (16:40 +0000)]
scene-loader.example fixes.

- main() is exported using DALI_EXPORT_API, so that Android may see it;
- refined rotation code and made the scaling factor a more meaningful
  quantity;

Change-Id: I1c61f27a2bd7ce402eac34df8b393269371ca61d
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoChange visual animation code 43/249243/3
Heeyong Song [Wed, 9 Dec 2020 07:45:51 +0000 (16:45 +0900)]
Change visual animation code

Change-Id: I926b26102db20d08af8fc8b7eec72e21f70fd51a

3 years agoAdded an example to demonstrate the usage of the Dali Scene Loader library. 40/250340/5
György Straub [Wed, 23 Dec 2020 15:12:18 +0000 (15:12 +0000)]
Added an example to demonstrate the usage of the Dali Scene Loader library.

Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoDALi Version 2.0.7 04/250404/1 dali_2.0.7
György Straub [Thu, 24 Dec 2020 07:49:19 +0000 (07:49 +0000)]
DALi Version 2.0.7

Change-Id: If564a76fe38891a3b7e85931847195dd547c7a5a

3 years agoDALi Version 2.0.6 51/250051/1 dali_2.0.6
adam.b [Fri, 18 Dec 2020 11:08:39 +0000 (11:08 +0000)]
DALi Version 2.0.6

Change-Id: I669dec604289f4098554a75ba16e7f613054eb4d

3 years agoDALi Version 2.0.5 44/249444/1 dali_2.0.5
David Steele [Fri, 11 Dec 2020 12:10:39 +0000 (12:10 +0000)]
DALi Version 2.0.5

Change-Id: I7f3ce49a17b8859b6b49cdb2b14829032d20de75

3 years agoDALi Version 2.0.4 53/249053/1 dali_2.0.4
Adeel Kazmi [Fri, 4 Dec 2020 14:57:18 +0000 (14:57 +0000)]
DALi Version 2.0.4

Change-Id: I794cc346291afefd9e2298611ac01efb813ec0a0

3 years agoAdded accidentally removed animated-gradient-callactive example back. 91/248691/1
György Straub [Tue, 1 Dec 2020 11:46:19 +0000 (11:46 +0000)]
Added accidentally removed animated-gradient-callactive example back.

Change-Id: Ifb654883f6a0d757a2f1beff0a8a87ae62a92e16

3 years agoDALi Version 2.0.3 27/248527/1 dali_2.0.3
Richard Huang [Fri, 27 Nov 2020 11:57:16 +0000 (11:57 +0000)]
DALi Version 2.0.3

Change-Id: I903c3bbb3d026bad174f722cf40c679e1b699ec3

3 years agochanging writing directory for Android 40/247840/8
Cheng-Shiun Tsai [Tue, 17 Nov 2020 10:07:03 +0000 (10:07 +0000)]
changing writing directory for Android

/tmp doesn't exist for Android, need to use internal data directory

Change-Id: I08d8855baa97e175a2874915076d4fd22ff83d6f

3 years agoDALi Version 2.0.2 82/248082/1 dali_2.0.2
György Straub [Fri, 20 Nov 2020 07:46:28 +0000 (07:46 +0000)]
DALi Version 2.0.2

Change-Id: I5a349af1f4f11c77ccfa8e706f79e7eb97dac17f

3 years agoMerge "Fixed SVACE defects in Particles example." into devel/master
Adeel Kazmi [Fri, 13 Nov 2020 18:26:39 +0000 (18:26 +0000)]
Merge "Fixed SVACE defects in Particles example." into devel/master