Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -615/+0 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 1 | -6/+9 | |
|\ | |||||
| * | Make `Row`, `Column`, and `Checkbox` shrink by default | 2019-12-30 | 1 | -8/+6 | |
| | | |||||
* | | Add border and shadow styling to `Button` | 2020-01-05 | 1 | -13/+7 | |
| | | |||||
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -33/+53 | |
| | | |||||
* | | Draft `Style` and `StyleSheet` for `Button` | 2019-12-29 | 1 | -9/+42 | |
|/ | |||||
* | Port `todos` to `async_std` | 2019-12-14 | 1 | -11/+16 | |
| | |||||
* | Make `Button::background` generic | 2019-12-05 | 1 | -5/+5 | |
| | |||||
* | Implemented `From<Color` for `Background` | 2019-12-04 | 1 | -3/+3 | |
| | |||||
* | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -2/+2 | |
| | |||||
* | Avoid unnecessary panic in `todos` | 2019-11-24 | 1 | -4/+5 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -4/+5 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Improve persistence in `todos` | 2019-11-18 | 1 | -47/+53 | |
| | |||||
* | Rename `Command::attempt` to `Command::perform` | 2019-11-18 | 1 | -2/+2 | |
| | |||||
* | Save `todos` async in a JSON file and load on boot | 2019-11-17 | 1 | -86/+254 | |
| | |||||
* | Support async actions in `iced_winit` | 2019-11-17 | 1 | -4/+10 | |
| | |||||
* | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 2019-11-14 | 1 | -1/+1 | |
| | |||||
* | Add filter controls to `todos` example :tada: | 2019-11-14 | 1 | -23/+135 | |
| | |||||
* | Remove argument from `text_input::State::focused` | 2019-11-13 | 1 | -1/+1 | |
| | |||||
* | Implement task edition/deletion in `todos` example | 2019-11-13 | 1 | -16/+162 | |
| | |||||
* | 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! |