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