| Commit message (Expand) | Author | Files | Lines |
2023-02-24 | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-02-24 | Remove `iced_glutin` and `iced_glow` leftovers | Héctor Ramón Jiménez | 1 | -10/+1 |
2023-02-24 | Implement `font::load` command in `iced_native` | Héctor Ramón Jiménez | 1 | -2/+4 |
2023-02-18 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-01-14 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-01-12 | Fix comment description on crate example | Wiktor Kwapisiewicz | 1 | -0/+1 |
2023-01-04 | fix doc links | Araxeus | 1 | -1/+1 |
2022-12-07 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -3/+3 |
2022-11-10 | Fix outdated links in documentation | Héctor Ramón Jiménez | 1 | -3/+3 |
2022-10-04 | expose touch module | Artur Sapek | 1 | -0/+1 |
2022-09-26 | Remove `application` feature from `iced` crate | Héctor Ramón Jiménez | 1 | -4/+0 |
2022-09-26 | Add application feature, which allows to build freestanding wgpu app | aentity | 1 | -0/+4 |
2022-09-23 | Export `color!` macro in `iced` and `iced_native` | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-09-21 | Make menu style accessible | 0x192 | 1 | -0/+1 |
2022-08-02 | Implement `focus_next` operation | Héctor Ramón Jiménez | 1 | -1/+5 |
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 1 | -43/+12 |
2022-07-09 | Fix further `clippy` lints | Héctor Ramón Jiménez | 1 | -5/+13 |
2022-07-08 | Fix missing docs in `iced` crate | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-05-26 | Rename `theme::Definition` to `application::StyleSheet` | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-05-14 | Draft first-class `Theme` support | Héctor Ramón Jiménez | 1 | -0/+3 |
2022-05-03 | Expose `Padding` in `iced` root crate | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-05-02 | Indicate feature-flagged modules in documentation | Héctor Ramón Jiménez | 1 | -0/+1 |
2022-05-02 | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 1 | -8/+8 |
2022-04-30 | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 1 | -5/+5 |
2022-04-30 | Expose `system` module through feature flag | Héctor Ramón Jiménez | 1 | -1/+3 |
2022-04-26 | Export new `system` module | Richard | 1 | -0/+1 |
2022-02-16 | Expose `ContentFit` in root | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-02-11 | Expose `iced_pure` through a `pure` feature in `iced` | Héctor Ramón Jiménez | 1 | -0/+3 |
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | Héctor Ramón Jiménez | 1 | -0/+1 |
2022-01-28 | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | Héctor Ramón Jiménez | 1 | -14/+1 |
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 1 | -15/+4 |
2022-01-12 | Remove support for old `tokio` crate | Héctor Ramón Jiménez | 1 | -7/+1 |
2021-12-09 | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-12-09 | Added icon in docs | daladim | 1 | -0/+3 |
2021-09-20 | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 1 | -3/+4 |
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-09-15 | Revert system menus support | Héctor Ramón Jiménez | 1 | -3/+2 |
2021-09-02 | Implement and expose `read` and `write` helpers for `clipboard` | Héctor Ramón Jiménez | 1 | -0/+1 |
2021-09-02 | Remove `Clipboard` export in `iced` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-07-12 | Make `Menu` API a bit more functional | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-07-05 | Initial menu implementation | Richard | 1 | -2/+2 |
2021-05-13 | Change examples to point to 0.3 examples, not 0.2 | Riccardo D'Ambrosio | 1 | -1/+1 |
2021-03-11 | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-01-14 | Add `smol` async runtime | Jayce Fayne | 1 | -1/+7 |
2020-11-26 | Update example links to point to `0.2` branch | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-11-26 | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 1 | -2/+0 |
2020-11-25 | Introduce `tokio_old` feature | Héctor Ramón Jiménez | 1 | -2/+9 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 1 | -0/+4 |
2020-05-27 | Introduce feature flags to enable `iced_glow` | Héctor Ramón Jiménez | 1 | -6/+23 |