aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* desktop: Rename layers to shell_layersLibravatar Alexander Orzechowski2024-01-18
* input: reconfigure send_events on output hotplugLibravatar Simon Ser2024-01-02
* Check wlr_pointer_constraint_v1_state.cursor_hint.enabledLibravatar Simon Ser2023-12-25
* input/seat: simplify seat_is_input_allowed()Libravatar Simon Ser2023-12-13
* input/seat: rename seat_set_exclusive_client()Libravatar Simon Ser2023-12-13
* input/seat: inline seat_set_exclusive_client() with NULL clientLibravatar Simon Ser2023-12-13
* input/{keyboard,switch}: rename input_inhibited variable to lockedLibravatar Simon Ser2023-12-13
* input/seat: drop exclusive_clientLibravatar Simon Ser2023-12-13
* Chase wlroots!4440Libravatar llyyr2023-11-22
* seat: Fix cursor theme reload for tablet toolLibravatar NemuiBanila2023-11-21
* seat: Fix reloading cursor theme after changeLibravatar Lina Banik2023-11-21
* input/input-manager: drop input_manager_configure_all_inputsLibravatar Simon Ser2023-11-16
* Only reconfigure input mappings on output changeLibravatar Simon Ser2023-11-16
* input/seat: rename seat_apply_input_configLibravatar Simon Ser2023-11-16
* input/seat: don't configure mappings for switchesLibravatar Simon Ser2023-11-16
* Drop support for KDE's idle protocolLibravatar Simon Ser2023-10-05
* chore: chase wlroots xdg-surface role reworkLibravatar Kirill Primak2023-08-21
* Add support for cursor-shape-v1Libravatar Simon Ser2023-07-24
* Deprecate seat idle_wakeLibravatar Simon Ser2023-07-19
* input: Move wlr_pointer_gestures_v1 to sway_input_managerLibravatar Mark Bolhuis2023-06-26
* Use "default" XCursor instead of "left_ptr"Libravatar Simon Ser2023-06-25
* Use wlr_cursor_unset_image()Libravatar Simon Ser2023-06-19
* Use wlr_cursor_set_xcursor()Libravatar Simon Ser2023-06-19
* input/libinput: add scroll_button_lock methodLibravatar Cezary Drożak2023-06-16
* Fix `bindsym --to-code` not respecting input configsLibravatar 33KK2023-06-11
* Add support for wlr-layer-shell ON_DEMAND keyboard interactivityLibravatar Erik Reider2023-06-06
* chore: chase wlroots map logic unificationLibravatar Kirill Primak2023-06-02
* seatop_down: Call seatop_begin_default after sending touch eventsLibravatar hrdl2023-05-11
* handle_touch_cancel: fix begin defaultLibravatar hrdl2023-05-04
* Add support for touch cancel eventsLibravatar hrdl2023-05-04
* render: pass rendering state together in a structLibravatar Alexander Orzechowski2023-05-02
* Use format_str() throughoutLibravatar Simon Ser2023-04-14
* Constify pixman_region32_t for rendering functionsLibravatar Simon Ser2023-02-22
* Implement seatop_touchLibravatar Stacy Harper2023-02-20
* Fix map_to_output * turning off deviceLibravatar Daniel Hill2023-02-18
* Convert to *_try_from_wlr_surface()Libravatar Simon Ser2023-02-02
* Convert to wlr_xwayland_surface_try_from_wlr_surface()Libravatar Simon Ser2023-02-01
* Fix pointer events for ext-session-lock surfacesLibravatar Simon Ser2023-01-18
* Fix indentation in surface_is_xdg_popup()Libravatar Simon Ser2023-01-18
* input/tablet: handle focusing NULL surfaceLibravatar Kirill Primak2023-01-16
* input: enable user xkb configs with cap_sys_niceLibravatar Ronan Pigott2023-01-11
* Improve tablet tool button handling.Libravatar John Chadwick2023-01-07
* warp_to_constraint_cursor_hint: Handle NULL viewLibravatar Alexander Orzechowski2023-01-04
* Replace math functions that promote float to doubleLibravatar Carl Smedstad2023-01-03
* seat: Set keyboard if seat keyboard is NULLLibravatar Kenny Levinsen2022-12-19
* Add libinput RotationAngleLibravatar Lucas Zampieri2022-12-09
* seat: Avoid sending redundant keymaps on reloadLibravatar Kenny Levinsen2022-12-04
* Make libinput backend optionalLibravatar Simon Ser2022-11-28
* Make session optionalLibravatar Simon Ser2022-11-28
* Update for wlroots!3814Libravatar Simon Ser2022-11-15