aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-09-26Make sway/ipc-server.c POSIX 2001 compliantsghctoma
2018-09-26Fix race condition crash when view unmaps + maps quicklyRyan Dwyer
2018-09-25Add a missing null check for moving tiling containersAlexander Bakker
2018-09-25Fix crash when disconnecting outputRyan Dwyer
2018-09-23Implement support for input wildcardBrian Ashworth
2018-09-23Fix GtkMenuBar always opening first itemRyan Dwyer
2018-09-23Merge pull request #2695 from RyanDwyer/remove-moveoutoftabsstacksDrew DeVault
2018-09-23Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switchemersion
2018-09-23Merge pull request #2686 from RyanDwyer/tab-scrollingemersion
2018-09-23Flatten container in workspace_rejiggerRyan Dwyer
2018-09-23Fix some bugs as a result of removing move_out_of_tabs_stacksRyan Dwyer
2018-09-23Remove move_out_of_tabs_stacksRyan Dwyer
2018-09-23Prevent sticky containers from jumping on workspace switchRyan Dwyer
2018-09-22Merge pull request #2688 from RyanDwyer/exec-commands-without-focusDrew DeVault
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-22commands: remove obselete code for sticky windows when switching workspaceIan Fan
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer
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-22Implement tab cycling using mouse wheelRyan Dwyer
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