aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* 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
* Use wlr_keyboard_get_modifiersLibravatar Ryan Dwyer2018-07-22
* Use separate function for choosing edge cursorLibravatar Ryan Dwyer2018-07-22
* Fix clicking xwayland menusLibravatar Ryan Dwyer2018-07-22
* Use max multiplier when resizing while preserving ratioLibravatar Ryan Dwyer2018-07-22
* Make mod + resize do it from the top left cornerLibravatar Ryan Dwyer2018-07-22
* Use WLR_MODIFIER_SHIFTLibravatar Ryan Dwyer2018-07-22
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Fix urgent timer logic and remove unnecessary header includesLibravatar Ryan Dwyer2018-07-21
* Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
* Fix crash and render issues involving cursor_send_pointer_motionLibravatar Ryan Dwyer2018-07-19
* Don't unfocus when an override redirect window is mappedLibravatar emersion2018-07-18
* Update cursor on focus changeLibravatar emersion2018-07-17
* Merge pull request #2276 from RyanDwyer/urgencyLibravatar Drew DeVault2018-07-16
|\
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16