aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-03-09Fix crash when moving window to scratchpadminus-1/+2
2019-03-08Add missing swaymsg completionsPeter Grayson-0/+6
2019-03-08Add -p/--pretty option to swaymsgPeter Grayson-5/+17
2019-03-07ipc: describe libinput device configurationBrian Ashworth-35/+317
2019-03-06ipc: fix fullscreen deco_rectBrian Ashworth-2/+3
2019-03-06ipc: fix rect for stacked childrenBrian Ashworth-2/+6
2019-03-06Fix container_parent_layout for scratchpad windowsemersion-1/+4
2019-03-06ipc: change {,deco_}rect to match i3Brian Ashworth-11/+45
2019-03-04Set DISPLAY after initializing Xwaylandemersion-0/+2
2019-03-04meson: update scdoc requirement to >= 1.9.2Brian Ashworth-4/+4
2019-03-04Allow concurrent clicksRyan Dwyer-3/+7
2019-03-03sway.1.scd: document environment vars set by swayBrian Ashworth-0/+21
2019-03-03render_floating: skip fullscreen floatersBrian Ashworth-0/+3
2019-03-03Fixes crash in spawn_swaybg (closes #3733)Noam Preil-4/+4
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth-99/+53
2019-03-02Minor fix of code duplication.hugbubby-5/+1
2019-03-01ci: use scdoc-git because 1.9.1 is brokenemersion-3/+17
2019-03-01meson: check scdoc versionemersion-2/+3
2019-02-28seat: don't send button release when not pressedemersion-18/+18
2019-02-28tray: fix pixmap colorsIan Fan-1/+7
2019-02-27Merge pull request #3790 from RedSoxFan/sway-ipc-clarify-window-rectDrew DeVault-1/+2
2019-02-27sway-ipc.7: clarify window_rect omits decorationsBrian Ashworth-1/+2
2019-02-27Add output dpms to manpageemersion-6/+9
2019-02-27Merge pull request #3766 from RedSoxFan/sway-ipc-scdocDrew DeVault-4/+1588
2019-02-27Merge pull request #3786 from emersion/wlroots-versionDrew DeVault-1/+3
2019-02-27Merge pull request #3787 from emersion/meson-print-featuresDrew DeVault-5/+18
2019-02-27Print Meson featuresemersion-5/+18
2019-02-27Set minimum wlroots versionemersion-1/+3
2019-02-27Add sway-ipc.7.scd to document IPC protocolBrian Ashworth-4/+1588
2019-02-27config: remove double assignement to result in get_output_configRouven Czerwinski-1/+1
2019-02-27cursor: intitialize sx and sy to zeroRouven Czerwinski-2/+2
2019-02-27cursor: remove unused node assignementRouven Czerwinski-1/+1
2019-02-26execute_command: do not strip qoutes for cmd_modeBrian Ashworth-1/+2
2019-02-25fix smart_borders description in manualCarlo Abelli-3/+3
2019-02-25Allow 0 degree transform (normal transform).Connor E-1/+2
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse-4/+21
2019-02-24add --i3 flag to hide_edge_bordersdb-12/+33
2019-02-24Make load_include_configs void. Fix some cases where WD would not be restored.Connor E-29/+17
2019-02-23Fix crash exiting fullscreened floating containerminus-7/+0
2019-02-23ipc: add missing fields to disabled outputsCaleb Bassi-0/+10
2019-02-23swaybar: cycle workspaces on touch dragDrew DeVault-37/+56
2019-02-23swaybar: process hotspots on touch tapDrew DeVault-15/+138
2019-02-23Merge pull request #3700 from emersion/refactor-dndDrew DeVault-19/+60
2019-02-23Update for swaywm/wlroots#1517emersion-19/+60
2019-02-23handle_seat_node_destroy: update seat->workspaceBrian Ashworth-0/+13
2019-02-23fish: improve completions a little bitTim Sampson-22/+25
2019-02-23handle_layer_shell_surface: do not use noop outputBrian Ashworth-1/+1
2019-02-23view: set xdg_decoration->view to NULL, check decoration destroyRouven Czerwinski-1/+7
2019-02-22input/cursor: allow whole-window bindings on wsBrian Ashworth-11/+18
2019-02-22Merge pull request #3740 from Emantor/fix/ipc_allocsIan Fan-0/+2