aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
2019-02-01Merge pull request #3543 from emersion/relative-pointer-usecDrew DeVault
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth
2019-01-30relative-pointer-v1: time is in usec, not msecemersion
2019-01-30Send pointer frames on tool eventsDrew DeVault
2019-01-30Missed a spot in pointer constraintsDrew DeVault
2019-01-30Add pointer_constraint commandDrew DeVault
2019-01-30Add relative pointerabsrd
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19Fix crash in cursor_rebase with multiple screensemersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-15cursor: send clear_focus on hide and enter event on unhideRouven Czerwinski
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-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-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
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
2018-12-30hide_cursor: change to a seat subcommandBrian 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-17Focus node before tiling drag if on titlebarBrian Ashworth
2018-12-17Allow tiling views to be dragged by the titlebarBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-18Add scroll factor config option.Spencer Michaels
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-15Fix segfault in dispatch_cursor_buttonemersion
2018-11-06Add focus_follows_mouse always. (#3081)Connor E
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-28cursor: fix uninitialized pointer in cursor_rebasemwenzkowski
2018-10-24When scrolling on a tab titlebar, set focus_inactive if not focusedRyan Dwyer
2018-10-23Fix dormant cursor when using multiple seatsRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer