aboutsummaryrefslogtreecommitdiff
path: root/swaybar/input.c
AgeCommit message (Expand)AuthorLines
2020-02-10swaybar: fix i3bar relative coordinates when scaling is usedHristo Venev-22/+13
2020-02-10Do not truncate pointer coordinates to int.Hristo Venev-2/+2
2020-01-05swaybar: Fix input device removalAndri Yngvason-8/+10
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf-2/+3
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf-2/+12
2019-04-24swaybar: add multiseat supportBrian Ashworth-44/+71
2019-02-23swaybar: cycle workspaces on touch dragDrew DeVault-37/+56
2019-02-23swaybar: process hotspots on touch tapDrew DeVault-15/+124
2019-01-21Replace wlr_log with sway_logM Stoeckl-2/+1
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth-0/+25
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth-26/+10
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich-4/+0
2018-12-15swaybar: fix cursor scaleBrian Ashworth-14/+24
2018-12-04Add relative coordinates in JSON for i3bar click eventsHristo Venev-4/+4
2018-10-25swaybar: when scrolling, check that there are workspaces to scroll onIan Fan-0/+4
2018-10-25swaybar: fix scrolling behaviourIan Fan-40/+26
2018-10-25swaybar: reverse order of workspaces listIan Fan-1/+1
2018-10-19missing headers for swaybar/input.cossi.ahosalmi-0/+1
2018-10-18swaybar: separate input code to new fileIan Fan-0/+286