aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* 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
* | Fix crash when reaping a workspaceLibravatar Ryan Dwyer2018-08-29
* | Fix workspace tabsLibravatar Ryan Dwyer2018-08-29
|/
* commands: fix moving container to different outputLibravatar Ian Fan2018-08-28
* Fix gaps issuesLibravatar Ryan Dwyer2018-08-28
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Merge pull request #2523 from RedSoxFan/fix-floating-drag-outputsLibravatar Drew DeVault2018-08-27
|\
| * Stop floaters from snapping on move to new outputLibravatar Brian Ashworth2018-08-27
* | Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfacesLibravatar Drew DeVault2018-08-27
|\ \
| * | Allow subsurfaces which overflow the container to be interacted withLibravatar Ryan Dwyer2018-08-19
* | | Merge pull request #2520 from RedSoxFan/destroy-empty-ws-on-evacLibravatar Drew DeVault2018-08-27
|\ \ \
| * | | Destroy empty workspaces in output_evacuateLibravatar Brian Ashworth2018-08-27
| | |/ | |/|
* | | seat.c: clean-up seat_set_focus_warp functionLibravatar Ian Fan2018-08-27
* | | Initialise variable properlyLibravatar Scott Anderson2018-08-27
|/ /
* | ipc: clean-up container_create_notify functionLibravatar Ian Fan2018-08-26