aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
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
2018-10-17Merge pull request #2820 from Emantor/fix-mouse-warping-containerDrew DeVault
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-04Ignore unrelated cursor buttons while doing seat operationsRyan Dwyer
2018-10-03Fix focusing topmost floating windowsJonathan Buch
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-29Merge pull request #2698 from ianyfan/hide-cursoremersion
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-25Add a missing null check for moving tiling containersAlexander Bakker
2018-09-24cursor: allow cursor_set_image to accept a NULL image to hide cursorIan Fan
2018-09-22Implement tab cycling using mouse wheelRyan Dwyer
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-07Merge pull request #2603 from emersion/fix-dndDrew DeVault
2018-09-07Fix drag-and-dropemersion
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-05Fix clicking workspace buttonsRyan Dwyer
2018-09-05Focus empty workspace when clicking itRyan Dwyer
2018-09-05Fix crash when moving mouse over a fullscreen split containerRyan Dwyer