Age | Commit message (Expand) | Author |
2023-02-20 | Implement seatop_touch | Stacy Harper |
2023-02-18 | Fix map_to_output * turning off device | Daniel Hill |
2023-02-02 | Convert to *_try_from_wlr_surface() | Simon Ser |
2023-02-01 | Convert to wlr_xwayland_surface_try_from_wlr_surface() | Simon Ser |
2023-01-18 | Fix pointer events for ext-session-lock surfaces | Simon Ser |
2023-01-18 | Fix indentation in surface_is_xdg_popup() | Simon Ser |
2023-01-16 | input/tablet: handle focusing NULL surface | Kirill Primak |
2023-01-11 | input: enable user xkb configs with cap_sys_nice | Ronan Pigott |
2023-01-07 | Improve tablet tool button handling. | John Chadwick |
2023-01-04 | warp_to_constraint_cursor_hint: Handle NULL view | Alexander Orzechowski |
2023-01-03 | Replace math functions that promote float to double | Carl Smedstad |
2022-12-19 | seat: Set keyboard if seat keyboard is NULL | Kenny Levinsen |
2022-12-09 | Add libinput RotationAngle | Lucas Zampieri |
2022-12-04 | seat: Avoid sending redundant keymaps on reload | Kenny Levinsen |
2022-11-28 | Make libinput backend optional | Simon Ser |
2022-11-28 | Make session optional | Simon Ser |
2022-11-15 | Update for wlroots!3814 | Simon Ser |
2022-11-15 | input/seat: locally compute drag icon offset | Simon Ser |
2022-10-30 | Support libinput's 1.21 new dwtp option | pudiva chip líquida |
2022-10-28 | Fix focus tracking when session lock is active | Daniel De Graaf |
2022-10-28 | Rework session lock keyboard focus handling | Daniel De Graaf |
2022-10-23 | Fix keymap being NULL and segfaulting on dev add | Yaroslav de la Peña Smirnov |
2022-10-21 | input: tweak focus behavior to allow focusing parent containers | Tudor Brindus |
2022-10-14 | Add support for ext-idle-notify-v1 | Simon Ser |
2022-10-10 | input: focus container when scrolling on titlebar | Tudor Brindus |
2022-10-10 | input: focus floating container when clicked on border | Tudor Brindus |
2022-10-09 | Use keyboard_state.focused_surface directly | Ferdinand Schober |
2022-10-09 | use seat directly | Ferdinand Schober |
2022-10-09 | check for NULL | Ferdinand Schober |
2022-10-09 | allow pointer_constraints on layer_shell surfaces | Ferdinand Schober |
2022-07-15 | input: chase delta_discrete semantics change | Kirill Primak |
2022-06-22 | Remove access to wlr_input_device union | Simon Ser |
2022-05-30 | sway: add bindgesture command | Florian Franzen |
2022-04-30 | Avoid inspecting a NULL view in seat_set_focus | Daniel De Graaf |
2022-04-29 | Implement ext-session-lock-v1 | Daniel De Graaf |
2022-03-23 | sway/input: wlr_seat_keyboard() now takes wlr_keyboard | Leonardo Hernández Hernández |
2022-03-22 | sway/input: fix bad position of wlr_drag | Leonardo Hernández Hernández |
2022-03-17 | sway/input: follow up wlroots input device events renaming | Simon Zeni |
2022-03-17 | sway/input/seat: take output name from specialized input device | Simon Zeni |
2022-03-17 | sway/input/cursor: take device mm size from wlr_tablet | Simon Zeni |
2022-03-08 | Remove WLR_SWITCH_STATE_TOGGLE usage | Simon Ser |
2022-03-05 | sway/input: destroy sway_switch properly | Moon Sungjoon |
2022-03-04 | sway/input: don't pass possibly invalid modifiers pointer | Alexander Gramiak |
2022-02-22 | Remove some erroneous apostrophes in comments | Thomas Hebb |
2022-02-21 | sway/input: use wlr_input_device from input device base | Simon Zeni |
2022-01-22 | input/cursor: pass through pointer hold gestures | Tudor Brindus |
2022-01-17 | input/cursor: treat swipe begin as idle activity too | Tudor Brindus |
2022-01-17 | input/cursor: count pointer gestures as idle activity | Tudor Brindus |
2022-01-07 | input/seat: unset has_focus when focus_stack becomes empty | Thomas Hebb |
2021-12-14 | Handle border width and height on minimum floating sizes | RoastVeg |