Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Container` widget | 2019-11-11 | 1 | -4/+3 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -2/+2 | |
| | |||||
* | Allow applications to control the window title | 2019-11-09 | 1 | -0/+4 | |
| | | | | `iced_winit` will change the window title dynamically at runtime! | ||||
* | use `String::clone` in todo example | 2019-11-07 | 1 | -1/+1 | |
| | |||||
* | Implement cursor movement in `TextInput` | 2019-10-31 | 1 | -20/+20 | |
| | |||||
* | Implement task addition in `todos` example | 2019-10-30 | 1 | -8/+55 | |
| | |||||
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+69 | |
Also started a `todos` example to showcase it! |