summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use `expect` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-07-031-1/+5
| | | | ... together with `first` and `copied`.
* Use latest `wgpu_glyph` release on crates.ioLibravatar Héctor Ramón Jiménez2022-07-031-1/+1
|
* better `wgsl` code styleLibravatar Cupnfish2022-07-024-11/+11
|
* fix `wgsl` syntaxLibravatar Cupnfish2022-07-021-1/+1
|
* remove unnecessary `Cargo.toml` formattingLibravatar Cupnfish2022-07-021-22/+22
|
* replace `path` to `git`Libravatar Cupnfish2022-07-021-23/+23
|
* update `wgpu` to `0.13`Libravatar Cupnfish2022-07-0215-145/+141
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-07-012-2/+2
|
* Merge pull request #1376 from iced-rs/fix/canvas-state-tagLibravatar Héctor Ramón2022-07-012-3/+3
|\ | | | | Fix `Widget::tag` implementation of `pure::Canvas`
| * Fix `Widget::tag` implementation of `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-07-012-3/+3
|/ | | | | Using `P::State` can cause a panic if the `Canvas` has `()` as `P::State` and replaces a stateless widget in a future `view` call.
* Merge pull request #1371 from tarkah/feat/pure-text-input-value-overrideLibravatar Héctor Ramón2022-06-271-0/+26
|\ | | | | Allow overriding pure text_input value during draw
| * Allow overriding pure text_input value during drawLibravatar Cory Forsstrom2022-06-231-0/+26
|/
* Merge pull request #1370 from jhannyjimenez/canvas_documentation_clarificationLibravatar Héctor Ramón2022-06-231-1/+8
|\ | | | | Added more clarification as to how the position and alignment of the …
| * Added more clarification as to how the position and alignment of the Canvas ↵Libravatar Jhanny Jimenez2022-06-221-1/+8
| | | | | | | | Text structure interact
* | Merge pull request #1361 from mtkennerly/feature/prevent-overlapping-title-barLibravatar Héctor Ramón2022-06-232-52/+97
|\ \ | |/ |/| Prevent pane grid title bar content and controls from overlapping
| * Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly2022-06-072-52/+97
| |
* | Merge pull request #1367 from tarkah/fix/wgpu-msaa-alpha-blendingLibravatar Héctor Ramón2022-06-173-28/+8
|\ \ | | | | | | Fix alpha blending for wgpu msaa
| * | Fix alpha blending for wgpu msaaLibravatar Cory Forsstrom2022-06-163-28/+8
|/ /
* / Update web instructions of the `tour` exampleLibravatar Héctor Ramón Jiménez2022-06-102-7/+7
|/
* Merge pull request #1356 from casperstorm/fix/readmeLibravatar Héctor Ramón2022-06-021-22/+32
|\ | | | | fix: corrected images in `README.md` to be similar height.
| * corrected images in README to be similar heightLibravatar Casper Rogild Storm2022-06-021-22/+32
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-314-4/+4
|
* Merge pull request #1354 from iced-rs/fix/wgpu-modern-limitsLibravatar Héctor Ramón2022-05-301-19/+27
|\ | | | | Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`
| * Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`Libravatar Héctor Ramón Jiménez2022-05-311-19/+27
|/
* Merge pull request #1349 from iced-rs/fix/subscription-cancelationLibravatar Héctor Ramón2022-05-301-10/+23
|\ | | | | Fix `Subscription` cancelation when never awaiting
| * Fix `Subscription` cancelation when never awaitingLibravatar Héctor Ramón Jiménez2022-05-271-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-captureLibravatar Héctor Ramón2022-05-301-0/+4
|\ \ | | | | | | Don't process captured overlay statuses
| * | Don't process captured overlay statusesLibravatar Cory Forsstrom2022-05-301-0/+4
|/ /
* | Merge pull request #1341 from nicksenger/fix/component-overlay-rebuildLibravatar Héctor Ramón2022-05-144-35/+52
|\ \ | |/ |/| fix: prevent building component overlay with stale layout
| * remove rebuild of component overlay from `on_event`Libravatar Nick Senger2022-05-132-13/+2
| |
| * Relayout base layer when layout is invalidated from an overlayLibravatar Héctor Ramón Jiménez2022-05-132-22/+50
| |
| * Revert "fix: prevent building overlay with stale layout"Libravatar Héctor Ramón Jiménez2022-05-132-63/+13
| | | | | | | | This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c.
| * fix: prevent building overlay with stale layoutLibravatar Nick Senger2022-05-102-13/+63
| |
* | Remove manual update of `nix` crate in `audit` workflowLibravatar Héctor Ramón Jiménez2022-05-111-3/+0
| |
* | Merge pull request #1314 from derezzedex/dev/system-informationLibravatar Héctor Ramón2022-05-1126-56/+482
|\ \ | |/ |/| feat: fetch system information
| * Merge branch 'master' into dev/system-informationLibravatar Richard2022-05-107-19/+49
| |\ | |/ |/|
* | Fix unnecessary newlines in `BUG-REPORT.yml`Libravatar Héctor Ramón Jiménez2022-05-101-5/+2
| |
* | Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdownLibravatar Héctor Ramón2022-05-101-2/+8
|\ \ | | | | | | Add missing versions to issue template
| * | Elaborate on supported versions in `BUG-REPORT.yml`Libravatar Héctor Ramón Jiménez2022-05-101-2/+8
| | |
| * | Add note about using the latest patchLibravatar mtkennerly2022-05-101-1/+1
| | |
| * | Drop older versions from listLibravatar mtkennerly2022-05-101-4/+1
| | |
| * | Add missing versions to issue templateLibravatar mtkennerly2022-05-091-0/+3
| | |
* | | Merge pull request #1339 from mtkennerly/feature/document-resolver-requirementLibravatar Héctor Ramón2022-05-091-0/+3
|\ \ \ | |/ / |/| | Add note about resolver requirement
| * | Add note about resolver requirementLibravatar mtkennerly2022-05-091-0/+3
|/ /
* | Merge pull request #1337 from iced-rs/generic-widget-treeLibravatar Héctor Ramón2022-05-082-13/+38
|\ \ | | | | | | Take `Borrow<dyn Widget>` instead of `Element` in `Tree` API
| * | Use `Borrow` instead of `AsRef` to allow easier castingLibravatar Héctor Ramón Jiménez2022-05-062-11/+22
| | |
| * | Take `AsRef<Widget>` instead of `Element` in `Tree` APILibravatar Héctor Ramón Jiménez2022-05-062-13/+27
|/ /
* | Merge pull request #1333 from tarkah/fix/pub-pure-flexLibravatar Héctor Ramón2022-05-051-2/+1
|\ \ | | | | | | Expose pure flex module as public
| * | Expose pure flex module as publicLibravatar Cory Forsstrom2022-05-051-2/+1
|/ /
* | Bump version of `iced_pure` :tada:Libravatar Héctor Ramón Jiménez2022-05-051-1/+1
| |