| Commit message (Expand) | Author | Age | Files | Lines |
* | Pin `nightly` toolchain to a specific day in `document` workflow | Héctor Ramón Jiménez | 2023-12-19 | 1 | -1/+1 |
* | Ignore `raw-window-handle` outdated artifact | Héctor Ramón Jiménez | 2023-12-15 | 1 | -1/+1 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 8 | -34/+67 |
|\ |
|
| * | Merge pull request #2135 from iced-rs/ci/deny-warnings | Héctor Ramón | 2023-11-12 | 1 | -0/+2 |
| |\ |
|
| | * | Deny warnings in `test` workflow | Héctor Ramón Jiménez | 2023-11-12 | 1 | -0/+2 |
| * | | Add `check` workflow to ensure `iced_widget` crate compiles | Héctor Ramón Jiménez | 2023-11-12 | 2 | -20/+30 |
| |/ |
|
| * | Run `sed` with `-i` option in `artifacts` job | Héctor Ramón Jiménez | 2023-11-11 | 1 | -1/+1 |
| * | Fix `artifacts` job in `audit` workflow | Héctor Ramón Jiménez | 2023-11-11 | 1 | -0/+2 |
| * | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 3 | -2/+3 |
| |\ |
|
| | * | Run `cargo update` before `cargo audit` in `audit` workflow | Héctor Ramón Jiménez | 2023-10-22 | 1 | -0/+2 |
| | * | Fix `build` workflow in GitHub CI | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+0 |
| | * | Create `cargo lint` alias | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | | Add `iced_highlighter` to `document` workflow | Héctor Ramón Jiménez | 2023-09-19 | 1 | -0/+1 |
| * | | Fix `lint` and `test` GitHub CI workflows | Héctor Ramón Jiménez | 2023-09-18 | 2 | -2/+2 |
| |/ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -4/+2 |
| * | Unify `audit` and `detect` workflows | Héctor Ramón Jiménez | 2023-09-07 | 2 | -19/+17 |
| * | Add GitHub CI workflow to detect outdated dependencies | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+16 |
| * | Enable unstable `web-sys` APIs on CI | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+2 |
| * | Stop verifying the `CHANGELOG` on every PR | Héctor Ramón Jiménez | 2023-09-03 | 1 | -19/+0 |
| * | Replace GitHub discussions with Discourse | Héctor Ramón Jiménez | 2023-08-26 | 1 | -5/+5 |
| * | Replace `guide` with `guidelines` in `PULL_REQUEST_TEMPLATE` | Héctor Ramón Jiménez | 2023-08-21 | 1 | -1/+1 |
| * | Clarify the `CONTRIBUTING` guidelines a bit | Héctor Ramón Jiménez | 2023-08-21 | 1 | -1/+1 |
| * | Create `PULL_REQUEST_TEMPLATE` | Héctor Ramón Jiménez | 2023-08-21 | 1 | -0/+3 |
| * | Improve name of `verify` workflow step | Héctor Ramón Jiménez | 2023-07-27 | 1 | -1/+1 |
| * | Use `origin/master` instead of `master` in `verify` workflow | Héctor Ramón Jiménez | 2023-07-26 | 1 | -1/+1 |
| * | Use `login` instead of `name` in `verify` workflow | Héctor Ramón Jiménez | 2023-07-26 | 1 | -2/+2 |
| * | Fetch all repository history in `verify` workflow | Héctor Ramón Jiménez | 2023-07-26 | 1 | -0/+2 |
| * | Add workflow to verify `CHANGELOG` is always up-to-date | Héctor Ramón Jiménez | 2023-07-26 | 1 | -0/+17 |
* | | refactored window storage; | Bingus | 2023-07-21 | 1 | -1/+0 |
|/ |
|
* | Update BUG-REPORT.yml | Giuliano Bellini | 2023-06-25 | 1 | -2/+2 |
* | Fix outdated release version in `BUG-REPORT.yml` | Héctor Ramón Jiménez | 2023-06-16 | 1 | -1/+1 |
* | Fix `document` workflow for GitHub CI | Héctor Ramón Jiménez | 2023-05-11 | 1 | -4/+4 |
* | Enable renderer backends in `integration` example | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+1 |
* | Fix `test` workflow | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+1 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-01-14 | 1 | -1/+1 |
* | Update latest release number in `BUG_REPORT.yml` | Héctor Ramón Jiménez | 2022-12-14 | 1 | -3/+3 |
* | Remove `iced_pure` from `document` workflow | Héctor Ramón Jiménez | 2022-08-06 | 1 | -1/+0 |
* | test-ci: Use modern workspace option instead of all | Luni-4 | 2022-07-14 | 1 | -2/+2 |
* | format-ci: Add verbose option for format lints | Luni-4 | 2022-07-14 | 1 | -1/+1 |
* | lint-ci: Consider clippy warnings as errors | Luni-4 | 2022-07-14 | 1 | -1/+1 |
* | lint-ci: Check examples, tests and benches too | Luni-4 | 2022-07-14 | 1 | -1/+1 |
* | lint-ci: Use modern workspace option instead of all | Luni-4 | 2022-07-14 | 1 | -1/+1 |
* | Use proper profile for `cargo-deb` in `build` workflow | Héctor Ramón | 2022-07-14 | 1 | -1/+1 |
* | Use `release-opt` profile in `build` workflow | Héctor Ramón Jiménez | 2022-07-14 | 1 | -27/+11 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 1 | -1/+1 |
* | Add `lint` workflow to run `cargo clippy` | Héctor Ramón Jiménez | 2022-07-09 | 1 | -0/+12 |
* | Remove manual update of `nix` crate in `audit` workflow | Héctor Ramón Jiménez | 2022-05-11 | 1 | -3/+0 |
* | Fix unnecessary newlines in `BUG-REPORT.yml` | Héctor Ramón Jiménez | 2022-05-10 | 1 | -5/+2 |
* | Elaborate on supported versions in `BUG-REPORT.yml` | Héctor Ramón Jiménez | 2022-05-10 | 1 | -2/+8 |
* | Add note about using the latest patch | mtkennerly | 2022-05-10 | 1 | -1/+1 |