Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 12 | -1163/+0 | |
| | |||||
* | Implement `Frame::fill_rectangle` | 2020-05-01 | 1 | -0/+51 | |
| | | | | This method greatly improves performance when drawing axis-aligned rectangles. | ||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -7/+15 | |
| | |||||
* | Write documentation for the new `canvas` API | 2020-04-30 | 6 | -12/+114 | |
| | |||||
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+1 | |
| | |||||
* | Rename `Cursor::*_position` methods in `canvas` | 2020-04-29 | 1 | -11/+11 | |
| | |||||
* | Introduce `Cursor` type in `canvas` | 2020-04-29 | 2 | -11/+71 | |
| | |||||
* | Let a `canvas::Program` control the mouse cursor | 2020-04-29 | 1 | -0/+9 | |
| | |||||
* | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 3 | -69/+10 | |
| | |||||
* | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 1 | -0/+1 | |
| | |||||
* | Allow `canvas::State` to produce messages | 2020-04-28 | 2 | -8/+13 | |
| | |||||
* | Implement `Drawable` for slices of drawables | 2020-04-28 | 1 | -0/+9 | |
| | |||||
* | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 3 | -14/+25 | |
| | |||||
* | Ask for a `Size` in `Frame::new` | 2020-04-28 | 2 | -10/+8 | |
| | |||||
* | Add convenient builder methods to `canvas::Stroke` | 2020-04-28 | 1 | -0/+18 | |
| | |||||
* | Remove `Layer` trait and simplify `Canvas` | 2020-04-19 | 6 | -84/+77 | |
| | |||||
* | Add interactivity to `solar_system` example | 2020-04-19 | 1 | -38/+12 | |
| | |||||
* | Use `Borrow<T>` when binding in `layer::Cache<T>` | 2020-04-19 | 1 | -6/+10 | |
| | |||||
* | Draft `Program` interactivity for `Canvas` | 2020-04-19 | 4 | -1/+43 | |
| | |||||
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 1 | -1/+1 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
| | | |||||
* | | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 | |
| | | |||||
* | | Implement `canvas::Path::circle` helper method | 2020-04-14 | 1 | -0/+8 | |
| | | |||||
* | | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 2 | -5/+18 | |
| | | |||||
* | | Implement `From<&str>` for `canvas::Text` | 2020-04-14 | 1 | -0/+6 | |
| | | |||||
* | | Implement `From<String>` for `canvas::Text` | 2020-04-14 | 1 | -0/+9 | |
| | | |||||
* | | Make `Frame::fill_text` take a generic `Into<Text>` | 2020-04-14 | 1 | -1/+3 | |
| | | |||||
* | | Make `Frame::stroke` take a generic `Into<Stroke>` | 2020-04-14 | 1 | -1/+3 | |
| | | |||||
* | | Implement `From<Color>` for `canvas::Fill` | 2020-04-14 | 1 | -0/+6 | |
| | | |||||
* | | Make `Frame::fill` take a generic `Into<Fill>` | 2020-04-14 | 1 | -2/+2 | |
| | | | | | | | | This can be used to improve readability by using your own types. | ||||
* | | Stop generating empty `Mesh2D` in `canvas::Frame` | 2020-04-09 | 1 | -7/+9 | |
| | | |||||
* | | impl default for canvas cache | 2020-04-08 | 1 | -7/+24 | |
|/ | |||||
* | document wgpu feature flags | 2020-04-04 | 1 | -0/+1 | |
| | |||||
* | Fix minor documentation issues | 2020-04-02 | 2 | -1/+2 | |
| | |||||
* | Fix `Debug` implementation of `layer::cache::State` | 2020-03-10 | 1 | -3/+2 | |
| | |||||
* | Merge branch 'master' into feature/panes-widget | 2020-03-10 | 4 | -26/+113 | |
|\ | |||||
| * | Implement `Default` for `canvas::Text` | 2020-03-08 | 1 | -0/+14 | |
| | | |||||
| * | Transform text position in `Frame::fill_text` | 2020-03-08 | 1 | -3/+23 | |
| | | | | | | | | Also add a warning explaining its current limitations. | ||||
| * | Implement `Primitive::Cached` | 2020-03-07 | 4 | -47/+46 | |
| | | |||||
| * | Rename `Frame::text` to `Frame::fill_text` | 2020-03-07 | 1 | -2/+4 | |
| | | | | | | | | This keeps the API similar to the Web Canvas API. | ||||
| * | Rename `canvas::TextNode` to `canvas::Text` | 2020-03-07 | 2 | -8/+10 | |
| | | |||||
| * | implement text support in canvas widget | 2020-03-06 | 4 | -27/+77 | |
| | | |||||
* | | Improve `Debug` implementation of `cache::State` | 2020-03-04 | 1 | -1/+14 | |
|/ | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 9 | -172/+367 | |
| | |||||
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -1/+1 | |
| | |||||
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 2 | -7/+105 | |
| | |||||
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -10/+75 | |
| | |||||
* | Move `layer::Cached` to its own module | 2020-02-13 | 2 | -76/+86 | |
| | |||||
* | Remove `canvas::Data` leftover | 2020-02-12 | 1 | -20/+0 | |
| |