Age | Commit message (Expand) | Author |
2018-08-21 | Replace enum resize_edge with wlr_edges | Ryan Dwyer |
2018-08-20 | commands: implement move absolute | Ian Fan |
2018-08-20 | Send output enter/leave events correctly | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | commands: move newly-stickied containers to focused workspace | Ian Fan |
2018-08-18 | commands: prevent focusing mode with no containers | Ian Fan |
2018-08-18 | commands: complete assign command | Ian Fan |
2018-08-18 | commands: saner workspace number handling | Ian Fan |
2018-08-18 | commands: handle quoted exec command | Ian Fan |
2018-08-18 | commands: fix documentation formatting mistakes for move command | Ian Fan |
2018-08-18 | commands: require set variable to start with $ | Ian Fan |
2018-08-18 | commands: add nop | 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-17 | Refactor seat_get_focus functions | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer |
2018-08-10 | Implement resize set <width> <height> for tiled containers | Ryan Dwyer |
2018-08-10 | Implement resize grow|shrink <direction> <amount> for tiled containers | Ryan Dwyer |
2018-08-08 | Don't call swaynag_log for bg when not reading | Brian Ashworth |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth |
2018-08-08 | Deny moving a sticky container to workspace if it's the same output | Ryan Dwyer |
2018-08-07 | Fix crash when running `move container to workspace back_and_forth` | 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: add optional flags to move | Ian Fan |
2018-08-06 | commands: complete workspace implementation | Ian Fan |
2018-08-06 | commands: fix layout implementation (also better name for previous split layout) | Ian Fan |
2018-08-06 | commands: complete move implementation | Ian Fan |
2018-08-06 | commands: complete layout implementation | Ian Fan |
2018-08-04 | Move workspace pid code to root.c | Ryan Dwyer |
2018-08-04 | Separate root-related code | Ryan Dwyer |
2018-08-03 | Write to swaynag pipe fd directly on config errors | Brian Ashworth |
2018-08-03 | Show swaynag on config errors | Brian Ashworth |
2018-08-03 | Deny "move container" when an empty workspace is focused | Ryan Dwyer |
2018-08-02 | Merge pull request #2404 from RyanDwyer/move-containers-when-workspace-focused | Drew DeVault |
2018-08-02 | Reset signal mask after fork | Marien Zwart |
2018-08-02 | Allow moving containers when workspace itself is focused | Ryan Dwyer |
2018-08-01 | ipc: prevent emitting a workspace::focus event when moving a container to a d... | Ian Fan |
2018-08-01 | ipc: add workspace::reload event | Ian Fan |
2018-08-01 | ipc: add binding event | Ian Fan |
2018-08-01 | ipc: add window::mark event | Ian Fan |
2018-08-01 | ipc: add barconfig_update event on config reload | Ian Fan |
2018-07-31 | Create list for mouse binds when creating new mode | Brian Ashworth |
2018-07-28 | Send floating container to scratchpad when a child is focused | Ryan Dwyer |
2018-07-28 | Fix focus mode_toggle from a child of a floating container | Ryan Dwyer |
2018-07-28 | Allow splitting a floating view | Ryan Dwyer |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |