| Commit message (Expand) | Author | Files | Lines |
2019-12-01 | Add `repr(C)` to GPU types | Héctor Ramón Jiménez | 2 | -0/+4 |
2019-11-26 | Stop loading a mono font just for the debug view | Héctor Ramón Jiménez | 1 | -15/+3 |
2019-11-26 | Fallback to embedded font when system font fails | Héctor Ramón Jiménez | 4 | -13/+120 |
2019-11-25 | Add `CHANGELOG` to subcrates | Héctor Ramón Jiménez | 1 | -0/+14 |
2019-11-24 | Use explicit `Uniforms` type in image pipeline | Héctor Ramón Jiménez | 1 | -14/+24 |
2019-11-24 | Fix copy image instance size in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-24 | Use latest `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-24 | Avoid panic when image load fails in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -63/+71 |
2019-11-24 | Fix `iced_native` widget examples | Héctor Ramón Jiménez | 1 | -3/+3 |
2019-11-22 | Write docs for `iced_wgpu` | Héctor Ramón Jiménez | 7 | -16/+74 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 12 | -268/+149 |
2019-11-20 | Add installation section to subcrate `README`s | Héctor Ramón Jiménez | 2 | -2/+14 |
2019-11-20 | Add `README` for each subcrate | Héctor Ramón Jiménez | 1 | -0/+37 |
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | Héctor Ramón Jiménez | 3 | -11/+19 |
2019-11-14 | Fix text bounds in `iced_wgpu` on nonintegral DPI | Héctor Ramón Jiménez | 2 | -2/+18 |
2019-11-13 | Remove default styling of `Button` | Héctor Ramón Jiménez | 1 | -22/+23 |
2019-11-13 | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 5 | -28/+75 |
2019-11-13 | Move text logic in `iced_wgpu` to a `text` module | Héctor Ramón Jiménez | 6 | -82/+131 |
2019-11-11 | Load default font only in measurement cache | Héctor Ramón Jiménez | 1 | -6/+8 |
2019-11-11 | Split text measurements cache from rendering cache | Héctor Ramón Jiménez | 4 | -15/+35 |
2019-11-11 | Draft custom layout engine based on `druid` | Héctor Ramón Jiménez | 10 | -79/+121 |
2019-11-10 | Draft new layout API | Héctor Ramón Jiménez | 10 | -140/+86 |
2019-11-07 | use Color's `From` impl in more places | memoryruins | 7 | -139/+49 |
2019-11-07 | Increase initial size of text cache in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -0/+1 |
2019-11-07 | Align text position to pixel grid in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-07 | Update `wgpu` to `0.4` in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-07 | Floor layer coords to avoid excessive clipping | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-06 | Fix integer overflow with nested clip primitives | Héctor Ramón Jiménez | 1 | -18/+25 |
2019-11-06 | Fix panic in `Transformation::scale` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-06 | Remove hardcoded HiDPI scaling | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-11-06 | Fix Tour for HiDPI (stub) | Matthias Fauconneau | 1 | -2/+4 |
2019-11-05 | Fix checkbox border radius | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-05 | Apply HiDPI scaling to quads | Héctor Ramón Jiménez | 6 | -32/+61 |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | Héctor Ramón Jiménez | 3 | -16/+58 |
2019-11-05 | Improve default font loading | Héctor Ramón Jiménez | 2 | -18/+19 |
2019-11-05 | Use new `Layer` in `draw_overlay` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-05 | Implement state-less scrolling in `TextInput` | Héctor Ramón Jiménez | 1 | -56/+65 |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | Héctor Ramón Jiménez | 4 | -17/+23 |
2019-11-03 | Use `SystemSource` instead of `FontconfigSource` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-03 | Implement debug view and load system fonts | Héctor Ramón Jiménez | 4 | -12/+92 |
2019-11-02 | Move `Target` to its own module | Héctor Ramón Jiménez | 13 | -78/+96 |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | Héctor Ramón Jiménez | 1 | -30/+54 |
2019-11-02 | Add scrollable section to `tour` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-02 | Fix text measurement (needs further testing) | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-10-31 | Render `TextInput` cursor inside the clipping area | Héctor Ramón Jiménez | 1 | -86/+87 |
2019-10-31 | Implement cursor movement in `TextInput` | Héctor Ramón Jiménez | 1 | -7/+28 |
2019-10-31 | Replace `nalgebra` with `glam` | Héctor Ramón Jiménez | 4 | -25/+20 |
2019-10-30 | Show text cursor in `TextInput` | Héctor Ramón Jiménez | 1 | -2/+40 |
2019-10-30 | Handle some `TextInput` events | Héctor Ramón Jiménez | 4 | -20/+23 |
2019-10-30 | Draft `TextInput` widget structure | Héctor Ramón Jiménez | 3 | -16/+118 |