| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `keyboard::ModifiersState` to `Modifiers` | Héctor Ramón Jiménez | 2020-11-26 | 2 | -15/+10 |
* | Introduce `is_command_pressed` to `ModifiersState` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -0/+20 |
* | Keep `KeyCode` names synchronized with `winit` | Héctor Ramón Jiménez | 2020-10-08 | 1 | -18/+22 |
* | update to winit 0.23 api | aentity | 2020-10-03 | 1 | -1/+2 |
* | Add `ModifiersChanged` to `keyboard::Event` | Héctor Ramón Jiménez | 2020-06-30 | 1 | -0/+3 |
* | Move `keyboard::Event` to `iced_core` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -0/+31 |
* | Remove redundant check in `ModifiersState::matches` | Héctor Ramón Jiménez | 2020-03-20 | 1 | -4/+4 |
* | Check only for partial match of modifier keys | Héctor Ramón Jiménez | 2020-03-18 | 1 | -1/+16 |
* | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 2020-03-17 | 2 | -0/+213 |