Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | | | | | | 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`. | ||||
* | 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 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -2/+9 | |
| | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
* | 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 | |
| | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | 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 | |
| | |||||
* | Move `MouseCursor` to `iced_core` | 2020-04-29 | 1 | -1/+2 | |
| | |||||
* | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 1 | -1/+1 | |
| | |||||
* | Move reusable `mouse` types to `iced_core` | 2020-04-28 | 1 | -0/+4 | |
| | |||||
* | Document widget feature flags | 2020-04-05 | 1 | -0/+1 | |
| | |||||
* | Fix a couple of links in documentation | 2020-04-02 | 1 | -2/+1 | |
| | |||||
* | Improve docs for `Sandbox` and `Application` | 2020-04-02 | 1 | -5/+6 | |
| | |||||
* | Move `Space` to `widget` module | 2020-04-02 | 1 | -1/+1 | |
| | |||||
* | Move common keyboard types to `iced_core` | 2020-03-17 | 1 | -0/+1 | |
| | | | | Also expose them in `iced` through `iced_native` and `iced_web`. | ||||
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 1 | -1/+1 | |
| | |||||
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 1 | -1/+1 | |
| | |||||
* | Fix `docs.rs` links | 2020-02-03 | 1 | -1/+0 | |
| | | | | Related issue: https://github.com/rust-lang/docs.rs/issues/223 | ||||
* | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | |
| | |||||
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -2/+2 | |
| | |||||
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 1 | -13/+17 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -7/+15 | |
| | |||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -0/+1 | |
| | | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side. | ||||
* | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | 2019-12-04 | 1 | -2/+5 | |
| | |||||
* | Merge pull request #68 from hecrj/feature/application-settings | 2019-11-25 | 1 | -0/+3 | |
|\ | | | | | Allow `Application` configuration with `Settings` | ||||
| * | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -0/+3 | |
| | | |||||
* | | Update debug view GIF in `README` | 2019-11-25 | 1 | -1/+1 | |
|/ | |||||
* | Fix `examples` link in documentation | 2019-11-23 | 1 | -1/+1 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+181 | |
| | |||||
* | Implement `iced::Sandbox` trait for simple apps | 2019-11-21 | 1 | -68/+4 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -2/+2 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Support async actions in `iced_winit` | 2019-11-17 | 1 | -7/+15 | |
| |