summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * Introduce `QueryInformation` to `system::Action`Libravatar Richard2022-04-264-4/+52
| * Add new `System` variant to `Action`Libravatar Richard2022-04-265-0/+14
| * Add `sysinfo` crate through feature flagLibravatar Richard2022-04-262-0/+3
| * Add logging to window and context creationLibravatar Richard2022-04-265-9/+38
| * Introduce `Error::ContextCreationFailed`Libravatar Richard2022-04-205-18/+39
|/
* Merge pull request #1308 from nicksenger/fix/pure-component-overlayLibravatar Héctor Ramón2022-04-191-1/+1
|\
| * fix: tree node passed in `component::OverlayInstance::on_event`Libravatar Nick Senger2022-04-181-1/+1
* | Merge pull request #1309 from nicksenger/fix/pure-stateless-componentsLibravatar Héctor Ramón2022-04-191-1/+3
|\ \ | |/ |/|
| * Revert "add example"Libravatar Nick Senger2022-04-183-114/+0
| * fix: diffing issue with pure stateless componentsLibravatar Nick Senger2022-04-181-1/+3
| * add exampleLibravatar Nick Senger2022-04-183-0/+114
|/