aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Expand)AuthorAge
* Fix click behaviour1.0v1.0Libravatar Ryan Dwyer2019-03-11
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* Allow concurrent clicksLibravatar Ryan Dwyer2019-03-04
* seat: don't send button release when not pressedLibravatar emersion2019-03-04
* cursor: intitialize sx and sy to zeroLibravatar Rouven Czerwinski2019-03-04
* cursor: remove unused node assignementLibravatar Rouven Czerwinski2019-03-04
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-25
* input/cursor: allow whole-window bindings on wsLibravatar Brian Ashworth2019-02-25
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* Check layout before getting pointer surface coordsLibravatar Vincent Vanlaer2019-02-18
* cursor: relative-pointer-v1 time is usecLibravatar Brian Ashworth2019-02-18
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* Focus ws inactive node with focus_follows_mouseLibravatar vilhalmer2019-02-11
* Merge pull request #3563 from vilhalmer/fix-wildcard-seat-constrain-crashes-d...Libravatar Brian Ashworth2019-02-11
* Merge pull request #3543 from emersion/relative-pointer-usecLibravatar Drew DeVault2019-02-01
|\
| * relative-pointer-v1: time is in usec, not msecLibravatar emersion2019-01-30
* | pointer_constraint: change to a seat subcommandLibravatar Brian Ashworth2019-01-31
|/
* Send pointer frames on tool eventsLibravatar Drew DeVault2019-01-30
* Missed a spot in pointer constraintsLibravatar Drew DeVault2019-01-30
* Add pointer_constraint commandLibravatar Drew DeVault2019-01-30
* Add relative pointerLibravatar absrd2019-01-30
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Update for swaywm/wlroots#1503Libravatar emersion2019-01-27
|/
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fix crash in cursor_rebase with multiple screensLibravatar emersion2019-01-19
* bar_cmd_tray_bind: Use mouse button helpersLibravatar Brian Ashworth2019-01-16
* cursor: send clear_focus on hide and enter event on unhideLibravatar Rouven Czerwinski2019-01-15
* 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
| |/
* / Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
|/
* 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
* 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
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* 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
* 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