summaryrefslogtreecommitdiffstats
path: root/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-19Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez1-0/+1
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus1-2/+2
2023-05-11Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2023-03-29Export `Pixels` in root crateLibravatar Héctor Ramón Jiménez1-2/+2
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-5/+5
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-1/+7
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-26/+108
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-24Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez1-10/+1
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-2/+4
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2023-01-12Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz1-0/+1
2023-01-04fix doc linksLibravatar Araxeus1-1/+1
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-3/+3
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-3/+3
2022-10-04expose touch moduleLibravatar Artur Sapek1-0/+1
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-21Make menu style accessibleLibravatar 0x1921-0/+1
2022-08-02Implement `focus_next` operationLibravatar Héctor Ramón Jiménez1-1/+5
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énez1-43/+12
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-5/+13
2022-07-08Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez1-1/+1
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-2/+2
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+3
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énez1-0/+1
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez1-8/+8
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-5/+5
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-1/+3
2022-04-26Export new `system` moduleLibravatar Richard1-0/+1
2022-02-16Expose `ContentFit` in rootLibravatar Héctor Ramón Jiménez1-2/+2
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez1-0/+3
2022-02-10Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez1-0/+1
2022-01-28Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez1-14/+1
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-15/+4
2022-01-12Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez1-7/+1
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-3/+4
2021-09-20Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez1-2/+3
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-3/+2
2021-09-02Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez1-0/+1
2021-09-02Remove `Clipboard` export in `iced`Libravatar Héctor Ramón Jiménez1-1/+1
2021-07-12Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez1-1/+1
2021-07-05Initial menu implementationLibravatar Richard1-2/+2