summaryrefslogtreecommitdiffstats
path: root/core/src/event.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in `core::Event` documentationLibravatar Héctor Ramón Jiménez2025-02-031-1/+1
|
* Draft `input_method` supportLibravatar KENZ2025-02-021-0/+4
|
* Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez2024-06-111-21/+0
| | | | ... and remove `PlatformSpecific` from `Event`
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-1/+1
| | | | And remove `window::Id` from `Event` altogether.
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+78