summaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | ... since a bug report may not necessarily indicate an issue in the codebase.
* 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
|
* Remove `iced_web` from `document` worfklowLibravatar Héctor Ramón Jiménez2022-01-311-1/+0
|
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-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` workflowLibravatar Héctor Ramón Jiménez2022-01-261-1/+0
| | | | ... since `nix` recently released a `0.22.3`, which is safe by default.
* Build `todos` for Raspberry Pis in `build` workflowLibravatar Héctor Ramón Jiménez2022-01-201-0/+26
|
* Write `CNAME` file before publishing in `document` workflowLibravatar Héctor Ramón Jiménez2022-01-191-0/+2
|
* Create worflow to publish latest docs to `iced-rs/docs`Libravatar Héctor Ramón Jiménez2022-01-191-0/+32
|
* Add `audit` workflow for GitHub CILibravatar Héctor Ramón Jiménez2022-01-131-0/+16
|
* CI: Run a Windows application without starting the shell tooLibravatar Luni-42021-09-171-0/+3
|
* CI: Open the todos example via double-click on MacOSLibravatar Luni-42021-07-211-0/+2
|
* Add new sponsors page to `FUNDING` :tada:Libravatar Héctor Ramón Jiménez2021-07-131-0/+1
|
* Install `libxkbcommon-dev` for `ubuntu-latest` in CILibravatar Héctor Ramón Jiménez2021-06-262-0/+11
|
* Build `todos` examples instead of `pokedex` in CILibravatar Héctor Ramón Jiménez2020-12-181-2/+2
|
* #321 Fix async examples by feature-gating Command implementations + Add ↵Libravatar Olivier Pinon2020-04-251-0/+2
| | | | pokedex example in CI so that at least one async example is runned on CI
* Check Wasm compilation of `tour` example in CILibravatar Héctor Ramón Jiménez2020-04-141-0/+2
|
* Rename job in format workflow to `all`Libravatar Héctor Ramón Jiménez2020-03-211-1/+1
|
* Add workflow to check format in CILibravatar Héctor Ramón Jiménez2020-03-211-0/+12
|
* Fix `todos` build workflowLibravatar Héctor Ramón Jiménez2020-01-211-22/+8
|
* Check `iced` builds when targetting Wasm in CILibravatar Héctor Ramón Jiménez2019-12-181-1/+12
|
* Archive `todos` binary before building `deb` pkgLibravatar Héctor Ramón Jiménez2019-11-151-4/+4
|
* Polish `Build` workflow in all platformsLibravatar Héctor Ramón Jiménez2019-11-151-8/+19
| | | | | | - Add `.desktop` file to `.deb` package - Statically link CRT on Windows - Increase macOS deployment target
* Remove `--locked` from `Build` workflowLibravatar Héctor Ramón Jiménez2019-11-151-4/+4
|
* Improve `Build` workflow to generate `.deb` pkgLibravatar Héctor Ramón Jiménez2019-11-151-22/+57
|
* Fix `linux-latest` in `Build` workflowLibravatar Héctor Ramón Jiménez2019-11-151-1/+1
|
* Use different artifact name per platformLibravatar Héctor Ramón Jiménez2019-11-151-5/+11
|
* Fix `echo` in `Build` workflow on WindowsLibravatar Héctor Ramón Jiménez2019-11-141-2/+3
|
* Add `Build` workflow to generate `todos` binariesLibravatar Héctor Ramón Jiménez2019-11-141-0/+35
|
* Rename `Integration` workflow to `Test`Libravatar Héctor Ramón Jiménez2019-11-141-3/+2
|
* Remove `Install libinput` step from CI workflowLibravatar Héctor Ramón Jiménez2019-11-141-5/+0
|
* Enable debug view explicitly and test it in CILibravatar Héctor Ramón Jiménez2019-11-031-1/+3
|
* Remove Wasm target from CI for nowLibravatar Héctor Ramón Jiménez2019-11-031-4/+0
|
* Fix integration CI workflowLibravatar Héctor Ramón Jiménez2019-10-131-3/+0
| | | | The `iced_tour` crate has become a simple example.
* Build tour for WebAssembly in CILibravatar Héctor Ramón Jiménez2019-09-241-0/+8
|
* Merge branch 'master' into webLibravatar Héctor Ramón Jiménez2019-09-211-1/+1
|\
| * Enable GitHub CI on pull requestsLibravatar Héctor Ramón Jiménez2019-09-161-1/+1
| |
* | Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez2019-09-191-1/+1
|/
* Create `FUNDING.yml`Libravatar Héctor Ramón Jiménez2019-09-031-0/+1
|
* Add conversion functions for `winit` featureLibravatar Héctor Ramón Jiménez2019-09-011-1/+1
|
* Install `libasound2-dev` on GitHub CILibravatar Héctor Ramón Jiménez2019-08-271-1/+1
|
* Install `libinput` on GitHub CILibravatar Héctor Ramón Jiménez2019-08-271-1/+6
|