| Commit message (Expand) | Author | Files | Lines |
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 |
2020-05-21 | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 1 | -2/+1 |
2020-04-30 | Disable `time` module on Wasm for now | Héctor Ramón Jiménez | 1 | -1/+4 |
2020-04-30 | Implement `time::every` in `iced_futures` | Héctor Ramón Jiménez | 1 | -0/+4 |
2020-04-30 | Remove `ButtonState` | Héctor Ramón Jiménez | 1 | -3/+0 |
2020-04-29 | Move `MouseCursor` to `iced_core` | Héctor Ramón Jiménez | 1 | -1/+2 |
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-28 | Move reusable `mouse` types to `iced_core` | Héctor Ramón Jiménez | 1 | -0/+4 |
2020-04-05 | Document widget feature flags | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-04-02 | Fix a couple of links in documentation | Héctor Ramón Jiménez | 1 | -2/+1 |
2020-04-02 | Improve docs for `Sandbox` and `Application` | Héctor Ramón Jiménez | 1 | -5/+6 |
2020-04-02 | Move `Space` to `widget` module | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-17 | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-02-14 | Add transform stack to `canvas::Frame` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Draft `Canvas` types and `clock` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-03 | Fix `docs.rs` links | Héctor Ramón Jiménez | 1 | -1/+0 |
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-20 | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-20 | Implement `WasmBindgen` executor and reorganize | Héctor Ramón Jiménez | 1 | -13/+17 |
2020-01-20 | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 1 | -7/+15 |
2020-01-16 | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-01-09 | Write missing docs and reenable deny statements | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-12-04 | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | Gabriel Konat | 1 | -2/+5 |
2019-11-25 | Update debug view GIF in `README` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-25 | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 1 | -0/+3 |
2019-11-23 | Fix `examples` link in documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 1 | -0/+181 |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 1 | -68/+4 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-17 | Support async actions in `iced_winit` | Héctor Ramón Jiménez | 1 | -7/+15 |
2019-11-09 | Allow applications to control the window title | Héctor Ramón Jiménez | 1 | -0/+6 |
2019-11-03 | Implement debug view and load system fonts | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-10-23 | Connect `iced_web` with `iced` properly | Héctor Ramón Jiménez | 1 | -10/+26 |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | Héctor Ramón Jiménez | 1 | -105/+17 |
2019-10-08 | Make `iced_core::Button` customizable | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-10-07 | Initialize renderer primitive properly | Héctor Ramón Jiménez | 1 | -2/+8 |
2019-10-07 | Use `log` crate instead of `dbg!` | Héctor Ramón Jiménez | 1 | -4/+0 |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -8/+26 |
2019-10-05 | Add `Renderer` and `Primitive` concepts | Héctor Ramón Jiménez | 1 | -6/+4 |