Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-30 | Move `keyboard::Event` to `iced_core` | 1 | -31/+0 | ||
2020-04-30 | Split `Input` keyboard event by `ButtonState` | 1 | -5/+10 | ||
2020-03-17 | Move common keyboard types to `iced_core` | 2 | -213/+0 | ||
Also expose them in `iced` through `iced_native` and `iced_web`. | |||||
2020-03-10 | Implement `Default` for `keyboard::ModifiersState` | 1 | -1/+1 | ||
2019-12-06 | Add `ModifiersState` to `keyboard::Event::Input` | 2 | -2/+20 | ||
2019-10-10 | Move `winit` conversions to `iced_winit` | 1 | -176/+0 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 2 | -0/+397 | ||