Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Reorganize `view` code in `game_of_life` | 2020-05-03 | 1 | -71/+102 | ||
| | * | | | Simplify logic and limit ticks in `game_of_life` | 2020-05-02 | 1 | -73/+33 | ||
| | * | | | Display some statistics in `game_of_life` | 2020-05-02 | 2 | -23/+119 | ||
| | * | | | Run ticks in a background thread in `game_of_life` | 2020-05-02 | 2 | -51/+210 | ||
| | * | | | Rename `visible_in` to `within` in `game_of_life` | 2020-05-02 | 1 | -2/+2 | ||
| | * | | | Use `rustc_hash` for hashing in `game_of_life` | 2020-05-02 | 2 | -3/+4 | ||
| | * | | | Change speed limit to `100` in `game_of_life` | 2020-05-01 | 1 | -1/+1 | ||
| | * | | | Improve scrolling smoothness in `game_of_life` | 2020-05-01 | 1 | -7/+10 | ||
| | * | | | Zoom to cursor in `game_of_life` example | 2020-05-01 | 1 | -1/+15 | ||
| | * | | | Improve zooming logic in `game_of_life` | 2020-05-01 | 1 | -10/+9 | ||
| | * | | | 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 | ||
| | * | | | Implement `Frame::fill_rectangle` | 2020-05-01 | 1 | -0/+51 | ||
| | * | | | Implement scalar multiplication for `Vector` | 2020-05-01 | 1 | -0/+11 | ||
| | * | | | Add `UNIT` constant to `Size` | 2020-05-01 | 1 | -0/+5 | ||
| | * | | | 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 | 2 | -86/+98 | ||
| | * | | | Update `README` of `game_of_life` example | 2020-04-30 | 1 | -6/+7 | ||
| | * | | | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 35 | -171/+170 | ||
| | * | | | Write documentation for the new `canvas` API | 2020-04-30 | 8 | -17/+122 | ||
| | * | | | Disable `time` module on Wasm for now | 2020-04-30 | 2 | -2/+8 | ||
| | * | | | Implement `time::every` in `iced_futures` | 2020-04-30 | 14 | -169/+110 | ||
| | * | | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 20 | -45/+27 | ||
| | * | | | Move `keyboard::Event` to `iced_core` | 2020-04-30 | 4 | -5/+4 | ||
| | * | | | Remove `ButtonState` | 2020-04-30 | 5 | -28/+1 | ||
| | * | | | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 11 | -206/+183 | ||
| | * | | | Split `Input` keyboard event by `ButtonState` | 2020-04-30 | 4 | -28/+44 | ||
| | * | | | 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 | ||
| | * | | | Reduce initial size of `triangle` buffers in `iced_wgpu` | 2020-04-29 | 1 | -2/+2 | ||
| | * | | | Rename `Cursor::*_position` methods in `canvas` | 2020-04-29 | 3 | -17/+16 | ||
| | * | | | Add `game_of_life` example | 2020-04-29 | 6 | -0/+569 | ||
| | * | | | Implement `Rectangle::position` | 2020-04-29 | 1 | -0/+7 | ||
| | * | | | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 18 | -39/+147 | ||
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #324 from ethanpailes/document-image-format-guessing | 2020-04-27 | 1 | -0/+4 | ||
|\ \ \ \ \ | ||||||
| * | | | | | document that img handle constructors guess fmt | 2020-04-26 | 1 | -0/+4 | ||
|/ / / / / | ||||||
* | | | | | Bump versions :tada: | 2020-04-26 | 3 | -3/+3 | ||
* | | | | | Render meshes after quads in `iced_wgpu` | 2020-04-26 | 1 | -12/+12 | ||
* | | | | | Merge pull request #322 from AlisCode/aliscode/321/fix-async-examples | 2020-04-25 | 2 | -0/+54 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use `Rc` in `Command::map` for Wasm | 2020-04-25 | 1 | -1/+1 | ||
| * | | | | #321 cargo fmt | 2020-04-25 | 1 | -5/+1 | ||
| * | | | | #321 Fix async examples by feature-gating Command implementations + Add poked... | 2020-04-25 | 2 | -0/+58 | ||
|/ / / / | ||||||
* | | | | 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 | ||
|\ \ \ \ | |_|/ / |/| | | |