aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input.c
Commit message (Collapse)AuthorAge
* Establish sway input submoduleLibravatar Drew DeVault2017-11-11
|
* FreeBSD fixesLibravatar johalun2017-06-06
| | | | | | | Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic).
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* Handle calloc failuresLibravatar Drew DeVault2016-12-15
|
* Handle some more memory allocation failuresLibravatar Drew DeVault2016-12-15
|
* Add left_handed support for input devicesLibravatar Michał Winiarski2016-10-25
| | | | | | | Some users may want to switch buttons on their input devices, turns out libinput already supports it. Let's add a support for it in our config. Signed-off-by: Michał Winiarski <knr@hardline.pl>
* Reorganize includesLibravatar Drew DeVault2016-09-01
|
* Add input cmd for setting pointer accel profile.Libravatar Jasen Borisov2016-05-01
|
* libinputLibravatar Cole Mickens2016-01-19