| Commit message (Expand) | Author | Files | Lines |
2020-05-27 | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2 | -20/+0 |
2020-05-27 | Introduce feature flags to enable `iced_glow` | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-05-22 | Use built-in OpenGL multisampling in `iced_glow` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-05-21 | Introduce `Program` and `State` | Héctor Ramón Jiménez | 1 | -10/+12 |
2020-05-20 | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 7 | -106/+35 |
2020-05-19 | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 6 | -328/+101 |
2020-05-19 | Move `Antialiasing` to `iced_graphics` | Héctor Ramón Jiménez | 1 | -24/+1 |
2020-05-19 | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 6 | -107/+6 |
2020-05-19 | Move `font::Source` to `iced_graphics` | Héctor Ramón Jiménez | 3 | -41/+2 |
2020-05-19 | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2 | -6/+6 |
2020-05-19 | Move `Viewport` to `iced_graphics` | Héctor Ramón Jiménez | 2 | -32/+1 |
2020-05-19 | Move `Transformation` to `iced_graphics` | Héctor Ramón Jiménez | 2 | -56/+1 |
2020-05-19 | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 45 | -2738/+66 |
2020-05-19 | Draft first working version of `iced_glow` :tada: | Héctor Ramón Jiménez | 1 | -11/+10 |
2020-05-15 | Updated `Radio` layout/fns to match `Checkbox` | Scott Harper | 1 | -3/+2 |
2020-05-14 | set wgpu's adapter backend to PRIMARY | DominosCinnaStix | 1 | -1/+1 |
2020-05-06 | Pin `gfx-memory` until allocator issue is fixed | Héctor Ramón Jiménez | 1 | -0/+3 |
2020-05-05 | Update iced_wgpu dependencies | Lukas Wirth | 1 | -4/+4 |
2020-05-01 | Implement `Frame::fill_rectangle` | Héctor Ramón Jiménez | 1 | -0/+51 |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 19 | -78/+85 |
2020-04-30 | Write documentation for the new `canvas` API | Héctor Ramón Jiménez | 8 | -17/+122 |
2020-04-30 | Remove inconsistent `input` module in `iced_native` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-29 | Reduce initial size of `triangle` buffers in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-04-29 | Rename `Cursor::*_position` methods in `canvas` | Héctor Ramón Jiménez | 1 | -11/+11 |
2020-04-29 | Introduce `Cursor` type in `canvas` | Héctor Ramón Jiménez | 3 | -32/+88 |
2020-04-29 | Let a `canvas::Program` control the mouse cursor | Héctor Ramón Jiménez | 2 | -1/+10 |
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | Héctor Ramón Jiménez | 13 | -13/+13 |
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | Héctor Ramón Jiménez | 4 | -100/+37 |
2020-04-28 | Clip and cull `Mesh2D` primitives in `iced_wgpu` | Héctor Ramón Jiménez | 4 | -25/+44 |
2020-04-28 | Allow `canvas::State` to produce messages | Héctor Ramón Jiménez | 3 | -16/+30 |
2020-04-28 | Implement `Drawable` for slices of drawables | Héctor Ramón Jiménez | 1 | -0/+9 |
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | Héctor Ramón Jiménez | 8 | -45/+64 |
2020-04-28 | Ask for a `Size` in `Frame::new` | Héctor Ramón Jiménez | 2 | -10/+8 |
2020-04-28 | Add convenient builder methods to `canvas::Stroke` | Héctor Ramón Jiménez | 1 | -0/+18 |
2020-04-26 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-26 | Render meshes after quads in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -12/+12 |
2020-04-23 | Make `Font` an associated type of `text::Renderer` | Héctor Ramón Jiménez | 3 | -0/+13 |
2020-04-19 | Fix alignment in triangle pipeline of `iced_wgpu` | Héctor Ramón Jiménez | 1 | -5/+19 |
2020-04-19 | Remove `Layer` trait and simplify `Canvas` | Héctor Ramón Jiménez | 7 | -107/+100 |
2020-04-19 | Add interactivity to `solar_system` example | Héctor Ramón Jiménez | 1 | -38/+12 |
2020-04-19 | Use `Borrow<T>` when binding in `layer::Cache<T>` | Héctor Ramón Jiménez | 1 | -6/+10 |
2020-04-19 | Simplify `Canvas` example in documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-19 | Draft `Program` interactivity for `Canvas` | Héctor Ramón Jiménez | 6 | -29/+99 |
2020-04-18 | fix progress bar docs to no longer mention buttons (#301) | ethanpailes | 1 | -4/+4 |
2020-04-16 | Fix MSAA blit vertex shader to match `wgpu` NDC | Héctor Ramón Jiménez | 3 | -4/+4 |
2020-04-16 | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | Lain-dono | 5 | -13/+10 |
2020-04-15 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-14 | Implement `canvas::Path::line` helper method | Héctor Ramón Jiménez | 1 | -0/+11 |
2020-04-14 | Implement `canvas::Path::circle` helper method | Héctor Ramón Jiménez | 1 | -0/+8 |
2020-04-14 | Implement `canvas::Path::rectangle` helper method | Héctor Ramón Jiménez | 2 | -5/+18 |