Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment description on crate example | 2023-01-12 | 1 | -0/+1 | |
* | fix doc links | 2023-01-04 | 1 | -1/+1 | |
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
* | Fix outdated links in documentation | 2022-11-10 | 1 | -3/+3 | |
* | expose touch module | 2022-10-04 | 1 | -0/+1 | |
* | Export `color!` macro in `iced` and `iced_native` | 2022-09-23 | 1 | -2/+2 | |
* | Make menu style accessible | 2022-09-21 | 1 | -0/+1 | |
* | Implement `focus_next` operation | 2022-08-02 | 1 | -1/+5 | |
* | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -1/+1 | |
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -43/+12 | |
* | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+13 | |
* | Fix missing docs in `iced` crate | 2022-07-08 | 1 | -1/+1 | |
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -2/+2 | |
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+3 | |
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -10/+11 | |
|\ | |||||
| * | Expose `Padding` in `iced` root crate | 2022-05-03 | 1 | -2/+2 | |
| * | Indicate feature-flagged modules in documentation | 2022-05-02 | 1 | -0/+1 | |
| * | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -8/+8 | |
| * | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -5/+5 | |
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -1/+3 | |
* | | Export new `system` module | 2022-04-26 | 1 | -0/+1 | |
|/ | |||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -2/+2 | |
|\ | |||||
| * | Expose `ContentFit` in root | 2022-02-16 | 1 | -2/+2 | |
* | | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 1 | -0/+3 | |
* | | Draft virtual `Button`, `Column`, and `Text` | 2022-02-10 | 1 | -0/+1 | |
|/ | |||||
* | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | 2022-01-28 | 1 | -14/+1 | |
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -15/+4 | |
* | Remove support for old `tokio` crate | 2022-01-12 | 1 | -7/+1 | |
* | Use commit hash in `html_logo_url` | 2021-12-09 | 1 | -1/+1 | |
* | Added icon in docs | 2021-12-09 | 1 | -0/+3 | |
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -3/+4 | |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -2/+3 | |
* | Revert system menus support | 2021-09-15 | 1 | -3/+2 | |
* | Implement and expose `read` and `write` helpers for `clipboard` | 2021-09-02 | 1 | -0/+1 | |
* | Remove `Clipboard` export in `iced` | 2021-09-02 | 1 | -1/+1 | |
* | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -1/+1 | |
* | Initial menu implementation | 2021-07-05 | 1 | -2/+2 | |
* | Change examples to point to 0.3 examples, not 0.2 | 2021-05-13 | 1 | -1/+1 | |
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -2/+3 | |
* | Add `smol` async runtime | 2021-01-14 | 1 | -1/+7 | |
* | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -1/+1 | |
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+0 | |
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -2/+9 | |
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -0/+4 | |
* | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -6/+23 | |
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -1/+1 | |
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -2/+1 | |
* | Disable `time` module on Wasm for now | 2020-04-30 | 1 | -1/+4 | |
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 1 | -0/+4 | |
* | Remove `ButtonState` | 2020-04-30 | 1 | -3/+0 |