aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
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-11-04removed unneeded code fragmentmadblobfish
2018-11-03Merge pull request #3021 from Snaipe/singlekey-binding-triggerDrew DeVault
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-29binding: match single-key bindings if no multi-key binding matchedFranklin "Snaipe" Mathieu
2018-10-28cursor: fix uninitialized pointer in cursor_rebasemwenzkowski
2018-10-28Merge pull request #3010 from Emantor/fix/cursor_warping_view_mapDrew DeVault
2018-10-28input-manager: consider cursor warping on input_manager_set_focusRouven Czerwinski
2018-10-27seat: don't traverse the list to check if it's emptyKonstantin Kharlamov
2018-10-26Fix focus after a non-visible workspace's last container is destroyedRyan Dwyer
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer
2018-10-24When scrolling on a tab titlebar, set focus_inactive if not focusedRyan Dwyer
2018-10-23seat_update_capabilities: Set cursor image while we have the capabilityRyan Dwyer
2018-10-23Fix dormant cursor when using multiple seatsRyan Dwyer
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Merge pull request #2888 from RyanDwyer/remove-raise-floatingDrew DeVault
2018-10-20Fix crash when defaut seat is not createdMihai Coman
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-20Merge pull request #2872 from RyanDwyer/cursor-rebaseDrew DeVault
2018-10-20Fix crash when ending tiling dragRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-19Fix logic used for mouse_warping outputRyan Dwyer
2018-10-19Merge pull request #2875 from RedSoxFan/input-device-bindingsDrew DeVault
2018-10-19Consider cursor warp when switching workspacesRyan 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-16seat: use new warping functions for cursor warping during focus warpRouven Czerwinski
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-14swaybar: show hidden bar on key eventIan Fan
2018-10-10Add libinput send_events config for touchThiago Mendes
2018-10-10Merge pull request #2806 from v-gu/add-libinput-support-for-keyboardDrew DeVault
2018-10-10Merge branch 'master' into mouse-warping-containerRyan Dwyer
2018-10-10Add mouse_warping containerRouven Czerwinski
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-09add libinput config for keyboardVincent Gu
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-08Remove unneeded variableRyan Dwyer
2018-10-08Reload config using idle eventRyan Dwyer
2018-10-06Move sticky containers when switching workspace via criteriaRyan Dwyer
2018-10-05Fix crash when flattening container after movingRyan Dwyer
2018-10-04Fix #2763Drew DeVault