| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #929 from TimUntersberger/winit-improv | Héctor Ramón | 2021-07-22 | 1 | -1/+44 |
|\ |
|
| * | Improve `window::Position` API | Héctor Ramón Jiménez | 2021-07-21 | 1 | -1/+44 |
* | | Update `winit` and `glutin` dependencies | Héctor Ramón Jiménez | 2021-07-20 | 1 | -12/+5 |
* | | Replace `content` with `title` in `menu` module | Héctor Ramón Jiménez | 2021-07-19 | 1 | -6/+4 |
* | | Implement `conversion::menu_message` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -6/+44 |
* | | Force `Application::Message` to implement `Clone` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -1/+4 |
* | | Use `Menu::default` for root level menu in `conversion::menu` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -6/+9 |
* | | Draft `conversion::menu_message` in `iced_winit` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -0/+11 |
* | | Generate unique identifiers for entries in `conversion::menu` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -12/+30 |
* | | Store and synchronize `Menu` in `application::State` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -1/+1 |
* | | Simplify `Hotkey` conversion in `conversion::menu` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -6/+1 |
* | | Use `bitflags` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -10/+12 |
* | | Make `Menu` API a bit more functional | Héctor Ramón Jiménez | 2021-07-12 | 1 | -4/+5 |
* | | Initial menu implementation | Richard | 2021-07-05 | 1 | -1/+223 |
|/ |
|
* | use Mode::Hidden instead | Cory Forsstrom | 2021-04-09 | 1 | -1/+9 |
* | Add `CloseRequested` variant to `window::Event` | Héctor Ramón Jiménez | 2021-03-30 | 1 | -0/+3 |
* | Split `window::Event::Focused` into two variants | Héctor Ramón Jiménez | 2021-01-15 | 1 | -3/+5 |
* | add focus event | cossonleo | 2021-01-15 | 1 | -0/+3 |
* | Produce logical coordinates for `touch::Event` | Héctor Ramón Jiménez | 2020-12-15 | 1 | -3/+12 |
* | Turn `Touch` into a `touch::Event` enum | Héctor Ramón Jiménez | 2020-12-15 | 1 | -20/+30 |
* | Merge branch 'ios-support-wip' into feature/touch-support | Héctor Ramón Jiménez | 2020-12-15 | 1 | -3/+24 |
|\ |
|
| * | Turn `Touch` into a struct and add finger id | Héctor Ramón Jiménez | 2020-03-19 | 1 | -28/+23 |
| * | Added initial touch events to support iOS | Sebastian Imlay | 2020-03-18 | 1 | -1/+25 |
* | | Update `winit` and `glutin` | Héctor Ramón Jiménez | 2020-12-12 | 1 | -1/+3 |
* | | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -1/+0 |
* | | Rename `keyboard::ModifiersState` to `Modifiers` | Héctor Ramón Jiménez | 2020-11-26 | 1 | -7/+5 |
* | | Keep `KeyCode` names synchronized with `winit` | Héctor Ramón Jiménez | 2020-10-08 | 1 | -5/+5 |
* | | update to winit 0.23 api | aentity | 2020-10-03 | 1 | -6/+8 |
* | | Fix cursor position after a `CursorLeft` event | Héctor Ramón Jiménez | 2020-08-25 | 1 | -0/+6 |
* | | Handle `ScaleFactorChanged` in `iced_winit` | Héctor Ramón Jiménez | 2020-07-16 | 1 | -0/+8 |
* | | Add `ModifiersChanged` to `keyboard::Event` | Héctor Ramón Jiménez | 2020-06-30 | 1 | -0/+3 |
* | | Decouple `cursor_position` from `Cache` | Héctor Ramón Jiménez | 2020-06-23 | 1 | -1/+11 |
* | | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -12/+16 |
* | | Remove inconsistent `input` module in `iced_native` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -5/+2 |
* | | Remove `ButtonState` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -12/+1 |
* | | Split `Input` mouse event by `ButtonState` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -3/+9 |
* | | Split `Input` keyboard event by `ButtonState` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -4/+18 |
* | | Add `Crosshair` variant to `MouseCursor` | Héctor Ramón Jiménez | 2020-04-29 | 1 | -0/+1 |
* | | Remove `OutOfBounds` variant from `MouseCursor` | Héctor Ramón Jiménez | 2020-04-29 | 1 | -1/+0 |
* | | Revert "Merge pull request #289 from hecrj/fix/cursor-events" | Héctor Ramón Jiménez | 2020-04-17 | 1 | -6/+0 |
* | | Produce cursor events in `iced_winit::conversion` | Héctor Ramón Jiménez | 2020-04-12 | 1 | -0/+6 |
* | | Add missing link to `conversion::fullscreen` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -1/+2 |
* | | Convert `WindowEvent` from a reference in `iced_winit` | Héctor Ramón Jiménez | 2020-03-27 | 1 | -12/+12 |
* | | Implement mouse-based pane resizing for `PaneGrid` | Héctor Ramón Jiménez | 2020-03-14 | 1 | -0/+4 |
|/ |
|
* | Add `conversion::window_event` to `iced_winit` | Héctor Ramón Jiménez | 2020-02-09 | 1 | -2/+90 |
* | Update `winit` to `0.20` | Héctor Ramón Jiménez | 2020-02-07 | 1 | -4/+4 |
* | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 2020-01-16 | 1 | -11/+13 |
* | Add `Application::mode` to `iced_winit` | Héctor Ramón Jiménez | 2020-01-16 | 1 | -1/+14 |
* | add(widget): primitive progressbar widget | Songtronix | 2020-01-02 | 1 | -1/+2 |
* | Add `ModifiersState` to `keyboard::Event::Input` | Héctor Ramón Jiménez | 2019-12-06 | 1 | -1/+19 |