summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-3020-45/+27
|
* Move `keyboard::Event` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-304-5/+4
|
* Remove `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-305-28/+1
|
* Split `Input` mouse event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-3011-206/+183
|
* Split `Input` keyboard event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-304-28/+44
|
* Implement camera panning in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-04-301-75/+90
|
* Clarify `tick` logic in `game_of_life`Libravatar Héctor Ramón Jiménez2020-04-291-5/+3
|
* Use sparse grid representation in `game_of_life`Libravatar Héctor Ramón Jiménez2020-04-291-68/+69
|
* Reduce initial size of `triangle` buffers in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-291-2/+2
|
* Rename `Cursor::*_position` methods in `canvas`Libravatar Héctor Ramón Jiménez2020-04-293-17/+16
|
* Add `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-04-296-0/+569
| | | | RIP John Conway
* Implement `Rectangle::position`Libravatar Héctor Ramón Jiménez2020-04-291-0/+7
|
* Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-04-2918-39/+147
|\
| * Merge pull request #324 from ethanpailes/document-image-format-guessingLibravatar Héctor Ramón2020-04-271-0/+4
| |\ | | | | | | document that img handle constructors guess fmt
| | * document that img handle constructors guess fmtLibravatar Ethan Pailes2020-04-261-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | This patch documents the fact that a couple of the image handle constructors know how to guess the image format based on the data that they are provided. I had to dig through `iced` sources until I discovered that those routines ultimately boil down to stuff like [image::load_from_memory][1] from the `image` crate, so I thought I would save others the trouble of doing the same reverse-engineering [1]: https://docs.rs/image/0.23.4/image/fn.load_from_memory.html
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-263-3/+3
| |
| * Render meshes after quads in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-261-12/+12
| |
| * Merge pull request #322 from AlisCode/aliscode/321/fix-async-examplesLibravatar Héctor Ramón2020-04-252-0/+54
| |\ | | | | | | #321 Fix async examples by feature-gating Command implementations + A…
| | * Use `Rc` in `Command::map` for WasmLibravatar Héctor Ramón Jiménez2020-04-251-1/+1
| | |
| | * #321 cargo fmtLibravatar Olivier Pinon2020-04-251-5/+1
| | |
| | * #321 Fix async examples by feature-gating Command implementations + Add ↵Libravatar Olivier Pinon2020-04-252-0/+58
| |/ | | | | | | pokedex example in CI so that at least one async example is runned on CI
| * Merge pull request #318 from hecrj/font-associated-typeLibravatar Héctor Ramón2020-04-2410-23/+51
| |\ | | | | | | Make `Font` an associated type of `text::Renderer`
| | * Make `Font` an associated type of `text::Renderer`Libravatar Héctor Ramón Jiménez2020-04-239-23/+45
| | |
| | * Implement `Default` for `Font`Libravatar Héctor Ramón Jiménez2020-04-231-0/+6
| |/
| * Merge pull request #314 from katktv/patch-1Libravatar Héctor Ramón2020-04-221-1/+1
| |\ | | | | | | Fix a typo in ROADMAP
| | * Fix a typo in ROADMAPLibravatar kat2020-04-221-1/+1
| |/
| * Merge pull request #305 from hecrj/element-on-eventLibravatar Héctor Ramón2020-04-191-0/+22
| |\ | | | | | | Implement and expose `Element::on_event`
| | * Implement and expose `Element::on_event`Libravatar Héctor Ramón Jiménez2020-04-181-0/+22
| | |
* | | Introduce `Cursor` type in `canvas`Libravatar Héctor Ramón Jiménez2020-04-296-110/+171
| | |
* | | Display crosshair cursor in `bezier_tool` exampleLibravatar Héctor Ramón Jiménez2020-04-291-4/+14
| | |
* | | Implement `Rectangle::with_size`Libravatar Héctor Ramón Jiménez2020-04-291-0/+14
| | |
* | | Move `MouseCursor` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-295-6/+7
| | |
* | | Let a `canvas::Program` control the mouse cursorLibravatar Héctor Ramón Jiménez2020-04-292-1/+10
| | |
* | | Add `Crosshair` variant to `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-292-3/+7
| | |
* | | Remove `OutOfBounds` variant from `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-2919-22/+18
| | |
* | | Expose `Rectangle` in `iced_web`Libravatar Héctor Ramón Jiménez2020-04-281-1/+1
| | |
* | | Remove `Drawable` and rename `State` to `Program`Libravatar Héctor Ramón Jiménez2020-04-2811-299/+197
| | |
* | | Remove unnecessary `Container` in `bezier_tool`Libravatar Héctor Ramón Jiménez2020-04-281-10/+3
| | |
* | | Clip and cull `Mesh2D` primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-285-25/+45
| | |
* | | Implement `std::ops::Add<Vector>` for `Rectangle`Libravatar Héctor Ramón Jiménez2020-04-281-1/+16
| | |
* | | Implement `Rectangle::new`Libravatar Héctor Ramón Jiménez2020-04-281-0/+15
| | |
* | | Port `bezier_tool` example to use `Canvas`Libravatar Héctor Ramón Jiménez2020-04-284-299/+150
| | |
* | | Allow `canvas::State` to produce messagesLibravatar Héctor Ramón Jiménez2020-04-284-17/+31
| | |
* | | Implement `Drawable` for slices of drawablesLibravatar Héctor Ramón Jiménez2020-04-281-0/+9
| | |
* | | Introduce `Translate` primitive in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-2810-104/+127
| | |
* | | Ask for a `Size` in `Frame::new`Libravatar Héctor Ramón Jiménez2020-04-282-10/+8
| | |
* | | Add convenient builder methods to `canvas::Stroke`Libravatar Héctor Ramón Jiménez2020-04-281-0/+18
| | |
* | | Move reusable `mouse` types to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-2810-12/+23
| | |
* | | Implement `Default` for `Point`Libravatar Héctor Ramón Jiménez2020-04-281-1/+1
| | |
* | | Implement `std::ops::Sub<Point>` for `Point`Libravatar Héctor Ramón Jiménez2020-04-281-0/+8
| | |