Merge "New handle flip implementation." into devel/master
[platform/core/uifw/dali-toolkit.git] / docs / content / main.md
1 # DALi Introduction
2
3 ### Introduction
4  + [What is DALi?](@ref dali-introduction)
5  + [Features](@ref dali-features)
6  + [High Level Design](@ref dali-hld)
7   + [Components](@ref dali-components)
8   + [Main, Update & Render Threads](@ref dali-threads)
9  + [DALi Fundamentals](@ref fundamentals)
10   + [Actors & Stage](@ref actors-and-stage)
11   + [Coordinate System](@ref coordinate-system)
12   + [Scene Graph](@ref scene-graph)
13   + [Handle / Body Idiom](@ref handle-body-idiom)
14   + [Signals](@ref signals)
15   + [Properties](@ref properties)
16   + [Actions](@ref actions)
17  + [Tutorial: Hello World](@ref hello-world)
18
19 ### Getting Started
20  + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu)
21
22 ### Programming Guide
23  + [Programming Languages:](@ref programming-languages)
24   + [C++](@ref c-plus-plus)
25   + [JavaScript](@ref java-script-support)
26   + [JSON](@ref json-support)
27  + [Application](@ref dali-application)
28  + [Actors](@ref actors-and-stage)
29   + [Positioning](@ref positioning-actors)
30   + [Event Handling](@ref event-system)
31   + [Layouting](@ref size-negotiation)
32   + [Image Actor](@ref image-actor)
33  + [Animation](@ref animation)
34   + [Basic Framework](@ref animation-basics)
35   + [Key Frame Animations](@ref animation-key-frame)
36   + [Path Animations](@ref animation-paths)
37   + [Constraints](@ref constraints)
38    + [Equal To Constraint](@ref constraints-equal-to)
39    + [Relative To Constraint](@ref constraints-relative-to)
40   + [Multi-threading Notes](@ref animation-multi-threading-notes)
41   + [Shader Animation](@ref animation-shader)
42
43 ### Resources
44  + [Resource Image](@ref resource-image)
45  + [9 Patch Image](@ref resource-9-patch)
46  + [Buffer Image](@ref resource-buffer)
47
48 ### Control Base Class
49  + [Background Feature](@ref background)
50  + Keyboard Focus
51  + [Accessibility](@ref accessibility)
52
53 ### UI Components
54  + Buttons
55  + [ItemView](@ref item-view)
56  + [Popup](@ref popup)
57  + [Scroll View](@ref scroll-view)
58  + TableView
59  + [Text Field](@ref text-field)
60  + [Text Label](@ref text-label)
61
62 ### RenderTasks
63
64 ### Shader Effects
65  + [Overview](@ref shader-intro)
66
67 ### Scripting
68  + [JSON and JavaScript Overview](@ref scriptoverview)
69  + [JSON Syntax](@ref script-json-specification)
70  + [Scripting Hello World](@ref script-hello)
71
72 ### Tools
73  + Environment Variables
74  + [Resource Tracking](@ref resourcetracking)
75  + Logging
76  + [Stagehand - DALi Visual Debugger](@ref stagehand)
77
78 ### Viewing Modes
79  + [Overview](@ref viewing-modes)
80
81 ### Extending DALi
82  + Control Base Class Services
83  + How to write Custom UI Components
84   + [Size Negotiation for Controls](@ref size-negotiation-controls)
85   + [Type Registration](@ref type-registration)
86   + How to make Controls Scriptable
87  + [Automated Tests](@ref auto_testing)
88  + [Programming Guide](@ref documentationguide)
89  + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping)
90
91 ### Application Optimization Guide
92  + [Texture Atlases](@ref textureatlases)
93  + [Texture Compression](@ref texturecompression)
94  + [Rescaling Images](@ref resourceimagescaling)
95  + Performance & Debugging
96  + [Performance Tips](@ref performancetips)
97  + [Performance Profiling](@ref performanceprofiling)
98