Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -71/+0 | |
| | |||||
* | Converge `Command` types from `iced_futures` and `iced_native` | 2023-03-05 | 1 | -1/+0 | |
| | |||||
* | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -5/+0 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -37/+2 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -1/+3 | |
| | |||||
* | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -2/+4 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -2/+2 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -2/+2 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -2/+2 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -2/+2 | |
| | |||||
* | Export `color!` macro in `iced` and `iced_native` | 2022-09-23 | 1 | -2/+2 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+13 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -0/+1 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+2 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -2/+2 | |
|\ | |||||
| * | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -2/+2 | |
| | | |||||
* | | Add new `System` variant to `Action` | 2022-04-26 | 1 | -0/+1 | |
|/ | |||||
* | Add support for `ContentFit` for `Image` | 2022-02-16 | 1 | -2/+2 | |
| | |||||
* | Move `time` module from `iced_native` to `iced_core` | 2022-01-28 | 1 | -1/+1 | |
| | |||||
* | Enable `instant` only for `wasm32` targets | 2022-01-28 | 1 | -0/+1 | |
| | | | | ... and hide the dependency under a `time` module in `iced_native` | ||||
* | Write missing docs for `user_interface` module | 2022-01-12 | 1 | -1/+1 | |
| | |||||
* | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 1 | -2/+2 | |
| | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
* | Draft `Responsive` widget | 2022-01-11 | 1 | -1/+1 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -3/+3 | |
| | |||||
* | Use commit hash in `html_logo_url` | 2021-12-09 | 1 | -1/+1 | |
| | |||||
* | Added icon in docs | 2021-12-09 | 1 | -0/+3 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -0/+2 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Write missing documentation in `iced_native` | 2021-11-05 | 1 | -1/+1 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -1/+1 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -2/+3 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -2/+2 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -2/+2 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Write missing docs and `Debug` implementations for `native` | 2021-09-13 | 1 | -2/+2 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -3/+5 | |
| | | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | ||||
* | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 1 | -4/+2 | |
| | |||||
* | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -1/+1 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 1 | -0/+2 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -2/+2 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -0/+1 | |
|\ | |||||
* | | Update graphs in crate docs | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -3/+1 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Introduce `event::Status` in `iced_native` | 2020-11-11 | 1 | -1/+1 | |
| | | |||||
* | | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -2/+2 | |
| | | |||||
* | | Rename `Layer` to `overlay::Content` | 2020-07-08 | 1 | -3/+1 | |
| | |