Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update to Rust 2024 and fix compiler errors | 2025-02-21 | 1 | -2/+2 | |
| | |||||
* | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 1 | -0/+6 | |
| | |||||
* | Merge pull request #2608 from ibaryshnikov/haskell | 2024-10-02 | 1 | -0/+6 | |
|\ | | | | | added physical_key to KeyReleased event | ||||
| * | Add `modified_key` to `keyboard::Event::KeyReleased` | 2024-10-02 | 1 | -0/+3 | |
| | | |||||
| * | added physical_key to KeyReleased event | 2024-09-26 | 1 | -0/+3 | |
| | | |||||
* | | Fix various typos | 2024-09-29 | 2 | -2/+2 | |
|/ | | | | Using https://github.com/crate-ci/typos | ||||
* | Fix broken doc links in `keyboard::key` | 2024-09-13 | 1 | -6/+6 | |
| | |||||
* | Add `modified_key` to `keyboard::Event` | 2024-09-13 | 1 | -0/+3 | |
| | |||||
* | Add `physical_key` to `keyboard::Event` | 2024-09-13 | 2 | -0/+537 | |
| | | | | Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com> | ||||
* | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | 2024-05-31 | 1 | -0/+24 | |
| | |||||
* | Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers` | 2024-02-20 | 1 | -1/+1 | |
| | |||||
* | 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 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | 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 | |
| | | | | | | 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`. | ||||
* | 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 | |
Also expose them in `iced` through `iced_native` and `iced_web`. |