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