Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | 2024-04-19 | 1 | -1/+1 | |
| | |||||
* | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -4/+5 | |
| | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -3/+0 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -159/+50 | |
|\ | |||||
| * | add action set icon while running (#1590) | 2023-04-12 | 1 | -159/+50 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
* | Remove logging large bytes arrays | 2023-02-23 | 1 | -1/+7 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -9/+6 | |
| | |||||
* | Added convenience functions for window::icon::Icon | 2022-03-01 | 1 | -0/+57 | |
| | |||||
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -19/+0 | |
| | |||||
* | Run cargo fmt | 2021-04-12 | 1 | -8/+10 | |
| | |||||
* | Fix DimensionsMismatch error message | 2020-11-01 | 1 | -1/+1 | |
| | | | | | | The values passed to write! were shifted 1 to the left. Fixes #591 | ||||
* | Move `Icon` to `iced` crate and introduce `Error` | 2020-07-01 | 1 | -0/+132 | |