Age | Commit message (Expand) | Author |
2019-05-27 | input/switch: fix indentation of file | Brian Ashworth |
2019-05-14 | input/keyboard: attempt default keymap on failure | Brian Ashworth |
2019-04-28 | Fix a silly mistake | Alex Maese |
2019-04-28 | Don't send pointer motion when rebasing the cursor | Alex Maese |
2019-04-28 | Clear pointer focus during move and resize seatops | Alex Maese |
2019-04-26 | bindsym: change xkb_rule_names initialization | Konstantin Pospelov |
2019-04-26 | bindsym: consider xkb_rule_names for --to-code | Konstantin Pospelov |
2019-04-20 | ipc: fix criteria for emitting bar_state_update | Brian Ashworth |
2019-04-14 | Implement input type configs (#3784) | Benjamin Cheng |
2019-04-14 | Add heuristics to differentiate touchpads | Benjamin Cheng |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-13 | Fix potential null accesses | Ashkan Kiani |
2019-03-29 | Fix null pointer crash when doing tiling drag | Ryan Dwyer |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-19 | Clean up focus follows mouse logic | Ryan Dwyer |
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 | Stop using wlr_output->{lx,ly} | emersion |
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-10 | Make raw keysyms take precedence over translated | Ben Challenor |
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-03-04 | Allow concurrent clicks | Ryan Dwyer |
2019-03-02 | floating_maximum_size: change default behavior | Brian Ashworth |
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-23 | handle_seat_node_destroy: update seat->workspace | Brian Ashworth |
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-18 | Fix drag icon map listener not removed | emersion |
2019-02-16 | Check layout before getting pointer surface coords | Vincent Vanlaer |
2019-02-14 | seatop_move_tiling: do not move to descendant | Brian Ashworth |
2019-02-14 | seat: allow tree focus changes while layer focused | Brian Ashworth |
2019-02-13 | seatop_move_tiling: use tab/stack parent not self | Brian Ashworth |
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-10 | input/keyboard: respect solo repeat_{rate,delay} | Brian Ashworth |
2019-02-08 | bar_cmd_modifier: add support for none | Brian Ashworth |
2019-02-07 | seat_configure_tablet_tool: configure xcursor | Brian Ashworth |
2019-02-03 | Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-in... | Drew DeVault |
2019-02-03 | seat_cmd_cursor: do not create non-existing seat | Brian Ashworth |
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 |