Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -615/+0 | ||
2020-01-20 | Add `Application::Executor` associated type | 1 | -0/+1 | ||
2020-01-05 | Add border and shadow styling to `Button` | 1 | -13/+7 | ||
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 1 | -8/+6 | ||
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -33/+53 | ||
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -9/+42 | ||
2019-12-14 | Port `todos` to `async_std` | 1 | -11/+16 | ||
2019-12-05 | Make `Button::background` generic | 1 | -5/+5 | ||
2019-12-04 | Implemented `From<Color` for `Background` | 1 | -3/+3 | ||
2019-11-25 | Allow `Application` configuration with `Settings` | 1 | -2/+2 | ||
2019-11-24 | Avoid unnecessary panic in `todos` | 1 | -4/+5 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -4/+5 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-11-18 | Improve persistence in `todos` | 1 | -47/+53 | ||
2019-11-18 | Rename `Command::attempt` to `Command::perform` | 1 | -2/+2 | ||
2019-11-17 | Save `todos` async in a JSON file and load on boot | 1 | -86/+254 | ||
2019-11-17 | Support async actions in `iced_winit` | 1 | -4/+10 | ||
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 1 | -1/+1 | ||
2019-11-14 | Add filter controls to `todos` example :tada: | 1 | -23/+135 | ||
2019-11-13 | Remove argument from `text_input::State::focused` | 1 | -1/+1 | ||
2019-11-13 | Implement task edition/deletion in `todos` example | 1 | -16/+162 | ||
2019-11-11 | Implement `Container` widget | 1 | -4/+3 | ||
Remove `align_self` and `justify_content` methods | |||||
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -2/+2 | ||
2019-11-09 | Allow applications to control the window title | 1 | -0/+4 | ||
`iced_winit` will change the window title dynamically at runtime! | |||||
2019-11-07 | use `String::clone` in todo example | 1 | -1/+1 | ||
2019-10-31 | Implement cursor movement in `TextInput` | 1 | -20/+20 | ||
2019-10-30 | Implement task addition in `todos` example | 1 | -8/+55 | ||
2019-10-30 | Draft `TextInput` widget structure | 1 | -0/+69 | ||
Also started a `todos` example to showcase it! |