Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | 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` | 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 | |
* | Support async actions in `iced_winit` | 2019-11-17 | 1 | -7/+15 | |
* | Allow applications to control the window title | 2019-11-09 | 1 | -0/+6 | |
* | Implement debug view and load system fonts | 2019-11-03 | 1 | -1/+1 | |
* | Connect `iced_web` with `iced` properly | 2019-10-23 | 1 | -10/+26 | |
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -105/+17 | |
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+2 | |
* | Initialize renderer primitive properly | 2019-10-07 | 1 | -2/+8 | |
* | Use `log` crate instead of `dbg!` | 2019-10-07 | 1 | -4/+0 | |
* | Draft basic text rendering using `wgpu_glyph` | 2019-10-05 | 1 | -8/+26 | |
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -6/+4 | |
* | Count redraws and add a couple of TODOs | 2019-10-04 | 1 | -5/+16 | |
* | Draft UI event loop | 2019-10-03 | 1 | -2/+39 | |
* | Clear the window properly on redraw | 2019-10-03 | 1 | -2/+14 | |
* | Initialize `wgpu` | 2019-10-03 | 1 | -0/+2 | |
* | Open a window using `winit` | 2019-10-03 | 1 | -2/+29 | |
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -0/+23 | |
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -231/+0 |