Tony

Results 57 issues of Tony

- [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this change could be valuable to users - [x] Updated documentation...

DS - windows

Fix `WindowEvent::MouseWheel` doesn't account for mouse wheel speed settings Reference docs: https://learn.microsoft.com/en-us/windows/win32/inputdev/about-mouse-input#determining-the-number-of-scroll-lines Reference winit PR: https://github.com/rust-windowing/winit/pull/4268

## Version * Phaser Version: 4.0.0-rc.4 * Operating system: Windows 10 * Browser: Chrome 138 ## Description The block doesn't collide with the tiles, when the tileset is created like...

Reference: https://github.com/tauri-apps/tauri/issues/3109 Closes https://github.com/tauri-apps/plugins-workspace/issues/3020 We could still do https://github.com/tauri-apps/plugins-workspace/pull/3022 by changing `filename` to take a path (which can be relative)

Closes #9950 Closes https://github.com/tauri-apps/nsis-tauri-utils/issues/39 Reference https://github.com/tauri-apps/tao/issues/1115 Use [Restart Manager](https://learn.microsoft.com/en-us/windows/win32/rstmgr/about-restart-manager) to close running app instead of our own `nsis_tauri_utils::KillProcess`, this makes it so that we send a `WM_ENDSESSION` signal to the...

- [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this change could be valuable to users - [ ] Updated...

Reference: https://github.com/tauri-apps/tauri/pull/14479#issuecomment-3562121016 Open to suggestion on this one, we can detect `lParam` here to do special handling to Restart Manager but I honestly feel like the Windows shutdown behavior itself...