| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add ConsistentMosaic, a wrapper to make Mosaic more consistent. | Josh Rahm | 2022-04-13 |
| | | | | | | | | | | | | Right now, Mosaic operate on the windows itself. But this means that swapping windows can act very unintuitively. This wrapper changes mosaci to work on window /positions/ rather than windows themselves, so the window in position 1 will always be the same size, and when moved to position 2, it will inherit that position's size. There's still some buggy behavior, but it is in general much more intuitive than it was before. | ||
| * | Fix repeatable key to do an action when first pressed. | Josh Rahm | 2022-04-12 |
| | | |||
| * | Add type-static way to get the length of a LayoutList | Josh Rahm | 2022-04-12 |
| | | |||
| * | Clean up LayoutList and move to Layout.List | Josh Rahm | 2022-04-12 |
| | | |||
| * | noMod -> (noMod -|- justMod) | Josh Rahm | 2022-04-12 |
| | | |||
| * | Change keys to make H+Space a leader key for doing layout related stuff. Not ↵ | Josh Rahm | 2022-04-12 |
| | | | | | sure how I feel about it right now; it'll take some getting used to. | ||
| * | Clean up Poppable so it's a proper proxy to the underlying layout rather ↵ | Josh Rahm | 2022-04-12 |
| | | | | | than a LayoutModifier. | ||
| * | Add another layout modifier to add a hole. | Josh Rahm | 2022-04-12 |
| | | | | | | | | 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.Layout | Josh Rahm | 2022-04-12 |
| | | |||
| * | Break out the ModifyDescription into its own file. | Josh Rahm | 2022-04-12 |
| | | |||
| * | Break the Flippable modifiers into their own file. | Josh Rahm | 2022-04-12 |
| | | | | | This also combines the two into a single type. | ||
| * | Rename Zoom to Pop and move into its own Module. | Josh Rahm | 2022-04-11 |
| | | | | | Much cleaner. | ||
| * | More refactoring. Started breaking up Layout. Moved Language extensions into ↵ | Josh Rahm | 2022-04-10 |
| | | | | | stack file. | ||
| * | Rename Internal to Rahm.Desktop | Josh Rahm | 2022-04-10 |