-
Change-Id: I3e37cc6dcfddc9cfc092b6b9aa68f9d4b932b71f
-
Change-Id: I6d36b8cc0c9ca9ce91def537024b1fdb8ac94bf9 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: Ia8cc676eeb95ec2673995026cddca8850693d04e
-
Change-Id: I1a9bd9116c491f158fd2a1bf64657a5123376407
-
Change-Id: Id10551f78b22606e3e9002bda5f508feeaae1e47
-
Change-Id: I12e45bcce115a5e78ca60bf88b1183f2bdebe873
-
Shows text labels scrolling with large/small text and rtl and ltr text. TextField can scroll to top of screen, demonstrates the Popup positioning when space restricted Change-Id: I48b2f4b1510ff1b7cc0d13dcccb8ead516c2772c
-
* Do a long press on the item-view. * The item-view will scroll towards the last item for 5 seconds if the touch point is in the bottom half of the screen or to the first item otherwise. * If the long press is cancelled, the animation finishes. Change-Id: I523bc992953d3d3a0ba3bd292598b77042955cdf Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
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
-
… index buffer, but changes the range of indices to draw and the type of primitives. added interface to modify number of used elements from the elements array. Change-Id: If0b223e6ace3d64aae8f16af0a284a42a7c9d967
-
Change-Id: I988e00a3a2d36ec6f9f9341443c500f03aa70c72 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I8138d652252f76ef24becc0fcfce3cef15321cad
-
Change-Id: I2aea5bcde8b3a1a4b2bebdcb9ad525ed87a9847a
-
- Fix mismatch between <ui...> and </ui..> - Add DALI_EXPORT_API TODO> Example launch issue in dali-demo Change-Id: I3c685d79c725e08d3798eb9e906734effd1a2fd0
-
add perf-scroll sample for measuring performance on tizen target. you can use two options. --use-mesh : use "mesh" to make images.( use imageView by default ) -t30 : set duration.( In this case, duration will be 30 second ) Change-Id: Ib2caca45bed12a62e3e9d6b57fb240aa21579e0c
-
Change-Id: I20f7a13ebc19b54ab91194b9c6b87d787f23501d
-
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
-
…n to select. The geometry has been switched to use interleaved format with inclusion color to make line segments more visible. Change-Id: Ifbf9ab55afa216c388e123a521e7e9a8004b4ede
-
Change-Id: Ia827bef2339bac2c9c6390d98ae27f3aeff62bc7
-
Change-Id: I604b3ae944c17d33a5ecaa5296966865e2eecd69
-
Change-Id: I1858ec61c3b6f662320f74289305cea08d831c98
-
Change-Id: I2e051bee26d462acf2487f343d39cc6f1d186842
-
Previously, it was in the center of the screen so the top was cut off by the toolbar even though we were adjusting the size. Change-Id: I3ed43f9b9a0d61ffc6fdc6fa77cb70557424339b
-
Size of balls increased to compensate for reduced number Change-Id: If90ff5f335bd296582af937ee6945e06a8221ceb
-
GradientRenderer property names changed in dali-toolkit so reflected here stopOffset nolonger set in code as uses defaults gradient json script added Change-Id: I1412be7fe7d7abeaee847a49dfcdacba806d3efd
-
Change-Id: I70f0ffcb30d9d353940eed5c22c631be79122d55
-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
Change-Id: Ia04c81329062610182df63da05b58def4c3d927f
-
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com> Change-Id: I9e367f4140f18566526ea917da8e571403bd046c
-
Change-Id: I980d7723528705caa2d903c9b36c24c4b744a55e
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
- images have been converted, so they don't crash on the device - when benchmark uses tableview, no manual sizing is enabled - font size has been calculated using dpi to work with various screens - added extra-help text describing benchmark options Change-Id: Ia2ed1b9019b9b436903f470055ac1eac3be7eb68
-
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: Icae141ade364286a2bbc7e26ce2db81c583c224e