summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-0714-739/+2
* Fix linksLibravatar Theo Robinson2022-02-079-40/+40
* Merge pull request #1231 from TannerRogalsky/allow-the-creation-of-unconnecte...Libravatar Héctor Ramón2022-02-071-0/+8
|\
| * Allow the creation of a clipboard without a window.Libravatar Tanner Rogalsky2022-02-051-0/+8
|/
* Merge pull request #1225 from tarkah/feat/canvas-line-dashLibravatar Héctor Ramón2022-02-045-10/+80
|\
| * Access `lyon_algorithms` indirectly through `lyon`Libravatar Héctor Ramón Jiménez2022-02-032-7/+3
| * Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2022-02-035-26/+26
| * Fix examples, no longer CopyLibravatar Cory Forsstrom2022-01-271-2/+2
| * Increase gap in exampleLibravatar Cory Forsstrom2022-01-271-1/+1
| * Remove vec allocationLibravatar Cory Forsstrom2022-01-271-35/+36
| * Add line dash APILibravatar Cory Forsstrom2022-01-276-3/+76
* | Differentiate between question and discussion in issue templatesLibravatar Héctor Ramón Jiménez2022-02-021-3/+6
* | Make titles of issue templates more relatableLibravatar Héctor Ramón Jiménez2022-02-022-6/+6
* | Remove `codebase` from bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
* | Improve description of `Discussion` contact linkLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
* | Improve titles of issue templatesLibravatar Héctor Ramón Jiménez2022-02-022-2/+2
* | Add `config.yml` to `.github/ISSUE_TEMPLATE`Libravatar Héctor Ramón Jiménez2022-02-021-0/+8
* | Fix capitalization of `title` in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
* | Fix duplicate `label` field in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
* | Remove newlines from bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-14/+6
* | Fix missing closing backtick in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
* | Add issue template for bug reportsLibravatar Héctor Ramón Jiménez2022-02-021-0/+90
* | Fix `default` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-02-013-3/+18
* | Point `iced_web` links to the new standalone repositoryLibravatar Héctor Ramón Jiménez2022-01-313-5/+5
* | Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-317-8/+8
* | Remove `iced_web` from `document` worfklowLibravatar Héctor Ramón Jiménez2022-01-311-1/+0
* | Merge pull request #1096 from pacmancoder/feat/wgpu-webglLibravatar Héctor Ramón2022-01-3190-3901/+768
|\ \
| * | Allow `Application::run` to return on native platformsLibravatar Héctor Ramón Jiménez2022-01-311-2/+42
| * | Add `index.html` for `todos` and `tour` exampleLibravatar Héctor Ramón Jiménez2022-01-293-0/+25
| * | Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez2022-01-283-5/+17
| * | Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-287-21/+61
| * | Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-2819-318/+280
| * | Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-286-150/+49
| * | Move `time` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez2022-01-285-5/+6
| * | Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez2022-01-286-6/+19
| * | Use WebGL2 limits for `Compositor` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-01-281-1/+8
| * | Append `Canvas` to `<body>` when targetting Wasm in `iced_winit`Libravatar Héctor Ramón Jiménez2022-01-282-0/+19
| * | Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-2835-3475/+69
| * | Reduce diffLibravatar Kai Mast2022-01-281-1/+1
| * | Always use event_loop.runLibravatar Kai Mast2022-01-281-77/+30
| * | Use glow_glyp in opengl_integration exampleLibravatar Kai Mast2022-01-281-1/+1
| * | Re-add docs for clipboardLibravatar Kai Mast2022-01-281-1/+2
| * | Remove wasm-specific clipboardLibravatar Kai Mast2022-01-282-30/+2
| * | Use instant instead of std::instantLibravatar Kai Mast2022-01-282-1/+2
| * | Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-2821-87/+415
|/ /
* | Rely on GHCR instead of Docker Hub in `Cross.toml`Libravatar Héctor Ramón Jiménez2022-01-261-2/+2
* | Fix `audit` workflowLibravatar Héctor Ramón Jiménez2022-01-261-1/+0
* | Merge pull request #1160 from derezzedex/dev/arm-supportLibravatar Héctor Ramón2022-01-2630-280/+1108
|\ \ | |/ |/|
| * Build `todos` for Raspberry Pis in `build` workflowLibravatar Héctor Ramón Jiménez2022-01-202-5/+31
| * Move files in `docker` directory to `iced-rs/docker` repositoryLibravatar Héctor Ramón Jiménez2022-01-203-79/+0