Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 2 | -41/+3 | |
| | |||||
* | Introduce `Cursor` type in `canvas` | 2020-04-29 | 1 | -6/+10 | |
| | |||||
* | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 2 | -97/+64 | |
| | |||||
* | Allow `canvas::State` to produce messages | 2020-04-28 | 1 | -1/+1 | |
| | |||||
* | Remove interaction from `solar_system` example | 2020-04-28 | 1 | -40/+17 | |
| | |||||
* | Remove `Layer` trait and simplify `Canvas` | 2020-04-19 | 1 | -62/+76 | |
| | |||||
* | Add interactivity to `solar_system` example | 2020-04-19 | 1 | -18/+69 | |
| | |||||
* | Draft `Program` interactivity for `Canvas` | 2020-04-19 | 1 | -3/+2 | |
| | |||||
* | Implement `canvas::Path::circle` helper method | 2020-04-14 | 1 | -10/+4 | |
| | |||||
* | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 1 | -12/+5 | |
| | |||||
* | Implement `From<Color>` for `canvas::Fill` | 2020-04-14 | 1 | -8/+8 | |
| | |||||
* | impl default for canvas cache | 2020-04-08 | 1 | -1/+1 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -4/+5 | |
| | |||||
* | Create `README` files for all the examples | 2020-02-21 | 1 | -0/+18 | |
| | |||||
* | Rename `Settings::use_antialiasing` to `antialiasing` | 2020-02-18 | 1 | -1/+1 | |
| | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -3/+3 | |
| | |||||
* | Rename `Settings::antialiasing` to `use_antialiasing` | 2020-02-15 | 1 | -1/+1 | |
| | |||||
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 1 | -1/+4 | |
| | |||||
* | Add `solar_system` example | 2020-02-14 | 2 | -0/+259 | |