| Commit message (Expand) | Author | Files | Lines |
2020-02-26 | Fix multiple issues from the refactoring | Héctor Ramón Jiménez | 4 | -42/+86 |
2020-02-26 | Avoid creating a vertex buffer every frame | Héctor Ramón Jiménez | 5 | -50/+75 |
2020-02-26 | Refactor texture atlas | Héctor Ramón Jiménez | 11 | -653/+633 |
2020-02-25 | Recompile `image` shaders | Héctor Ramón Jiménez | 2 | -0/+0 |
2020-02-25 | Implemented automatic deallocation of texture space for dropped allocations | Malte Veerman | 3 | -85/+88 |
2020-02-25 | When deallocating the last allocation in an allocator mark its layer as empty | Malte Veerman | 1 | -24/+23 |
2020-02-25 | Updated shaders and removed debug_stub_derive dependency | Malte Veerman | 6 | -19/+51 |
2020-02-25 | Batch image draw calls into one with multiple instances | Malte Veerman | 3 | -203/+160 |
2020-02-25 | Implement allocating large images across multiple texture array layers. | Malte Veerman | 3 | -208/+539 |
2020-02-25 | Use array of atlases instead of one growing indefinitely. | Malte Veerman | 5 | -281/+260 |
2020-02-25 | Fixed texture bleeding | Malte Veerman | 1 | -4/+4 |
2020-02-25 | Some small debug changes | Malte Veerman | 2 | -12/+12 |
2020-02-25 | Merged image and svg texture atlases into one owned by the image pipeline. | Malte Veerman | 4 | -159/+91 |
2020-02-25 | Implemented a texture atlas for images and svgs. | Malte Veerman | 6 | -210/+475 |
2020-02-24 | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 9 | -21/+65 |
2020-02-22 | Fix `Clip` primitive intersection in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -18/+11 |
2020-02-18 | Write documentation for new `canvas` module | Héctor Ramón Jiménez | 14 | -189/+427 |
2020-02-18 | Pull `Checkbox` default constants from its `Renderer` | Héctor Ramón Jiménez | 2 | -11/+3 |
2020-02-15 | Request high performance adapter if MSAA is enabled | Héctor Ramón Jiménez | 1 | -1/+5 |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 10 | -70/+513 |
2020-02-14 | Upgrade `Mesh2D` indices from `u16` to `u32` | Héctor Ramón Jiménez | 2 | -3/+3 |
2020-02-14 | Add transform stack to `canvas::Frame` | Héctor Ramón Jiménez | 2 | -7/+105 |
2020-02-14 | Implement additional methods in `path::Builder` | Héctor Ramón Jiménez | 1 | -10/+75 |
2020-02-13 | Move `layer::Cached` to its own module | Héctor Ramón Jiménez | 2 | -76/+86 |
2020-02-12 | Remove `canvas::Data` leftover | Héctor Ramón Jiménez | 2 | -22/+0 |
2020-02-12 | Split `Fill` and `Stroke` into their own modules | Héctor Ramón Jiménez | 3 | -78/+83 |
2020-02-12 | Finish `clock` example | Héctor Ramón Jiménez | 9 | -69/+142 |
2020-02-12 | Implement `Frame::fill` and `Frame::stroke` | Héctor Ramón Jiménez | 3 | -2/+100 |
2020-02-12 | Rename current `Path` to `path::Builder` | Héctor Ramón Jiménez | 2 | -7/+29 |
2020-02-12 | Draft `Canvas` types and `clock` example | Héctor Ramón Jiménez | 5 | -1/+332 |
2020-02-11 | Add `canvas` feature to `iced_wgpu` | Héctor Ramón Jiménez | 4 | -3/+27 |
2020-02-09 | Improve consistency in new `iced_wgpu` types | Héctor Ramón Jiménez | 3 | -2/+4 |
2020-02-09 | Write documentation for new `iced_wgpu` types | Héctor Ramón Jiménez | 5 | -1/+16 |
2020-02-09 | Remove `scale_factor` from `iced_wgpu::Viewport` | Héctor Ramón Jiménez | 4 | -12/+10 |
2020-02-09 | Allow `iced_wgpu` to render to any `TextureView` | Héctor Ramón Jiménez | 8 | -177/+233 |
2020-02-07 | Increase precision of `scale_factor` in `Windowed` | Héctor Ramón Jiménez | 1 | -4/+4 |
2020-02-07 | Update `winit` to `0.20` | Héctor Ramón Jiménez | 3 | -40/+46 |
2020-01-27 | Custom fonts can be set in the text input. | sumibi-yakitori | 1 | -4/+10 |
2020-01-22 | Add default padding to `Button` | Héctor Ramón Jiménez | 1 | -0/+2 |
2020-01-20 | Make `image` support optional in `iced_wgpu` | Héctor Ramón Jiménez | 3 | -7/+23 |
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-10 | Make layout bounds explicit in `UserInterface` | Héctor Ramón Jiménez | 1 | -1/+2 |
2020-01-10 | Move `Debugger` and `Windowed` to a better location | Héctor Ramón Jiménez | 2 | -5/+6 |
2020-01-09 | Write missing docs and reenable deny statements | Héctor Ramón Jiménez | 4 | -1/+38 |
2020-01-08 | Fix drawing empty `Quad` on empty `ProgressBar` | Héctor Ramón Jiménez | 1 | -13/+17 |
2020-01-08 | Allow `Checkbox` style to change based on its state | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-07 | Always show scroller if scrollbar is visible | Héctor Ramón Jiménez | 1 | -35/+38 |
2020-01-07 | Implement styling for `Checkbox` | Héctor Ramón Jiménez | 3 | -15/+26 |
2020-01-07 | Implement styling for `Radio` | Héctor Ramón Jiménez | 3 | -12/+25 |
2020-01-07 | Implement styling for `ProgressBar` | Héctor Ramón Jiménez | 3 | -14/+29 |