| Commit message (Expand) | Author | Files | Lines |
2024-05-07 | Redirect `docs.iced.rs` to actual docs | Héctor Ramón Jiménez | 1 | -0/+2 |
2024-05-07 | Update `winit` to `0.30` | Héctor Ramón Jiménez | 1 | -2/+0 |
2024-04-07 | Check benchmarks only instead of testing them in CI | Héctor Ramón Jiménez | 2 | -5/+13 |
2024-04-07 | Install missing dependencies in `lint` workflow | Héctor Ramón Jiménez | 1 | -0/+5 |
2024-04-07 | Run `lint` workflow in `ubuntu-latest` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-04-07 | Test benchmarks in GitHub CI | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-03-12 | Fix wgpu examples link in issue template | Fenhl | 1 | -1/+1 |
2024-03-12 | Use `v2` of `setup-rust-action` on CI | Héctor Ramón Jiménez | 7 | -12/+12 |
2024-03-07 | Remove `iced_style` from `document` workflow | Héctor Ramón Jiménez | 1 | -1/+0 |
2024-02-20 | Disable `artifacts` job in `audit` workflow | Héctor Ramón Jiménez | 1 | -11/+11 |
2023-12-19 | Pin `nightly` toolchain to a specific day in `document` workflow | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-12-15 | Ignore `raw-window-handle` outdated artifact | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-12 | Deny warnings in `test` workflow | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-11-12 | Add `check` workflow to ensure `iced_widget` crate compiles | Héctor Ramón Jiménez | 2 | -20/+30 |
2023-11-11 | Run `sed` with `-i` option in `artifacts` job | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-11 | Fix `artifacts` job in `audit` workflow | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-10-22 | Run `cargo update` before `cargo audit` in `audit` workflow | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-09-20 | Fix `build` workflow in GitHub CI | Héctor Ramón Jiménez | 1 | -1/+0 |
2023-09-20 | Create `cargo lint` alias | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-19 | Add `iced_highlighter` to `document` workflow | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-09-18 | Fix `lint` and `test` GitHub CI workflows | Héctor Ramón Jiménez | 2 | -2/+2 |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 1 | -4/+2 |
2023-09-07 | Unify `audit` and `detect` workflows | Héctor Ramón Jiménez | 2 | -19/+17 |
2023-09-04 | Add GitHub CI workflow to detect outdated dependencies | Héctor Ramón Jiménez | 1 | -0/+16 |
2023-09-04 | Enable unstable `web-sys` APIs on CI | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-09-03 | Stop verifying the `CHANGELOG` on every PR | Héctor Ramón Jiménez | 1 | -19/+0 |
2023-08-26 | Replace GitHub discussions with Discourse | Héctor Ramón Jiménez | 1 | -5/+5 |
2023-08-21 | Replace `guide` with `guidelines` in `PULL_REQUEST_TEMPLATE` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-21 | Clarify the `CONTRIBUTING` guidelines a bit | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-21 | Create `PULL_REQUEST_TEMPLATE` | Héctor Ramón Jiménez | 1 | -0/+3 |
2023-07-27 | Improve name of `verify` workflow step | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-07-26 | Use `origin/master` instead of `master` in `verify` workflow | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-07-26 | Use `login` instead of `name` in `verify` workflow | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-07-26 | Fetch all repository history in `verify` workflow | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-07-26 | Add workflow to verify `CHANGELOG` is always up-to-date | Héctor Ramón Jiménez | 1 | -0/+17 |
2023-07-21 | refactored window storage; | Bingus | 1 | -1/+0 |
2023-06-25 | Update BUG-REPORT.yml | Giuliano Bellini | 1 | -2/+2 |
2023-06-16 | Fix outdated release version in `BUG-REPORT.yml` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-05-11 | Fix `document` workflow for GitHub CI | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-03-07 | Enable renderer backends in `integration` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-02-24 | Fix `test` workflow | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-01-14 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-12-14 | Update latest release number in `BUG_REPORT.yml` | Héctor Ramón Jiménez | 1 | -3/+3 |
2022-08-06 | Remove `iced_pure` from `document` workflow | Héctor Ramón Jiménez | 1 | -1/+0 |
2022-07-14 | test-ci: Use modern workspace option instead of all | Luni-4 | 1 | -2/+2 |
2022-07-14 | format-ci: Add verbose option for format lints | Luni-4 | 1 | -1/+1 |
2022-07-14 | lint-ci: Consider clippy warnings as errors | Luni-4 | 1 | -1/+1 |
2022-07-14 | lint-ci: Check examples, tests and benches too | Luni-4 | 1 | -1/+1 |
2022-07-14 | lint-ci: Use modern workspace option instead of all | Luni-4 | 1 | -1/+1 |
2022-07-14 | Use proper profile for `cargo-deb` in `build` workflow | Héctor Ramón | 1 | -1/+1 |