Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix alpha blending for wgpu msaa | 2022-06-16 | 3 | -28/+8 | |
| | |||||
* | Update web instructions of the `tour` example | 2022-06-10 | 2 | -7/+7 | |
| | |||||
* | Merge pull request #1356 from casperstorm/fix/readme | 2022-06-02 | 1 | -22/+32 | |
|\ | | | | | fix: corrected images in `README.md` to be similar height. | ||||
| * | corrected images in README to be similar height | 2022-06-02 | 1 | -22/+32 | |
|/ | |||||
* | Bump versions :tada: | 2022-05-31 | 4 | -4/+4 | |
| | |||||
* | Merge pull request #1354 from iced-rs/fix/wgpu-modern-limits | 2022-05-30 | 1 | -19/+27 | |
|\ | | | | | Try `Limits::default` in `iced_wgpu` before `downlevel_defaults` | ||||
| * | Try `Limits::default` in `iced_wgpu` before `downlevel_defaults` | 2022-05-31 | 1 | -19/+27 | |
|/ | |||||
* | Merge pull request #1349 from iced-rs/fix/subscription-cancelation | 2022-05-30 | 1 | -10/+23 | |
|\ | | | | | Fix `Subscription` cancelation when never awaiting | ||||
| * | Fix `Subscription` cancelation when never awaiting | 2022-05-27 | 1 | -10/+23 | |
| | | | | | | | | | | | | | | | | `StreamExt::forward` will keep polling a ready `Stream` in a loop. If the `Stream` is always ready, the `poll` method of `Forward` effectively blocks (see https://github.com/rust-lang/futures-rs/issues/2552). The fix consists in manually implementing a simpler version of `Forward`. | ||||
* | | Merge pull request #1353 from tarkah/fix/overlay-status-capture | 2022-05-30 | 1 | -0/+4 | |
|\ \ | | | | | | | Don't process captured overlay statuses | ||||
| * | | Don't process captured overlay statuses | 2022-05-30 | 1 | -0/+4 | |
|/ / | |||||
* | | Merge pull request #1341 from nicksenger/fix/component-overlay-rebuild | 2022-05-14 | 4 | -35/+52 | |
|\ \ | |/ |/| | fix: prevent building component overlay with stale layout | ||||
| * | remove rebuild of component overlay from `on_event` | 2022-05-13 | 2 | -13/+2 | |
| | | |||||
| * | Relayout base layer when layout is invalidated from an overlay | 2022-05-13 | 2 | -22/+50 | |
| | | |||||
| * | Revert "fix: prevent building overlay with stale layout" | 2022-05-13 | 2 | -63/+13 | |
| | | | | | | | | This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c. | ||||
| * | fix: prevent building overlay with stale layout | 2022-05-10 | 2 | -13/+63 | |
| | | |||||
* | | Remove manual update of `nix` crate in `audit` workflow | 2022-05-11 | 1 | -3/+0 | |
| | | |||||
* | | Merge pull request #1314 from derezzedex/dev/system-information | 2022-05-11 | 26 | -56/+482 | |
|\ \ | |/ |/| | feat: fetch system information | ||||
| * | Merge branch 'master' into dev/system-information | 2022-05-10 | 7 | -19/+49 | |
| |\ | |/ |/| | |||||
* | | Fix unnecessary newlines in `BUG-REPORT.yml` | 2022-05-10 | 1 | -5/+2 | |
| | | |||||
* | | Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdown | 2022-05-10 | 1 | -2/+8 | |
|\ \ | | | | | | | Add missing versions to issue template | ||||
| * | | Elaborate on supported versions in `BUG-REPORT.yml` | 2022-05-10 | 1 | -2/+8 | |
| | | | |||||
| * | | Add note about using the latest patch | 2022-05-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Drop older versions from list | 2022-05-10 | 1 | -4/+1 | |
| | | | |||||
| * | | Add missing versions to issue template | 2022-05-09 | 1 | -0/+3 | |
| | | | |||||
* | | | Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement | 2022-05-09 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| | | Add note about resolver requirement | ||||
| * | | Add note about resolver requirement | 2022-05-09 | 1 | -0/+3 | |
|/ / | |||||
* | | Merge pull request #1337 from iced-rs/generic-widget-tree | 2022-05-08 | 2 | -13/+38 | |
|\ \ | | | | | | | Take `Borrow<dyn Widget>` instead of `Element` in `Tree` API | ||||
| * | | Use `Borrow` instead of `AsRef` to allow easier casting | 2022-05-06 | 2 | -11/+22 | |
| | | | |||||
| * | | Take `AsRef<Widget>` instead of `Element` in `Tree` API | 2022-05-06 | 2 | -13/+27 | |
|/ / | |||||
* | | Merge pull request #1333 from tarkah/fix/pub-pure-flex | 2022-05-05 | 1 | -2/+1 | |
|\ \ | | | | | | | Expose pure flex module as public | ||||
| * | | Expose pure flex module as public | 2022-05-05 | 1 | -2/+1 | |
|/ / | |||||
* | | Bump version of `iced_pure` :tada: | 2022-05-05 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #1332 from tarkah/fix/rule-helper | 2022-05-05 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix vertical rule helper | ||||
| * | | Fix vertical rule helper | 2022-05-04 | 1 | -1/+1 | |
|/ / | |||||
| * | Merge branch 'master' into dev/system-information | 2022-05-04 | 90 | -334/+1363 | |
| |\ | |/ |/| | |||||
* | | Use `nightly` toolchain in `document` CI workflow | 2022-05-03 | 1 | -1/+4 | |
| | | |||||
* | | Bump version :tada: | 2022-05-03 | 1 | -1/+1 | |
| | | |||||
* | | Update `CHANGELOG` | 2022-05-03 | 1 | -1/+10 | |
| | | |||||
* | | Merge pull request #1330 from iced-rs/expose-padding | 2022-05-03 | 1 | -2/+2 | |
|\ \ | | | | | | | Expose `Padding` in `iced` root crate | ||||
| * | | Expose `Padding` in `iced` root crate | 2022-05-03 | 1 | -2/+2 | |
|/ / | |||||
* | | Bump version in `README` | 2022-05-02 | 2 | -3/+3 | |
| | | |||||
* | | Merge pull request #1328 from iced-rs/release/0.4.0 | 2022-05-02 | 13 | -46/+91 | |
|\ \ | | | | | | | Release `0.4` — Stateless widgets, component trait, responsive views, WebGL support, and more! | ||||
| * | | Bump versions :tada: | 2022-05-02 | 12 | -45/+58 | |
| | | | |||||
| * | | Update `CHANGELOG` | 2022-05-02 | 1 | -1/+33 | |
|/ / | |||||
* | | Merge pull request #1327 from iced-rs/update-docs | 2022-05-02 | 73 | -187/+755 | |
|\ \ | | | | | | | Update documentation | ||||
| * | | Enable `pure` feature in `docs.rs` | 2022-05-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Indicate feature-flagged modules in documentation | 2022-05-02 | 3 | -0/+11 | |
| | | | |||||
| * | | Capitalize `iced` once again | 2022-05-02 | 1 | -8/+8 | |
| | | | | | | | | | | | | Since its a proper noun! | ||||
| * | | Fix typo in `README` of `iced_glow` | 2022-05-02 | 1 | -1/+1 | |
| | | |