summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 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 helperLibravatar Cory Forsstrom2022-05-041-1/+1
|/ /
| * Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-0490-334/+1363
| |\ | |/ |/|
* | 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 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
|\ \
| * | 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
|\ \
| * | 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
| * | 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
|\ \
| * | 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
|\ \ \ | |/ / |/| |
| * | remove exampleLibravatar Nick Senger2022-04-251-9/+5
| * | fix: panic when using pure component in pure responsiveLibravatar Nick Senger2022-04-251-2/+3
| * | add exampleLibravatar Nick Senger2022-04-251-5/+9
|/ /
* | Merge pull request #1315 from casperstorm/pure/tooltipLibravatar Héctor Ramón2022-04-258-90/+487
|\ \
| * | Reuse `Tooltip` draw logic in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-242-182/+155
| * | Reuse `tooltip::Position` from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-20/+8
| * | Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-228-2/+438
|/ /
| * Sort workspace members in `Cargo.toml`Libravatar Héctor Ramón Jiménez2022-05-041-2/+2
| * Re-export `iced_winit` in `iced_glutin`Libravatar Héctor Ramón Jiménez2022-05-041-14/+2
| * Show `Loading` screen when refreshing in `system_information` exampleLibravatar Héctor Ramón Jiménez2022-05-041-0/+2
| * Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez2022-05-043-9/+17
| * Fix feature name in `cfg` block in `iced_winit`Libravatar Héctor Ramón Jiménez2022-05-041-1/+1
| * Add logging to window and context creationLibravatar Richard2022-05-021-1/+13
| * Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-308-14/+30