Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 5 | -13/+26 | |
|\ | |||||
| * | Bump versions :tada: | 2020-04-26 | 1 | -1/+1 | |
| | | |||||
| * | Render meshes after quads in `iced_wgpu` | 2020-04-26 | 1 | -12/+12 | |
| | | |||||
| * | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 3 | -0/+13 | |
| | | |||||
* | | Introduce `Cursor` type in `canvas` | 2020-04-29 | 3 | -32/+88 | |
| | | |||||
* | | Let a `canvas::Program` control the mouse cursor | 2020-04-29 | 2 | -1/+10 | |
| | | |||||
* | | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 13 | -13/+13 | |
| | | |||||
* | | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 4 | -100/+37 | |
| | | |||||
* | | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 4 | -25/+44 | |
| | | |||||
* | | Allow `canvas::State` to produce messages | 2020-04-28 | 3 | -16/+30 | |
| | | |||||
* | | Implement `Drawable` for slices of drawables | 2020-04-28 | 1 | -0/+9 | |
| | | |||||
* | | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 8 | -45/+64 | |
| | | |||||
* | | 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 | |
| | | |||||
* | | Fix alignment in triangle pipeline of `iced_wgpu` | 2020-04-19 | 1 | -5/+19 | |
| | | |||||
* | | Remove `Layer` trait and simplify `Canvas` | 2020-04-19 | 7 | -107/+100 | |
| | | |||||
* | | 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 | |
| | | |||||
* | | Simplify `Canvas` example in documentation | 2020-04-19 | 1 | -1/+1 | |
| | | |||||
* | | Draft `Program` interactivity for `Canvas` | 2020-04-19 | 6 | -29/+99 | |
|/ | |||||
* | fix progress bar docs to no longer mention buttons (#301) | 2020-04-18 | 1 | -4/+4 | |
| | |||||
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 3 | -4/+4 | |
| | |||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 5 | -13/+10 | |
| | | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | ||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 11 | -251/+281 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Use new release of `wgpu_glyph` | 2020-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 10 | -250/+280 | |
| | | |||||
* | | Bump versions :tada: | 2020-04-15 | 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. | ||||
* | | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 4 | -23/+23 | |
| | | |||||
* | | Merge pull request #279 from hecrj/fix/text-input-measure-value | 2020-04-10 | 1 | -7/+17 | |
|\ \ | | | | | | | Fix `text_input::Renderer` implementation in `iced_wgpu` | ||||
| * | | Fix unnecessary clip of text input in `iced_wgpu` | 2020-04-09 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | It should only produce a `Clip` primitive when the contents overflow the input now. | ||||
| * | | Fix `measure_value` for text input in `iced_wgpu` | 2020-04-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | It accounts for spaces at the start of text now. | ||||
* | | | Stop generating empty `Mesh2D` in `canvas::Frame` | 2020-04-09 | 1 | -7/+9 | |
|/ / | |||||
* / | impl default for canvas cache | 2020-04-08 | 1 | -7/+24 | |
|/ | |||||
* | Enable feature flags in `docs.rs` | 2020-04-05 | 1 | -0/+4 | |
| | |||||
* | document wgpu feature flags | 2020-04-04 | 3 | -0/+4 | |
| | |||||
* | Bump all versions :tada: | 2020-04-02 | 2 | -4/+10 | |
| | |||||
* | Remove subcrates `CHANGELOG` | 2020-04-02 | 1 | -14/+0 | |
| | | | | | | | | | | | | At this stage, it is important to allow the library to change rapidly. Because of this, keeping a log of changes can be counter-productive. We do not want pin down design decisions by writing detailed changelogs (sunk cost fallacy). Once the library and its different parts start becoming more stable and mature, we will reintroduce changelogs accordingly. For now, we will keep a main `CHANGELOG` file just for the `iced` crate. | ||||
* | Add example to `pane_grid` module documentation | 2020-04-02 | 1 | -0/+7 | |
| | |||||
* | Update `iced_wgpu` root documentation | 2020-04-02 | 2 | -2/+3 | |
| | |||||
* | Add examples to `Canvas` documentation | 2020-04-02 | 1 | -2/+15 | |
| |