aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* 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
* 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
|/
* 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 edge cases when moving floating container to new workspaceLibravatar 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
* Fix focus related crashesLibravatar Ryan Dwyer2018-08-02
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
| * 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
* | ipc: fix workspace::focus event behaviourLibravatar Ian Fan2018-08-01
* | ipc: add window::focus eventLibravatar Ian Fan2018-08-01
* | XCursor is not configured if no pointer device is availableLibravatar chr0me2018-08-01
|/
* Bindings use advised keyboard repeat parametersLibravatar frsfnrrg2018-07-29
* Implement key repeat for pressed key bindingsLibravatar frsfnrrg2018-07-29
* Merge pull request #2376 from swaywm/virtual-keyboardLibravatar emersion2018-07-29
|\
| * Add virtual keyboard protocolLibravatar Drew DeVault2018-07-28
* | Don't enable numlock by default. This fixes an annoying issue where laptop ke...Libravatar Geoff Greer2018-07-28
|/
* Merge pull request #2360 from RyanDwyer/floating-containersLibravatar Drew DeVault2018-07-28
|\
| * When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
| * Fix clicking a floating split containerLibravatar Ryan Dwyer2018-07-28
| * Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* | Include errno.hLibravatar Ryan Dwyer2018-07-28
* | Show errno description in logLibravatar Ryan Dwyer2018-07-28
* | Handle out-of-fd situations gracefully for transaction and urgent timersLibravatar Ryan Dwyer2018-07-28
|/
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Fix LEDs for configured modifier statesLibravatar ProgAndy2018-07-25
* Implement setting NumLock and CapsLock statusLibravatar ProgAndy2018-07-25
* 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
| * more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
| * style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
| * Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* | Fix crash when closing last child of a tabbed containerLibravatar Ryan Dwyer2018-07-25
* | Change button var passed to seat_begin_moveLibravatar Brian Ashworth2018-07-24
* | Implement floating_modifier <mod> [inverse|normal]Libravatar Brian Ashworth2018-07-24
|/
* Fix crash when clicking certain surfacesLibravatar Ryan Dwyer2018-07-24
* Make mod+resize work in any directionLibravatar Ryan Dwyer2018-07-24