aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Expand)AuthorAge
...
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Implement popup_during_fullscreenLibravatar 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
* Give focus to another swaylock surface when output is disconnectedLibravatar Ryan Dwyer2018-10-04
* 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
* 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
* 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
* Fix GtkMenuBar always opening first itemLibravatar Ryan Dwyer2018-09-23
* 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
* | Restore focus correctly when closing a fullscreen viewLibravatar Ryan Dwyer2018-09-06
* | Fix scratchpad related crashesLibravatar Ryan Dwyer2018-09-05
* | Fix focus bugLibravatar Ryan Dwyer2018-09-05
* | Fix mouse_warpingLibravatar Ryan Dwyer2018-09-05
* | Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
|/
* Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crashLibravatar Drew DeVault2018-09-01
|\
| * Fix crash when running deferred commandsLibravatar Ryan Dwyer2018-08-31
* | Don't send never-ending transactions when a focused layer surface commitsLibravatar Ryan Dwyer2018-08-31
|/
* seat.c: clean-up seat_set_focus_warp functionLibravatar Ian Fan2018-08-27
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Implement iterators per container typeLibravatar Ryan Dwyer2018-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
* Refactor seat_get_focus functionsLibravatar Ryan Dwyer2018-08-17
* Use col-resize and row-resize cursor imagesLibravatar Ryan Dwyer2018-08-12
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Merge pull request #2449 from RyanDwyer/remove-bfsLibravatar Drew DeVault2018-08-11
|\
| * Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* | Remove container_has_childLibravatar Ryan Dwyer2018-08-11
|/
* Fix edge cases when moving floating container to new workspaceLibravatar Ryan Dwyer2018-08-08