aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* Add libinput send_events config for touchLibravatar Thiago Mendes2018-10-10
* Merge pull request #2806 from v-gu/add-libinput-support-for-keyboardLibravatar Drew DeVault2018-10-10
|\
| * add libinput config for keyboardLibravatar Vincent Gu2018-10-09
* | Merge branch 'master' into mouse-warping-containerLibravatar Ryan Dwyer2018-10-10
|\ \
| * | Fix floating click eventsLibravatar Ryan Dwyer2018-10-10
| |/
* / Add mouse_warping containerLibravatar Rouven Czerwinski2018-10-10
|/
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* Remove unneeded variableLibravatar Ryan Dwyer2018-10-08
* Reload config using idle eventLibravatar Ryan Dwyer2018-10-08
* Move sticky containers when switching workspace via criteriaLibravatar Ryan Dwyer2018-10-06
* Fix crash when flattening container after movingLibravatar Ryan Dwyer2018-10-05
* Fix #2763Libravatar Drew DeVault2018-10-04
* Merge pull request #2760 from RyanDwyer/swaylock-handle-output-disconnectLibravatar emersion2018-10-04
|\
| * Give focus to another swaylock surface when output is disconnectedLibravatar Ryan Dwyer2018-10-04
* | Ignore unrelated cursor buttons while doing seat operationsLibravatar Ryan Dwyer2018-10-04
|/
* Fix focusing topmost floating windowsLibravatar Jonathan Buch2018-10-03
* Simplify raising a container in seatLibravatar Jonathan Buch2018-10-03
* Add configuration for raising containers on focusLibravatar Jonathan Buch2018-10-03
* Add sanity check for empty focus stackLibravatar Ryan Dwyer2018-10-03
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Set focus_inactive on a sibling when a container closes in an inactive workspaceLibravatar Ryan Dwyer2018-10-02
* | Fix smart gapsLibravatar Brian Ashworth2018-10-01
* | Merge pull request #2725 from PumbaPe/add-tap-and-dragLibravatar Drew DeVault2018-09-30
|\ \
| * | add tap-and-drag setting to sway-inputLibravatar PP2018-09-29
| |/
* | Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
* | Merge pull request #2698 from ianyfan/hide-cursorLibravatar emersion2018-09-29
|\ \ | |/ |/|
| * cursor: allow cursor_set_image to accept a NULL image to hide cursorLibravatar Ian Fan2018-09-24
| * seat: only show cursor if pointer configuredLibravatar Ian Fan2018-09-24
* | Merge pull request #2704 from ianyfan/tablet-configLibravatar Drew DeVault2018-09-27
|\ \
| * | input: enable configuring tablets with libinputLibravatar Ian Fan2018-09-24
| |/
* / Add a missing null check for moving tiling containersLibravatar Alexander Bakker2018-09-25
|/
* Implement support for input wildcardLibravatar Brian Ashworth2018-09-23
* Fix GtkMenuBar always opening first itemLibravatar Ryan Dwyer2018-09-23
* Implement tab cycling using mouse wheelLibravatar Ryan Dwyer2018-09-22
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Make seat_get_active_child ignore floating childrenLibravatar Ryan Dwyer2018-09-16
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* Fix line lengthLibravatar Ryan Dwyer2018-09-11
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Merge pull request #2603 from emersion/fix-dndLibravatar Drew DeVault2018-09-07
|\
| * Fix drag-and-dropLibravatar emersion2018-09-07
* | Fix workspace switchingLibravatar Ryan Dwyer2018-09-07
* | Don't dirty outputs unnecessarilyLibravatar Ryan Dwyer2018-09-06
* | Make outputs dirty when changing focusLibravatar Ryan Dwyer2018-09-06
* | Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* | Merge pull request #2578 from RyanDwyer/fix-binding-reloadLibravatar emersion2018-09-06
|\ \