Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -2/+5 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -2/+0 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -1/+1 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Initial menu implementation | 2021-07-05 | 1 | -0/+2 | |
| | |||||
* | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 1 | -2/+2 | |
| | |||||
* | Move `keyboard::Event` to `iced_core` | 2020-04-30 | 1 | -0/+2 | |
| | |||||
* | Move common keyboard types to `iced_core` | 2020-03-17 | 1 | -0/+6 | |
Also expose them in `iced` through `iced_native` and `iced_web`. |