summaryrefslogtreecommitdiffstats
path: root/winit/src/conversion.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-6/+16
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-6/+6
| |
| * add action set icon while running (#1590)Libravatar Night_Hunter2023-04-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
| * Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-0/+1
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-5/+6
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-6/+6
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-6/+6
|
* Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez2023-01-021-0/+16
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-6/+6
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-6/+6
|
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-181-0/+33
|
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-24/+1
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Address Clippy lintsLibravatar Poly2022-07-091-4/+4
|
* Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-021-6/+6
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-6/+6
|
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-282/+0
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Update `winit` and `glutin` dependenciesLibravatar Héctor Ramón Jiménez2021-08-161-6/+6
|
* Add window::Event::MovedLibravatar Cory Forsstrom2021-07-261-0/+6
|
* Merge pull request #929 from TimUntersberger/winit-improvLibravatar Héctor Ramón2021-07-221-1/+44
|\ | | | | feat: add position to window settings
| * Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-211-1/+44
| |
* | Update `winit` and `glutin` dependenciesLibravatar Héctor Ramón Jiménez2021-07-201-12/+5
| | | | | | | | ... and remove crates.io patch
* | Replace `content` with `title` in `menu` moduleLibravatar Héctor Ramón Jiménez2021-07-191-6/+4
| |
* | Implement `conversion::menu_message`Libravatar Héctor Ramón Jiménez2021-07-131-6/+44
| |
* | Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez2021-07-131-1/+4
| | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data.
* | Use `Menu::default` for root level menu in `conversion::menu`Libravatar Héctor Ramón Jiménez2021-07-131-6/+9
| |
* | Draft `conversion::menu_message` in `iced_winit`Libravatar Héctor Ramón Jiménez2021-07-131-0/+11
| | | | | | | | ... and wire it up to the runtime loop
* | Generate unique identifiers for entries in `conversion::menu`Libravatar Héctor Ramón Jiménez2021-07-131-12/+30
| |
* | Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez2021-07-121-1/+1
| |
* | Simplify `Hotkey` conversion in `conversion::menu`Libravatar Héctor Ramón Jiménez2021-07-121-6/+1
| |
* | Use `bitflags` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2021-07-121-10/+12
| |
* | Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez2021-07-121-4/+5
| |
* | Initial menu implementationLibravatar Richard2021-07-051-1/+223
|/
* 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.