summaryrefslogtreecommitdiffstats
path: root/winit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | | Update winitLibravatar Cory Forsstrom2023-06-231-1/+1
| | |/ | |/|
| * | 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-256-19/+37
| |\
| | * 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
| | * Update `window_clipboard` dependencyLibravatar Héctor Ramón Jiménez2023-05-251-1/+1
| | * Update `winit` dependencyLibravatar Héctor Ramón Jiménez2023-05-251-2/+2
| | * Bump winit revLibravatar Nico Burns2023-05-111-1/+1
| | * 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-112-1/+4
| | * 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-113-7/+16
| * | 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-176-22/+47
| |\|
| | * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-134-11/+11
| | * Merge pull request #1777 from AirhartAero/linux-window-featuresLibravatar Héctor Ramón2023-04-121-0/+6
| | |\
| | | * re-expose winit features for window servers in LinuxLibravatar Jacob Kiesel2023-03-311-0/+6
| | * | 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-073-4/+4
| |\|
| * | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-057-123/+16
| * | 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-0410-101/+90
| * | 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
* | | Added per-window theme support.Libravatar Bingus2023-03-152-3/+3
* | | Added simpler MW exampleLibravatar Bingus2023-03-141-1/+1
* | | Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus2023-03-135-84/+50
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-03-133-4/+4
|\ \ \ | | |/ | |/|
| * | Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez2023-03-072-3/+3
| * | Fixed fullscreen only being possible on primary monitor.Libravatar Bingus2023-03-021-1/+1
| |/
* | Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo2023-02-286-26/+21
* | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-supportLibravatar bungoboingo2023-02-283-3/+30
|\|
| * Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-232-2/+23
* | Fixed state syncing issue with MW.Libravatar Bingus2023-02-221-20/+23
* | Cargo fixLibravatar Bingus2023-02-201-26/+30