Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -6/+5 | |
* | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 1 | -12/+12 | |
|\ | |||||
| * | Render meshes after quads in `iced_wgpu` | 2020-04-26 | 1 | -12/+12 | |
* | | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 1 | -13/+23 | |
* | | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 1 | -7/+13 | |
|/ | |||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 1 | -3/+3 | |
* | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 1 | -21/+4 | |
* | Use `!is_empty()` instead of `len() > 0` | 2020-03-29 | 1 | -1/+1 | |
* | Fix formatting | 2020-03-28 | 1 | -1/+1 | |
* | Clippy | 2020-03-28 | 1 | -5/+5 | |
* | Implement `Primitive::Cached` | 2020-03-07 | 1 | -50/+62 | |
* | Remove unnecessary `pub(crate) use` | 2020-02-28 | 1 | -1/+1 | |
* | Stop creating image pipeline when unnecessary | 2020-02-28 | 1 | -39/+64 | |
* | Refactor texture atlas | 2020-02-26 | 1 | -2/+2 | |
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -5/+10 | |
* | Fix `Clip` primitive intersection in `iced_wgpu` | 2020-02-22 | 1 | -18/+11 | |
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 1 | -1/+8 | |
* | Finish `clock` example | 2020-02-12 | 1 | -6/+6 | |
* | Improve consistency in new `iced_wgpu` types | 2020-02-09 | 1 | -1/+1 | |
* | Remove `scale_factor` from `iced_wgpu::Viewport` | 2020-02-09 | 1 | -1/+2 | |
* | 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 |