Age | Commit message (Expand) | Author |
2018-03-29 | Implement modes | Drew DeVault |
2018-03-29 | Clean up imported bar commands | Drew DeVault |
2018-03-29 | Use statically allocated text buffer | Drew DeVault |
2018-03-29 | Fix failure to rearrange output in some cases | Drew DeVault |
2018-03-29 | Do some small cleanup | Drew DeVault |
2018-03-29 | Call arrange_windows on layer destroy | Drew DeVault |
2018-03-29 | Restart swaybar on config reload | Drew DeVault |
2018-03-29 | Terminate swaybar when freeing bar config | Drew DeVault |
2018-03-29 | Spawn swaybars when outputs are added | Drew DeVault |
2018-03-29 | Add swaybg_command | Drew DeVault |
2018-03-29 | Move bar config into its own file | Drew DeVault |
2018-03-29 | Add bar configuration commands | Drew DeVault |
2018-03-29 | Implement enough IPC for swaybar to work | Drew DeVault |
2018-03-29 | Fixed laggy focused output boolean | Drew DeVault |
2018-03-29 | Tear down bar when display exits | Drew DeVault |
2018-03-29 | Clean up status line on exit | Drew DeVault |
2018-03-29 | Implement status line | Drew DeVault |
2018-03-29 | Iterate over workspaces backwards | Drew DeVault |
2018-03-29 | Some layer shell fixes | Drew DeVault |
2018-03-29 | Respect user bar height preference | Drew DeVault |
2018-03-29 | Pixel-perfect rendering | Drew DeVault |
2018-03-29 | Add binding mode indicator | Drew DeVault |
2018-03-29 | Re-render bar on IPC updates | Drew DeVault |
2018-03-29 | Implement workspace button rendering | Drew DeVault |
2018-03-29 | Round up workspaces on each output | Drew DeVault |
2018-03-29 | Only utilize the configured outputs | Drew DeVault |
2018-03-29 | Wire up basic IPC support | Drew DeVault |
2018-03-29 | Start port of swaybar to layer shell | Drew DeVault |
2018-03-29 | Allow sway IPC clients to fall back to i3 socket | Drew DeVault |
2018-03-29 | Merge pull request #1652 from ascent12/glclear | emersion |
2018-03-30 | Clear buffer after beginning renderer | Scott Anderson |
2018-03-29 | address feedback | Tony Crisci |
2018-03-29 | 80col | Tony Crisci |
2018-03-29 | fix container_get_in_direction name | Tony Crisci |
2018-03-29 | rename container destroy func | Tony Crisci |
2018-03-29 | rename layout init | Tony Crisci |
2018-03-29 | more renaming things | Tony Crisci |
2018-03-29 | rename container functions | Tony Crisci |
2018-03-29 | Maximize xdg shell surfaces on creation | Drew DeVault |
2018-03-29 | remove swayc_t typedef | Tony Crisci |
2018-03-29 | move tree includes to their own directory | Tony Crisci |
2018-03-28 | Merge pull request #1643 from acrisci/xdg-protocol-header | Drew DeVault |
2018-03-28 | add xdg-protocol header | Tony Crisci |
2018-03-28 | Merge pull request #1642 from swaywm/layer-shell | Drew DeVault |
2018-03-28 | Address review feedback | Drew DeVault |
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault |
2018-03-28 | Merge pull request #1638 from swaywm/swaybg-layers | Drew DeVault |
2018-03-28 | Address review comments | Drew DeVault |
2018-03-28 | Merge pull request #1641 from swaywm/transformed-events | Drew DeVault |