aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* 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
* Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* Parse mouse binding optionsLibravatar frsfnrrg2018-07-23
* Fix some cases where the cursor doesn't updateLibravatar Ryan Dwyer2018-07-24
* Add missing checks to fix 2339Libravatar Brian Ashworth2018-07-23
* Set cursor when beginning resize and move operationsLibravatar Ryan Dwyer2018-07-22
* Fix damage when shrinking a floating view using cursorLibravatar Ryan Dwyer2018-07-22
* Implement request_move and request_resize for xwayland viewsLibravatar Ryan Dwyer2018-07-22
* Fix focus bug with floating containersLibravatar Ryan Dwyer2018-07-22
* Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
* Store last button and use it when views request to move or resizeLibravatar Ryan Dwyer2018-07-22
* Prevent re-uploading the same cursor image multiple timesLibravatar Ryan Dwyer2018-07-22
* Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22
* Implement xdg shell request_move and request_resize eventsLibravatar Ryan Dwyer2018-07-22