summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-03Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez6-4/+735
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énez2-3/+3
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2-3/+3
2023-02-24Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2-22/+1
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-2/+4
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2-14/+5
2023-02-24Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez1-2/+2
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+7
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