-
Change-Id: I777970b091ded350612e421d147b7b4d3cca0b76
-
Change-Id: I5909a67d2bff74f23c758862198df4da1e6c4627
-
Change-Id: I609238663f1ecd1d7925d5388f25e43c7094a294
-
Added a new demo (transitions.example) that shows off animating transform properties on a visual. Change-Id: Ic333241f6618dcaf274d0e2ac399e0e5f3ed2a61
-
- Features 3D environment with simple lightmapping - Multi-touch first person camera control scheme - Uses free textures on the GPL license ( blendernation ) - Models are custom made - Tutorial screen made using DALi toolkit controls ( text labels ). - Uses PicoJSON parser ( https://github.com/kazuho/picojson ) Change-Id: I6e3503608cd22dc63f371132376d475c890a0474
-
Change-Id: Ic59f2e05275694ed1730628b9a1ac4950a759e3f
-
Updated the defaults on the shadow / light example to first move the light, rather than panning the scene. Updated the intial orientations to look better. Change-Id: I8eceb5f536a75fef5e6881987452efb53af6e544 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I7c8915f27798bb7651abb0e0890769a801c012cc
-
Change-Id: I9a725b76acc387f114478eb5f0a626e211b285e6 Signed-off-by: shiva.jm <shiva.jm@samsung.com>
-
A multiple-branch clipping specific demo will be done in a separate patch. Change-Id: Ie4c776dab8afecd44a278f199752ac3030210098
-
Added a simple application that has examples of different button types, sliders and popups, that can all be themed. Change-Id: I6d74357b79def0c8d0f7195adf0be7c1270fe9ce Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: Ie5d0a5aa32a0fcee1448f4fb69277d4476048fdd
-
Change-Id: I36c8f31b4154d743919019d0059db748b1d05e2d
-
Change-Id: I2431290a111de586f6440f58d17ffb5473f400bf
-
Change-Id: I0a9992e6750db54c55f0e40c9e9005875aab6366
-
Add a sample for video view control - Playback, custom shader Change-Id: Ie1527d63f2cff681cac7405b0e45624028e1f095
-
Change-Id: I6d36b8cc0c9ca9ce91def537024b1fdb8ac94bf9 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
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
-
- Fix mismatch between <ui...> and </ui..> - Add DALI_EXPORT_API TODO> Example launch issue in dali-demo Change-Id: I3c685d79c725e08d3798eb9e906734effd1a2fd0
-
…rol" into devel/master
-
Change-Id: I5639464418baffc593106dbb95a78b39e438aaf4
-
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
-
Change-Id: Ia827bef2339bac2c9c6390d98ae27f3aeff62bc7
-
Change-Id: I604b3ae944c17d33a5ecaa5296966865e2eecd69
-
Change-Id: I70f0ffcb30d9d353940eed5c22c631be79122d55
-
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com> Change-Id: I9e367f4140f18566526ea917da8e571403bd046c
-
Change-Id: Icdf807f5d57f533712575daad708ab921151e386
-
- 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
-
Change-Id: Icae141ade364286a2bbc7e26ce2db81c583c224e
-
Change-Id: I488842dcec638e1d290142b143a11e82945eb3c3
-
Change-Id: I0de724d4efd822db22db18e2b411263a0f56f10c
-
Change-Id: I76fac1d60cdfb919e1948e9b4e8cafe070aad335
-
Change-Id: I4a0238a90a26201086e412369da0170435e1a86b
-
Change-Id: I9d1467c53e20d278084499c201b138047d590448
-
By default, the application consist of 10 pages of 25x25 ImageActors. The default values can be modified using the following command line arguments: -r NumberOfRows (Modifies the number of rows per page) -c NumberOfColumns (Modifies the number of columns per page) -p NumberOfPages (Modifies the nimber of pages ) --use-imageview ( Use ImageView instead of ImageActor ) --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible ) Change-Id: I8a54bd713672433a6f80726972f15d698509dbbe
-
* Added to test Font setting via Property system and system font changes. * 3 Initial TextLabels; first has no font set, second is set via the demo json style sheet, third is set via the SetProperty in code. Only the first should change when the system font changes to a different font * Pressing button creates a new TextLabel with the system font Change-Id: I9291797ba357979d9b3d85ab0d3a30a3fbd6c497 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>