Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -13/+14 | |
2019-11-10 | Draft new layout API | 1 | -2/+2 | |
2019-11-07 | use Color's `From` impl in more places | 1 | -6/+1 | |
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 | 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-05 | Apply HiDPI scaling to quads | 1 | -3/+4 | |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | 1 | -15/+38 | |
2019-11-05 | Improve default font loading | 1 | -8/+11 | |
2019-11-05 | Use new `Layer` in `draw_overlay` | 1 | -1/+1 | |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -11/+17 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -12/+52 | |
2019-11-02 | Move `Target` to its own module | 1 | -78/+12 | |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 1 | -30/+54 | |
2019-10-30 | Draft `TextInput` widget structure | 1 | -8/+14 | |
2019-10-29 | Rename `Primitive::Scrollable` to `Clip` | 1 | -1/+1 | |
2019-10-29 | Draw scrollbar on top of scrollable content | 1 | -12/+17 | |
2019-10-29 | Issue draw calls only when necessary | 1 | -17/+21 | |
2019-10-28 | Implement text clipping (caching still broken) | 1 | -13/+8 | |
2019-10-27 | Draft text scrolling (no clipping yet!) | 1 | -5/+28 | |
2019-10-27 | Implement clipping for quads | 1 | -1/+2 | |
2019-10-27 | Remove `adapter` from `iced_wgpu::Renderer` | 1 | -2/+0 | |
2019-10-27 | Implement clipping for images | 1 | -6/+25 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -28/+69 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -1/+23 | |
2019-10-13 | Draft `Debugger` implementation in `iced_wgpu` | 1 | -3/+30 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -4/+3 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -5/+6 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -5/+31 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -10/+66 | |
2019-10-07 | Use latest `wgpu` | 1 | -11/+11 | |
2019-10-07 | Use `log` crate instead of `dbg!` | 1 | -0/+2 | |
2019-10-07 | Render colored quads | 1 | -2/+28 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -2/+2 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 1 | -0/+3 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+167 |