aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-18swaybar: separate input code to new fileIan Fan
2018-10-18Merge pull request #2871 from RyanDwyer/untangle-cursor-warpDrew DeVault
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer
2018-10-17Merge pull request #2868 from emersion/xcursor-envDrew DeVault
2018-10-17Export XCURSOR_SIZE and XCURSOR_THEMEemersion
2018-10-17Merge pull request #2858 from RyanDwyer/fix-move-to-floating-wsDrew DeVault
2018-10-17Merge pull request #2864 from sghctoma/freebsd-fixesDrew DeVault
2018-10-17Merge pull request #2861 from RyanDwyer/fix-empty-workspace-crashesDrew DeVault
2018-10-17Merge pull request #2820 from Emantor/fix-mouse-warping-containerDrew DeVault
2018-10-17Merge pull request #2862 from SpeedJack/fix-stringop-overflowDrew DeVault
2018-10-17Set sysconfdir to /etc only if prefix is /usrsghctoma
2018-10-17Fix stringop-overflow warningsNiccolò Scatena
2018-10-17Fix crashes when running certain commands on an empty workspaceRyan Dwyer
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma
2018-10-17Fix moving tiled containers to workspaces which only have floating viewsRyan Dwyer
2018-10-16Merge pull request #2843 from c-edw/feature/2842_TruncateMessageBrian Ashworth
2018-10-16Merge branch 'master' into feature/2842_TruncateMessageBrian Ashworth
2018-10-16Merge pull request #2855 from SpeedJack/sysconfdir-fhs-compliantDrew DeVault
2018-10-16Truncate message, append buffer overflow message if too long.Connor E
2018-10-16Set SYSCONFDIR to /etc even when "prefix" is setNiccolò Scatena
2018-10-16Revert "Fix SYSCONFDIR to include "prefix""Niccolò Scatena
2018-10-16Merge pull request #2852 from RyanDwyer/back-and-forth-crashDrew DeVault
2018-10-16view: rewarp cursor during view_unmapRouven Czerwinski
2018-10-16seat: use new warping functions for cursor warping during focus warpRouven Czerwinski
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski
2018-10-16Fix crash when using workspace back_and_forth with no previousRyan Dwyer
2018-10-16Merge pull request #2836 from RyanDwyer/set-set-raw-focusIan Fan
2018-10-16Merge branch 'master' into set-set-raw-focusIan Fan
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer
2018-10-15Merge pull request #2845 from colemickens/posix_clockDrew DeVault
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens
2018-10-15Merge pull request #2839 from RyanDwyer/swaylock-versionDrew DeVault
2018-10-16Fix swaylock version stringRyan Dwyer
2018-10-15Merge pull request #2838 from RyanDwyer/compositor-unavailable-crashDrew DeVault
2018-10-15Merge pull request #2835 from RyanDwyer/swap-crashDrew DeVault
2018-10-15Sway clients: Exit gracefully when compositor is unavailableRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-15Fix crash in swap commandRyan Dwyer
2018-10-14Merge pull request #2831 from swaywm/move-output-docsDrew DeVault
2018-10-14Establish sway-output(5)Drew DeVault
2018-10-14Merge pull request #2826 from RyanDwyer/common-eventloopDrew DeVault
2018-10-14Update README.MD (and README.*.md)Drew DeVault
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer
2018-10-15Remove timerfd from loop implementationRyan Dwyer
2018-10-15swaylock: Don't wait too long for surface damage before verifyingRyan Dwyer
2018-10-15swaylock: clear password after 10 secondsRyan Dwyer
2018-10-15swaylock: Remove indicator after 3 secondsRyan Dwyer
2018-10-15swaylock: Use common event loopRyan Dwyer