@@ -55,7 +55,7 @@ While some features like the clipboard, menus or file dialogs are not yet availa
55
55
### Fixed
56
56
57
57
- GTK: Use the system locale. ([ #798 ] by [ @finnerale ] )
58
- - GTK: Actually close windows ([ #797 ] by [ @finnerale ] )
58
+ - GTK: Actually close windows. ([ #797 ] by [ @finnerale ] )
59
59
- Windows: Respect the minimum window size. ([ #727 ] by [ @teddemunnik ] )
60
60
- Windows: Respect resizability. ([ #712 ] by [ @teddemunnik ] )
61
61
- ` Event::HotChanged(false) ` will be emitted when the cursor leaves the window. ([ #821 ] by [ @teddemunnik ] )
@@ -69,7 +69,9 @@ While some features like the clipboard, menus or file dialogs are not yet availa
69
69
- Windows: Termiate app when all windows have closed. ([ #763 ] by [ @xStrom ] )
70
70
- macOS: ` Application::quit ` now quits the run loop instead of killing the process. ([ #763 ] by [ @xStrom ] )
71
71
- macOS/GTK/web: ` MouseButton::X1 ` and ` MouseButton::X2 ` clicks are now recognized. ([ #843 ] by [ @xStrom ] )
72
- - GTK: Support disabled menu items ([ #897 ] by [ @jneem ] )
72
+ - GTK: Support disabled menu items. ([ #897 ] by [ @jneem ] )
73
+ - X11: Support individual window closing. ([ #900 ] by [ @xStrom ] )
74
+ - X11: Support ` Application::quit ` . ([ #900 ] by [ @xStrom ] )
73
75
74
76
### Visual
75
77
@@ -146,6 +148,7 @@ While some features like the clipboard, menus or file dialogs are not yet availa
146
148
[ #894 ] : https://github.com/xi-editor/druid/pull/894
147
149
[ #897 ] : https://github.com/xi-editor/druid/pull/897
148
150
[ #898 ] : https://github.com/xi-editor/druid/pull/898
151
+ [ #900 ] : https://github.com/xi-editor/druid/pull/900
149
152
150
153
## [ 0.5.0] - 2020-04-01
151
154
0 commit comments