| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 2019-11-25 | 1 | -2/+2 |
* | Avoid unnecessary panic in `todos` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -4/+5 |
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -4/+5 |
* | Improve persistence in `todos` | Héctor Ramón Jiménez | 2019-11-18 | 1 | -47/+53 |
* | Rename `Command::attempt` to `Command::perform` | Héctor Ramón Jiménez | 2019-11-18 | 1 | -2/+2 |
* | Save `todos` async in a JSON file and load on boot | Héctor Ramón Jiménez | 2019-11-17 | 1 | -86/+254 |
* | Support async actions in `iced_winit` | Héctor Ramón Jiménez | 2019-11-17 | 1 | -4/+10 |
* | Draw proper checkmark for `Checkbox` in `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-14 | 1 | -1/+1 |
* | Add filter controls to `todos` example :tada: | Héctor Ramón Jiménez | 2019-11-14 | 1 | -23/+135 |
* | Remove argument from `text_input::State::focused` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -1/+1 |
* | Implement task edition/deletion in `todos` example | Héctor Ramón Jiménez | 2019-11-13 | 1 | -16/+162 |
* | Implement `Container` widget | Héctor Ramón Jiménez | 2019-11-11 | 1 | -4/+3 |
* | Draft custom layout engine based on `druid` | Héctor Ramón Jiménez | 2019-11-11 | 1 | -2/+2 |
* | Allow applications to control the window title | Héctor Ramón Jiménez | 2019-11-09 | 1 | -0/+4 |
* | use `String::clone` in todo example | memoryruins | 2019-11-07 | 1 | -1/+1 |
* | Implement cursor movement in `TextInput` | Héctor Ramón Jiménez | 2019-10-31 | 1 | -20/+20 |
* | Implement task addition in `todos` example | Héctor Ramón Jiménez | 2019-10-30 | 1 | -8/+55 |
* | Draft `TextInput` widget structure | Héctor Ramón Jiménez | 2019-10-30 | 1 | -0/+69 |