summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge pull request #1332 from tarkah/fix/rule-helperLibravatar Héctor Ramón2022-05-051-1/+1
|\ | | | | Fix vertical rule helper
| * Fix vertical rule helperLibravatar Cory Forsstrom2022-05-041-1/+1
|/
* Use `nightly` toolchain in `document` CI workflowLibravatar Héctor Ramón Jiménez2022-05-031-1/+4
|
* Bump version :tada:Libravatar Héctor Ramón Jiménez2022-05-031-1/+1
|
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2022-05-031-1/+10
|
* Merge pull request #1330 from iced-rs/expose-paddingLibravatar Héctor Ramón2022-05-031-2/+2
|\ | | | | Expose `Padding` in `iced` root crate
| * Expose `Padding` in `iced` root crateLibravatar Héctor Ramón Jiménez2022-05-031-2/+2
|/
* Bump version in `README`Libravatar Héctor Ramón Jiménez2022-05-022-3/+3
|
* Merge pull request #1328 from iced-rs/release/0.4.0Libravatar Héctor Ramón2022-05-0213-46/+91
|\ | | | | Release `0.4` — Stateless widgets, component trait, responsive views, WebGL support, and more!
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-0212-45/+58
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2022-05-021-1/+33
|/
* Merge pull request #1327 from iced-rs/update-docsLibravatar Héctor Ramón2022-05-0273-187/+755
|\ | | | | Update documentation
| * Enable `pure` feature in `docs.rs`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| |
| * Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez2022-05-023-0/+11
| |
| * Capitalize `iced` once againLibravatar Héctor Ramón Jiménez2022-05-021-8/+8
| | | | | | | | Since its a proper noun!
| * Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| |
| * Link to `iced_web` repository in `README`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| |
| * Add `html_logo_url` to `iced_core` and `iced_lazy`Libravatar Héctor Ramón Jiménez2022-05-022-0/+6
| |
| * Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-022-5/+4
| |
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-0214-57/+57
| |
| * Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-0226-31/+558
| |
| * Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-3028-71/+96
| |
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-3017-55/+55
|/
* Add new crates to `document` workflowLibravatar Héctor Ramón Jiménez2022-04-301-0/+3
|
* Merge pull request #1318 from tarkah/fix/picklist-text-wrappingLibravatar Héctor Ramón2022-04-301-5/+8
|\ | | | | Fix `PickList` text wrapping
| * Restrict text width & height to prevent overflowLibravatar Cory Forsstrom2022-04-271-1/+2
| |
| * Manually center top aligned textLibravatar Cory Forsstrom2022-04-271-2/+4
| |
| * Use top alignment instead of new layerLibravatar Cory Forsstrom2022-04-271-17/+14
| |
| * Clip bounds to prevent text overflowLibravatar Cory Forsstrom2022-04-251-16/+18
| |
| * Don't wrap picklist label textLibravatar Cory Forsstrom2022-04-251-0/+1
| |
* | Merge pull request #1319 from nicksenger/fix/component-in-responsiveLibravatar Héctor Ramón2022-04-261-2/+3
|\ \ | |/ |/| Allow use of `pure::Component` within `pure::Responsive`
| * remove exampleLibravatar Nick Senger2022-04-251-9/+5
| |
| * fix: panic when using pure component in pure responsiveLibravatar Nick Senger2022-04-251-2/+3
| |