Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | impl default for canvas cache | 2020-04-08 | 1 | -1/+1 | ||
| | ||||||
* | Add `0` suffix to float literals for consistency | 2020-04-02 | 1 | -2/+2 | ||
| | ||||||
* | Scale the clock hands to the same size as the face | 2020-04-01 | 1 | -2/+2 | ||
| | ||||||
* | Merge pull request #246 from hecrj/feature/application-flags | 2020-03-31 | 1 | -1/+2 | ||
|\ | | | | | Application flags | |||||
| * | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -1/+2 | ||
| | | ||||||
* | | Implement `padding` support for `Container` | 2020-03-31 | 1 | -0/+1 | ||
|/ | ||||||
* | Create `README` files for all the examples | 2020-02-21 | 1 | -0/+16 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -8/+1 | ||
| | ||||||
* | Fix `clock` example eventually skipping a second | 2020-02-12 | 1 | -1/+1 | ||
| | ||||||
* | Improve naming in `clock` example | 2020-02-12 | 1 | -11/+10 | ||
| | ||||||
* | Remove redundant conversion in `clock` example | 2020-02-12 | 1 | -1/+1 | ||
| | ||||||
* | Fix circle `end_angle` in `clock` example | 2020-02-12 | 1 | -1/+1 | ||
| | ||||||
* | Simplify `Clock::new` in `clock` example | 2020-02-12 | 1 | -3/+1 | ||
| | ||||||
* | Increase line width in `clock` example | 2020-02-12 | 1 | -3/+3 | ||
| | ||||||
* | Finish `clock` example | 2020-02-12 | 2 | -9/+60 | ||
| | ||||||
* | Rename current `Path` to `path::Builder` | 2020-02-12 | 1 | -21/+21 | ||
| | ||||||
* | Remove unnecessary `Arc` from `clock` example | 2020-02-12 | 1 | -7/+13 | ||
| | ||||||
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 2 | -0/+158 | ||