aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* input/switch: fix indentation of fileLibravatar Brian Ashworth2019-06-03
* input/keyboard: attempt default keymap on failureLibravatar Brian Ashworth2019-05-21
* Fix a silly mistakeLibravatar Alex Maese2019-04-28
* Don't send pointer motion when rebasing the cursorLibravatar Alex Maese2019-04-28
* Clear pointer focus during move and resize seatopsLibravatar Alex Maese2019-04-28
* bindsym: change xkb_rule_names initializationLibravatar Konstantin Pospelov2019-04-26
* bindsym: consider xkb_rule_names for --to-codeLibravatar Konstantin Pospelov2019-04-26
* ipc: fix criteria for emitting bar_state_updateLibravatar Brian Ashworth2019-04-20
* Implement input type configs (#3784)Libravatar Benjamin Cheng2019-04-14
* Add heuristics to differentiate touchpadsLibravatar Benjamin Cheng2019-04-14
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* Fix potential null accessesLibravatar Ashkan Kiani2019-04-13
* Fix null pointer crash when doing tiling dragLibravatar Ryan Dwyer2019-03-29
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* Clean up focus follows mouse logicLibravatar Ryan Dwyer2019-03-19
* Remove debug treeLibravatar Ryan Dwyer2019-03-18
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* Replace seatup allows_events with button callbackLibravatar Ryan Dwyer2019-03-17
* Set prev_workspace_name based off of focusLibravatar Brian Ashworth2019-03-14
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* Fix click behaviourLibravatar Ryan Dwyer2019-03-11
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* Make raw keysyms take precedence over translatedLibravatar Ben Challenor2019-03-10
* Fix crash in cmd_workspace when layer surface has focusLibravatar emersion2019-03-10
* fix "directive argument is null" errorsLibravatar Jeff Peeler2019-03-09
* Allow concurrent clicksLibravatar Ryan Dwyer2019-03-04
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* seat: don't send button release when not pressedLibravatar emersion2019-02-28
* cursor: intitialize sx and sy to zeroLibravatar Rouven Czerwinski2019-02-27
* cursor: remove unused node assignementLibravatar Rouven Czerwinski2019-02-27
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-23
* handle_seat_node_destroy: update seat->workspaceLibravatar Brian Ashworth2019-02-23
* input/cursor: allow whole-window bindings on wsLibravatar Brian Ashworth2019-02-22
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* Fix drag icon map listener not removedLibravatar emersion2019-02-18
* Check layout before getting pointer surface coordsLibravatar Vincent Vanlaer2019-02-16
* seatop_move_tiling: do not move to descendantLibravatar Brian Ashworth2019-02-14
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-14
* seatop_move_tiling: use tab/stack parent not selfLibravatar Brian Ashworth2019-02-13
* cursor: relative-pointer-v1 time is usecLibravatar Brian Ashworth2019-02-13
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-12
* input/keyboard: respect solo repeat_{rate,delay}Libravatar Brian Ashworth2019-02-10
* bar_cmd_modifier: add support for noneLibravatar Brian Ashworth2019-02-08
* seat_configure_tablet_tool: configure xcursorLibravatar Brian Ashworth2019-02-07
* Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-in...Libravatar Drew DeVault2019-02-03
|\
| * Focus ws inactive node with focus_follows_mouseLibravatar vilhalmer2019-02-03
* | seat_cmd_cursor: do not create non-existing seatLibravatar Brian Ashworth2019-02-03
* | Fall back to wildcard in sway_cursor_constrainLibravatar vilhalmer2019-02-03
* | Skip constraining cursor if no seat configLibravatar vilhalmer2019-02-03
|/
* Merge pull request #3543 from emersion/relative-pointer-usecLibravatar Drew DeVault2019-02-01
|\