Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-20 | basic command criteria | Tony Crisci | |
2017-12-16 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-12 | Listen to output layout change | emersion | |
2017-12-10 | seat focus on button press | Tony Crisci | |
2017-12-10 | working pointer motion | Tony Crisci | |
2017-12-06 | Add output config | emersion | |
2017-11-25 | Handle view destruction properly | Drew DeVault | |
2017-11-25 | Arrange windows on desktop | Drew DeVault | |
2017-11-22 | Add views to tree and render them | Drew DeVault | |
2017-11-22 | Add workspace to outputs | Drew DeVault | |
2017-11-19 | Add outputs to the tree | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-11-11 | Initial (awful) pass on xdg shell support | Drew DeVault | |
2017-11-11 | Wire up output frame loop | Drew DeVault | |
2017-11-11 | Initialize outputs from backend and add to tree | Drew DeVault | |
2017-04-03 | Impliment i3-style marks | Calvin Lee | |
This commit adds three commands to sway: `show_marks`, `mark` and `unmark`. Marks are displayed right-aligned in the window border as i3 does. Marks may be found using criteria. Fixes #1007 | |||
2017-01-19 | Add window instance support | Mykyta Holubakha | |
2017-01-01 | [fix] cleanups suggested by Sway community | wil | |
2016-12-29 | cleanup in auto layouts | wil | |
- added L_AUTO_FIRST/LAST instead of using explicit layouts. - when switching between auto layout that don't share the same major axis, invert the width/height of their child views to preserve their relative proportions. | |||
2016-12-29 | Added Awesome/Monad type "auto" layouts | wil | |
2016-12-04 | fix layout switching (was broken because of workspace_layout) | D.B | |
For workspace containers, swayc_change_layout also changes ->layout alongside ->workspace_layout when it's a sensible thing to do. There is an additional test for 'layout toggle' command which ensures that containers will be tiled horizontally after toggling from tabbed or stacked. | |||
2016-12-04 | add workspace_layout to container | D.B | |
Add swayc_change_layout function, which changes either layout or workspace_layout, depending on the container type. | |||
2016-10-12 | Revert "Fixes dealing with workspace_layout and related bugs [rfc]" | Drew DeVault | |
2016-10-11 | add workspace_layout, ensure ws is always L_HORIZ | D.B | |
Add swayc_change_layout function, which changes either layout or workspace_layout, depending on the container type. Workspace being always L_HORIZ makes this much more i3-compatible. | |||
2016-10-06 | add click on title_bar to focus a container | Nicolas Cornu | |
2016-09-21 | add unique IDs to containers | Zandr Martin | |
2016-09-17 | add global `current_focus` pointer | Zandr Martin | |
2016-09-01 | Reorganize includes | Drew DeVault | |