aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Expand)AuthorAge
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Close popups when changing focusLibravatar 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
|/
* 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
| * 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
* 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
|/
* Add missing checks to fix 2339Libravatar Brian Ashworth2018-07-23
* Set cursor when beginning resize and move operationsLibravatar Ryan Dwyer2018-07-22
* Store last button and use it when views request to move or resizeLibravatar 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
* Fix urgent timer logic and remove unnecessary header includesLibravatar Ryan Dwyer2018-07-21
* Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
* 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
* | Fix tab split focus bugLibravatar Ryan Dwyer2018-07-16
|/
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Fix crash in seat codeLibravatar Ryan Dwyer2018-07-12
* fix crash on floating windowsLibravatar dudemanguy2018-07-11
* Move floating windows to front when focusedLibravatar Ryan Dwyer2018-07-11
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Fix focus related damageLibravatar Ryan Dwyer2018-07-04
* Don't return pending children in seat_get_active_current_childLibravatar Ryan Dwyer2018-07-02
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-29
|\
| * Automatically float xwayland windowsLibravatar emersion2018-06-18
* | Fix crash when deleting last child in a tabbed or stacked containerLibravatar Ryan Dwyer2018-06-23
|/
* Render drag iconsLibravatar emersion2018-06-09
* Restore focus when unmapping layer shell surfacesLibravatar Ryan Dwyer2018-06-04
* Fix seat_get_active_childLibravatar Ryan Dwyer2018-06-03
* Fix mouse warping interaction with layout coordsLibravatar Drew DeVault2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
* Remove unused function.Libravatar Scott Leggett2018-05-28
* Store previous position in sway_cursor.Libravatar Scott Leggett2018-05-28
* Focus containers only on entry.Libravatar Scott Leggett2018-05-27