Age | Commit message (Expand) | Author |
2018-09-05 | Allow marked containers to be moved out of the scratchpad via move command | Ryan Dwyer |
2018-09-05 | Fix inversed condition in criteria | Ryan Dwyer |
2018-09-05 | Fix clicking workspace buttons | Ryan Dwyer |
2018-09-05 | Fix crash when view in scratchpad becomes urgent | Ryan Dwyer |
2018-09-05 | Focus empty workspace when clicking it | Ryan Dwyer |
2018-09-05 | Fix crash when running layout toggle split | Ryan Dwyer |
2018-09-05 | Fix floating view moving to 0,0 when splitting | Ryan Dwyer |
2018-09-05 | Fix crash when using focus parent/child from an empty workspace | Ryan Dwyer |
2018-09-05 | Fix scratchpad related crashes | Ryan Dwyer |
2018-09-05 | Fix output position issue | Ryan Dwyer |
2018-09-05 | Fix another focus bug when moving into output | Ryan Dwyer |
2018-09-05 | Fix focus bug | Ryan Dwyer |
2018-09-05 | Fix swaybars with no defined output | Ryan Dwyer |
2018-09-05 | Fix crash when moving mouse over a fullscreen split container | Ryan Dwyer |
2018-09-05 | Fix moving workspace to output | Ryan Dwyer |
2018-09-05 | Update output propertes on mode change | Ryan Dwyer |
2018-09-05 | Fix mouse_warping | Ryan Dwyer |
2018-09-05 | Apply default config to output | Ryan Dwyer |
2018-09-05 | Remove offset argument to container_add_sibling | Ryan Dwyer |
2018-09-05 | Fix crash when focus hits edge of root | Ryan Dwyer |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-04 | Merge pull request #2569 from RyanDwyer/deny-reload-repeat | Drew DeVault |
2018-09-04 | Deny repeating reload by holding key | Ryan Dwyer |
2018-09-03 | Merge pull request #2561 from RyanDwyer/window-role-criteria | Drew DeVault |
2018-09-04 | Implement window_role criteria token | Ryan Dwyer |
2018-09-03 | Merge pull request #2564 from ppascher/master | Drew DeVault |
2018-09-03 | Merge pull request #2542 from sghctoma/fix-freebsd-build | Drew DeVault |
2018-09-03 | Merge pull request #2563 from taiyu-len/fix/misaligned-pointer-access | Drew DeVault |
2018-09-03 | Merge pull request #2565 from ianyfan/fix-splashscreen-crash | emersion |
2018-09-03 | Fix crash when a splash screen opens on an empty workspace | Ian Fan |
2018-09-03 | move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs" | Pascal Pascher |
2018-09-03 | fix window_type with disabled xwayland support | Pascal Pascher |
2018-09-03 | Fixed window_type with disabled xwayland support. | Pascal Pascher |
2018-09-03 | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE | sghctoma |
2018-09-03 | Merge remote-tracking branch 'upstream/master' into fix-freebsd-build | sghctoma |
2018-09-03 | Merge pull request #2553 from emersion/disabled-no-modeset | Brian Ashworth |
2018-09-03 | Merge branch 'master' into disabled-no-modeset | Brian Ashworth |
2018-09-02 | prevent ub caused by misaligned stores/loads | taiyu |
2018-09-02 | Merge pull request #2562 from RyanDwyer/ld-library-path | emersion |
2018-09-02 | Merge pull request #2560 from RyanDwyer/focus-on-window-activation | emersion |
2018-09-02 | Add ld-library-path meson option | Ryan Dwyer |
2018-09-02 | Use dashes in meson option names | Ryan Dwyer |
2018-09-02 | Rename fowa enum and use switch in view_request_activate | Ryan Dwyer |
2018-09-02 | Implement focus_on_window_activation | Ryan Dwyer |
2018-09-02 | Merge pull request #2559 from RyanDwyer/xwayland-check-modal | emersion |
2018-09-02 | Check modal state when determining whether an xwayland view should float | Ryan Dwyer |
2018-09-02 | Merge pull request #2554 from emersion/init-dmabuf-global-in-renderer | emersion |
2018-09-01 | Update for swaywm/wlroots#1216 | emersion |
2018-09-01 | Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crash | Drew DeVault |