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-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-03-30 | Merge remote-tracking branch 'origin/wlroots' into swaybar-layers | 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 | Restart swaybar on config reload | Drew DeVault | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
2018-02-24 | remove checks for command handlers | Tony Crisci | |
2018-01-22 | commands/reload: remove unimplemented 'load_swaybars' call | Dominique Martinet | |
2018-01-22 | commands: add 'reload' command | Dominique Martinet | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |