Age | Commit message (Expand) | Author |
2018-09-21 | Reconfigure xwayland views when repositioned | Ryan Dwyer |
2018-09-19 | Fix segfault in output_render | emersion |
2018-09-16 | Merge pull request #2637 from RyanDwyer/fix-tabbed-workspace-shenanigans | Drew DeVault |
2018-09-16 | Fix crash when destroying an idle-inhibiting client | Marien Zwart |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-11 | Fix dropzone box on scaled outputs | Ryan Dwyer |
2018-09-11 | Implement tiling drag | Ryan Dwyer |
2018-09-11 | Rename OP_MOVE to OP_MOVE_FLOATING | Ryan Dwyer |
2018-09-10 | handle_layer_shell_surface: Do not crash if seat doesn't have focus | Armin Preiml |
2018-09-08 | Align titles to baseline | Ryan Dwyer |
2018-09-08 | Fix gaps in title textures and vertically center them | Ryan Dwyer |
2018-09-07 | Merge pull request #2603 from emersion/fix-dnd | Drew DeVault |
2018-09-07 | Fix drag-and-drop | emersion |
2018-09-06 | Float views when min == max on either dimension | Ryan Dwyer |
2018-09-06 | Fix crash when switching to new workspace during transaction | Ryan Dwyer |
2018-09-06 | Fix crash when views rapidly map and unmap | Ryan Dwyer |
2018-09-05 | Fix output position issue | Ryan Dwyer |
2018-09-05 | Update output propertes on mode change | Ryan Dwyer |
2018-09-05 | Apply default config to output | 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 | 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 |