aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Merge pull request #2594 from RyanDwyer/fix-pinentryLibravatar emersion2018-09-06
|\
| * Float views when min == max on either dimensionLibravatar Ryan Dwyer2018-09-06
* | Don't dirty outputs unnecessarilyLibravatar Ryan Dwyer2018-09-06
|/
* Second attempt at restoring focus when closing a fullscreen viewLibravatar Ryan Dwyer2018-09-06
* Make outputs dirty when changing focusLibravatar Ryan Dwyer2018-09-06
* Merge pull request #2589 from RyanDwyer/seat-set-focus-typeLibravatar emersion2018-09-06
|\
| * Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* | Fix crash when switching to new workspace during transactionLibravatar Ryan Dwyer2018-09-06
|/
* Merge pull request #2578 from RyanDwyer/fix-binding-reloadLibravatar emersion2018-09-06
|\
| * Fix management of bindings during reloadLibravatar Ryan Dwyer2018-09-06
* | Fix crash when running "layout toggle"Libravatar Ryan Dwyer2018-09-06
* | Merge pull request #2586 from RyanDwyer/fix-fullscreen-focus-crashLibravatar Drew DeVault2018-09-05
|\ \
| * | Fix crash when focusing from fullscreen in an invalid directionLibravatar Ryan Dwyer2018-09-06
* | | Merge pull request #2585 from RyanDwyer/fix-move-across-outputsLibravatar Drew DeVault2018-09-05
|\ \ \
| * | | Fix crash when moving view across outputsLibravatar Ryan Dwyer2018-09-06
| |/ /
* | | Merge pull request #2583 from RyanDwyer/fix-null-surface-crashLibravatar Drew DeVault2018-09-05
|\ \ \ | |/ / |/| |
| * | Fix crash when views rapidly map and unmapLibravatar Ryan Dwyer2018-09-06
| |/
* | Merge pull request #2579 from RyanDwyer/adjust-container-boxLibravatar Drew DeVault2018-09-05
|\ \
| * | Adjust container boxLibravatar Ryan Dwyer2018-09-06
| |/
* / Restore focus correctly when closing a fullscreen viewLibravatar Ryan Dwyer2018-09-06
|/
* Call wlr_output_enable on enable/disable if neededLibravatar Brian Ashworth2018-09-05
* Allow marked containers to be moved out of the scratchpad via move commandLibravatar Ryan Dwyer2018-09-05
* Fix inversed condition in criteriaLibravatar Ryan Dwyer2018-09-05
* Fix clicking workspace buttonsLibravatar Ryan Dwyer2018-09-05
* Fix crash when view in scratchpad becomes urgentLibravatar Ryan Dwyer2018-09-05
* Focus empty workspace when clicking itLibravatar Ryan Dwyer2018-09-05
* Fix crash when running layout toggle splitLibravatar Ryan Dwyer2018-09-05
* Fix floating view moving to 0,0 when splittingLibravatar Ryan Dwyer2018-09-05
* Fix crash when using focus parent/child from an empty workspaceLibravatar Ryan Dwyer2018-09-05
* Fix scratchpad related crashesLibravatar Ryan Dwyer2018-09-05
* Fix output position issueLibravatar Ryan Dwyer2018-09-05
* Fix another focus bug when moving into outputLibravatar Ryan Dwyer2018-09-05
* Fix focus bugLibravatar Ryan Dwyer2018-09-05
* Fix swaybars with no defined outputLibravatar Ryan Dwyer2018-09-05
* Fix crash when moving mouse over a fullscreen split containerLibravatar Ryan Dwyer2018-09-05
* Fix moving workspace to outputLibravatar Ryan Dwyer2018-09-05
* Update output propertes on mode changeLibravatar Ryan Dwyer2018-09-05
* Fix mouse_warpingLibravatar Ryan Dwyer2018-09-05
* Apply default config to outputLibravatar Ryan Dwyer2018-09-05
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Fix crash when focus hits edge of rootLibravatar Ryan Dwyer2018-09-05
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Deny repeating reload by holding keyLibravatar Ryan Dwyer2018-09-04
* Implement window_role criteria tokenLibravatar Ryan Dwyer2018-09-04
* Merge pull request #2564 from ppascher/masterLibravatar Drew DeVault2018-09-03
|\
| * move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"Libravatar Pascal Pascher2018-09-03
| * Fixed window_type with disabled xwayland support.Libravatar Pascal Pascher2018-09-03
* | Merge pull request #2542 from sghctoma/fix-freebsd-buildLibravatar Drew DeVault2018-09-03
|\ \
| * | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03