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