-
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
-
Change-Id: Ie0c14f01aee1d63e20e20fcabaf51e6274fec1c5 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: Iffc1289e6ea44c0ee87e0adc3fed8683cb3ef263
-
Change-Id: Ia7264cb34255dc4a912b8f781dee05eef29ac484
-
- tilt, or if not supported, pan, to rotate light; - double tap to trigger color transition; Change-Id: I7de09c65309f6b069566cf330ebf18904d36a885
-
- to tilt world, tilt device or if tilt isn't supported, swipe; - tap to scatter particles; - double click to trigger color change; Change-Id: I8c72ea1ff7a8226b03b5e106936ca3644ef1f5b3
-
Change-Id: I336525894567d22349f883ff6d673ba0e2f8a2ff Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: If50a69da01c02fdb6047d766d5d213648b02a360 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I4d4c8df78c78281e565ec9932df43a598e68a439 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
- there is no need to pre-populate the item view; it will be populated upon activation; - removed branching & multiple returns in FileWatcher::FileHasChanged(); Change-Id: I47a92d5f0e3d84701f1688ba083f4a6850b6d909 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I49395004f4f340942df35af15d950a9190aa8ea0
-
sometimes deferred-shading demo fail to launch due to main() is not found Add DALI_EXPORT_API to ensure export of main() Change-Id: I2fe96baa8679c2bf0edc4d9ed5bdd52a59ffc11a
-
Android asset files are not extracted to file system directly, cannot use fopen, but need to use asset specific api to read, which is wrapped by dali-adaptor api. Change-Id: If775e04e4e2d562755bce3eeb9f79fa279e5da70
-
Change-Id: I949b883820d4b96b0ebadf01967d62e5be889fd7
-
Change-Id: Ie802f27afba4069d87b52ba7256410c4f3cec4ab Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Modify simple-text-field to support programatical selection modification Change-Id: I173f0484113cf5e8cbc99b54ab1e0b2e83ea6c05
-
Change-Id: If45b62cd020858588491a4701fb834675caf8f2a
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Since the text labels are supposed to be aligned to a grid, the new target position is calculated based on this instead of getting the position of the supposedly related text label, which might be midway through an animation at the time. Change-Id: Id83e89c13f2e03325966ab890aa5ca00e94fa100 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: Ic99cbf5d597c659fefc44b943109f50d311445ae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I5d7f00f98adb1e803eca89b76da8eb3dcb3a1fe2 Signed-off-by: György Straub <g.straub@partner.samsung.com>