Age | Commit message (Expand) | Author |
2019-05-14 | input/keyboard: attempt default keymap on failure | Brian Ashworth |
2019-04-14 | Add heuristics to differentiate touchpads | Benjamin Cheng |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-17 | Replace seatup allows_events with button callback | Ryan Dwyer |
2019-03-11 | Don't send button events to surfaces when dragging or resizing | Ryan Dwyer |
2019-02-28 | seat: don't send button release when not pressed | emersion |
2019-02-23 | Update for swaywm/wlroots#1517 | emersion |
2019-02-12 | Rebase cursor when a layer surface maps | emersion |
2019-02-03 | seat_cmd_cursor: do not create non-existing seat | Brian Ashworth |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-27 | Update for swaywm/wlroots#1503 | emersion |
2019-01-24 | Update for swaywm/wlroots#1402 | emersion |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-14 | Disarm key repeat on reload | Brian Ashworth |
2019-01-13 | Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved | Drew DeVault |
2019-01-13 | Merge pull request #3402 from RyanDwyer/refactor-seatops | Drew DeVault |
2019-01-13 | Merge pull request #3388 from RedSoxFan/reset-inputs-on-reload | Drew DeVault |
2019-01-10 | seat_cmd_cursor: utilize mouse button helpers | Brian Ashworth |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-09 | Add helpers for improved mouse button parsing | Brian Ashworth |
2019-01-09 | reload: reset input configs | Brian Ashworth |
2019-01-07 | cursor: move unhide and timeout retrieval into separate functions | Rouven Czerwinski |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-12-30 | Verify seat fallback settings on reload | Brian Ashworth |
2018-12-25 | Split image_surface handling into own function | Brian Ashworth |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-10-29 | binding: match single-key bindings if no multi-key binding matched | Franklin "Snaipe" Mathieu |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-19 | Introduce cursor_rebase | Ryan Dwyer |
2018-10-19 | Fix logic used for mouse_warping output | Ryan Dwyer |
2018-10-19 | Merge pull request #2875 from RedSoxFan/input-device-bindings | Drew DeVault |
2018-10-19 | Consider cursor warp when switching workspaces | Ryan Dwyer |
2018-10-18 | cmd_bind{sym,code}: Implement per-device bindings | Brian Ashworth |
2018-10-18 | Remove cursor warping from seat_set_focus | Ryan Dwyer |
2018-10-17 | Merge pull request #2820 from Emantor/fix-mouse-warping-container | Drew DeVault |
2018-10-16 | cursor: functions to warp cursor to container and workspace | Rouven Czerwinski |
2018-10-16 | Prevent duplicate workspace::focus events | Ryan Dwyer |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-10-03 | Fix focusing topmost floating windows | Jonathan Buch |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-11 | Implement tiling drag | Ryan Dwyer |
2018-09-11 | Rename OP_MOVE to OP_MOVE_FLOATING | Ryan Dwyer |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |