aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-09-29Update gaps documentationRyan Dwyer
2018-09-29Don't allow negative gapsRyan Dwyer
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-28sway{,bar,input}.5: changes for generic blocksBrian Ashworth
2018-09-28sway.5: update set command informationBrian Ashworth
2018-09-28swaybar: fix setting binding mode indicatorIan Fan
2018-09-28Check for NULL output in workspace_valid_on_outputRyan Dwyer
2018-09-28Rename workspace_outputs to workspace_configs and fix memory leakRyan Dwyer
2018-09-28transaction: do not use pointers for stateIan Fan
2018-09-28Fix floating views in tabbed/stacked workspaces not getting frame eventsRyan Dwyer
2018-09-27Remove server-decoration assumption if view supports xdg-decorationRyan Dwyer
2018-09-27Improve CSD logicRyan Dwyer
2018-09-27Rename view_set_csd_from_client to view_update_csd_from_clientRyan 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-27input config: merge left_handed optionIan Fan
2018-09-27Merge pull request #2704 from ianyfan/tablet-configDrew DeVault
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-24input: enable configuring tablets with libinputIan Fan
2018-09-24cursor: allow cursor_set_image to accept a NULL image to hide cursorIan Fan
2018-09-24seat: only show cursor if pointer configuredIan Fan
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