Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -61/+0 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 1 | -0/+2 | |
|\ | |||||
| * | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 1 | -0/+2 | |
| | | |||||
* | | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 1 | -1/+1 | |
|/ | |||||
* | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 1 | -1/+13 | |
| | |||||
* | Pull `Checkbox` default constants from its `Renderer` | 2020-02-18 | 1 | -6/+1 | |
| | |||||
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -1/+2 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -20/+33 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Draft `Font` type and implement `Text::font` | 2019-11-13 | 1 | -10/+4 | |
| | |||||
* | Move text logic in `iced_wgpu` to a `text` module | 2019-11-13 | 1 | -8/+2 | |
| | |||||
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -1/+1 | |
| | | | | | This speeds up layouting in the most common scenario considerably! :tada: | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -11/+26 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -61/+10 | |
| | |||||
* | Remove hardcoded HiDPI scaling | 2019-11-06 | 1 | -1/+2 | |
| | |||||
* | Fix Tour for HiDPI (stub) | 2019-11-06 | 1 | -2/+4 | |
| | |||||
* | Move `Target` to its own module | 2019-11-02 | 1 | -0/+83 | |