Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tao
[0.15.0]
ArrowUp
,ArrowDown
,ArrowLeft
andArrowRight
in a str as valid key. Previously onlyUp
,Down
,Left
andRight
worked.Arrow*
in a accelerator string (#609) on 2022-10-31WindowBuilder::with_content_protection
.WindowBuilder::with_content_protection
(#605) on 2022-10-30WindowEvent::MouseWheel
on LinuxEventLoopExtMacOS::set_activate_ignoring_other_apps
on macOS.EventLoopExtMacOS::set_activate_ignoring_other_apps
(#612) on 2022-11-01WindowExtMacOS::set_allows_automatic_window_tabbing
,WindowExtMacOS::allows_automatic_window_tabbing
, andWindowBuilderExtMacOS::with_automatic_window_tabbing
on macOS.allows_automatic_window_tabbing
APIs (#586) on 2022-10-12WindowExtMacOS::is_doucmented_edited
andWindowExtMacOS::set_is_doucmented_edited
on macOS.KeyCode::Plus
or the "Plus" keyword.See documentation for
KeyCode::Plus
for notes on platform-dependent behaviour.WindowBuilderExtUnix::with_double_buffered
,WindowBuilderExtUnix::with_rgba_visual
andWindowBuilderExtUnix::with_app_paintable
WindowBuilder
not taking effect for windows created after the firt one.WindowBuilder
not taking effect for windows created after the first one (#604) on 2022-10-27WindowBuilder::with_focused
to specify whether to initially focus the window or not.WindowBuilder::with_focused
(#576) on 2022-10-03Window::set_closable
,Window::is_closable
,WindowBuilder::with_closable
,Window::set_minimizable
,Window::is_minimizable
,WindowBuilder::with_minimizable
,Window::set_maximizable
,Window::is_maximizable
,WindowBuilder::with_maximizable
. See the docs for platform-specific notes, especially regarding Linux.Window::title
to get the current window title.Window::title
getter, closes #546 (#579) on 2022-10-04