Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow `iced_wgpu` to render to any `TextureView` | 2020-02-09 | 1 | -84/+32 | |
* | Update `winit` to `0.20` | 2020-02-07 | 1 | -19/+25 | |
* | Make layout bounds explicit in `UserInterface` | 2020-01-10 | 1 | -1/+2 | |
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -4/+4 | |
* | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 1 | -3/+29 | |
|\ | |||||
| * | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 2020-01-02 | 1 | -29/+28 | |
| * | Implement Geometry2D primitive | 2020-01-01 | 1 | -2/+31 | |
* | | Remove `background` from `Settings` | 2020-01-05 | 1 | -12/+6 | |
* | | Allow configuration of default font | 2020-01-01 | 1 | -5/+8 | |
* | | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 1 | -2/+7 | |
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -2/+7 | |
* | | Add `background_color` to `Settings` | 2019-12-29 | 1 | -6/+12 | |
* | | Draft `Style` and `StyleSheet` for `Button` | 2019-12-29 | 1 | -2/+2 | |
|/ | |||||
* | Rerasterize SVGs when resized and refactor a bit | 2019-12-15 | 1 | -2/+9 | |
* | Merged svg pipeline into image | 2019-12-12 | 1 | -29/+1 | |
* | Improved dpi handling | 2019-12-12 | 1 | -2/+1 | |
* | Ran cargo_fmt over changed files. | 2019-12-11 | 1 | -7/+5 | |
* | Implemented SVG support in iced_wgpu. | 2019-12-11 | 1 | -1/+33 | |
* | Merge branch 'master' into feature/image-from-bytes | 2019-12-04 | 1 | -1/+1 | |
|\ | |||||
| * | Use `PowerPreference::Default` in `iced_wgpu` | 2019-12-01 | 1 | -1/+1 | |
* | | Implement basic image cache trimming in iced_wgpu | 2019-11-30 | 1 | -0/+1 | |
* | | Allow to load an image from memory | 2019-11-29 | 1 | -2/+2 | |
|/ | |||||
* | Write docs for `iced_wgpu` | 2019-11-22 | 1 | -2/+6 | |
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -14/+14 | |
* | Fix text bounds in `iced_wgpu` on nonintegral DPI | 2019-11-14 | 1 | -1/+17 | |
* | Draft `Font` type and implement `Text::font` | 2019-11-13 | 1 | -0/+2 | |
* | Move text logic in `iced_wgpu` to a `text` module | 2019-11-13 | 1 | -53/+17 | |
* | Load default font only in measurement cache | 2019-11-11 | 1 | -6/+8 | |
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -12/+31 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -13/+14 | |
* | Draft new layout API | 2019-11-10 | 1 | -2/+2 | |
* | Merge pull request #47 from hecrj/improvement/text-performance | 2019-11-08 | 1 | -2/+3 | |
|\ | |||||
| * | Increase initial size of text cache in `iced_wgpu` | 2019-11-07 | 1 | -0/+1 | |
| * | Align text position to pixel grid in `iced_wgpu` | 2019-11-07 | 1 | -2/+2 | |
* | | use Color's `From` impl in more places | 2019-11-07 | 1 | -6/+1 | |
|/ | |||||
* | Floor layer coords to avoid excessive clipping | 2019-11-07 | 1 | -2/+2 | |
* | Fix integer overflow with nested clip primitives | 2019-11-06 | 1 | -18/+25 | |
* | 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 |