aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2020-04-17Don't transfer focus to NULL node on touchDavid96
2020-04-15input/seatop_default: release on empty workspaceRouven Czerwinski
2020-04-14Fix a use-after-free error in switch bindingDi Ma
2020-04-14Fix a use-after-free error in switch bindingDi Ma
2020-04-14Fix a use-after-free error in switch bindingDi Ma
2020-04-14input: keyboard: Never group virtual keyboards.Andri Yngvason
2020-04-14input: Mark virtual devices as suchAndri Yngvason
2020-04-10Adjust focus order to match rendering order of layer shell popups.Aleksei Bavshin
2020-04-04im: Fix crash when im destorying and no focused surface existsLeo
2020-04-04im: remove listener on pending surface destoryedxdavidwu
2020-04-04im: make text-input listeners per text-inputxdavidwu
2020-04-04input-method: avoid and log unneeded set_focusxdavidwu
2020-04-04input-method: remove surface listener before setxdavidwu
2020-04-04Port input method and text input from rootstonxdavidwu
2020-04-03swapped hiding the cursor and sending a touch event as a more logical sequenceSome Chinese Guy
2020-03-30add --no-repeat option for bindingsLinus Heckemann
2020-03-29switched to setting focus with seat_set_focusSome Chinese Guy
2020-03-29Added focus following for touch_downSome Chinese Guy
2020-03-23Fix redundant call to seat_send_focus()Leo
2020-03-16sway/input/cursor.c: fix undefined behaviour when event is NULLJason Nader
2020-03-15sway/input/cursor.c: move NULL check to where it should beJason Nader
2020-03-12input: Avoid creating the PAD device multiple timesOlivier Fourdan
2020-03-11commands: Add shortcuts_inhibitor commandMichael Weiser
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2020-02-10input: Map virtual-pointer to the requested outputAndri Yngvason
2020-01-06input/cursor: handle setting a NULL image surfaceBrian Ashworth
2020-01-05input/cursor: handle image surface destroyBrian Ashworth
2020-01-01input: Assign virtual input devices to their selected seatsAndri Yngvason
2019-12-31Add virtual pointer protocolJosef Gajdusek
2019-12-16seat_cmd_keyboard_grouping: change keymap to smartBrian Ashworth
2019-12-16input/seatop_default: fix focusing floating titlesBrian Ashworth
2019-12-13input/keyboard: defer wlr_keyboard_group destroyBrian Ashworth
2019-12-13input/keyboard: remove group listeners on destroyBrian Ashworth
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-12-07input/cursor: remove gesture listeners in destroyBenjamin Cheng
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng
2019-11-28input/keyboard: reset seat keyboard on destroyBrian Ashworth
2019-11-27config: improvements to the reload validationBrian Ashworth
2019-11-26input/keyboard: check keyboard group before removeBrian Ashworth
2019-11-24input: seat: Fix seat device list not initialised before usePaul Riou
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-11-21input/keyboard: cleanup xkb_file error handingBrian Ashworth
2019-11-17Use an enum instead of a marker string for map_to_Tadeo Kondrak
2019-11-17Implement input map_to_region commandTadeo Kondrak
2019-11-08seatop_default: handle focus for unmanaged xwayland windows lastRonan Pigott
2019-11-04seatop_default: handle focus for xwayland_unmanaged viewsRonan Pigott
2019-11-04seatop_move_floating: make container respect pointer constraintRonan Pigott
2019-11-01seat: simplify a strduplbonn
2019-10-23Fix tiled containers resize with mouseKirill Chibisov
2019-10-16Updates per wlroots layer shell changesDrew DeVault