index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
keyboard
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-21
Update to Rust 2024 and fix compiler errors
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-0
/
+6
2024-10-02
Add `modified_key` to `keyboard::Event::KeyReleased`
Héctor Ramón Jiménez
1
-0
/
+3
2024-09-29
Fix various typos
bbb651
2
-2
/
+2
2024-09-26
added physical_key to KeyReleased event
ibaryshnikov
1
-0
/
+3
2024-09-13
Fix broken doc links in `keyboard::key`
Héctor Ramón Jiménez
1
-6
/
+6
2024-09-13
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2024-09-13
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
2
-0
/
+537
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-0
/
+24
2024-02-20
Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-09
Update some dependencies
Wyatt Herkamp
1
-1
/
+1
2024-01-16
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
2
-2
/
+3
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
4
-210
/
+769
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-4
/
+4
2022-08-17
Fix latest `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-0
/
+8
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-18
/
+0
2021-07-27
Introduce `COMMAND` constant to `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-0
/
+12
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-27
/
+49
2021-07-05
Initial menu implementation
Richard
1
-0
/
+18
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
2
-15
/
+10
2020-11-10
Introduce `is_command_pressed` to `ModifiersState`
Héctor Ramón Jiménez
1
-0
/
+20
2020-10-08
Keep `KeyCode` names synchronized with `winit`
Héctor Ramón Jiménez
1
-18
/
+22
2020-10-03
update to winit 0.23 api
aentity
1
-1
/
+2
2020-06-30
Add `ModifiersChanged` to `keyboard::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2020-04-30
Move `keyboard::Event` to `iced_core`
Héctor Ramón Jiménez
1
-0
/
+31
2020-03-20
Remove redundant check in `ModifiersState::matches`
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-18
Check only for partial match of modifier keys
Héctor Ramón Jiménez
1
-1
/
+16
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+213