summaryrefslogtreecommitdiffstats
path: root/winit/src/conversion.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-12/+16
|
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-301-5/+2
|
* Remove `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-301-12/+1
|
* Split `Input` mouse event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-301-3/+9
|
* Split `Input` keyboard event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-301-4/+18
|
* Add `Crosshair` variant to `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-291-0/+1
|
* Remove `OutOfBounds` variant from `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-291-1/+0
|
* Revert "Merge pull request #289 from hecrj/fix/cursor-events"Libravatar Héctor Ramón Jiménez2020-04-171-6/+0
| | | | | | | | `winit` seems to produce `CursorEntered` and `CursorLeft` events after wheel scrolling for no apparent reason (?). This causes annoying flickering when hovering some widgets on a scrollable. I should investigate this further. We are rolling back the fix for the time being.
* Produce cursor events in `iced_winit::conversion`Libravatar Héctor Ramón Jiménez2020-04-121-0/+6
|
* Add missing link to `conversion::fullscreen`Libravatar Héctor Ramón Jiménez2020-04-021-1/+2
|
* Convert `WindowEvent` from a reference in `iced_winit`Libravatar Héctor Ramón Jiménez2020-03-271-12/+12
|
* Implement mouse-based pane resizing for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-0/+4
|
* Add `conversion::window_event` to `iced_winit`Libravatar Héctor Ramón Jiménez2020-02-091-2/+90
|
* Update `winit` to `0.20`Libravatar Héctor Ramón Jiménez2020-02-071-4/+4
|
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-11/+13
| | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.
* Add `Application::mode` to `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-161-1/+14
|
* add(widget): primitive progressbar widgetLibravatar Songtronix2020-01-021-1/+2
|
* Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-061-1/+19
|
* Write docs for `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-221-2/+24
|
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-0/+1
| | | | Also started a `todos` example to showcase it!
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-0/+199