-
Tutorial shows rendering of radial progress bar with use of stencil buffer and two renderers attached to single actor. Change-Id: Ia1005524ec3cd27147bb2a40ddf87c7284ad7731
-
Change-Id: I59fbcbdea60da95ec599528fe76b2a227355711c
-
You can check the InputFocus is given to focused Control. After that, when key is pressed, focused control's KeyEvent callback will be called. Change-Id: I93c605e7bcde5505099948445c762873f57e8381 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Change-Id: I4452b494bb6a3a094787480dd60c38f140d36e20
-
Fixed the sizes and substates for disabling/enabling the shadow button Change-Id: I0fff3e76acbde962c0d958881f5e92aa2a8478ff Signed-off-by: David Steele <david.steele@samsung.com>
-
Example code for creating a control using visuals with states defined in the stylesheet Change-Id: Ief41cfad7c3eeb8d78bd6540db36e4b761b28e5f
-
- Drawing line - Drawing triangle - Drawing colored cube - Drawing textured cube Change-Id: Ief3c47871b0f06ba764fa86a260ad8561c78acd3
-
Also updated the style sheet to set up the transitions for a future patch in Toolkit. Change-Id: I9e33a2ab3bc2fb9e9dac3fc01435d233d530c1a8 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I8d15f1aec5cdca527f93283ff179dcf572e831ea
-
Change-Id: I91d6b400adb0e1b5262a1ca255ac32ca07945154 Signed-off-by: David Steele <david.steele@samsung.com>
-
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: I818b3770e5183d3597a1c6b991f3df989569fd34
-
Change-Id: I5c1c52ee969ac04a46412f8f6326a655fc7e63d5
-
Change-Id: I1fb7619b2165870c5dd18097c04edb3f112f2824
-
Change-Id: I231d03ba20e15626ed7d6020d65fbbac3411ccff
-
Update progress bar example. There are three new buttons to check new properies of Progress bar. Change-Id: I9bf0607e3fb3763b37ca88c80040d9713b731169 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
The animation uses the pixel area and size to animate the tick when the checkbox is enabled / disabled Change-Id: I6fdae6b2d6eb0b36a499a2730dca279d539945f0 Signed-off-by: David Steele <david.steele@samsung.com>
-
This application shows a possible implementation of a shadowed button, with transition animation defined by the style sheet. Change-Id: Ib764dacdeed2381d96474059ef830e17a2cb9fff Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: Id05789e07cc0d9db87ee8df1f5823ca909a13693
-
Distance field buffer images were created every time. Just outputted this information to a file and loading this instead -> much quicker. Also removes the need for using BufferImages (deprecated APIs) Change-Id: Ibdfd17f2798f88f29ad9d66afe68b38853b1b19c
-
Change-Id: I777970b091ded350612e421d147b7b4d3cca0b76
-
Change-Id: I0de3cca8635ffa51befcb3420a00769b49fd472d
-
Change-Id: I5909a67d2bff74f23c758862198df4da1e6c4627
-
Change-Id: I609238663f1ecd1d7925d5388f25e43c7094a294
-
Added a new demo (transitions.example) that shows off animating transform properties on a visual. Change-Id: Ic333241f6618dcaf274d0e2ac399e0e5f3ed2a61
-
Change-Id: Ib478ca1d24461e6203810429d615af32973b4ef4
-
Styling demo style sheet updates Change-Id: Id5addc0be74c387b66b9db1132b4429c6a8af4ed
-
Change-Id: I650cb43c8a5ad685f62422f5b1977f8dec5e4033
-
Change-Id: I800e8b95f86d51276c22c802fda754e0a03749e7
-
Change-Id: I60fde090b81f314c68064081effff331c3216128
-
- 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
-
Styling currently uses InitalizeVisual rather than a CreateVisual and RegisterVisual pair. We want to eventually remove InitializeVisual, so pre-emptively removing it's use. Change-Id: I335afadc01060b477dd9420f30b97d3b953c37ea Signed-off-by: David Steele <david.steele@samsung.com>
-
* See 'Text - FONT_STYLE and INPUT_FONT_STYLE properties refactor' patch in toolkit. Change-Id: I2d2312a6ee7acdadc72e2af1ad4875dbc450eaef Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>