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
2021-07-21
Improve `window::Position` API
Héctor Ramón Jiménez
1
-1
/
+44
2021-04-09
use Mode::Hidden instead
Cory Forsstrom
1
-1
/
+9
2021-03-30
Add `CloseRequested` variant to `window::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2021-01-15
Split `window::Event::Focused` into two variants
Héctor Ramón Jiménez
1
-3
/
+5
2021-01-15
add focus event
cossonleo
1
-0
/
+3
2020-12-15
Produce logical coordinates for `touch::Event`
Héctor Ramón Jiménez
1
-3
/
+12
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
1
-20
/
+30
2020-12-12
Update `winit` and `glutin`
Héctor Ramón Jiménez
1
-1
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-1
/
+0
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
1
-7
/
+5
2020-10-08
Keep `KeyCode` names synchronized with `winit`
Héctor Ramón Jiménez
1
-5
/
+5
2020-10-03
update to winit 0.23 api
aentity
1
-6
/
+8
2020-08-25
Fix cursor position after a `CursorLeft` event
Héctor Ramón Jiménez
1
-0
/
+6
2020-07-16
Handle `ScaleFactorChanged` in `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+8
2020-06-30
Add `ModifiersChanged` to `keyboard::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2020-06-23
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
1
-1
/
+11
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-12
/
+16
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+2
2020-04-30
Remove `ButtonState`
Héctor Ramón Jiménez
1
-12
/
+1
2020-04-30
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
1
-3
/
+9
2020-04-30
Split `Input` keyboard event by `ButtonState`
Héctor Ramón Jiménez
1
-4
/
+18
2020-04-29
Add `Crosshair` variant to `MouseCursor`
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
1
-1
/
+0
2020-04-17
Revert "Merge pull request #289 from hecrj/fix/cursor-events"
Héctor Ramón Jiménez
1
-6
/
+0
2020-04-12
Produce cursor events in `iced_winit::conversion`
Héctor Ramón Jiménez
1
-0
/
+6
2020-04-02
Add missing link to `conversion::fullscreen`
Héctor Ramón Jiménez
1
-1
/
+2
2020-03-27
Convert `WindowEvent` from a reference in `iced_winit`
Héctor Ramón Jiménez
1
-12
/
+12
2020-03-19
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
1
-28
/
+23
2020-03-18
Added initial touch events to support iOS
Sebastian Imlay
1
-1
/
+25
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+4
2020-02-09
Add `conversion::window_event` to `iced_winit`
Héctor Ramón Jiménez
1
-2
/
+90
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
1
-11
/
+13
2020-01-16
Add `Application::mode` to `iced_winit`
Héctor Ramón Jiménez
1
-1
/
+14
2020-01-02
add(widget): primitive progressbar widget
Songtronix
1
-1
/
+2
2019-12-06
Add `ModifiersState` to `keyboard::Event::Input`
Héctor Ramón Jiménez
1
-1
/
+19
2019-11-22
Write docs for `iced_winit`
Héctor Ramón Jiménez
1
-2
/
+24
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-10
Move `winit` conversions to `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+199