summaryrefslogtreecommitdiffstats
path: root/src/widget.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-20Export scroll_to helperLibravatar Cory Forsstrom1-2/+2
2023-04-17Add scrollable `Viewport`Libravatar Cory Forsstrom1-2/+2
2023-04-14Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom1-2/+2
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-13Rename `MouseListener` to `MouseArea`Libravatar Héctor Ramón Jiménez1-3/+3
2023-04-13feat(native): Add MouseListener widgetLibravatar Michael Aaron Murphy1-0/+8
2023-04-11Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-11Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm1-1/+1
2023-04-11feat: added handle to text_inputLibravatar Casper Storm1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-239/+0
2023-03-03Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez1-4/+4
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-2/+3
2023-02-28Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez1-2/+2
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-1/+1
2023-02-14Rename `HandleContent` to `Icon` and simplify genericsLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-14Extend pick_list::HandleLibravatar Casper Storm1-1/+3
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-1/+2
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-2/+1
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-1/+2
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez1-3/+1
2022-12-13Split vertical orientation into VerticalSliderLibravatar Casper Storm1-0/+2
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm1-1/+3
2022-11-11Add text input operationsLibravatar Cory Forsstrom1-1/+2
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-01-2/+2
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-3/+3
2022-08-04Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez1-0/+8
2022-08-02Implement `focus_next` operationLibravatar Héctor Ramón Jiménez1-0/+11
2022-07-28Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+3
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-24/+26
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
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
2022-05-02Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez1-0/+8
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-40/+179
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