aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/border.c
AgeCommit message (Expand)Author
2021-02-16container: Move pending state to state structKenny Levinsen
2019-08-12Remove redundant checksAntonin Décimo
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-17Fix crashes when running certain commands on an empty workspaceRyan Dwyer
2018-10-14Document `border csd`Drew DeVault
2018-09-27Improve CSD logicRyan Dwyer
2018-09-27Remove CSD from toggle list if client doesn't support itRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-01Implement deprecated new_window and new_float commandsRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-01Fix changing borders on floating viewsRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-05-01Update cursor when border is changedRyan Dwyer
2018-04-30Implement bordersRyan Dwyer
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-05Improve criteria handlingCalvin Lee
2017-03-10UnGNUify the codebaseDrew DeVault
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin