Age | Commit message (Expand) | Author |
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 | Implement window_role criteria token | Ryan Dwyer |
2018-09-03 | Fix crash when a splash screen opens on an empty workspace | Ian Fan |
2018-09-03 | Merge branch 'master' into disabled-no-modeset | Brian Ashworth |
2018-09-02 | Implement focus_on_window_activation | Ryan Dwyer |
2018-09-02 | Check modal state when determining whether an xwayland view should float | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-09-01 | Implement window_type criteria token | Ryan Dwyer |
2018-08-31 | Don't send never-ending transactions when a focused layer surface commits | Ryan Dwyer |
2018-08-29 | Merge pull request #2531 from RyanDwyer/maybe-fix-transaction-crash | Drew DeVault |
2018-08-29 | Fix rendering of nested tabs | Ryan Dwyer |
2018-08-29 | Fix workspace tabs | Ryan Dwyer |
2018-08-29 | Don't use bitfield to test for similar transactions | Ryan Dwyer |
2018-08-28 | Fix gaps issues | Ryan Dwyer |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
2018-08-26 | Merge pull request #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-19 | Merge pull request #2483 from RyanDwyer/floating-emit-reparent | Drew DeVault |
2018-08-20 | Send output enter/leave events correctly | Ryan Dwyer |
2018-08-20 | Fix crash when a view destroys with pending transactions | Ryan Dwyer |
2018-08-19 | Merge pull request #2493 from RyanDwyer/fix-popup-position | emersion |
2018-08-19 | Merge pull request #2478 from RyanDwyer/standardise-debug | Drew DeVault |
2018-08-19 | Fix popup position when parent uses geometry | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-19 | Use enum for damage debug options | Ryan Dwyer |
2018-08-19 | Standardise debug variables | Ryan Dwyer |
2018-08-18 | Merge pull request #2466 from RyanDwyer/geometry | Drew DeVault |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-18 | Fix nitpick | Ryan Dwyer |
2018-08-18 | Store geometry in the view and handle any floating view resizing | Ryan Dwyer |
2018-08-18 | Set current size when a floating xwayland view resizes | Ryan Dwyer |
2018-08-18 | Handle xwayland views sending new sizes in their commits | Ryan Dwyer |
2018-08-18 | Add get_geometry for xdg_shell_v6 | Ryan Dwyer |
2018-08-18 | Render saved buffer using saved geometry | Ryan Dwyer |
2018-08-18 | Fix geometry | Ryan Dwyer |
2018-08-18 | Add view_get_geometry | emersion |
2018-08-17 | Add using_csd variable to transaction state | Ryan Dwyer |
2018-08-15 | Simplify transactions | Ryan Dwyer |
2018-08-12 | Don't commit multiple transactions at the same time | Ryan Dwyer |
2018-08-12 | Don't progress transaction queue if any are partially complete | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-10 | xwayland: fix unmanaged surfaces order | emersion |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell-v6 | emersion |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell | emersion |
2018-08-02 | Convert toplevel coordinates to output-local | Ryan Dwyer |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Merge pull request #2366 from RedSoxFan/nagbar | Drew DeVault |