Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer | |
* The arrange_foo functions are now replaced with arrange_and_commit, or with manually created transactions and arrange_windows x2. * The arrange functions are now only called from the highest level functions rather than from both high level and low level functions. * Due to the previous point, view_set_fullscreen_raw and view_set_fullscreen are both merged into one function again. * Floating and fullscreen are now working with transactions. | |||
2018-06-09 | Make main properties be the pending state | Ryan Dwyer | |
2018-06-09 | WIP: Atomic layout updates ground work | Ryan Dwyer | |
2018-06-08 | Restore workspaces to outputs based on priority | Brian Ashworth | |
2018-06-05 | Support runtime var expansion and set at runtime | Brian Ashworth | |
2018-06-01 | Fix issues with sticky containers and workspaces | Ryan Dwyer | |
* Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic. | |||
2018-06-01 | Use L_FLOATING instead of reapable boolean | Ryan Dwyer | |
2018-06-01 | Implement floating | Ryan Dwyer | |
2018-06-01 | Implement `floating enable` | Drew DeVault | |
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer | |
Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented. | |||
2018-04-26 | Remove sway_container.workspace_layout | Ryan Dwyer | |
Fixes #1716. | |||
2018-04-17 | Create sway_workspace struct. | Ryan Dwyer | |
2018-04-06 | Revert "Break everything^W^WUse wlr_box for sway_container" | Drew DeVault | |
2018-04-06 | Break everything^W^WUse wlr_box for sway_container | Drew DeVault | |
2018-04-04 | Merge branch 'wlroots' into split-containers2 | Tony Crisci | |
2018-04-03 | move workspace create to workspace.c | Tony Crisci | |
2018-04-03 | Merge pull request #1712 from RedSoxFan/workspace-number-names | Drew DeVault | |
Fix name generation from workspace number commands | |||
2018-04-03 | Fix name generation for workspace number <name> | Brian Ashworth | |
2018-04-03 | unify workspace create functions | Tony Crisci | |
2018-04-03 | move view and workspace destructors to container.c | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | rename seat functions | Tony Crisci | |
2018-03-31 | Fixes back-and-forth name saving for non-empty ws | Brian Ashworth | |
2018-03-30 | Fix workspace deletion edge cases | Drew DeVault | |
2018-03-30 | Finish porting over workspace_next_name | Drew DeVault | |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci | |
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0. | |||
2018-03-29 | Revert "Refactor tree" | Drew DeVault | |
2018-03-29 | arrange windows | Tony Crisci | |
2018-03-29 | 80col | Tony Crisci | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | rename container functions | Tony Crisci | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
2018-02-10 | remove old focus member | Tony Crisci | |
2018-02-07 | separate seat get focus and seat get focus inactive | Tony Crisci | |
2018-02-04 | basic focus overhaul | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-11-22 | Add workspace to outputs | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-11-11 | Move sway's internal tree code to sway/tree/ | Drew DeVault | |