aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
AgeCommit message (Expand)Author
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
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-25Merge pull request #2350 from ppascher/xwayland-optionalDrew DeVault
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher
2018-07-25Fix crash when closing last child of a tabbed containerRyan Dwyer
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-23Add missing checks to fix 2339Brian Ashworth
2018-07-22Set cursor when beginning resize and move operationsRyan Dwyer
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer
2018-07-21Fix urgent timer logic and remove unnecessary header includesRyan Dwyer
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-18Don't unfocus when an override redirect window is mappedemersion
2018-07-17Update cursor on focus changeemersion
2018-07-16Merge pull request #2276 from RyanDwyer/urgencyDrew DeVault
2018-07-16Fix tab split focus bugRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-12Fix crash in seat codeRyan Dwyer
2018-07-11fix crash on floating windowsdudemanguy
2018-07-11Move floating windows to front when focusedRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-04Fix focus related damageRyan Dwyer
2018-07-02Don't return pending children in seat_get_active_current_childRyan Dwyer
2018-06-29Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer