aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/scratchpad.c
AgeCommit message (Expand)Author
2021-02-25Fix for_window criteria and mouse button bindingsftilde
2021-02-16container: Move pending state to state structKenny Levinsen
2019-03-12Handle seat_get_focused_workspace returning NULLBrian Ashworth
2019-01-30criteria & scratchpad verify if show in another workspace (#3522)athrungithub
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer
2018-07-28Operate on floating split container when a child is focusedRyan Dwyer
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer
2018-07-23Implement scratchpadRyan Dwyer
2017-11-18Move everything to sway/old/Drew DeVault
2017-10-08Fix #1291Drew DeVault
2017-04-18Use i3's dimensions for initial scratchpad viewsVasilij Schneidermann
2017-03-10UnGNUify the codebaseDrew DeVault
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin