Héctor Ramón Jiménez
3312dc8080
Create jump and macos_command methods in keyboard::Modifiers
2024-05-31 16:23:09 +02:00
Héctor Ramón Jiménez
b0d8da9fa6
Implement PartialOrd, Ord, and Hash for keyboard::Modifiers
2024-02-20 01:31:04 +01:00
Wyatt Herkamp
149e8b4103
Update some dependencies
2024-02-09 01:53:34 +01:00
Héctor Ramón Jiménez
03f5a351c3
Use SmolStr for text field in KeyPressed event
2024-01-16 13:31:02 +01:00
Héctor Ramón Jiménez
64d1ce5532
Refactor KeyCode into Key and Location
2024-01-16 13:28:00 +01:00
Héctor Ramón Jiménez
e819c2390b
Update winit to 0.29.4
2023-12-15 13:39:00 +01:00
Héctor Ramón Jiménez
b0705d2f4c
Fix latest clippy lints
2022-08-17 16:09:25 +02:00
Héctor Ramón Jiménez
2f76a10a1d
Fix further clippy lints
...
... and explicitly annotate crates as well.
2022-07-09 18:03:59 +02:00
Héctor Ramón Jiménez
68e9eb0a9b
Fix broken intra-doc links in documentation
2022-04-30 14:20:52 +02:00
LordRatte
ff2a470fd8
Change GitHub namespace to new org for all files
2022-01-03 11:36:13 +07:00
Héctor Ramón Jiménez
c0ab988842
Revert system menus support
...
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`.
2021-09-15 15:31:40 +07:00
Héctor Ramón Jiménez
bbdc3dbfef
Introduce COMMAND constant to keyboard::Modifiers
2021-07-27 12:54:39 +07:00
Héctor Ramón Jiménez
b57d567981
Use bitflags for keyboard::Modifiers
2021-07-12 22:01:57 +02:00
Richard
9fc5ad23ed
Initial menu implementation
2021-07-05 16:24:10 -03:00
Héctor Ramón Jiménez
d612bf5678
Rename keyboard::ModifiersState to Modifiers
2020-11-26 02:05:42 +01:00
Héctor Ramón Jiménez
86fa12229e
Introduce is_command_pressed to ModifiersState
2020-11-10 21:18:21 +01:00
Héctor Ramón Jiménez
16cd38a198
Keep KeyCode names synchronized with winit
2020-10-08 03:44:22 +02:00
aentity
159e8a6abc
update to winit 0.23 api
2020-10-03 12:58:28 -07:00
Héctor Ramón Jiménez
78cb805fac
Add ModifiersChanged to keyboard::Event
2020-06-30 07:36:13 +02:00
Héctor Ramón Jiménez
137664ca88
Move keyboard::Event to iced_core
2020-04-30 04:59:07 +02:00
Héctor Ramón Jiménez
31aaf207d6
Remove redundant check in ModifiersState::matches
2020-03-20 04:10:58 +01:00
Héctor Ramón Jiménez
50b02d41a0
Check only for partial match of modifier keys
2020-03-18 07:10:36 +01:00
Héctor Ramón Jiménez
05beb87852
Move common keyboard types to iced_core
...
Also expose them in `iced` through `iced_native` and `iced_web`.
2020-03-17 07:30:05 +01:00