summaryrefslogtreecommitdiffstats
path: root/winit/src/conversion.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-091-1/+9
|
* Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez2021-03-301-0/+3
|
* Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-151-3/+5
|
* add focus eventLibravatar cossonleo2021-01-151-0/+3
|
* Produce logical coordinates for `touch::Event`Libravatar Héctor Ramón Jiménez2020-12-151-3/+12
|
* Turn `Touch` into a `touch::Event` enumLibravatar Héctor Ramón Jiménez2020-12-151-20/+30
|
* Merge branch 'ios-support-wip' into feature/touch-supportLibravatar Héctor Ramón Jiménez2020-12-151-3/+24
|\
| * Turn `Touch` into a struct and add finger idLibravatar Héctor Ramón Jiménez2020-03-191-28/+23
| |
| * Added initial touch events to support iOSLibravatar Sebastian Imlay2020-03-181-1/+25
| |
* | Update `winit` and `glutin`Libravatar Héctor Ramón Jiménez2020-12-121-1/+3
| | | | | | | | We avoid a breaking change in `mouse::Button::Other` for the time being.
* | Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-1/+0
| | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* | Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez2020-11-261-7/+5
| |
* | Keep `KeyCode` names synchronized with `winit`Libravatar Héctor Ramón Jiménez2020-10-081-5/+5
| |
* | update to winit 0.23 apiLibravatar aentity2020-10-031-6/+8
| |
* | Fix cursor position after a `CursorLeft` eventLibravatar Héctor Ramón Jiménez2020-08-251-0/+6
| |
* | Handle `ScaleFactorChanged` in `iced_winit`Libravatar Héctor Ramón Jiménez2020-07-161-0/+8
| |
* | Add `ModifiersChanged` to `keyboard::Event`Libravatar Héctor Ramón Jiménez2020-06-301-0/+3
| |
* | Decouple `cursor_position` from `Cache`Libravatar Héctor Ramón Jiménez2020-06-231-1/+11
| | | | | | | | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth.
* | 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