aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-01-22Update version to 1.4Drew DeVault-2/+2
2020-01-22fish-completion: use the correct fallback directoryEli Schwartz-1/+1
2020-01-22completion: use pkg-config to get install location for bash/fishEli Schwartz-2/+12
2020-01-22meson: use join_paths to build paths, instead of string concatEli Schwartz-8/+8
2020-01-20Add documentation for floating_modifierAlex Maese-2/+3
2020-01-20Add ability to remove the floating modifierAlex Maese-0/+5
2020-01-18Check argc>0 before strcasecmp. Should shortcircuitJason Nader-11/+5
2020-01-18commands/move: Fix crash when required args not providedJason Nader-2/+8
2020-01-16output: apply oc to outputs using wl_for_each_safeBrian Ashworth-2/+2
2020-01-16cmd_split: Refuse to split scratchpad hidden split containersRonan Pigott-1/+1
2020-01-16cmd_move: Fix crash when moving to scratchpad hidden split containersRonan Pigott-8/+13
2020-01-16Fix crash when showing scratchpad hidden split containersRonan Pigott-1/+15
2020-01-16desktop/output: fix mem leak in handle_new_outputBrian Ashworth-0/+1
2020-01-16sway.5: Document missing bindsym flags for unbindsymRonan Pigott-5/+7
2020-01-16sway-input.5: Document repeat_delay and repeat_rate only onceRonan Pigott-10/+4
2020-01-16ipc-json: Remove unnecessary dereferenceRonan Pigott-1/+1
2020-01-16commands/split: Fix error message typosRonan Pigott-2/+2
2020-01-15Revert "Make all the container dimensions integers"Simon Ser-11/+11
2020-01-14container: add inactive fullscreen to focus stackBrian Ashworth-0/+5
2020-01-13Docs: explain why menu command should be passed to swayJason-1/+2
2020-01-13Fix unreliable scaling filterSimon Ser-2/+7
2020-01-13Amend typoJason Nader-1/+1
2020-01-10integer scaling, not integralCassandra McCarthy-2/+2
2020-01-09Use transparency arg in the window focus eventJR Boyens-5/+5
2020-01-09view: remove workspace pid mapping for assignsBrian Ashworth-8/+26
2020-01-06input/cursor: handle setting a NULL image surfaceBrian Ashworth-7/+13
2020-01-05input/cursor: handle image surface destroyBrian Ashworth-0/+19
2020-01-05render: do not render indicator on floating viewsBrian Ashworth-2/+2
2020-01-05swaybar: Fix input device removalAndri Yngvason-8/+10
2020-01-05swaynag: Add multi-seat supportAndri Yngvason-35/+98
2020-01-05Fix small typo in sway-input(5)Ross Schulman-1/+1
2020-01-05Add missing items to documentation for GET_TREE response in ipc.Thayne McCombs-0/+31
2020-01-03xwayland: handle size_hints == NULLRouven Czerwinski-0/+9
2020-01-01input: Assign virtual input devices to their selected seatsAndri Yngvason-4/+19
2020-01-01Make all the container dimensions integersPedro Côrte-Real-11/+11
2020-01-01Make sure we don't calculate fractional pixel gapsPedro Côrte-Real-2/+2
2020-01-01Avoid numerical instability in resizePedro Côrte-Real-6/+33
2019-12-31Update wlroots versionDrew DeVault-1/+1
2019-12-31_incr_version: always overwrite old version numberDrew DeVault-2/+2
2019-12-31_incr_version: prompt for target wlroots releaseDrew DeVault-0/+8
2019-12-31Add virtual pointer protocolJosef Gajdusek-0/+41
2019-12-31Fix sway_log using non initialised output_config pointerPaul Riou-1/+1
2019-12-30Re-add support for wlr_output's atomic APISimon Ser-30/+37
2019-12-30Add Chinese (zh-TW) translation of READMENightFeather-1/+65
2019-12-29cmd_client_*: support optional args for i3 compatBrian Ashworth-22/+31
2019-12-28Fix typo in swaybar-protocol.7.scdWhemoon Jang-0/+1
2019-12-28bar_cmd_colors: remove add_colorBrian Ashworth-49/+33
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth-104/+62
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth-142/+76
2019-12-27layer-shell: refocus if keyboard interactive lostBrian Ashworth-0/+3