summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | Simplify the `QueryInformation` ActionLibravatar Richard2022-04-277-35/+15
| * | Use closure internally to fetch `graphics_info`Libravatar Richard2022-04-273-14/+11
| * | Rename `system::information` to `fetch_information`Libravatar Richard2022-04-272-3/+3
| * | Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard2022-04-273-12/+12
| * | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-276-8/+8
| * | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-278-22/+27
| * | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-267-13/+13
| * | Enumerate adapters based on log levelLibravatar Richard2022-04-261-1/+1
| * | Introduce `get_information`Libravatar Richard2022-04-262-34/+41
| * | Add memory usage to `Information` structLibravatar Richard2022-04-263-8/+51
| * | Improve example readabilityLibravatar Richard2022-04-261-8/+9
| * | Add graphics information to exampleLibravatar Richard2022-04-261-0/+12
| * | Add graphics information to `iced_glutin`Libravatar Richard2022-04-261-0/+3
| * | Add graphics information to `iced_winit`Libravatar Richard2022-04-261-3/+11
| * | Add graphics information to `system::Information`Libravatar Richard2022-04-261-0/+4