Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Decouple `cursor_position` from `Cache` | 2020-06-23 | 1 | -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` | 2020-04-30 | 1 | -12/+16 | ||
| | | ||||||
* | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -5/+2 | ||
| | | ||||||
* | | Remove `ButtonState` | 2020-04-30 | 1 | -12/+1 | ||
| | | ||||||
* | | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -3/+9 | ||
| | | ||||||
* | | Split `Input` keyboard event by `ButtonState` | 2020-04-30 | 1 | -4/+18 | ||
| | | ||||||
* | | Add `Crosshair` variant to `MouseCursor` | 2020-04-29 | 1 | -0/+1 | ||
| | | ||||||
* | | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 1 | -1/+0 | ||
| | | ||||||
* | | Revert "Merge pull request #289 from hecrj/fix/cursor-events" | 2020-04-17 | 1 | -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` | 2020-04-12 | 1 | -0/+6 | ||
| | | ||||||
* | | Add missing link to `conversion::fullscreen` | 2020-04-02 | 1 | -1/+2 | ||
| | | ||||||
* | | Convert `WindowEvent` from a reference in `iced_winit` | 2020-03-27 | 1 | -12/+12 | ||
| | | ||||||
* | | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -0/+4 | ||
|/ | ||||||
* | Add `conversion::window_event` to `iced_winit` | 2020-02-09 | 1 | -2/+90 | ||
| | ||||||
* | Update `winit` to `0.20` | 2020-02-07 | 1 | -4/+4 | ||
| | ||||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -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` | 2020-01-16 | 1 | -1/+14 | ||
| | ||||||
* | add(widget): primitive progressbar widget | 2020-01-02 | 1 | -1/+2 | ||
| | ||||||
* | Add `ModifiersState` to `keyboard::Event::Input` | 2019-12-06 | 1 | -1/+19 | ||
| | ||||||
* | Write docs for `iced_winit` | 2019-11-22 | 1 | -2/+24 | ||
| | ||||||
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+1 | ||
| | | | | Also started a `todos` example to showcase it! | |||||
* | Move `winit` conversions to `iced_winit` | 2019-10-10 | 1 | -0/+199 | ||