Age | Commit message (Expand) | Author |
2020-04-22 | input/cursor: fix hide cursor timeouts on tablets and touchscreens | Tudor Brindus |
2020-04-22 | input/cursor: fix jerky resizing of non-tablet_v2 surfaces | Tudor Brindus |
2020-04-22 | input/cursor: correctly send tablet_v2 up event when over non-v2 surface | Tudor Brindus |
2020-04-17 | Don't transfer focus to NULL node on touch | David96 |
2020-04-10 | Adjust focus order to match rendering order of layer shell popups. | Aleksei Bavshin |
2020-04-03 | swapped hiding the cursor and sending a touch event as a more logical sequence | Some Chinese Guy |
2020-03-29 | switched to setting focus with seat_set_focus | Some Chinese Guy |
2020-03-29 | Added focus following for touch_down | Some Chinese Guy |
2020-03-16 | sway/input/cursor.c: fix undefined behaviour when event is NULL | Jason Nader |
2020-03-15 | sway/input/cursor.c: move NULL check to where it should be | Jason Nader |
2020-01-06 | input/cursor: handle setting a NULL image surface | Brian Ashworth |
2020-01-05 | input/cursor: handle image surface destroy | Brian Ashworth |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-12-07 | input/cursor: remove gesture listeners in destroy | Benjamin Cheng |
2019-12-07 | input/cursor: pass gesture events to clients | Benjamin Cheng |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-08-14 | layer-shell: add support for popups | Drew DeVault |
2019-08-06 | input/cursor: do not hide when buttons are pressed | Brian Ashworth |
2019-06-08 | Unhide cursor on cursor activity after touch | Alex Maese |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-17 | Replace seatup allows_events with button callback | Ryan Dwyer |
2019-03-11 | Fix click behaviour | Ryan Dwyer |
2019-03-11 | Don't send button events to surfaces when dragging or resizing | Ryan Dwyer |
2019-03-04 | Allow concurrent clicks | Ryan Dwyer |
2019-02-28 | seat: don't send button release when not pressed | emersion |
2019-02-27 | cursor: intitialize sx and sy to zero | Rouven Czerwinski |
2019-02-27 | cursor: remove unused node assignement | Rouven Czerwinski |
2019-02-23 | Update for swaywm/wlroots#1517 | emersion |
2019-02-22 | input/cursor: allow whole-window bindings on ws | Brian Ashworth |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-16 | Check layout before getting pointer surface coords | Vincent Vanlaer |
2019-02-13 | cursor: relative-pointer-v1 time is usec | Brian Ashworth |
2019-02-12 | Rebase cursor when a layer surface maps | emersion |
2019-02-03 | Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-in... | Drew DeVault |
2019-02-03 | Fall back to wildcard in sway_cursor_constrain | vilhalmer |
2019-02-03 | Skip constraining cursor if no seat config | vilhalmer |
2019-02-03 | Focus ws inactive node with focus_follows_mouse | vilhalmer |
2019-02-01 | Merge pull request #3543 from emersion/relative-pointer-usec | Drew DeVault |
2019-01-31 | pointer_constraint: change to a seat subcommand | Brian Ashworth |
2019-01-30 | relative-pointer-v1: time is in usec, not msec | emersion |
2019-01-30 | Send pointer frames on tool events | Drew DeVault |
2019-01-30 | Missed a spot in pointer constraints | Drew DeVault |
2019-01-30 | Add pointer_constraint command | Drew DeVault |
2019-01-30 | Add relative pointer | absrd |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-27 | Merge pull request #3423 from RyanDwyer/fullscreen-global | Drew DeVault |
2019-01-27 | Update for swaywm/wlroots#1503 | emersion |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-19 | Fix crash in cursor_rebase with multiple screens | emersion |