aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
AgeCommit message (Expand)Author
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-16Make seat_get_active_child ignore floating childrenRyan Dwyer
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Fix line lengthRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-07Merge pull request #2603 from emersion/fix-dndDrew DeVault
2018-09-07Fix drag-and-dropemersion
2018-09-07Fix workspace switchingRyan Dwyer
2018-09-06Don't dirty outputs unnecessarilyRyan Dwyer
2018-09-06Make outputs dirty when changing focusRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-06Restore focus correctly when closing a fullscreen viewRyan Dwyer
2018-09-05Fix scratchpad related crashesRyan Dwyer
2018-09-05Fix focus bugRyan Dwyer
2018-09-05Fix mouse_warpingRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-01Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crashDrew DeVault
2018-08-31Don't send never-ending transactions when a focused layer surface commitsRyan Dwyer
2018-08-31Fix crash when running deferred commandsRyan Dwyer
2018-08-27seat.c: clean-up seat_set_focus_warp functionIan Fan
2018-08-26Remove layout.cRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Don't send motion if the cursor hasn't movedRyan Dwyer
2018-08-18Rename mousedown to down and make seat operation a named enumRyan Dwyer
2018-08-18Implement mousedown operationRyan Dwyer
2018-08-17Refactor seat_get_focus functionsRyan Dwyer
2018-08-12Use col-resize and row-resize cursor imagesRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-11Merge pull request #2449 from RyanDwyer/remove-bfsDrew DeVault
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-11Remove container_has_childRyan Dwyer
2018-08-08Fix edge cases when moving floating container to new workspaceRyan Dwyer
2018-08-02Fix focus related crashesRyan Dwyer
2018-08-01Merge pull request #2391 from RyanDwyer/fix-popups-v2Drew DeVault
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan
2018-08-01ipc: fix workspace::focus event behaviourIan Fan
2018-08-01ipc: add window::focus eventIan Fan
2018-08-01XCursor is not configured if no pointer device is availablechr0me
2018-07-31Close popups when changing focusRyan Dwyer
2018-07-28Merge pull request #2360 from RyanDwyer/floating-containersDrew DeVault
2018-07-28When unfloating, return container to previously focused tiled containerRyan Dwyer
2018-07-28Allow containers to floatRyan Dwyer
2018-07-28Include errno.hRyan Dwyer
2018-07-28Show errno description in logRyan Dwyer
2018-07-28Handle out-of-fd situations gracefully for transaction and urgent timersRyan Dwyer