Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #318 from hecrj/font-associated-type | 2020-04-24 | 10 | -23/+51 | ||
|\ \ | ||||||
| * | | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 9 | -23/+45 | ||
| * | | Implement `Default` for `Font` | 2020-04-23 | 1 | -0/+6 | ||
|/ / | ||||||
* | | Merge pull request #314 from katktv/patch-1 | 2020-04-22 | 1 | -1/+1 | ||
|\ \ | ||||||
| * | | Fix a typo in ROADMAP | 2020-04-22 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Merge pull request #305 from hecrj/element-on-event | 2020-04-19 | 1 | -0/+22 | ||
|\ \ | ||||||
| * | | Implement and expose `Element::on_event` | 2020-04-18 | 1 | -0/+22 | ||
| | * | Introduce `Cursor` type in `canvas` | 2020-04-29 | 6 | -110/+171 | ||
| | * | Display crosshair cursor in `bezier_tool` example | 2020-04-29 | 1 | -4/+14 | ||
| | * | Implement `Rectangle::with_size` | 2020-04-29 | 1 | -0/+14 | ||
| | * | Move `MouseCursor` to `iced_core` | 2020-04-29 | 5 | -6/+7 | ||
| | * | Let a `canvas::Program` control the mouse cursor | 2020-04-29 | 2 | -1/+10 | ||
| | * | Add `Crosshair` variant to `MouseCursor` | 2020-04-29 | 2 | -3/+7 | ||
| | * | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 19 | -22/+18 | ||
| | * | Expose `Rectangle` in `iced_web` | 2020-04-28 | 1 | -1/+1 | ||
| | * | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 11 | -299/+197 | ||
| | * | Remove unnecessary `Container` in `bezier_tool` | 2020-04-28 | 1 | -10/+3 | ||
| | * | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 5 | -25/+45 | ||
| | * | Implement `std::ops::Add<Vector>` for `Rectangle` | 2020-04-28 | 1 | -1/+16 | ||
| | * | Implement `Rectangle::new` | 2020-04-28 | 1 | -0/+15 | ||
| | * | Port `bezier_tool` example to use `Canvas` | 2020-04-28 | 4 | -299/+150 | ||
| | * | Allow `canvas::State` to produce messages | 2020-04-28 | 4 | -17/+31 | ||
| | * | Implement `Drawable` for slices of drawables | 2020-04-28 | 1 | -0/+9 | ||
| | * | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 10 | -104/+127 | ||
| | * | 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 | ||
| | * | Move reusable `mouse` types to `iced_core` | 2020-04-28 | 10 | -12/+23 | ||
| | * | Implement `Default` for `Point` | 2020-04-28 | 1 | -1/+1 | ||
| | * | Implement `std::ops::Sub<Point>` for `Point` | 2020-04-28 | 1 | -0/+8 | ||
| | * | Remove interaction from `solar_system` example | 2020-04-28 | 1 | -40/+17 | ||
| | * | Fix alignment in triangle pipeline of `iced_wgpu` | 2020-04-19 | 1 | -5/+19 | ||
| | * | Remove `Layer` trait and simplify `Canvas` | 2020-04-19 | 9 | -171/+178 | ||
| | * | Add interactivity to `solar_system` example | 2020-04-19 | 2 | -56/+81 | ||
| | * | 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 | 9 | -36/+112 | ||
| |/ |/| | ||||||
* | | fix progress bar docs to no longer mention buttons (#301) | 2020-04-18 | 1 | -4/+4 | ||
|/ | ||||||
* | Revert "Merge pull request #289 from hecrj/fix/cursor-events" | 2020-04-17 | 2 | -15/+2 | ||
* | 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 | ||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 13 | -268/+313 | ||
|\ | ||||||
| * | 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 | 12 | -267/+312 | ||
* | | Bump versions :tada: | 2020-04-15 | 8 | -10/+15 | ||
* | | Update `CHANGELOG` | 2020-04-15 | 1 | -0/+35 | ||
* | | Mention flags are not supported by `Sandbox` | 2020-04-15 | 1 | -3/+3 | ||
* | | Merge pull request #293 from hecrj/improvement/canvas-ergonomics | 2020-04-15 | 7 | -85/+118 | ||
|\ \ | ||||||
| * | | Simplify drawing logic in `clock` example | 2020-04-14 | 1 | -42/+32 | ||
| * | | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 |