aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2023-05-02render: pass rendering state together in a structAlexander Orzechowski
2023-04-14Use format_str() throughoutSimon Ser
2023-02-22Constify pixman_region32_t for rendering functionsSimon Ser
2023-02-20Implement seatop_touchStacy Harper
2023-02-18Fix map_to_output * turning off deviceDaniel Hill
2023-02-02Convert to *_try_from_wlr_surface()Simon Ser
2023-02-01Convert to wlr_xwayland_surface_try_from_wlr_surface()Simon Ser
2023-01-18Fix pointer events for ext-session-lock surfacesSimon Ser
2023-01-18Fix indentation in surface_is_xdg_popup()Simon Ser
2023-01-16input/tablet: handle focusing NULL surfaceKirill Primak
2023-01-11input: enable user xkb configs with cap_sys_niceRonan Pigott
2023-01-07Improve tablet tool button handling.John Chadwick
2023-01-04warp_to_constraint_cursor_hint: Handle NULL viewAlexander Orzechowski
2023-01-03Replace math functions that promote float to doubleCarl Smedstad
2022-12-19seat: Set keyboard if seat keyboard is NULLKenny Levinsen
2022-12-09Add libinput RotationAngleLucas Zampieri
2022-12-04seat: Avoid sending redundant keymaps on reloadKenny Levinsen
2022-11-28Make libinput backend optionalSimon Ser
2022-11-28Make session optionalSimon Ser
2022-11-15Update for wlroots!3814Simon Ser
2022-11-15input/seat: locally compute drag icon offsetSimon Ser
2022-10-30Support libinput's 1.21 new dwtp optionpudiva chip líquida
2022-10-28Fix focus tracking when session lock is activeDaniel De Graaf
2022-10-28Rework session lock keyboard focus handlingDaniel De Graaf
2022-10-23Fix keymap being NULL and segfaulting on dev addYaroslav de la Peña Smirnov
2022-10-21input: tweak focus behavior to allow focusing parent containersTudor Brindus
2022-10-14Add support for ext-idle-notify-v1Simon Ser
2022-10-10input: focus container when scrolling on titlebarTudor Brindus
2022-10-10input: focus floating container when clicked on borderTudor Brindus
2022-10-09Use keyboard_state.focused_surface directlyFerdinand Schober
2022-10-09use seat directlyFerdinand Schober
2022-10-09check for NULLFerdinand Schober
2022-10-09allow pointer_constraints on layer_shell surfacesFerdinand Schober
2022-07-15input: chase delta_discrete semantics changeKirill Primak
2022-06-22Remove access to wlr_input_device unionSimon Ser
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-04-30Avoid inspecting a NULL view in seat_set_focusDaniel De Graaf
2022-04-29Implement ext-session-lock-v1Daniel De Graaf
2022-03-23sway/input: wlr_seat_keyboard() now takes wlr_keyboardLeonardo Hernández Hernández
2022-03-22sway/input: fix bad position of wlr_dragLeonardo Hernández Hernández
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
2022-03-17sway/input/seat: take output name from specialized input deviceSimon Zeni
2022-03-17sway/input/cursor: take device mm size from wlr_tabletSimon Zeni
2022-03-08Remove WLR_SWITCH_STATE_TOGGLE usageSimon Ser
2022-03-05sway/input: destroy sway_switch properlyMoon Sungjoon
2022-03-04sway/input: don't pass possibly invalid modifiers pointerAlexander Gramiak
2022-02-22Remove some erroneous apostrophes in commentsThomas Hebb
2022-02-21sway/input: use wlr_input_device from input device baseSimon Zeni
2022-01-22input/cursor: pass through pointer hold gesturesTudor Brindus
2022-01-17input/cursor: treat swipe begin as idle activity tooTudor Brindus