aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* 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
| * | Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildLibravatar sghctoma2018-09-03
| |\|
| * | Enable privilege dropping of FreeBSDLibravatar sghctoma2018-08-30
| * | Add missing destroy calls to server_finiLibravatar sghctoma2018-08-30
| * | Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
* | | Merge pull request #2563 from taiyu-len/fix/misaligned-pointer-accessLibravatar Drew DeVault2018-09-03
|\ \ \
| * | | prevent ub caused by misaligned stores/loadsLibravatar taiyu2018-09-02
* | | | Fix crash when a splash screen opens on an empty workspaceLibravatar Ian Fan2018-09-03
| |_|/ |/| |
* | | Merge branch 'master' into disabled-no-modesetLibravatar Brian Ashworth2018-09-03
|\ \ \
| * | | Rename fowa enum and use switch in view_request_activateLibravatar Ryan Dwyer2018-09-02
| * | | Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
| * | | Check modal state when determining whether an xwayland view should floatLibravatar Ryan Dwyer2018-09-02
| * | | Merge pull request #2554 from emersion/init-dmabuf-global-in-rendererLibravatar emersion2018-09-02
| |\ \ \ | | |/ / | |/| |
| | * | Update for swaywm/wlroots#1216Libravatar emersion2018-09-01
| * | | Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crashLibravatar Drew DeVault2018-09-01
| |\ \ \ | | |/ / | |/| |
| | * | Fix crash when running deferred commandsLibravatar Ryan Dwyer2018-08-31
| | |/
* | / Do not modeset disabled outputsLibravatar emersion2018-09-01
|/ /
* | Merge pull request #2547 from RyanDwyer/fix-reload-crashLibravatar Drew DeVault2018-09-01
|\ \
| * | Allow reload command to exist anywhere in the command stringLibravatar Ryan Dwyer2018-09-01
| * | Fix crash on reloadLibravatar Ryan Dwyer2018-09-01
* | | Merge pull request #2549 from RyanDwyer/border-improvementsLibravatar Drew DeVault2018-09-01
|\ \ \
| * | | Implement deprecated new_window and new_float commandsLibravatar Ryan Dwyer2018-09-01
| |/ /
* / / Implement window_type criteria tokenLibravatar Ryan Dwyer2018-09-01
|/ /
* / Don't send never-ending transactions when a focused layer surface commitsLibravatar Ryan Dwyer2018-08-31
|/
* Merge pull request #2537 from ianyfan/commandsLibravatar Drew DeVault2018-08-29
|\
| * commands: fix exec quotingLibravatar Ian Fan2018-08-29
* | Merge pull request #2531 from RyanDwyer/maybe-fix-transaction-crashLibravatar Drew DeVault2018-08-29
|\ \ | |/ |/|
| * Don't use bitfield to test for similar transactionsLibravatar Ryan Dwyer2018-08-29
* | Fix rendering of nested tabsLibravatar Ryan Dwyer2018-08-29