Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 3 | -11/+19 | |
2019-11-14 | Fix text bounds in `iced_wgpu` on nonintegral DPI | 2 | -2/+18 | |
2019-11-13 | Remove default styling of `Button` | 1 | -22/+23 | |
2019-11-13 | Draft `Font` type and implement `Text::font` | 5 | -28/+75 | |
2019-11-13 | Move text logic in `iced_wgpu` to a `text` module | 6 | -82/+131 | |
2019-11-11 | Load default font only in measurement cache | 1 | -6/+8 | |
2019-11-11 | Split text measurements cache from rendering cache | 4 | -15/+35 | |
2019-11-11 | Draft custom layout engine based on `druid` | 10 | -79/+121 | |
2019-11-10 | Draft new layout API | 10 | -140/+86 | |
2019-11-07 | use Color's `From` impl in more places | 7 | -139/+49 | |
2019-11-07 | Increase initial size of text cache in `iced_wgpu` | 1 | -0/+1 | |
2019-11-07 | Align text position to pixel grid in `iced_wgpu` | 1 | -2/+2 | |
2019-11-07 | Update `wgpu` to `0.4` in `iced_wgpu` | 1 | -2/+2 | |
2019-11-07 | Floor layer coords to avoid excessive clipping | 1 | -2/+2 | |
2019-11-06 | Fix integer overflow with nested clip primitives | 1 | -18/+25 | |
2019-11-06 | Fix panic in `Transformation::scale` | 1 | -1/+1 | |
2019-11-06 | Remove hardcoded HiDPI scaling | 1 | -1/+2 | |
2019-11-06 | Fix Tour for HiDPI (stub) | 1 | -2/+4 | |
2019-11-05 | Fix checkbox border radius | 1 | -1/+1 | |
2019-11-05 | Apply HiDPI scaling to quads | 6 | -32/+61 | |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | 3 | -16/+58 | |
2019-11-05 | Improve default font loading | 2 | -18/+19 | |
2019-11-05 | Use new `Layer` in `draw_overlay` | 1 | -1/+1 | |
2019-11-05 | Implement state-less scrolling in `TextInput` | 1 | -56/+65 | |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 4 | -17/+23 | |
2019-11-03 | Use `SystemSource` instead of `FontconfigSource` | 1 | -2/+2 | |
2019-11-03 | Implement debug view and load system fonts | 4 | -12/+92 | |
2019-11-02 | Move `Target` to its own module | 13 | -78/+96 | |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 1 | -30/+54 | |
2019-11-02 | Add scrollable section to `tour` | 1 | -1/+1 | |
2019-11-02 | Fix text measurement (needs further testing) | 1 | -1/+1 | |
2019-10-31 | Render `TextInput` cursor inside the clipping area | 1 | -86/+87 | |
2019-10-31 | Implement cursor movement in `TextInput` | 1 | -7/+28 | |
2019-10-31 | Replace `nalgebra` with `glam` | 4 | -25/+20 | |
2019-10-30 | Show text cursor in `TextInput` | 1 | -2/+40 | |
2019-10-30 | Handle some `TextInput` events | 4 | -20/+23 | |
2019-10-30 | Draft `TextInput` widget structure | 3 | -16/+118 | |
2019-10-29 | Rename `Primitive::Scrollable` to `Clip` | 3 | -3/+3 | |
2019-10-29 | Fix `Transformation` docs | 1 | -11/+0 | |
2019-10-29 | Implement scrollbar interactions! :tada: | 1 | -9/+78 | |
2019-10-29 | Stop leaking impl details in scrollable `Renderer` | 1 | -4/+2 | |
2019-10-29 | Draw scrollbar on top of scrollable content | 2 | -39/+41 | |
2019-10-29 | Issue draw calls only when necessary | 1 | -17/+21 | |
2019-10-28 | Implement text clipping (caching still broken) | 2 | -16/+11 | |
2019-10-27 | Draft text scrolling (no clipping yet!) | 1 | -5/+28 | |
2019-10-27 | Implement clipping for quads | 2 | -1/+10 | |
2019-10-27 | Remove `adapter` from `iced_wgpu::Renderer` | 1 | -2/+0 | |
2019-10-27 | Implement clipping for images | 2 | -6/+33 | |
2019-10-27 | Expose scrollable offset properly | 1 | -6/+5 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 5 | -47/+193 |