-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I33cebb3f17db6a72385c7e63aaf32685ee8748b2
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I969b6aad154b839410daef4fdbd3962b58b97fd7
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Change-Id: I8bbbfb7ba38ce07c9f137d2499cd671d10368c01
-
Fixed to use the new Render APIs, removed unused normals from Refraction example Change-Id: I3bd680410c64a2d3e5ab5ca6d5d670653eb1036d
-
Examples removed dali-examples: super-blur-bloom-example new-window-example page-turn-view-example Example removed from dali-demo meta-ball-explosion & refrac The meta ball demos will be reimplemented with the new rendering API Change-Id: Ib3026a2dce5728c4adf28951fa8cd7b9139ec28b
-
Change-Id: I340686abda4cca205187157feb2571c86b0878c2
-
Change-Id: Iab968536d94de562cce7fe04940a6a327eeae803
-
Change-Id: I2f8676282ff622eba6f3fd67dd6db11c52d3c260
-
Change-Id: I801d127df7805fb8df6bbaa28fbfeeee46c898a6
-
Change-Id: I48be2cb5c069cfa59e768291b1c128567d5835e0
-
Change-Id: Ia8cc676eeb95ec2673995026cddca8850693d04e
-
We were previously using a mixture of BLEND and BLENDING in enums. The order of the BLEND_FACTOR enums & string names was also inconsistent. As a rule of thumb always use Blend & BLEND for namespaces & enums/constants (not Blending or BLENDING) Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
-
Change-Id: I8138d652252f76ef24becc0fcfce3cef15321cad
-
To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function. This is the compare result between before and after patch. (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage) | before Patch | After Patch | --------------------------------------------- | hello-dalidemo | hello-dalidemo | --------------------------------------------- | AVG MIN MAX | AVG MIN MAX | | 1134 1060 1188 | 291 250 337 | After patch, launching speed drops to 30% of before. Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
-
Change-Id: I66e818b2ef1744c20af0997375065e029399df84
-
Size of balls increased to compensate for reduced number Change-Id: If90ff5f335bd296582af937ee6945e06a8221ceb
-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
Scripts, examples and demo code should not use defines from other parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify where the toolkit images are. This is used in the default toolkit style file to specify the locations of the toolkit images. It must not be overridden by applications. Updated the demo style file to utilize a configured variable to point at the installed demo style's images. Added an example of a demo-specific image (confirmation popup background) Updated dali-builder to load the demo theme (Scripting example within demo already loads it) Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I76fac1d60cdfb919e1948e9b4e8cafe070aad335