Age | Commit message (Expand) | Author |
2018-09-30 | Merge pull request #2728 from RedSoxFan/move-sticky-on-evac | Drew DeVault |
2018-09-30 | Merge pull request #2725 from PumbaPe/add-tap-and-drag | Drew DeVault |
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler |
2018-09-30 | Remove libcap/prctl artifacts | Arkadiusz Hiler |
2018-09-30 | Fix hotplugging down to zero outputs | Ryan Dwyer |
2018-09-29 | Merge pull request #2698 from ianyfan/hide-cursor | emersion |
2018-09-29 | add tap-and-drag setting to sway-input | PP |
2018-09-29 | Merge pull request #2729 from RyanDwyer/resize-return-false | emersion |
2018-09-29 | Return an error when resizing is a no op | Ryan Dwyer |
2018-09-28 | Move sticky containers in output_evacuate | Brian Ashworth |
2018-09-28 | Fix quote handling for commands | Brian Ashworth |
2018-09-28 | Handle shell special characters in bg file path | Brian Ashworth |
2018-09-29 | Update gaps documentation | Ryan Dwyer |
2018-09-29 | Don't allow negative gaps | Ryan Dwyer |
2018-09-29 | Make gaps implementation consistent with i3-gaps | Ryan Dwyer |
2018-09-28 | sway{,bar,input}.5: changes for generic blocks | Brian Ashworth |
2018-09-28 | sway.5: update set command information | Brian Ashworth |
2018-09-28 | swaybar: fix setting binding mode indicator | Ian Fan |
2018-09-28 | Check for NULL output in workspace_valid_on_output | Ryan Dwyer |
2018-09-28 | Rename workspace_outputs to workspace_configs and fix memory leak | Ryan Dwyer |
2018-09-28 | transaction: do not use pointers for state | Ian Fan |
2018-09-28 | Fix floating views in tabbed/stacked workspaces not getting frame events | Ryan Dwyer |
2018-09-27 | Remove server-decoration assumption if view supports xdg-decoration | Ryan Dwyer |
2018-09-27 | Improve CSD logic | Ryan Dwyer |
2018-09-27 | Rename view_set_csd_from_client to view_update_csd_from_client | Ryan Dwyer |
2018-09-27 | Remove CSD from toggle list if client doesn't support it | Ryan Dwyer |
2018-09-27 | Add CSD to border modes | Ryan Dwyer |
2018-09-27 | input config: merge left_handed option | Ian Fan |
2018-09-27 | Merge pull request #2704 from ianyfan/tablet-config | Drew DeVault |
2018-09-26 | Make sway/ipc-server.c POSIX 2001 compliant | sghctoma |
2018-09-26 | Fix race condition crash when view unmaps + maps quickly | Ryan Dwyer |
2018-09-25 | Add a missing null check for moving tiling containers | Alexander Bakker |
2018-09-25 | Fix crash when disconnecting output | Ryan Dwyer |
2018-09-24 | input: enable configuring tablets with libinput | Ian Fan |
2018-09-24 | cursor: allow cursor_set_image to accept a NULL image to hide cursor | Ian Fan |
2018-09-24 | seat: only show cursor if pointer configured | Ian Fan |
2018-09-23 | Implement support for input wildcard | Brian Ashworth |
2018-09-23 | Fix GtkMenuBar always opening first item | Ryan Dwyer |
2018-09-23 | Merge pull request #2695 from RyanDwyer/remove-moveoutoftabsstacks | Drew DeVault |
2018-09-23 | Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switch | emersion |
2018-09-23 | Merge pull request #2686 from RyanDwyer/tab-scrolling | emersion |
2018-09-23 | Flatten container in workspace_rejigger | Ryan Dwyer |
2018-09-23 | Fix some bugs as a result of removing move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-23 | Remove move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-23 | Prevent sticky containers from jumping on workspace switch | Ryan Dwyer |
2018-09-22 | Merge pull request #2688 from RyanDwyer/exec-commands-without-focus | Drew DeVault |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-22 | commands: remove obselete code for sticky windows when switching workspace | Ian Fan |
2018-09-22 | swaybar, swaylock, & tree/container: Set cairo font options to render text an... | Geoff Greer |
2018-09-22 | Merge pull request #2660 from RyanDwyer/fix-scratchpad-iteration | emersion |