Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-14 | Remove `pane_grid` example for now | 1 | -187/+0 | ||
It's too contrived. I will work on something simpler. | |||||
2020-03-04 | Draft `Panes` widget and `panes` example | 1 | -10/+4 | ||
2020-02-18 | Rename `Settings::use_antialiasing` to `antialiasing` | 1 | -1/+1 | ||
2020-02-18 | Write documentation for new `canvas` module | 1 | -3/+3 | ||
2020-02-15 | Rename `Settings::antialiasing` to `use_antialiasing` | 1 | -1/+1 | ||
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 1 | -1/+4 | ||
2020-02-14 | Implement additional methods in `path::Builder` | 1 | -8/+1 | ||
2020-02-12 | Fix `clock` example eventually skipping a second | 1 | -1/+1 | ||
2020-02-12 | Improve naming in `clock` example | 1 | -11/+10 | ||
2020-02-12 | Remove redundant conversion in `clock` example | 1 | -1/+1 | ||
2020-02-12 | Fix circle `end_angle` in `clock` example | 1 | -1/+1 | ||
2020-02-12 | Simplify `Clock::new` in `clock` example | 1 | -3/+1 | ||
2020-02-12 | Increase line width in `clock` example | 1 | -3/+3 | ||
2020-02-12 | Finish `clock` example | 1 | -8/+57 | ||
2020-02-12 | Rename current `Path` to `path::Builder` | 1 | -21/+21 | ||
2020-02-12 | Remove unnecessary `Arc` from `clock` example | 1 | -7/+13 | ||
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -0/+145 | ||