aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Expand)AuthorAge
...
* 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
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* cursor: fix uninitialized pointer in cursor_rebaseLibravatar mwenzkowski2018-10-28
* When scrolling on a tab titlebar, set focus_inactive if not focusedLibravatar Ryan Dwyer2018-10-24
* Fix dormant cursor when using multiple seatsLibravatar Ryan Dwyer2018-10-23
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* cmd_bind{sym,code}: Implement per-device bindingsLibravatar Brian Ashworth2018-10-18
* Remove cursor warping from seat_set_focusLibravatar Ryan Dwyer2018-10-18
* Merge pull request #2820 from Emantor/fix-mouse-warping-containerLibravatar Drew DeVault2018-10-17
|\
| * cursor: functions to warp cursor to container and workspaceLibravatar Rouven Czerwinski2018-10-16
* | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
|/
* Fix floating click eventsLibravatar Ryan Dwyer2018-10-10
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* Ignore unrelated cursor buttons while doing seat operationsLibravatar Ryan Dwyer2018-10-04
* Fix focusing topmost floating windowsLibravatar Jonathan Buch2018-10-03
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | 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
* | Add a missing null check for moving tiling containersLibravatar Alexander Bakker2018-09-25
|/
* Implement tab cycling using mouse wheelLibravatar Ryan Dwyer2018-09-22
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* 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
* | Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* | Fix clicking workspace buttonsLibravatar Ryan Dwyer2018-09-05
* | Focus empty workspace when clicking itLibravatar Ryan Dwyer2018-09-05
* | Fix crash when moving mouse over a fullscreen split containerLibravatar Ryan Dwyer2018-09-05
* | Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
|/
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Merge pull request #2460 from RyanDwyer/implement-mousedownLibravatar Drew DeVault2018-08-18
|\
| * Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
| * Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
| * Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
* | Fix mod+resizeLibravatar Ryan Dwyer2018-08-18
|/
* Make mod+resize a floating container resize the container itselfLibravatar Ryan Dwyer2018-08-12
* Use col-resize and row-resize cursor imagesLibravatar Ryan Dwyer2018-08-12
* Fix right-click/popups and add state checksLibravatar Ryan Dwyer2018-08-12