mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
0.11.3 (#437)
This commit is contained in:
parent
b40b14f37f
commit
0b922ad9c0
2 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
- Added `set_min_dimensions` and `set_max_dimensions` methods to `Window`, and implemented on Windows, X11, Wayland, and OSX.
|
|
||||||
|
|
||||||
|
# Version 0.11.3 (2018-03-28)
|
||||||
|
|
||||||
|
- Added `set_min_dimensions` and `set_max_dimensions` methods to `Window`, and implemented on Windows, X11, Wayland, and OSX.
|
||||||
- On X11, dropping a `Window` actually closes it now, and clicking the window's × button (or otherwise having the WM signal to close it) will result in the window closing.
|
- On X11, dropping a `Window` actually closes it now, and clicking the window's × button (or otherwise having the WM signal to close it) will result in the window closing.
|
||||||
- Added `WindowBuilderExt` methods for macos: `with_titlebar_transparent`,
|
- Added `WindowBuilderExt` methods for macos: `with_titlebar_transparent`,
|
||||||
`with_title_hidden`, `with_titlebar_buttons_hidden`,
|
`with_title_hidden`, `with_titlebar_buttons_hidden`,
|
||||||
`with_fullsize_content_view`.
|
`with_fullsize_content_view`.
|
||||||
|
|
||||||
- Mapped X11 numpad keycodes (arrows, Home, End, PageUp, PageDown, Insert and Delete) to corresponding virtual keycodes
|
- Mapped X11 numpad keycodes (arrows, Home, End, PageUp, PageDown, Insert and Delete) to corresponding virtual keycodes
|
||||||
|
|
||||||
# Version 0.11.2 (2018-03-06)
|
# Version 0.11.2 (2018-03-06)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.11.2"
|
version = "0.11.3"
|
||||||
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Cross-platform window creation library."
|
description = "Cross-platform window creation library."
|
||||||
keywords = ["windowing"]
|
keywords = ["windowing"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue