summaryrefslogtreecommitdiffstats
path: root/winit/src/conversion.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `with_transformation` to `Renderer` traitLibravatar Héctor Ramón Jiménez2024-02-021-0/+1
|
* feat(window): adds skip_taskbar for windowsLibravatar MrAntix2024-01-211-0/+3
|
* Use `SmolStr` for `text` field in `KeyPressed` eventLibravatar Héctor Ramón Jiménez2024-01-161-3/+1
|
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-125/+344
|
* Fix `key_code` conversion for character keysLibravatar Héctor Ramón Jiménez2023-12-151-26/+26
|
* Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-211/+141
|
* Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-301-16/+23
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-14/+123
|\
| * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-1/+1
| |
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-13/+12
| |
* | refactored window storage;Libravatar Bingus2023-07-211-5/+4
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-14/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Merge pull request #1738 from nicoburns/update-winit-0.28Libravatar Héctor Ramón2023-05-251-0/+13
| |\ | | | | | | Update to winit 0.28
| | * Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez2023-05-251-0/+13
| | | | | | | | | | | | ... and add `level` field to `window::Settings`
| * | Merge pull request #1797 from bbb651/masterLibravatar Héctor Ramón2023-05-231-3/+1
| |\ \ | | |/ | |/| Make mouse::Button::Other take u16 instead of u8
| | * Make mouse::Button::Other take u16 instead of u8Libravatar bbb6512023-05-231-3/+1
| | | | | | | | | | | | | | | | | | | | | On wayland keys correspond to <input-event-codes.h>, and they are past the limit of u8, causing the back and forward buttons to be 20 and 19 which definitely isn't right (they should all be around 0x110..=0x117).
| * | 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
| |/
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-201-6/+6
|\|
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-181-6/+6
|\| | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-6/+6
| |
* | add `window::Id` to `Event` and `Action`Libravatar Richard2023-01-091-18/+28
|/
* 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
| |