Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl | |
In addition to removing unused code, two minor problems are fixed: (1) `resize set` and `resize adjust` did not error when given too many arguments. (2) `orientation` was incorrectly overridden to be 'U' for scroll events in the swaybar tray `handle_click` function. | |||
2019-01-21 | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | M Stoeckl | |
Also remove direct libm dependency where unused. | |||
2018-09-03 | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE | sghctoma | |
2018-08-30 | Fix feature macros for FreeBSD | sghctoma | |
On FreeBSD, snprintf and vsnprintf are visible only if _XOPEN_SOURCE >= 600. | |||
2018-06-17 | Set pool_buffers busy when handing them out | vilhalmer | |
2018-05-27 | client/pool-buffer: munmap in destroy_buffer | emersion | |
2018-05-27 | client/pool-buffer: set CLOEXEC on buffer FD, just in case | emersion | |
2018-04-05 | Handle output removal on swaybar | Drew DeVault | |
2018-03-31 | assert(fd != -1); | Drew DeVault | |
Thanks @martinetd | |||
2018-03-28 | Address review comments | Drew DeVault | |
2018-03-28 | Fix style | Drew DeVault | |
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |