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 crash when view in scratchpad becomes urgent | Ryan Dwyer |
2018-09-05 | Fix floating view moving to 0,0 when splitting | Ryan Dwyer |
2018-09-05 | Fix scratchpad related crashes | Ryan Dwyer |
2018-09-05 | Fix output position issue | 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 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
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-02 | Rename fowa enum and use switch in view_request_activate | Ryan Dwyer |
2018-09-02 | Implement focus_on_window_activation | Ryan Dwyer |
2018-08-30 | Fix feature macros for FreeBSD | sghctoma |
2018-08-29 | Fix crash when reaping a workspace | Ryan Dwyer |
2018-08-28 | Fix gaps issues | Ryan Dwyer |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
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 | Stop floaters from snapping on move to new output | Brian Ashworth |
2018-08-27 | Destroy empty workspaces in output_evacuate | 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 #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-26 | Make separate gaps functions per container type | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-25 | Relocate container_move, container_move_to and container_get_in_direction | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-22 | Translate floating containers when a workspace is moved | Ryan Dwyer |
2018-08-22 | Fix sending fullscreen event to view | Ryan Dwyer |
2018-08-21 | Replace enum resize_edge with wlr_edges | Ryan Dwyer |
2018-08-20 | Improve new workspace name selection | minus |
2018-08-20 | Fix jumping views | Ryan Dwyer |
2018-08-20 | Fix crash when adding output | Ryan Dwyer |
2018-08-20 | Clean up tracked outputs when an output is destroyed | Ryan Dwyer |
2018-08-20 | Send output enter/leave events correctly | Ryan Dwyer |
2018-08-19 | Allow subsurfaces which overflow the container to be interacted with | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-19 | Merge branch 'master' into commands | Ryan Dwyer |
2018-08-18 | Merge pull request #2466 from RyanDwyer/geometry | Drew DeVault |
2018-08-18 | Fix double iterating in container_for_each_child | Ian Fan |
2018-08-18 | commands: complete assign command | Ian Fan |
2018-08-18 | commands: saner workspace number handling | Ian Fan |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-18 | Rename container_sort_workspaces and container_wrap_children | Ryan Dwyer |
2018-08-18 | Store geometry in the view and handle any floating view resizing | Ryan Dwyer |
2018-08-18 | Handle xwayland views sending new sizes in their commits | Ryan Dwyer |
2018-08-18 | Fix geometry | Ryan Dwyer |
2018-08-18 | Add view_get_geometry | emersion |