summaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
...
* Disarm key repeat on reloadLibravatar Brian Ashworth2019-01-14
* Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedLibravatar Drew DeVault2019-01-13
|\
| * seat_cmd_cursor: utilize mouse button helpersLibravatar Brian Ashworth2019-01-10
* | Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedLibravatar Drew DeVault2019-01-13
|\ \
| * | input_cmd_scroll_button: utilize mouse btn helpersLibravatar Brian Ashworth2019-01-10
| |/
* | Merge pull request #3402 from RyanDwyer/refactor-seatopsLibravatar Drew DeVault2019-01-13
|\ \
| * | Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
| |/
* | Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadLibravatar Drew DeVault2019-01-13
|\ \ | |/ |/|
| * reload: reset input configsLibravatar Brian Ashworth2019-01-09
* | Merge pull request #3341 from RedSoxFan/mouse-bindings-improvedLibravatar Ian Fan2019-01-10
|\ \
| * | Add helpers for improved mouse button parsingLibravatar Brian Ashworth2019-01-09
| |/
* | Merge pull request #3399 from RedSoxFan/fix-output-destruction-segfaultsLibravatar emersion2019-01-10
|\ \
| * | Fix segfaults on output destructionLibravatar Brian Ashworth2019-01-10
| |/
* / cursor: allow scrolling tabs/stack on title borderLibravatar Brian Ashworth2019-01-09
|/
* Simplify evdev includes on FreeBSD by relying on up-to-date packageLibravatar Jan Beich2019-01-09
* keyboard: update repeat timer before executionLibravatar Brian Ashworth2019-01-09
* Merge pull request #3385 from robertgzr/reset_output_mappingLibravatar Drew DeVault2019-01-08
|\
| * cursor: allow mapping to all outputsLibravatar Robert Günzler2019-01-09
* | Merge pull request #3275 from ianyfan/remove-readlineLibravatar emersion2019-01-08
|\ \
| * | stringop.c: rewrite strip_whitespaceLibravatar Ian Fan2019-01-01
* | | seat: unhide the cursor if it is warped to focusLibravatar Rouven Czerwinski2019-01-07
* | | cursor: move unhide and timeout retrieval into separate functionsLibravatar Rouven Czerwinski2019-01-07
| |/ |/|
* | Apply tiling_drag_threshold to all containersLibravatar David962019-01-03
* | Implement tiling_drag_thresholdLibravatar Brian Ashworth2019-01-02
|/
* Apply implicit fallback seat configLibravatar Brian Ashworth2018-12-31
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Verify seat fallback settings on reloadLibravatar Brian Ashworth2018-12-30
* Revamp seat configsLibravatar Brian Ashworth2018-12-29
* Remove button from state on release during opLibravatar Brian Ashworth2018-12-29
* Split image_surface handling into own functionLibravatar Brian Ashworth2018-12-25
* Implement hide_cursor <timeout> commandLibravatar Brian Ashworth2018-12-25
* Change mouse buttons to x11 map and libevdev namesLibravatar Brian Ashworth2018-12-25
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Focus node before tiling drag if on titlebarLibravatar Brian Ashworth2018-12-17
* Allow tiling views to be dragged by the titlebarLibravatar Brian Ashworth2018-12-17
* Update for swaywm/wlroots#1377Libravatar Rostislav Pehlivanov2018-12-16
* Fix focusing on non-visible workspaceLibravatar Brian Ashworth2018-12-14
* Keep focus when destroying containers on nonvis wsLibravatar Brian Ashworth2018-12-12
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Add scroll factor config option.Libravatar Spencer Michaels2018-11-18
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Fix segfault in dispatch_cursor_buttonLibravatar emersion2018-11-15
* Add focus_follows_mouse always. (#3081)Libravatar Connor E2018-11-06
* removed unneeded code fragmentLibravatar madblobfish2018-11-04
* Merge pull request #3021 from Snaipe/singlekey-binding-triggerLibravatar Drew DeVault2018-11-03
|\
| * binding: match single-key bindings if no multi-key binding matchedLibravatar Franklin "Snaipe" Mathieu2018-10-29
* | Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* | cursor: fix uninitialized pointer in cursor_rebaseLibravatar mwenzkowski2018-10-28
* | Merge pull request #3010 from Emantor/fix/cursor_warping_view_mapLibravatar Drew DeVault2018-10-28
|\ \