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
/
winit
/
src
/
conversion.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-14
/
+22
2025-02-02
Copy `winit` docs for `input_method::Event`
Héctor Ramón Jiménez
1
-1
/
+4
2025-02-02
Draft `input_method` support
KENZ
1
-0
/
+11
2025-01-16
Fix broken doc link in `winit::conversion`
Héctor Ramón Jiménez
1
-3
/
+1
2025-01-16
feat: add a window drag resize task
tsuza
1
-1
/
+27
2024-10-24
Prevent unintended keyboard input during focus.
kosayoda
1
-0
/
+2
2024-10-04
Add `window::Settings::fullscreen`
bbb651
1
-0
/
+5
2024-10-04
Add `window::Settings::maximized`
bbb651
1
-0
/
+1
2024-10-02
Add `modified_key` to `keyboard::Event::KeyReleased`
Héctor Ramón Jiménez
1
-0
/
+1
2024-09-26
added physical_key to KeyReleased event
ibaryshnikov
1
-0
/
+1
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-13
Add `Copy` and `Help` variants to `mouse::Interaction`
Héctor Ramón Jiménez
1
-0
/
+2
2024-09-13
Rename `ResizingDiagonal*` to `ResizingDiagonally*`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-13
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
1
-3
/
+7
2024-09-13
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
1
-2
/
+258
2024-09-11
Add `override_redirect` for X11 windows
Nadji Abidi
1
-4
/
+8
2024-09-05
Fix `winit::conversion` on Windows
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-05
add option for undecorated_shadow on windows (#2285)
Night_Hunter
1
-0
/
+4
2024-08-16
Expose additional mouse interaction cursors
Andy Terra
1
-0
/
+9
2024-07-13
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-14
Remove `parent` from `PlatformSpecific` window settings
Héctor Ramón Jiménez
1
-5
/
+1
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-21
/
+14
2024-05-10
Add `SpecificWith` variant to `window::Position`
Héctor Ramón Jiménez
1
-0
/
+29
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-31
/
+27
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-26
Use inclusive range for `is_private_use` function
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-26
Ignore `text` in `KeyPressed` with private use chars
Héctor Ramón Jiménez
1
-1
/
+6
2024-02-20
Decouple `Key` from modifiers and apply them to `text`
Ashley Wulber
1
-11
/
+34
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-5
/
+5
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-21
feat(window): adds skip_taskbar for windows
MrAntix
1
-0
/
+3
2024-01-16
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-125
/
+344
2023-12-15
Fix `key_code` conversion for character keys
Héctor Ramón Jiménez
1
-26
/
+26
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-211
/
+141
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-16
/
+23
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-13
/
+12
2023-07-21
refactored window storage;
Bingus
1
-5
/
+4
2023-05-25
Introduce `window::Level` enum
Héctor Ramón Jiménez
1
-0
/
+13
2023-05-23
Make mouse::Button::Other take u16 instead of u8
bbb651
1
-3
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-0
/
+9
2023-04-12
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-5
/
+6
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
1
-18
/
+28
2023-01-02
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+16
[next]