summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #1301 from nicksenger/fix/nested-pure-componentsLibravatar Héctor Ramón2022-04-181-0/+8
|\
| * fix: diff widget tree after local event processing in `Component`Libravatar Nick Senger2022-04-171-36/+36
| * fix: overlayLibravatar Nick Senger2022-04-061-14/+14
| * remove exampleLibravatar Nick Senger2022-04-063-179/+0
| * fix: nested componentsLibravatar Nick Senger2022-04-061-22/+30
| * add exampleLibravatar Nick Senger2022-04-063-0/+179
|/
* Merge pull request #1298 from 0x192/masterLibravatar Héctor Ramón2022-04-011-0/+6
|\
| * Use State::new() for State::default()Libravatar 0x1922022-03-291-3/+1
| * Implement `Default` for `pure::State`Libravatar 0x1922022-03-291-0/+8
|/
* Merge pull request #1286 from ThisIsRex/masterLibravatar Héctor Ramón2022-03-291-4/+4
|\
| * Fix slider's handle position calculationLibravatar MG_REX2022-03-291-4/+4
|/
* Merge pull request #1294 from marienz/pure-overlayLibravatar Héctor Ramón2022-03-2910-20/+34
|\
| * Loose lifetime bounds in `pure::Widget` implementationsLibravatar Héctor Ramón Jiménez2022-03-2910-22/+22
| * Forward overlay() calls in iced_pure::element::MapLibravatar Marien Zwart2022-03-261-2/+16
* | Fix `KeyPressed` event being always `Captured` by `TextInput`Libravatar Héctor Ramón Jiménez2022-03-281-2/+2
|/
* Remove mention of deprecated `glow_canvas` feature in `README`Libravatar Héctor Ramón Jiménez2022-03-231-24/+22
* Merge pull request #1284 from iced-rs/virtual-widgetsLibravatar Héctor Ramón2022-03-23140-2573/+12597
|\
| * Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-223-0/+70
| * Use application lifetime in `Into<Element>` implementation for `&str`Libravatar Héctor Ramón Jiménez2022-03-221-2/+1
| * Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-213-0/+73
| * Restore `TextInput::draw` helperLibravatar Héctor Ramón Jiménez2022-03-181-12/+24
| * Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-1810-68/+55
| * Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-1631-232/+378
| * Implement `pure` version of `pane_grid` example :tada:Libravatar Héctor Ramón Jiménez2022-03-141-13/+12
| * Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-1413-408/+2098
| * Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`Libravatar Héctor Ramón Jiménez2022-03-141-5/+21
| * Implement `pure` version of `ProgressBar` widgetLibravatar Héctor Ramón Jiménez2022-03-102-0/+114
| * Implement `pure` version of `Rule` widgetLibravatar Héctor Ramón Jiménez2022-03-103-6/+116