aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-11seat_cmd_cursor: do not create non-existing seatBrian Ashworth1-1/+1
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth2-2/+8
2019-01-31Rebase #1636 against current masterv44r1-1/+1
2019-01-30Add pointer_constraint commandDrew DeVault2-0/+2
2019-01-30Add relative pointerabsrd1-0/+3
2019-01-30Implement pointer-constraints-unstable-v1Las3-1/+22
2019-01-29Cleanup config reading failure error logsBrian Ashworth1-0/+5
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer1-2/+4
2019-01-28Center surface inside container when it's too smallRyan Dwyer1-0/+7
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault2-3/+17
2019-01-27Update for swaywm/wlroots#1503emersion1-0/+1
2019-01-25Implement fullscreen globalRyan Dwyer2-3/+17
2019-01-24Update for swaywm/wlroots#1402emersion1-0/+2
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich2-2/+2
2019-01-22util.c: remove numlen functionIan Fan1-5/+0
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer2-1/+4
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl1-1/+1
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl3-34/+24
2019-01-21Replace wlr_log with sway_logM Stoeckl1-6/+38
2019-01-18Better handle outputs without CRTCemersion2-2/+2
2019-01-18output: remove output_add_listenersemersion1-2/+0
2019-01-17Remove unicode.cemersion1-33/+0
2019-01-17Remove swaylock headersemersion2-138/+0
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth5-15/+23
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer1-1/+4
2019-01-14Disarm key repeat on reloadBrian Ashworth1-0/+1
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl1-3/+2
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl1-2/+1
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault3-2/+4
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault3-3/+9
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault1-0/+3
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault4-32/+67
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault2-0/+7
2019-01-13Merge pull request #3408 from RedSoxFan/bar-paddingDrew DeVault3-0/+6
2019-01-13swaybar: allow identifiers for output and trayBrian Ashworth1-0/+1
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth3-0/+3
2019-01-11swaybar: add status_padding commandBrian Ashworth3-0/+3
2019-01-10swaylock: Add caps lock state to indicatorRobinhuett1-0/+5
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth3-3/+9
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth1-0/+3
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer4-32/+67
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth1-1/+2
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth1-0/+8
2019-01-09reload: reset input configsBrian Ashworth2-0/+7
2019-01-08swaybar: handle SNI signals betterIan Fan1-0/+4
2019-01-08Merge pull request #3275 from ianyfan/remove-readlineemersion2-14/+1
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski1-0/+2
2019-01-02Implement tiling_drag_thresholdBrian Ashworth3-0/+7
2019-01-01Remove readline.cIan Fan1-10/+0
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan1-4/+1