aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-06Merge pull request #2587 from RyanDwyer/fix-layout-toggle-crashBrian Ashworth
2018-09-06Fix crash when running "layout toggle"Ryan Dwyer
2018-09-05Merge pull request #2586 from RyanDwyer/fix-fullscreen-focus-crashDrew DeVault
2018-09-05Merge pull request #2585 from RyanDwyer/fix-move-across-outputsDrew DeVault
2018-09-06Fix crash when focusing from fullscreen in an invalid directionRyan Dwyer
2018-09-05Merge pull request #2583 from RyanDwyer/fix-null-surface-crashDrew DeVault
2018-09-06Fix crash when moving view across outputsRyan Dwyer
2018-09-05Merge pull request #2582 from ascent12/funcDrew DeVault
2018-09-06Fix crash when views rapidly map and unmapRyan Dwyer
2018-09-06Remove __PRETTY_FUNCTION__Scott Anderson
2018-09-05Merge pull request #2579 from RyanDwyer/adjust-container-boxDrew DeVault
2018-09-05Merge pull request #2580 from RyanDwyer/fix-focus-after-fullscreenDrew DeVault
2018-09-06Restore focus correctly when closing a fullscreen viewRyan Dwyer
2018-09-06Adjust container boxRyan Dwyer
2018-09-05Merge pull request #2572 from RedSoxFan/wlr-output-disablingDrew DeVault
2018-09-05Call wlr_output_enable on enable/disable if neededBrian Ashworth
2018-09-05Merge pull request #2540 from RyanDwyer/typesafetyDrew DeVault
2018-09-05Merge pull request #2574 from ammgws/block-bg-fixemersion
2018-09-05Fix swaybar block background fill logicJason
2018-09-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix inversed condition in criteriaRyan Dwyer
2018-09-05Fix clicking workspace buttonsRyan Dwyer
2018-09-05Fix crash when view in scratchpad becomes urgentRyan Dwyer
2018-09-05Focus empty workspace when clicking itRyan Dwyer
2018-09-05Fix crash when running layout toggle splitRyan Dwyer
2018-09-05Fix floating view moving to 0,0 when splittingRyan Dwyer
2018-09-05Fix crash when using focus parent/child from an empty workspaceRyan Dwyer
2018-09-05Fix scratchpad related crashesRyan Dwyer
2018-09-05Fix output position issueRyan Dwyer
2018-09-05Fix another focus bug when moving into outputRyan Dwyer
2018-09-05Fix focus bugRyan Dwyer
2018-09-05Fix swaybars with no defined outputRyan Dwyer
2018-09-05Fix crash when moving mouse over a fullscreen split containerRyan Dwyer
2018-09-05Fix moving workspace to outputRyan Dwyer
2018-09-05Update output propertes on mode changeRyan Dwyer
2018-09-05Fix mouse_warpingRyan Dwyer
2018-09-05Apply default config to outputRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Fix crash when focus hits edge of rootRyan Dwyer
2018-09-05Don't use wlr_output propertiesRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-04Merge pull request #2569 from RyanDwyer/deny-reload-repeatDrew DeVault
2018-09-04Deny repeating reload by holding keyRyan Dwyer
2018-09-03Merge pull request #2561 from RyanDwyer/window-role-criteriaDrew DeVault
2018-09-04Implement window_role criteria tokenRyan Dwyer
2018-09-03Merge pull request #2564 from ppascher/masterDrew DeVault
2018-09-03Merge pull request #2542 from sghctoma/fix-freebsd-buildDrew DeVault
2018-09-03Merge pull request #2563 from taiyu-len/fix/misaligned-pointer-accessDrew DeVault
2018-09-03Merge pull request #2565 from ianyfan/fix-splashscreen-crashemersion
2018-09-03Fix crash when a splash screen opens on an empty workspaceIan Fan