aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout
Commit message (Collapse)AuthorAge
* Clean up Poppable so it's a proper proxy to the underlying layout rather ↵Josh Rahm2022-10-09
| | | | than a LayoutModifier.
* Add another layout modifier to add a hole.Josh Rahm2022-10-09
| | | | | | | This is mostly an academic exercise, as there's probably not much reason to put a hole in the layout, but I must admit that sometimes is aesthetically pleasing to see a little more desktop wallpaper in some cases.
* Move Rahm.Desktop.Layout.Layout to Rahm.Desktop.LayoutJosh Rahm2022-10-09
|
* Break out the ModifyDescription into its own file.Josh Rahm2022-10-09
|
* Break Rotate into it's own file.Josh Rahm2022-10-09
|
* Break the Flippable modifiers into their own file.Josh Rahm2022-10-09
| | | | This also combines the two into a single type.
* Change LayoutDraw so mosaic looks a little more interesting.Josh Rahm2022-10-09
|
* Fix bug with Poppable where it was passing the Resize to the underlying layout.Josh Rahm2022-10-09
| | | | | Unfortunately it's a little hacky how this ended up working, but I don't have a great solution yet.
* Rename Zoom to Pop and move into its own Module.Josh Rahm2022-10-09
| | | | Much cleaner.
* Add right click to move current window to a workspace.Josh Rahm2022-10-09
|
* More refactoring. Started breaking up Layout. Moved Language extensions into ↵Josh Rahm2022-10-09
stack file.