summaryrefslogtreecommitdiffstats
path: root/winit/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| | * Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| | * Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-202-7/+7
| | * Merge pull request #2090 from nyurik/mappingLibravatar Héctor Ramón2023-09-192-4/+2
| | |\
| | | * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-192-4/+2
| | * | Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-192-3/+3
| | |/
| * / Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-182-1/+12
| |/
| * Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-2/+3
| * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-092-4/+2
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-282-15/+14
| * Add app id setting for linuxLibravatar Cory Forsstrom2023-07-262-1/+38
* | Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus2023-07-244-70/+120
* | refactored window storage;Libravatar Bingus2023-07-2114-1048/+856
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-1212-486/+273
|\|
| * Merge pull request #1927 from thunderstorm010/masterLibravatar Héctor Ramón2023-07-061-3/+13
| |\
| | * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-061-4/+7
| | * Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir2023-06-221-12/+3
| | * Add command to retrieve window sizeLibravatar Yiğit Özdemir2023-06-211-0/+16
| * | Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-271-8/+31
| |\ \ | | |/ | |/|
| | * Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-271-2/+2
| | * Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus2023-06-061-9/+32
| * | Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-082-17/+20
| |/
| * Merge pull request #1738 from nicoburns/update-winit-0.28Libravatar Héctor Ramón2023-05-255-16/+33
| |\
| | * Remove unnecessary newlineLibravatar Héctor Ramón Jiménez2023-05-251-1/+0
| | * Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez2023-05-251-7/+2
| | * Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez2023-05-252-11/+20
| | * Allow unsafe codeLibravatar Nico Burns2023-05-112-2/+4
| | * Add unsafe blockLibravatar Nico Burns2023-05-111-1/+4
| | * Fixup optionLibravatar Nico Burns2023-05-111-5/+1
| | * Use raw-window-handle instead of HWNDLibravatar Nico Burns2023-05-111-1/+3
| | * Fix import pathLibravatar Nico Burns2023-05-111-1/+1
| | * Fix build on linuxLibravatar Nico Burns2023-05-111-1/+3
| | * Update to winit 0.28Libravatar Nico Burns2023-05-112-3/+12
| * | Merge pull request #1797 from bbb651/masterLibravatar Héctor Ramón2023-05-231-3/+1
| |\ \ | | |/ | |/|
| | * Make mouse::Button::Other take u16 instead of u8Libravatar bbb6512023-05-231-3/+1
| * | Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-111-1/+1
| * | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-174-17/+36
| |\|
| | * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-132-7/+7
| | * add action set icon while running (#1590)Libravatar Night_Hunter2023-04-124-4/+24
| | * Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-0/+1
| | * winit: Fix replacement of node in wasmLibravatar traxys2023-03-201-7/+11
| * | Merge branch 'master' into feature/software-rendererLibravatar Héctor Ramón Jiménez2023-03-072-3/+3
| |\|
| * | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-056-120/+13
| * | Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
| * | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-7/+9
| * | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-049-98/+87
| * | Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-02-251-8/+5
| * | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-242-2/+2
| * | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-8/+0
| * | Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-0/+10