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