Age | Commit message (Expand) | Author |
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 |
2018-08-17 | Attempt to reap old tiling parent when floating a container | Ryan Dwyer |
2018-08-16 | When the workspace is focused, return it instead of checking parent | Donnie West |
2018-08-15 | Merge pull request #2458 from RyanDwyer/cleanup-transactions | Drew DeVault |
2018-08-15 | Use list_find in more places and refactor/fix workspace prev_next functions | Ryan Dwyer |
2018-08-15 | Simplify transactions | Ryan Dwyer |
2018-08-12 | Use assigned workspace name for output | minus |
2018-08-12 | Fix container_has_ancestor crash | Ryan Dwyer |
2018-08-11 | Merge pull request #2449 from RyanDwyer/remove-bfs | Drew DeVault |
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer |
2018-08-11 | Remove container_has_child | Ryan Dwyer |
2018-08-08 | Merge branch 'master' into master | Brian Ashworth |
2018-08-08 | Rename container_at_view to surface_at_view and make it return void | Ryan Dwyer |
2018-08-08 | Fix focus when clicking floating decorations | Ryan Dwyer |
2018-08-08 | Deny moving a sticky container to workspace if it's the same output | Ryan Dwyer |
2018-08-08 | Fix edge cases when moving floating container to new workspace | Ryan Dwyer |
2018-08-08 | Implement move to workspace on a floating container | Ryan Dwyer |
2018-08-07 | Fix infinite loop when focusing sticky containers via workspace command | Ryan Dwyer |
2018-08-06 | Merge branch 'master' into workspace-move-to-output | Brian Ashworth |
2018-08-07 | Move workspace moving code out of container_move_to | Ryan Dwyer |
2018-08-06 | commands: fix workspace edge cases | Ian Fan |
2018-08-06 | commands: check for special workspaces in workspace & move commands | Ian Fan |
2018-08-06 | commands: complete workspace implementation | Ian Fan |