summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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