aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Expand)AuthorAge
...
* 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
* Allow resizing tiled views via mod keyLibravatar Ryan Dwyer2018-08-12
* Refactor dispatch_cursor_buttonLibravatar Ryan Dwyer2018-08-12
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Don't call send_pointer_notify_button when doing move or resizeLibravatar Ryan Dwyer2018-08-08
* Focus floating views when beginning move/resize operationsLibravatar Ryan Dwyer2018-08-08
* Fix crash when moving cursor over a fullscreen split containerLibravatar Ryan Dwyer2018-08-03
* Fix pointer events for fullscreen viewsLibravatar emersion2018-08-02
* Fix crash on mouse motion on fullscreen containerLibravatar minus2018-08-02
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Fix popupsLibravatar Ryan Dwyer2018-07-31
* | ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
|/
* Fix clicking a floating split containerLibravatar Ryan Dwyer2018-07-28
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Merge pull request #2350 from ppascher/xwayland-optionalLibravatar Drew DeVault2018-07-25
|\
| * reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25