summaryrefslogtreecommitdiffstats
path: root/src/pure/widget.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-174/+0
2022-07-08Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez1-40/+29
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-2/+1
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-1/+1
... and wire up theming to the `styling` example.
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-3/+3
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-29/+38
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-0/+10
2022-03-22Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez1-0/+6
2022-03-21Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez1-0/+6
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-79/+30
... and fix collisions with the new `helpers`
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-40/+179
Instead, we can define the type aliases just once in the root crate!
2022-02-16Expose `ContentFit` in rootLibravatar Héctor Ramón Jiménez1-1/+0
2022-02-16Add support for `ContentFit` for `Image`Libravatar Emi Simpson1-0/+1
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-53/+43
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez1-5/+4
2022-01-11Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez1-4/+5
2021-10-31Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+2
2021-10-31Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+2
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-3/+3
2021-06-03Implement `Toggler` widget for iced_nativeLibravatar Kaiden421-3/+3
2021-02-15feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan1-2/+3
2021-02-13Fix `image` feature name in `glow` and `iced`Libravatar Héctor Ramón Jiménez1-1/+1
2021-02-13Add image format options to reduce code bloat, fixes #376Libravatar Greg V1-1/+1
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-3/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-20Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez1-0/+11
2020-08-22widget Rule addedLibravatar Billy Messenger1-3/+3
2020-07-10Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez1-5/+5
2020-07-08Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez1-5/+5
2020-07-08Export `Canvas` if `glow_canvas` feature is enabledLibravatar Héctor Ramón Jiménez1-1/+1
2020-05-27remove re-export on viewer::StateLibravatar Cory Forsstrom1-1/+3
2020-05-27Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez1-6/+9
Also keep `iced_wgpu` as the default renderer for the time being.
2020-05-26rename to image::ViewerLibravatar Cory Forsstrom1-12/+4
2020-05-26Rename and add to iced image moduleLibravatar Cory Forsstrom1-9/+11
2020-05-26Add `ImagePane` widgetLibravatar Cory Forsstrom1-2/+8
2020-05-21Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez1-19/+5
2020-04-23Make `Font` an associated type of `text::Renderer`Libravatar Héctor Ramón Jiménez1-2/+2
2020-04-05Document widget feature flagsLibravatar Héctor Ramón Jiménez1-1/+10
2020-04-02Fix minor documentation issuesLibravatar Héctor Ramón Jiménez1-0/+4
2020-04-02Move `Space` to `widget` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2020-03-19Create `PaneGrid` alias in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-3/+4
2020-03-10Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez1-1/+1
2020-03-04Draft `Panes` widget and `panes` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2020-01-20Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez1-0/+60
2019-09-20Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez1-114/+0
2019-09-19Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez1-1/+1