aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2018-08-12Allow resizing tiled views via mod keyRyan Dwyer
2018-08-12Refactor dispatch_cursor_buttonRyan 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-08Don't call send_pointer_notify_button when doing move or resizeRyan Dwyer
2018-08-08Focus floating views when beginning move/resize operationsRyan Dwyer
2018-08-08Fix edge cases when moving floating container to new workspaceRyan Dwyer
2018-08-03Fix crash when moving cursor over a fullscreen split containerRyan Dwyer
2018-08-02Fix pointer events for fullscreen viewsemersion
2018-08-02Fix crash on mouse motion on fullscreen containerminus
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer
2018-08-02Revert "Fix popups"Drew DeVault
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-31Fix popupsRyan Dwyer
2018-07-29Bindings use advised keyboard repeat parametersfrsfnrrg
2018-07-29Implement key repeat for pressed key bindingsfrsfnrrg
2018-07-29Merge pull request #2376 from swaywm/virtual-keyboardemersion
2018-07-28Add virtual keyboard protocolDrew DeVault
2018-07-28Don't enable numlock by default. This fixes an annoying issue where laptop ke...Geoff Greer
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-28Fix clicking a floating split 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-25Fix LEDs for configured modifier statesProgAndy
2018-07-25Implement setting NumLock and CapsLock statusProgAndy
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-24Change button var passed to seat_begin_moveBrian Ashworth
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth
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-24Fix crash when clicking certain surfacesRyan Dwyer
2018-07-24Make mod+resize work in any directionRyan Dwyer
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-24Fix some cases where the cursor doesn't updateRyan Dwyer