summaryrefslogtreecommitdiffstats
path: root/examples/todos.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-4/+3
| | | | Remove `align_self` and `justify_content` methods
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-2/+2
|
* Allow applications to control the window titleLibravatar Héctor Ramón Jiménez2019-11-091-0/+4
| | | | `iced_winit` will change the window title dynamically at runtime!
* use `String::clone` in todo exampleLibravatar memoryruins2019-11-071-1/+1
|
* Implement cursor movement in `TextInput`Libravatar Héctor Ramón Jiménez2019-10-311-20/+20
|
* Implement task addition in `todos` exampleLibravatar Héctor Ramón Jiménez2019-10-301-8/+55
|
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-0/+69
Also started a `todos` example to showcase it!