aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-10-19Merge pull request #2875 from RedSoxFan/input-device-bindingsDrew DeVault-36/+77
2018-10-19Merge pull request #2877 from RyanDwyer/warp-on-workspace-switchDrew DeVault-24/+27
2018-10-19Consider cursor warp when switching workspacesRyan Dwyer-24/+27
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth-36/+77
2018-10-18Merge pull request #2874 from ianyfan/swaybarBrian Ashworth-316/+340
2018-10-18swaybar: separate input code to new fileIan Fan-316/+340
2018-10-18Merge pull request #2871 from RyanDwyer/untangle-cursor-warpDrew DeVault-38/+34
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer-38/+34
2018-10-17Merge pull request #2868 from emersion/xcursor-envDrew DeVault-2/+13
2018-10-17Export XCURSOR_SIZE and XCURSOR_THEMEemersion-2/+13
2018-10-17Merge pull request #2858 from RyanDwyer/fix-move-to-floating-wsDrew DeVault-1/+2
2018-10-17Merge pull request #2864 from sghctoma/freebsd-fixesDrew DeVault-3/+16
2018-10-17Merge pull request #2861 from RyanDwyer/fix-empty-workspace-crashesDrew DeVault-4/+4
2018-10-17Merge pull request #2820 from Emantor/fix-mouse-warping-containerDrew DeVault-68/+102
2018-10-17Merge pull request #2862 from SpeedJack/fix-stringop-overflowDrew DeVault-1/+1
2018-10-17Set sysconfdir to /etc only if prefix is /usrsghctoma-2/+15
2018-10-17Fix stringop-overflow warningsNiccolò Scatena-1/+1
2018-10-17Fix crashes when running certain commands on an empty workspaceRyan Dwyer-4/+4
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma-1/+1
2018-10-17Fix moving tiled containers to workspaces which only have floating viewsRyan Dwyer-1/+2
2018-10-16Merge pull request #2843 from c-edw/feature/2842_TruncateMessageBrian Ashworth-6/+9
2018-10-16Merge branch 'master' into feature/2842_TruncateMessageBrian Ashworth-3/+7
2018-10-16Merge pull request #2855 from SpeedJack/sysconfdir-fhs-compliantDrew DeVault-2/+2
2018-10-16Truncate message, append buffer overflow message if too long.Connor E-6/+9
2018-10-16Set SYSCONFDIR to /etc even when "prefix" is setNiccolò Scatena-1/+1
2018-10-16Revert "Fix SYSCONFDIR to include "prefix""Niccolò Scatena-1/+1
2018-10-16Merge pull request #2852 from RyanDwyer/back-and-forth-crashDrew DeVault-1/+5
2018-10-16view: rewarp cursor during view_unmapRouven Czerwinski-1/+10
2018-10-16seat: use new warping functions for cursor warping during focus warpRouven Czerwinski-18/+9
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski-1/+47
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski-48/+36
2018-10-16Fix crash when using workspace back_and_forth with no previousRyan Dwyer-1/+5
2018-10-16Merge pull request #2836 from RyanDwyer/set-set-raw-focusIan Fan-36/+48
2018-10-16Merge branch 'master' into set-set-raw-focusIan Fan-14/+41
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer-4/+12
2018-10-15Merge pull request #2845 from colemickens/posix_clockDrew DeVault-0/+1
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens-0/+1
2018-10-15Merge pull request #2839 from RyanDwyer/swaylock-versionDrew DeVault-7/+3
2018-10-16Fix swaylock version stringRyan Dwyer-7/+3
2018-10-15Merge pull request #2838 from RyanDwyer/compositor-unavailable-crashDrew DeVault-5/+24
2018-10-15Merge pull request #2835 from RyanDwyer/swap-crashDrew DeVault-2/+13
2018-10-15Sway clients: Exit gracefully when compositor is unavailableRyan Dwyer-5/+24
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer-33/+37
2018-10-15Fix crash in swap commandRyan Dwyer-2/+13
2018-10-14Merge pull request #2831 from swaywm/move-output-docsDrew DeVault-57/+69
2018-10-14Establish sway-output(5)Drew DeVault-57/+69
2018-10-14Merge pull request #2826 from RyanDwyer/common-eventloopDrew DeVault-195/+328
2018-10-14Update README.MD (and README.*.md)Drew DeVault-91/+1
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer-2/+1
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer-0/+4