rustn00b

Results 5 issues of rustn00b

This commit adds an `on_drop` method to Spinner, the method is a "Builder method" (called on a Spinner taking ownership and returns a new Spinner instance). The existing Spinner API...

This PR adds `focus-window-mru-previous` and `focus-window-mru-next` actions to navigate windows in least-recently-used (respectively most-recently-used) order. This is another quality-of-life modification that many users are probably already accustomed to from other...

Avoid calling add_tile/remove_tile that can trigger unwanted animations in neighboring tiles/columns. When the swapped tiles have a different size, tiles following the ones swapped in their respective columns will move...

This PR is an updated take on #977 which it supersedes. It provides a UI to navigate currently open windows sorted in most-recently-used order (MRU). At present it is not...

- Adds support for ControlFlow::Break/Continue (used in #1704) - Requires applying a few new clippy lints This PR was initially just blended into #1704, but is rather independent so submitted...