aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-03Merge pull request #3551 from c-edw/RevertDoubleFrees1.0-rc1Drew DeVault5-9/+3
2019-02-03Merge pull request #3554 from RedSoxFan/seat-current-aliasDrew DeVault2-5/+16
2019-02-02cmd_seat: allow - to be used as alias for currentBrian Ashworth2-5/+16
2019-02-03seat_cmd_attach: defer while readingBrian Ashworth1-0/+3
2019-02-01Fix #3445: swaybar tray inerited thems not processedStefan Schick1-1/+1
2019-02-01Revert "More frees."Connor E2-3/+0
2019-02-01Revert "Add some missing frees."Connor E3-6/+3
2019-02-01Merge pull request #3543 from emersion/relative-pointer-usecDrew DeVault1-1/+2
2019-02-01Merge pull request #3550 from RedSoxFan/seat-pointer-constraintDrew DeVault10-19/+36
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth10-19/+36
2019-01-31Rebase #1636 against current masterv44r3-2/+9
2019-01-31readme: scdoc 1.8.1 is now requiredemersion1-1/+1
2019-01-31Updates for scdoc 1.8.1Drew DeVault2-3/+3
2019-01-30Add details on `--whole-window` for bindsymAshkan Kiani1-3/+16
2019-01-30relative-pointer-v1: time is in usec, not msecemersion1-1/+2
2019-01-30Send pointer frames on tool eventsDrew DeVault1-0/+3
2019-01-30Missed a spot in pointer constraintsDrew DeVault1-1/+1
2019-01-30Add pointer_constraint commandDrew DeVault8-0/+66
2019-01-30Add relative pointerabsrd3-0/+21
2019-01-30Implement pointer-constraints-unstable-v1Las8-24/+261
2019-01-30criteria & scratchpad verify if show in another workspace (#3522)athrungithub1-1/+3
2019-01-29Merge pull request #3535 from RedSoxFan/cleanup-log-on-config-failureDrew DeVault3-32/+39
2019-01-29Cleanup config reading failure error logsBrian Ashworth3-32/+39
2019-01-28Document cursor moving between adjacent outputsPeter Grayson1-5/+6
2019-01-28Merge pull request #3530 from RyanDwyer/fix-assertionDrew DeVault1-4/+1
2019-01-29Remove bad assertion in container_handle_fullscreen_reparentRyan Dwyer1-4/+1
2019-01-28Merge pull request #3528 from emersion/cleanup-log-envDrew DeVault1-6/+3
2019-01-28Cleanup log_envemersion1-6/+3
2019-01-28Check xdg_surface's role before using its toplevelmwenzkowski3-4/+5
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer12-30/+35
2019-01-28Add note about required scdoc version to README.Connor E1-1/+1
2019-01-28Center surface inside container when it's too smallRyan Dwyer8-27/+57
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault22-132/+332
2019-01-27Merge pull request #3519 from emersion/pointer-frameDrew DeVault2-1/+23
2019-01-27Remove unnecessary underscores in man pagesDrew DeVault5-153/+153
2019-01-27Update for swaywm/wlroots#1503emersion2-1/+23
2019-01-25Implement fullscreen globalRyan Dwyer22-132/+332
2019-01-24Merge pull request #3509 from ianyfan/log-errnoDrew DeVault3-12/+9
2019-01-24Use sway_log_errno instead of strerrorIan Fan3-12/+9
2019-01-24Update for swaywm/wlroots#1402emersion2-1/+32
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich9-9/+9
2019-01-23Merge pull request #3504 from unraised/unraised-build-fixDrew DeVault1-0/+1
2019-01-23Fix build failure in config.cunraised1-0/+1
2019-01-23Merge pull request #3500 from progandy/validate_pixmapsDrew DeVault1-7/+18
2019-01-23Merge pull request #3502 from lukaslihotzki/masterDrew DeVault1-0/+3
2019-01-23Fix tray icon updatesLukas Lihotzki1-0/+3
2019-01-23swaybar: fix crash with some tray icon pixmapsprogandy1-7/+18
2019-01-22swaybar: fix command malloc in workspace commandBrian Ashworth1-1/+1
2019-01-22background-image.c: remove stdbool headerIan Fan1-2/+1
2019-01-22swaybar: fix workspace commandIan Fan1-4/+21