Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | | | | ... since it seems it can block for a couple of seconds. | ||||
* | 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 | |
| | |||||
* | Rename `GraphicsInformation` to `Information` | 2022-04-26 | 7 | -13/+13 | |
| | |||||
* | Enumerate adapters based on log level | 2022-04-26 | 1 | -1/+1 | |
| | |||||
* | Introduce `get_information` | 2022-04-26 | 2 | -34/+41 | |
| | |||||
* | Add memory usage to `Information` struct | 2022-04-26 | 3 | -8/+51 | |
| | |||||
* | Improve example readability | 2022-04-26 | 1 | -8/+9 | |
| | |||||
* | Add graphics information to example | 2022-04-26 | 1 | -0/+12 | |
| | |||||
* | Add graphics information to `iced_glutin` | 2022-04-26 | 1 | -0/+3 | |
| | |||||
* | Add graphics information to `iced_winit` | 2022-04-26 | 1 | -3/+11 | |
| | |||||
* | Add graphics information to `system::Information` | 2022-04-26 | 1 | -0/+4 | |
| | |||||
* | Implement `GraphicsInformation` for `iced_glow` | 2022-04-26 | 2 | -0/+13 | |
| | |||||
* | Implement `GraphicsInformation` for `iced_wgpu` | 2022-04-26 | 2 | -0/+14 | |
| | |||||
* | Introduce `GraphicsInformation` to `iced_graphics` | 2022-04-26 | 2 | -1/+10 | |
| | |||||
* | Export `system` module in `iced_glutin` | 2022-04-26 | 1 | -0/+1 | |
| | |||||
* | Add unformated memory total to example | 2022-04-26 | 1 | -1/+7 | |
| | |||||
* | Add `system_information` example | 2022-04-26 | 5 | -6/+130 | |
| | |||||
* | Export new `system` module | 2022-04-26 | 2 | -3/+4 | |
| | |||||
* | Add function helper in `iced_winit::system` | 2022-04-26 | 2 | -0/+15 | |
| | |||||
* | Turn `Information` fields `pub` | 2022-04-26 | 2 | -22/+21 | |
| | |||||
* | Implement `QueryInformation` for `iced_winit` | 2022-04-26 | 1 | -1/+44 | |
| | |||||
* | Introduce `QueryInformation` to `system::Action` | 2022-04-26 | 4 | -4/+52 | |
| | |||||
* | Add new `System` variant to `Action` | 2022-04-26 | 5 | -0/+14 | |
| | |||||
* | Add `sysinfo` crate through feature flag | 2022-04-26 | 2 | -0/+3 | |
| | |||||
* | Add logging to window and context creation | 2022-04-26 | 5 | -9/+38 | |
| | |||||
* | Introduce `Error::ContextCreationFailed` | 2022-04-20 | 5 | -18/+39 | |
| | |||||
* | Merge pull request #1308 from nicksenger/fix/pure-component-overlay | 2022-04-19 | 1 | -1/+1 | |
|\ | | | | | fix: tree node passed in `component::OverlayInstance::on_event` | ||||
| * | fix: tree node passed in `component::OverlayInstance::on_event` | 2022-04-18 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #1309 from nicksenger/fix/pure-stateless-components | 2022-04-19 | 1 | -1/+3 | |
|\ \ | |/ |/| | Fix diffing issue with pure stateless components | ||||
| * | Revert "add example" | 2022-04-18 | 3 | -114/+0 | |
| | | | | | | | | This reverts commit 11986547cbe772fa0bb863cefc3fff7877d1a6d5. | ||||
| * | fix: diffing issue with pure stateless components | 2022-04-18 | 1 | -1/+3 | |
| | | |||||
| * | add example | 2022-04-18 | 3 | -0/+114 | |
|/ | |||||
* | Merge pull request #1301 from nicksenger/fix/nested-pure-components | 2022-04-18 | 1 | -0/+8 | |
|\ | | | | | Fix nested pure components | ||||
| * | fix: diff widget tree after local event processing in `Component` | 2022-04-17 | 1 | -36/+36 | |
| | | |||||
| * | fix: overlay | 2022-04-06 | 1 | -14/+14 | |
| | | |||||
| * | remove example | 2022-04-06 | 3 | -179/+0 | |
| | | |||||
| * | fix: nested components | 2022-04-06 | 1 | -22/+30 | |
| | | |||||
| * | add example | 2022-04-06 | 3 | -0/+179 | |
|/ | |||||
* | Merge pull request #1298 from 0x192/master | 2022-04-01 | 1 | -0/+6 | |
|\ | | | | | Implement `Default` for `pure::State` | ||||
| * | Use State::new() for State::default() | 2022-03-29 | 1 | -3/+1 | |
| | | |||||
| * | Implement `Default` for `pure::State` | 2022-03-29 | 1 | -0/+8 | |
|/ | | | | Impure Applications using pure widgets can now use a struct implementing `Default` |