Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Differentiate between question and discussion in issue templates | 2022-02-02 | 1 | -3/+6 | |
| | |||||
* | Make titles of issue templates more relatable | 2022-02-02 | 2 | -6/+6 | |
| | |||||
* | Remove `codebase` from bug report template | 2022-02-02 | 1 | -1/+1 | |
| | | | | | ... since a bug report may not necessarily indicate an issue in the codebase. | ||||
* | Improve description of `Discussion` contact link | 2022-02-02 | 1 | -1/+1 | |
| | |||||
* | Improve titles of issue templates | 2022-02-02 | 2 | -2/+2 | |
| | |||||
* | Add `config.yml` to `.github/ISSUE_TEMPLATE` | 2022-02-02 | 1 | -0/+8 | |
| | |||||
* | Fix capitalization of `title` in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | |||||
* | Fix duplicate `label` field in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | |||||
* | Remove newlines from bug report template | 2022-02-02 | 1 | -14/+6 | |
| | |||||
* | Fix missing closing backtick in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | |||||
* | Add issue template for bug reports | 2022-02-02 | 1 | -0/+90 | |
| | |||||
* | Remove `iced_web` from `document` worfklow | 2022-01-31 | 1 | -1/+0 | |
| | |||||
* | Experimental wgpu WebGL backend support | 2022-01-28 | 1 | -0/+2 | |
| | | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | ||||
* | Fix `audit` workflow | 2022-01-26 | 1 | -1/+0 | |
| | | | | ... since `nix` recently released a `0.22.3`, which is safe by default. | ||||
* | Build `todos` for Raspberry Pis in `build` workflow | 2022-01-20 | 1 | -0/+26 | |
| | |||||
* | Write `CNAME` file before publishing in `document` workflow | 2022-01-19 | 1 | -0/+2 | |
| | |||||
* | Create worflow to publish latest docs to `iced-rs/docs` | 2022-01-19 | 1 | -0/+32 | |
| | |||||
* | Add `audit` workflow for GitHub CI | 2022-01-13 | 1 | -0/+16 | |
| | |||||
* | CI: Run a Windows application without starting the shell too | 2021-09-17 | 1 | -0/+3 | |
| | |||||
* | CI: Open the todos example via double-click on MacOS | 2021-07-21 | 1 | -0/+2 | |
| | |||||
* | Add new sponsors page to `FUNDING` :tada: | 2021-07-13 | 1 | -0/+1 | |
| | |||||
* | Install `libxkbcommon-dev` for `ubuntu-latest` in CI | 2021-06-26 | 2 | -0/+11 | |
| | |||||
* | Build `todos` examples instead of `pokedex` in CI | 2020-12-18 | 1 | -2/+2 | |
| | |||||
* | #321 Fix async examples by feature-gating Command implementations + Add ↵ | 2020-04-25 | 1 | -0/+2 | |
| | | | | pokedex example in CI so that at least one async example is runned on CI | ||||
* | Check Wasm compilation of `tour` example in CI | 2020-04-14 | 1 | -0/+2 | |
| | |||||
* | Rename job in format workflow to `all` | 2020-03-21 | 1 | -1/+1 | |
| | |||||
* | Add workflow to check format in CI | 2020-03-21 | 1 | -0/+12 | |
| | |||||
* | Fix `todos` build workflow | 2020-01-21 | 1 | -22/+8 | |
| | |||||
* | Check `iced` builds when targetting Wasm in CI | 2019-12-18 | 1 | -1/+12 | |
| | |||||
* | Archive `todos` binary before building `deb` pkg | 2019-11-15 | 1 | -4/+4 | |
| | |||||
* | Polish `Build` workflow in all platforms | 2019-11-15 | 1 | -8/+19 | |
| | | | | | | - Add `.desktop` file to `.deb` package - Statically link CRT on Windows - Increase macOS deployment target | ||||
* | Remove `--locked` from `Build` workflow | 2019-11-15 | 1 | -4/+4 | |
| | |||||
* | Improve `Build` workflow to generate `.deb` pkg | 2019-11-15 | 1 | -22/+57 | |
| | |||||
* | Fix `linux-latest` in `Build` workflow | 2019-11-15 | 1 | -1/+1 | |
| | |||||
* | Use different artifact name per platform | 2019-11-15 | 1 | -5/+11 | |
| | |||||
* | Fix `echo` in `Build` workflow on Windows | 2019-11-14 | 1 | -2/+3 | |
| | |||||
* | Add `Build` workflow to generate `todos` binaries | 2019-11-14 | 1 | -0/+35 | |
| | |||||
* | Rename `Integration` workflow to `Test` | 2019-11-14 | 1 | -3/+2 | |
| | |||||
* | Remove `Install libinput` step from CI workflow | 2019-11-14 | 1 | -5/+0 | |
| | |||||
* | Enable debug view explicitly and test it in CI | 2019-11-03 | 1 | -1/+3 | |
| | |||||
* | Remove Wasm target from CI for now | 2019-11-03 | 1 | -4/+0 | |
| | |||||
* | Fix integration CI workflow | 2019-10-13 | 1 | -3/+0 | |
| | | | | The `iced_tour` crate has become a simple example. | ||||
* | Build tour for WebAssembly in CI | 2019-09-24 | 1 | -0/+8 | |
| | |||||
* | Merge branch 'master' into web | 2019-09-21 | 1 | -1/+1 | |
|\ | |||||
| * | Enable GitHub CI on pull requests | 2019-09-16 | 1 | -1/+1 | |
| | | |||||
* | | Unify `web` and `ggez` tour examples :tada: | 2019-09-19 | 1 | -1/+1 | |
|/ | |||||
* | Create `FUNDING.yml` | 2019-09-03 | 1 | -0/+1 | |
| | |||||
* | Add conversion functions for `winit` feature | 2019-09-01 | 1 | -1/+1 | |
| | |||||
* | Install `libasound2-dev` on GitHub CI | 2019-08-27 | 1 | -1/+1 | |
| | |||||
* | Install `libinput` on GitHub CI | 2019-08-27 | 1 | -1/+6 | |
| |