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