aboutsummaryrefslogtreecommitdiff
path: root/sway/input.c
AgeCommit message (Collapse)Author
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-15Handle calloc failuresDrew DeVault
2016-12-15Handle some more memory allocation failuresDrew DeVault
2016-10-25Add left_handed support for input devicesMichał Winiarski
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>
2016-09-01Reorganize includesDrew DeVault
2016-05-01Add input cmd for setting pointer accel profile.Jasen Borisov
2016-01-19libinputCole Mickens