summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2-2/+2
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2-6/+6
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2-2/+2
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez4-7/+9
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez4-50/+8
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez9-88/+165
2022-05-03Expose `Padding` in `iced` root crateLibravatar Héctor Ramón Jiménez1-2/+2
2022-05-02Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez2-0/+9
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez3-28/+28
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+78
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-0/+1
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez5-27/+27
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-1/+3
2022-04-27Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard1-5/+5
2022-04-26Export new `system` moduleLibravatar Richard1-0/+1
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-0/+10
2022-04-20Introduce `Error::ContextCreationFailed`Libravatar Richard1-5/+5
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