Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 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 | |
| |\ | |||||
| | * | 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 | |
| |\ | |||||
| | * | 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 | |
| | * | Fix typo in `README` of `iced_glow` | 2022-05-02 | 1 | -1/+1 | |
| | * | Link to `iced_web` repository in `README` | 2022-05-02 | 1 | -1/+1 | |
| | * | Add `html_logo_url` to `iced_core` and `iced_lazy` | 2022-05-02 | 2 | -0/+6 | |
| | * | Forbid `unused_results` and `rust_2018_idioms` in `iced_pure` | 2022-05-02 | 2 | -5/+4 | |
| | * | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 14 | -57/+57 | |
| | * | Write documentation for `iced_pure` | 2022-05-02 | 26 | -31/+558 | |
| | * | Fix broken intra-doc links in documentation | 2022-04-30 | 28 | -71/+96 | |
| | * | Point repository links to `0.4` branch in documentation | 2022-04-30 | 17 | -55/+55 | |
| |/ | |||||
| * | Add new crates to `document` workflow | 2022-04-30 | 1 | -0/+3 | |
| * | Merge pull request #1318 from tarkah/fix/picklist-text-wrapping | 2022-04-30 | 1 | -5/+8 | |
| |\ | |||||
| | * | Restrict text width & height to prevent overflow | 2022-04-27 | 1 | -1/+2 | |
| | * | Manually center top aligned text | 2022-04-27 | 1 | -2/+4 | |
| | * | Use top alignment instead of new layer | 2022-04-27 | 1 | -17/+14 | |
| | * | Clip bounds to prevent text overflow | 2022-04-25 | 1 | -16/+18 | |
| | * | Don't wrap picklist label text | 2022-04-25 | 1 | -0/+1 | |
| * | | Merge pull request #1319 from nicksenger/fix/component-in-responsive | 2022-04-26 | 1 | -2/+3 | |
| |\ \ | | |/ | |/| | |||||
| | * | remove example | 2022-04-25 | 1 | -9/+5 | |
| | * | fix: panic when using pure component in pure responsive | 2022-04-25 | 1 | -2/+3 | |
| | * | add example | 2022-04-25 | 1 | -5/+9 | |
| |/ | |||||
| * | Merge pull request #1315 from casperstorm/pure/tooltip | 2022-04-25 | 8 | -90/+487 | |
| |\ | |||||
| | * | Reuse `Tooltip` draw logic in `iced_pure` | 2022-04-24 | 2 | -182/+155 | |
| | * | Reuse `tooltip::Position` from `iced_native` in `iced_pure` | 2022-04-24 | 1 | -20/+8 | |
| | * | Implemented Tooltip as Pure | 2022-04-22 | 8 | -2/+438 | |
| |/ | |||||
* | | Sort workspace members in `Cargo.toml` | 2022-05-04 | 1 | -2/+2 | |
* | | Re-export `iced_winit` in `iced_glutin` | 2022-05-04 | 1 | -14/+2 | |
* | | Show `Loading` screen when refreshing in `system_information` example | 2022-05-04 | 1 | -0/+2 | |
* | | Run `system::information` in a different thread | 2022-05-04 | 3 | -9/+17 | |
* | | Fix feature name in `cfg` block in `iced_winit` | 2022-05-04 | 1 | -1/+1 | |
* | | Add logging to window and context creation | 2022-05-02 | 1 | -1/+13 | |
* | | Expose `system` module through feature flag | 2022-04-30 | 8 | -14/+30 | |
* | | Simplify the `QueryInformation` Action | 2022-04-27 | 7 | -35/+15 | |
* | | Use closure internally to fetch `graphics_info` | 2022-04-27 | 3 | -14/+11 | |
* | | Rename `system::information` to `fetch_information` | 2022-04-27 | 2 | -3/+3 | |
* | | Change `ContextCreationFailed` to `GraphicsCreationFailed` | 2022-04-27 | 3 | -12/+12 | |
* | | Rename `get_information` to `fetch_information` | 2022-04-27 | 6 | -8/+8 | |
* | | Move `compositor` module access from `window` to `crate` | 2022-04-27 | 8 | -22/+27 |