| Commit message (Expand) | Author | Files | Lines |
2020-11-12 | Implement event capturing for `Canvas` | Héctor Ramón Jiménez | 1 | -32/+43 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-08-10 | Add `Keyboard` variant to `canvas::Event` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 1 | -5/+5 |
2020-04-30 | Split `Input` mouse event by `ButtonState` | Héctor Ramón Jiménez | 1 | -28/+27 |
2020-04-29 | Rename `Cursor::*_position` methods in `canvas` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-04-29 | Introduce `Cursor` type in `canvas` | Héctor Ramón Jiménez | 1 | -68/+69 |
2020-04-29 | Display crosshair cursor in `bezier_tool` example | Héctor Ramón Jiménez | 1 | -4/+14 |
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | Héctor Ramón Jiménez | 1 | -40/+51 |
2020-04-28 | Remove unnecessary `Container` in `bezier_tool` | Héctor Ramón Jiménez | 1 | -10/+3 |
2020-04-28 | Port `bezier_tool` example to use `Canvas` | Héctor Ramón Jiménez | 3 | -298/+149 |
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -6/+8 |
2020-04-10 | Fix `bezier_tool` placeholder text alignment | Héctor Ramón Jiménez | 1 | -3/+7 |
2020-03-07 | Implement `Primitive::Cached` | Héctor Ramón Jiménez | 1 | -3/+2 |
2020-02-21 | Create `README` files for all the examples | Héctor Ramón Jiménez | 1 | -0/+19 |
2020-02-18 | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-15 | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -1/+4 |
2020-02-14 | Revert changing the constructor and implement new method. | daxpedda | 1 | -1/+1 |
2020-02-14 | Fix examples. | daxpedda | 1 | -1/+1 |
2020-02-14 | Upgrade `Mesh2D` indices from `u16` to `u32` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Fix examples using `Mesh2D` | Héctor Ramón Jiménez | 1 | -31/+21 |
2020-01-20 | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 2 | -0/+378 |