-
Add clip-path, mask exmaple view, gradient and picture example view. Change-Id: I1f3e6239313b71f313381c4b691e35c636927d3d
-
Change-Id: I7021fdcc5e60840e0ea37f24b3d28ef2a2d492a6 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
-
Change-Id: Iea7b538631cb4a6d190cd7ce424339f7e7ba2fcf
-
Change-Id: I6addda2bdc0628f53ce113ff148e9ade7f75b63d Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
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
-
- Apply suitable prefix for the native image fragment shader Change-Id: I84b96f34060a3984b62f0250d6045a6a731182a3 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
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>
-
Make image-view.example can test for borderline feature. Change-Id: I7fbbe4588fd27e24a853dc0669b195d7a86496ff Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I22ddb43ae7cfcaad338e1249d3aa118e96aca09d
-
Change-Id: I78062a8d826c1df5c499337e7bcae2a62dff2372
-
Change-Id: Ica05b9e265b1907e8798fd110e8410cf00afe7b8
-
Change-Id: I6b7f482d45e9f45ad525fa524fd9f83d4bcc9b80
-
Change-Id: I99ae5999cf173141fb944106a68108a9a458253d
-
An example that can be used to assemble and control Drawable objects using the DrawableGroup class. Change-Id: I08d72868882877b25e70fc9a0085853e1e5baf1a
-
Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a
-
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
-
Change-Id: I2deb2c089f8cd81155d53467d31e47fd3051c244
-
sync with dali-toolkit refs/changes/75/255275/12 Change-Id: I9f364e2300aee0ac320e830f7c0ae5af155c4f34 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
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>
-
It's in dali-test now Change-Id: Ie1758f9e694d8b79350059f222b8076913b2e64a
-
Change-Id: I150ea98a31135243a824556dcfb934f295bf219e
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
- Need to use the defines instead and need to change the shader accordingly Change-Id: I6cce0c4b88e287d250c3d9369ad1deada45fafd5
-
Change-Id: I60f22d57b1369524f3c2d061269ede3514ed3805
-
Change-Id: Ifb7e42e3b21a1b7181279b8e3157788d759d4b3e
-
Change-Id: I9331c5bf305e987680861173691c91c7559f3e0e
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
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>
-
- 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>
-
Change-Id: I926b26102db20d08af8fc8b7eec72e21f70fd51a
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
/tmp doesn't exist for Android, need to use internal data directory Change-Id: I08d8855baa97e175a2874915076d4fd22ff83d6f