Age | Commit message (Expand) | Author |
2018-08-28 | spellcheck and help add. | Martin Kalchev |
2018-08-28 | Merge pull request #2511 from RyanDwyer/refactor-arrange | Drew DeVault |
2018-08-28 | Fix gaps issues | Ryan Dwyer |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
2018-08-28 | initial commit | Martin Kalchev |
2018-08-27 | Merge pull request #2523 from RedSoxFan/fix-floating-drag-outputs | Drew DeVault |
2018-08-27 | Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfaces | Drew DeVault |
2018-08-27 | Merge pull request #2520 from RedSoxFan/destroy-empty-ws-on-evac | Drew DeVault |
2018-08-27 | Merge pull request #2519 from ianyfan/set-focus-cleanup | Drew DeVault |
2018-08-27 | seat.c: clean-up seat_set_focus_warp function | Ian Fan |
2018-08-27 | Merge pull request #2522 from ascent12/build_fix | Drew DeVault |
2018-08-27 | Stop floaters from snapping on move to new output | Brian Ashworth |
2018-08-27 | Initialise variable properly | Scott Anderson |
2018-08-27 | Hide deprecated wayland functions | Scott Anderson |
2018-08-27 | Destroy empty workspaces in output_evacuate | Brian Ashworth |
2018-08-26 | Merge pull request #2518 from ianyfan/ipc | Brian Ashworth |
2018-08-26 | ipc: clean-up container_create_notify function | Ian Fan |
2018-08-26 | ipc: emit window close event earlier, before destroying | Ian Fan |
2018-08-26 | Merge pull request #2517 from fokditkak/add_fish_completion | Drew DeVault |
2018-08-26 | added fish to meson.build | Martin Kalchev |
2018-08-26 | added untested files | Martin Kalchev |
2018-08-26 | Merge pull request #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Merge pull request #2515 from RyanDwyer/remove-layout-file | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Merge pull request #2488 from RyanDwyer/separate-gaps-functions | Drew DeVault |
2018-08-26 | Make separate gaps functions per container type | Ryan Dwyer |
2018-08-25 | Merge pull request #2512 from apreiml/workspace_move_wrap | Brian Ashworth |
2018-08-25 | Workspace move cycle | Armin Preiml |
2018-08-25 | Add comment for sway_root.all_outputs | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-25 | Merge pull request #2510 from RyanDwyer/relocate-layout-functions | Drew DeVault |
2018-08-25 | Merge pull request #2495 from ianyfan/commands | Ryan Dwyer |
2018-08-25 | Merge branch 'master' into commands | Ryan Dwyer |
2018-08-25 | Relocate container_move, container_move_to and container_get_in_direction | Ryan Dwyer |
2018-08-24 | Merge pull request #2499 from RyanDwyer/refactor-destroy-functions | Drew DeVault |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-22 | Merge pull request #2470 from ianyfan/completions | emersion |
2018-08-22 | Merge pull request #2507 from RyanDwyer/move-workspace-translate-floating | emersion |
2018-08-22 | Merge pull request #2506 from vilhalmer/ipc-get_tree-return-app_id-and-class | emersion |
2018-08-22 | Translate floating containers when a workspace is moved | Ryan Dwyer |
2018-08-21 | Add app_id and class to get_tree output | vilhalmer |
2018-08-21 | Merge pull request #2505 from RyanDwyer/fix-set-fullscreen | Drew DeVault |
2018-08-22 | Fix sending fullscreen event to view | Ryan Dwyer |
2018-08-20 | Merge pull request #2503 from RyanDwyer/use-wlr-edges | Brian Ashworth |
2018-08-21 | Replace enum resize_edge with wlr_edges | Ryan Dwyer |
2018-08-20 | Merge pull request #2502 from minus7/workspace-names | Drew DeVault |
2018-08-20 | Improve new workspace name selection | minus |
2018-08-20 | Merge pull request #2501 from RedSoxFan/fix-bad-free-swaynag | Drew DeVault |
2018-08-20 | Fix bad-free in swaynag | Brian Ashworth |
2018-08-20 | commands: implement move absolute | Ian Fan |