aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-09-22Merge pull request #2660 from RyanDwyer/fix-scratchpad-iterationemersion
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer
2018-09-22Merge pull request #2678 from RyanDwyer/reconfigure-on-repositionemersion
2018-09-21Merge branch 'master' into swaybar-hotplugBrian Ashworth
2018-09-21Reconfigure xwayland views when repositionedRyan Dwyer
2018-09-21Fix compilation against wlroots without X11 backendMarien Zwart
2018-09-21Merge branch 'master' into render-output-segfaultRyan Dwyer
2018-09-20swaybar: handle hotpluggingemersion
2018-09-20Merge pull request #2671 from emersion/output-execute-no-focusemersion
2018-09-19Merge pull request #2676 from ianyfan/ipcDrew DeVault
2018-09-19ipc: add pid information for views in layout treeIan Fan
2018-09-19Fix segfault when executing command without focusemersion
2018-09-19Merge branch 'master' into create-output-commandemersion
2018-09-19config: free strings fields when freeing input configIan Fan
2018-09-19Introduce create_output command (for developer use)Ryan Dwyer
2018-09-19Fix segfault in output_renderemersion
2018-09-18Fix double iteration of scratchpad containersRyan Dwyer
2018-09-17Fix crash moving out of tab containerWilliam Wold
2018-09-16Merge pull request #2637 from RyanDwyer/fix-tabbed-workspace-shenanigansDrew DeVault
2018-09-16Fix crash when destroying an idle-inhibiting clientMarien Zwart
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-16Make seat_get_active_child ignore floating childrenRyan Dwyer
2018-09-16Fix crash when unmapping last child of a tabbed workspaceRyan Dwyer
2018-09-15ipc: handle NULL cases for node_get_outputIan Fan
2018-09-15ipc: add focus information to root nodeIan Fan
2018-09-14Merge branch 'master' into wlroots-1243Drew DeVault
2018-09-14Additional fix for xdg-outputDrew DeVault
2018-09-14Merge branch 'master' into wlroots-1243Drew DeVault
2018-09-14Postfix xdg-output headersDrew DeVault
2018-09-15Remove redundant container creation in view initializationIan Fan
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-14Address ianyfan's commentsBrian Ashworth
2018-09-13Escape spaces in background file pathBrian Ashworth
2018-09-13Allow spaces in background file pathsBrian Ashworth
2018-09-13Remove bad assertion in workspace_rejiggerRyan Dwyer
2018-09-12Merge pull request #2620 from ianyfan/commandsemersion
2018-09-11Merge pull request #2624 from RedSoxFan/update-tex-in-cmd-clientDrew DeVault
2018-09-11Merge pull request #2621 from emersion/fix-unmap-segfaultDrew DeVault
2018-09-11Update textures for cmd_client_* commandsBrian Ashworth
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Don't use handler_context in view_unmapemersion
2018-09-11commands: when moving container, remove its gapsIan Fan
2018-09-11commands: when moving container, restore focus properlyIan Fan
2018-09-11Fix crash in workspace_wrap_childrenRyan Dwyer
2018-09-11Fix line lengthRyan Dwyer
2018-09-11Fix dropzone box on scaled outputsRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-11Introduce tiling_drag directiveRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-10Minor fixWilliam Wold