aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-22seat_create: set initial focus for added seatsBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Fix one remaining wlr_log callemersion
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21Log libinput_config_status errorsBrian Ashworth
2019-01-19Fix crash in cursor_rebase with multiple screensemersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-15seatop_begin_down: raise floatingBrian Ashworth
2019-01-15cursor: send clear_focus on hide and enter event on unhideRouven Czerwinski
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer
2019-01-14Disarm key repeat on reloadBrian Ashworth
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault
2019-01-10input_cmd_scroll_button: utilize mouse btn helpersBrian Ashworth
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-10Merge pull request #3341 from RedSoxFan/mouse-bindings-improvedIan Fan
2019-01-10Merge pull request #3399 from RedSoxFan/fix-output-destruction-segfaultsemersion
2019-01-10Fix segfaults on output destructionBrian Ashworth
2019-01-09cursor: allow scrolling tabs/stack on title borderBrian Ashworth
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth
2019-01-09reload: reset input configsBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-09keyboard: update repeat timer before executionBrian Ashworth
2019-01-08Merge pull request #3385 from robertgzr/reset_output_mappingDrew DeVault
2019-01-09cursor: allow mapping to all outputsRobert Günzler
2019-01-08Merge pull request #3275 from ianyfan/remove-readlineemersion
2019-01-07seat: unhide the cursor if it is warped to focusRouven Czerwinski
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski
2019-01-03Apply tiling_drag_threshold to all containersDavid96
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan
2018-12-31Apply implicit fallback seat configBrian Ashworth
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-30Verify seat fallback settings on reloadBrian Ashworth
2018-12-29Revamp seat configsBrian Ashworth
2018-12-29Remove button from state on release during opBrian Ashworth
2018-12-25Split image_surface handling into own functionBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-12-17Focus node before tiling drag if on titlebarBrian Ashworth
2018-12-17Allow tiling views to be dragged by the titlebarBrian Ashworth
2018-12-16Update for swaywm/wlroots#1377Rostislav Pehlivanov
2018-12-14Fix focusing on non-visible workspaceBrian Ashworth