Age | Commit message (Expand) | Author |
2020-05-19 | input: fix reloading crash due to keyboard group configuring | Brian Ashworth |
2020-05-14 | input: reset keyboard groups keyboard on reset all | Brian Ashworth |
2020-05-13 | commands: Add per-view shortcuts_inhibitor command | Michael Weiser |
2020-05-10 | input/tablet: simplify parameter plumbing for tablet references | Tudor Brindus |
2020-05-02 | input: rename pointer handlers to be unambiguous | Tudor Brindus |
2020-05-02 | input: refactor tablet motion into seatop handler | Tudor Brindus |
2020-05-01 | Fix invisible cursor on startup | Simon Ser |
2020-05-01 | Don't assert the cursor theme loads | Simon Ser |
2020-04-24 | config/output: reconfigure input devices on new output | Tudor Brindus |
2020-04-22 | input/cursor: fix hide cursor timeouts on tablets and touchscreens | Tudor Brindus |
2020-04-04 | Port input method and text input from rootston | xdavidwu |
2020-03-23 | Fix redundant call to seat_send_focus() | Leo |
2020-03-12 | input: Avoid creating the PAD device multiple times | Olivier Fourdan |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-11-24 | input: seat: Fix seat device list not initialised before use | Paul Riou |
2019-11-21 | Add support for wlr_keyboard_group | Brian Ashworth |
2019-11-17 | Use an enum instead of a marker string for map_to_ | Tadeo Kondrak |
2019-11-17 | Implement input map_to_region command | Tadeo Kondrak |
2019-11-01 | seat: simplify a strdup | lbonn |
2019-10-16 | Updates per wlroots layer shell changes | Drew DeVault |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-09-01 | layer-shell: don't give focus to unmapped layer surfaces | Simon Ser |
2019-08-31 | seat: set cursor image only if no pointer cap previously | xdavidwu |
2019-08-31 | seat: avoid unneeded reloading xcursor theme | xdavidwu |
2019-08-20 | input/keyboard: send released only if pressed sent | Brian Ashworth |
2019-08-13 | handle_seat_node_destroy: do not focus own node | Brian Ashworth |
2019-06-12 | bindings: defer while initiailizing | Brian Ashworth |
2019-06-08 | Fix segfault with "xwayland false" (#4228) | Aidan Harris |
2019-06-05 | add seat sub command 'xcursor_theme' | Daniel Eklöf |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-13 | Fix potential null accesses | Ashkan Kiani |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-18 | Remove debug tree | Ryan Dwyer |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-17 | Replace seatup allows_events with button callback | Ryan Dwyer |
2019-03-14 | Set prev_workspace_name based off of focus | Brian Ashworth |
2019-03-11 | Don't send button events to surfaces when dragging or resizing | Ryan Dwyer |
2019-03-10 | Fix crash in cmd_workspace when layer surface has focus | emersion |
2019-03-09 | fix "directive argument is null" errors | Jeff Peeler |
2019-02-28 | seat: don't send button release when not pressed | emersion |
2019-02-23 | Update for swaywm/wlroots#1517 | emersion |
2019-02-23 | handle_seat_node_destroy: update seat->workspace | Brian Ashworth |
2019-02-18 | Fix drag icon map listener not removed | emersion |
2019-02-14 | seat: allow tree focus changes while layer focused | Brian Ashworth |
2019-02-07 | seat_configure_tablet_tool: configure xcursor | Brian Ashworth |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-27 | Merge pull request #3423 from RyanDwyer/fullscreen-global | Drew DeVault |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-24 | Use sway_log_errno instead of strerror | Ian Fan |