Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update some dependencies | 2024-02-09 | 1 | -1/+1 | |
* | Use `SmolStr` for `text` field in `KeyPressed` event | 2024-01-16 | 2 | -2/+3 | |
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 4 | -210/+769 | |
* | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -4/+4 | |
* | Fix latest `clippy` lints | 2022-08-17 | 1 | -1/+1 | |
* | Fix further `clippy` lints | 2022-07-09 | 1 | -1/+1 | |
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -0/+8 | |
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
* | Revert system menus support | 2021-09-15 | 1 | -18/+0 | |
* | Introduce `COMMAND` constant to `keyboard::Modifiers` | 2021-07-27 | 1 | -0/+12 | |
* | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 1 | -27/+49 | |
* | Initial menu implementation | 2021-07-05 | 1 | -0/+18 | |
* | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 2 | -15/+10 | |
* | Introduce `is_command_pressed` to `ModifiersState` | 2020-11-10 | 1 | -0/+20 | |
* | Keep `KeyCode` names synchronized with `winit` | 2020-10-08 | 1 | -18/+22 | |
* | update to winit 0.23 api | 2020-10-03 | 1 | -1/+2 | |
* | Add `ModifiersChanged` to `keyboard::Event` | 2020-06-30 | 1 | -0/+3 | |
* | Move `keyboard::Event` to `iced_core` | 2020-04-30 | 1 | -0/+31 | |
* | Remove redundant check in `ModifiersState::matches` | 2020-03-20 | 1 | -4/+4 | |
* | Check only for partial match of modifier keys | 2020-03-18 | 1 | -1/+16 | |
* | Move common keyboard types to `iced_core` | 2020-03-17 | 2 | -0/+213 |