| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increase speed limit to `200` in `game_of_life` | 2020-05-01 | 1 | -1/+1 | |
| * | Use `fill_rectangle` for cursor in `game_of_life` | 2020-05-01 | 1 | -5/+1 | |
| * | Implement zooming for `game_of_life` example | 2020-05-01 | 1 | -60/+97 | |
| * | Improve tick performance in `game_of_life` | 2020-05-01 | 1 | -21/+16 | |
| * | Introduce `Life` type in `game_of_life` | 2020-05-01 | 1 | -35/+53 | |
| * | Simplify `Interaction` handling in `game_of_life` | 2020-05-01 | 1 | -20/+22 | |
| * | Introduce `Cell` type in `game_of_life` | 2020-05-01 | 1 | -85/+97 | |
| * | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -8/+11 | |
| * | Implement `time::every` in `iced_futures` | 2020-04-30 | 2 | -36/+1 | |
| * | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -11/+4 | |
| * | Implement camera panning in `game_of_life` example | 2020-04-30 | 1 | -75/+90 | |
| * | Clarify `tick` logic in `game_of_life` | 2020-04-29 | 1 | -5/+3 | |
| * | Use sparse grid representation in `game_of_life` | 2020-04-29 | 1 | -68/+69 | |
| * | Rename `Cursor::*_position` methods in `canvas` | 2020-04-29 | 1 | -4/+3 | |
| * | Add `game_of_life` example | 2020-04-29 | 3 | -0/+538 |
