summaryrefslogtreecommitdiff
path: root/include/sway
AgeCommit message (Expand)AuthorLines
2019-03-04floating_maximum_size: change default behaviorBrian Ashworth-0/+3
2019-03-04seat: don't send button release when not pressedemersion-5/+4
2019-02-25Make load_include_configs void. Fix some cases where WD would not be restored.Connor E-1/+1
2019-02-25Update for swaywm/wlroots#1517emersion-1/+2
2019-02-18Remove refs to unimplemented debuglog commandDrew DeVault-1/+0
2019-02-18Disconnect swaybg instead of killing itemersion-4/+4
2019-02-18Remove unused header include/sway/tree/output.hemersion-0/+0
2019-02-18Fix reload freeze when not modsetting current modeBrian Ashworth-0/+2
2019-02-18Rebase cursor when a layer surface mapsemersion-0/+1
2019-02-11seat_cmd_cursor: do not create non-existing seatBrian Ashworth-1/+1
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth-2/+8
2019-01-30Add pointer_constraint commandDrew DeVault-0/+2
2019-01-30Add relative pointerabsrd-0/+3
2019-01-30Implement pointer-constraints-unstable-v1Las-1/+22
2019-01-29Cleanup config reading failure error logsBrian Ashworth-0/+5
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer-2/+4
2019-01-28Center surface inside container when it's too smallRyan Dwyer-0/+7
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault-3/+17
2019-01-27Update for swaywm/wlroots#1503emersion-0/+1
2019-01-25Implement fullscreen globalRyan Dwyer-3/+17
2019-01-24Update for swaywm/wlroots#1402emersion-0/+2
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich-1/+1
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer-1/+4
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl-0/+23
2019-01-18Better handle outputs without CRTCemersion-2/+2
2019-01-18output: remove output_add_listenersemersion-2/+0
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth-1/+12
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer-1/+4
2019-01-14Disarm key repeat on reloadBrian Ashworth-0/+1
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl-3/+2
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl-2/+1
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault-2/+4
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault-0/+1
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault-0/+3
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault-32/+67
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault-0/+7
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth-0/+2
2019-01-11swaybar: add status_padding commandBrian Ashworth-0/+2
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth-0/+1
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth-0/+3
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer-32/+67
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth-1/+2
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth-0/+8
2019-01-09reload: reset input configsBrian Ashworth-0/+7
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski-0/+2
2019-01-02Implement tiling_drag_thresholdBrian Ashworth-0/+7
2018-12-31swaybar: implement tray configIan Fan-3/+9
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth-4/+7
2018-12-30Verify seat fallback settings on reloadBrian Ashworth-0/+6
2018-12-29Revamp seat configsBrian Ashworth-1/+1