summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-262-0/+13
| * Implement `GraphicsInformation` for `iced_wgpu`Libravatar Richard2022-04-262-0/+14
| * Introduce `GraphicsInformation` to `iced_graphics`Libravatar Richard2022-04-262-1/+10
| * Export `system` module in `iced_glutin`Libravatar Richard2022-04-261-0/+1
| * Add unformated memory total to exampleLibravatar Richard2022-04-261-1/+7
| * Add `system_information` exampleLibravatar Richard2022-04-265-6/+130
| * Export new `system` moduleLibravatar Richard2022-04-262-3/+4
| * Add function helper in `iced_winit::system`Libravatar Richard2022-04-262-0/+15
| * Turn `Information` fields `pub`Libravatar Richard2022-04-262-22/+21
| * Implement `QueryInformation` for `iced_winit`Libravatar Richard2022-04-261-1/+44