mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
parent
24333b806a
commit
8b0b4ab248
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
- Implement `WindowEvent::HiDPIFactorChanged` for macOS
|
- Implement `WindowEvent::HiDPIFactorChanged` for macOS
|
||||||
- On X11, input methods now work completely out of the box, no longer requiring application developers to manually call `setlocale`. Additionally, when input methods are started, stopped, or restarted on the server end, it's correctly handled.
|
- On X11, input methods now work completely out of the box, no longer requiring application developers to manually call `setlocale`. Additionally, when input methods are started, stopped, or restarted on the server end, it's correctly handled.
|
||||||
- Implemented `Refresh` event on Windows.
|
- Implemented `Refresh` event on Windows.
|
||||||
|
- Properly calculate the minimum and maximum window size on Windows, including window decorations.
|
||||||
- Map more `MouseCursor` variants to cursor icons on Windows.
|
- Map more `MouseCursor` variants to cursor icons on Windows.
|
||||||
|
|
||||||
# Version 0.12.0 (2018-04-06)
|
# Version 0.12.0 (2018-04-06)
|
||||||
|
@ -17,7 +18,6 @@
|
||||||
- Fixed thread safety issues with input methods on X11.
|
- Fixed thread safety issues with input methods on X11.
|
||||||
- Add support for `Touch` for win32 backend.
|
- Add support for `Touch` for win32 backend.
|
||||||
- Fixed `Window::get_inner_size` and friends to return the size in pixels instead of points when using HIDPI displays on OSX.
|
- Fixed `Window::get_inner_size` and friends to return the size in pixels instead of points when using HIDPI displays on OSX.
|
||||||
- Properly calculate the minimum and maximum window size on Windows, including window decorations.
|
|
||||||
|
|
||||||
# Version 0.11.3 (2018-03-28)
|
# Version 0.11.3 (2018-03-28)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue