summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez4-25/+25
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-3/+3
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-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-9/+6
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez4-25/+25
2023-01-12Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz1-0/+1
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2-18/+0
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-1/+2
2023-01-04fix doc linksLibravatar Araxeus1-1/+1
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-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-4/+0
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énez4-24/+24
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énez4-24/+24
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez2-2/+3
2022-11-09Expose `window` commands in `iced::window`Libravatar Héctor Ramón Jiménez1-1/+1
2022-10-04expose touch moduleLibravatar Artur Sapek2-0/+3
2022-09-26Remove `application` feature from `iced` crateLibravatar Héctor Ramón Jiménez1-4/+0
2022-09-26Add application feature, which allows to build freestanding wgpu appLibravatar aentity1-0/+4
2022-09-23Export `color!` macro in `iced` and `iced_native`Libravatar Héctor Ramón Jiménez1-2/+2
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-01-2/+2
2022-09-21Expose `overlay::Element`Libravatar Héctor Ramón Jiménez1-0/+7
2022-09-21Fix doc comments in `overlay`Libravatar Héctor Ramón Jiménez1-3/+2
2022-09-21Make menu style accessibleLibravatar 0x1922-0/+11
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez4-35/+5
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énez2-1/+16
2022-07-28Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+3
2022-07-27Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez8-683/+49
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-5/+13
2022-07-08Remove redundant `crate::Theme` in alias of `Element`Libravatar Héctor Ramón Jiménez2-2/+2
2022-07-08Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez4-9/+15
2022-07-08Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez3-1/+3
2022-07-08Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez2-80/+58
2022-07-08Add `theme::Application` styling support to `Sandbox`Libravatar Héctor Ramón Jiménez1-3/+13
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+15
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2-4/+2
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2-2/+2
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2-2/+2
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2-2/+2