| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -1/+1 |
* | Remove inconsistent `input` module in `iced_native` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -2/+2 |
* | Move `MouseCursor` to `iced_core` | Héctor Ramón Jiménez | 2020-04-29 | 1 | -1/+1 |
* | Expose `Rectangle` in `iced_web` | Héctor Ramón Jiménez | 2020-04-28 | 1 | -1/+1 |
* | Fix a couple of links in documentation | Héctor Ramón Jiménez | 2020-04-02 | 1 | -1/+1 |
* | Update `iced_web` build documentation | Héctor Ramón Jiménez | 2020-04-02 | 1 | -2/+3 |
* | Call `Runtime::enter` properly in `iced_web` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -3/+8 |
* | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -12/+18 |
* | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 2020-03-17 | 1 | -2/+2 |
* | Add transform stack to `canvas::Frame` | Héctor Ramón Jiménez | 2020-02-14 | 1 | -2/+2 |
* | Expose `Point` in `iced_web` | Héctor Ramón Jiménez | 2020-02-12 | 1 | -1/+1 |
* | Rename module `style` to `css` in `iced_web` | Héctor Ramón Jiménez | 2020-02-05 | 1 | -5/+5 |
* | Support event subscriptions in `iced_web` | Héctor Ramón Jiménez | 2020-02-04 | 1 | -72/+64 |
* | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 2020-01-20 | 1 | -2/+2 |
* | Implement `WasmBindgen` executor and reorganize | Héctor Ramón Jiménez | 2020-01-20 | 1 | -2/+7 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 1 | -1/+1 |
* | Create `iced_futures` and wire everything up | Héctor Ramón Jiménez | 2020-01-19 | 1 | -3/+3 |
* | Additional clone removals for wasm | Elliott Mahler | 2020-01-12 | 1 | -4/+14 |
* | Fix missing `Subscription` type in `iced_web` | Héctor Ramón Jiménez | 2019-12-18 | 1 | -0/+4 |
* | Schedule render after `Command` futures finish | Héctor Ramón Jiménez | 2019-12-01 | 1 | -13/+29 |
* | Update document title properly in `iced_web` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -0/+15 |
* | Spawn `Command` futures in `iced_web` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -11/+27 |
* | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 2019-11-23 | 1 | -7/+44 |
* | Write docs for `iced_web` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -1/+89 |
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -1/+4 |
* | Remove `padding` from `Container` for now | Héctor Ramón Jiménez | 2019-11-11 | 1 | -1/+1 |
* | Connect `iced_web` with `iced` properly | Héctor Ramón Jiménez | 2019-10-23 | 1 | -10/+3 |
* | Move `winit` logic from `iced` to `iced_winit` | Héctor Ramón Jiménez | 2019-10-09 | 1 | -9/+9 |
* | Improve documentation | Héctor Ramón Jiménez | 2019-09-24 | 1 | -2/+2 |
* | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 2019-09-20 | 1 | -1/+1 |
* | Unify `web` and `ggez` tour examples :tada: | Héctor Ramón Jiménez | 2019-09-19 | 1 | -3/+1 |
* | Use `futures-preview` instead of `futures` | Héctor Ramón Jiménez | 2019-09-16 | 1 | -1/+1 |
* | Draft widget nodes and wire interaction | Héctor Ramón Jiménez | 2019-09-15 | 1 | -3/+51 |
* | Draft web runtime and widgets | Héctor Ramón Jiménez | 2019-09-14 | 1 | -0/+27 |
* | Rethink workspace structure | Héctor Ramón Jiménez | 2019-09-14 | 1 | -0/+1 |