aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-04meson: update scdoc requirement to >= 1.9.21.0-rc5Brian Ashworth2-2/+2
2019-03-04Allow concurrent clicksRyan Dwyer2-3/+7
2019-03-04sway.1.scd: document environment vars set by swayBrian Ashworth1-0/+21
2019-03-04render_floating: skip fullscreen floatersBrian Ashworth1-0/+3
2019-03-04Fixes crash in spawn_swaybg (closes #3733)Noam Preil1-4/+4
2019-03-04floating_maximum_size: change default behaviorBrian Ashworth5-99/+53
2019-03-04Minor fix of code duplication.hugbubby1-5/+1
2019-03-04meson: check scdoc versionemersion1-2/+3
2019-03-04seat: don't send button release when not pressedemersion8-18/+18
2019-03-04tray: fix pixmap colorsIan Fan1-1/+7
2019-03-04sway-ipc.7: clarify window_rect omits decorationsBrian Ashworth1-1/+2
2019-03-04Add output dpms to manpageemersion1-6/+9
2019-03-04Print Meson featuresemersion1-5/+18
2019-03-04Set minimum wlroots versionemersion1-1/+3
2019-03-04Add sway-ipc.7.scd to document IPC protocolBrian Ashworth6-2/+1586
2019-03-04config: remove double assignement to result in get_output_configRouven Czerwinski1-1/+1
2019-03-04cursor: intitialize sx and sy to zeroRouven Czerwinski1-2/+2
2019-03-04cursor: remove unused node assignementRouven Czerwinski1-1/+1
2019-03-04execute_command: do not strip qoutes for cmd_modeBrian Ashworth1-1/+2
2019-02-25fix smart_borders description in manual1.0-rc4Carlo Abelli1-3/+3
2019-02-25Make load_include_configs void. Fix some cases where WD would not be restored.Connor E3-29/+17
2019-02-25Fix crash exiting fullscreened floating containerminus1-7/+0
2019-02-25ipc: add missing fields to disabled outputsCaleb Bassi1-0/+10
2019-02-25Update for swaywm/wlroots#1517emersion3-19/+60
2019-02-25handle_seat_node_destroy: update seat->workspaceBrian Ashworth1-0/+13
2019-02-25handle_layer_shell_surface: do not use noop outputBrian Ashworth1-1/+1
2019-02-25view: set xdg_decoration->view to NULL, check decoration destroyRouven Czerwinski2-1/+7
2019-02-25input/cursor: allow whole-window bindings on wsBrian Ashworth2-11/+18
2019-02-25move scratchpad: hide visible scratchpad containerBrian Ashworth1-4/+4
2019-02-25commands/move: reintroduce wrongly removed NULL checkRouven Czerwinski1-1/+1
2019-02-25Handle NULL from output_get_active_workspaceBrian Ashworth10-3/+50
2019-02-25output_get_active_workspace: check workspaces lengthBrian Ashworth1-0/+3
2019-02-25run_as_ipc_client: free response after running the IPC commandRouven Czerwinski1-0/+1
2019-02-25ipc-client: free payload after sending it over the socketRouven Czerwinski1-0/+1
2019-02-25output_evacuate: call workspace_consider_destroyBrian Ashworth1-0/+9
2019-02-25layout cmd: always operate on parent container, like i3Fixes #3724Eric Drechsel1-4/+2
2019-02-25Don't use SOCK_CLOEXECemersion1-9/+27
2019-02-25Add 'visible' key to view json responseYorick van Pelt1-0/+3
2019-02-25Fix drag icon map listener not removedemersion1-0/+1
2019-02-18Use container under cursor for mouse bindings1.0-rc3Brian Ashworth2-9/+24
2019-02-18seat_cmd_cursor: fix typo in expected syntaxBrian Ashworth1-1/+1
2019-02-18workspace_next_name: fallback to next available numberBrian Ashworth1-10/+7
2019-02-18Remove refs to unimplemented debuglog commandDrew DeVault2-5/+0
2019-02-18Disconnect swaybg instead of killing itemersion4-26/+80
2019-02-18Fix Meson subproject boolean default optionsemersion1-1/+1
2019-02-18sway-input.5: document wildcard and identifier troubleshootingBrian Ashworth1-1/+14
2019-02-18Remove unused header include/sway/tree/output.hemersion2-1/+0
2019-02-18Fix reload freeze when not modsetting current modeBrian Ashworth3-3/+15
2019-02-18tray: fix memory leaksIan Fan2-3/+7
2019-02-18tray: when a service is lost, remove all matching itemsIan Fan1-13/+14