aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-03-29Fix layer_surface_closedDrew DeVault-1/+1
2018-03-29Move declaration into loopDrew DeVault-4/+2
2018-03-29Exit ipc_get_workspace_callback earlyDrew DeVault-15/+16
2018-03-29Implement modesDrew DeVault-2/+74
2018-03-29Clean up imported bar commandsDrew DeVault-136/+104
2018-03-29Use statically allocated text bufferDrew DeVault-7/+5
2018-03-29Fix failure to rearrange output in some casesDrew DeVault-4/+3
2018-03-29Do some small cleanupDrew DeVault-24/+2
2018-03-29Call arrange_windows on layer destroyDrew DeVault-2/+8
2018-03-29Restart swaybar on config reloadDrew DeVault-2/+1
2018-03-29Terminate swaybar when freeing bar configDrew DeVault-11/+11
2018-03-29Spawn swaybars when outputs are addedDrew DeVault-2/+102
2018-03-29Add swaybg_commandDrew DeVault-12/+40
2018-03-29Move bar config into its own fileDrew DeVault-148/+151
2018-03-29Add bar configuration commandsDrew DeVault-50/+1051
2018-03-29Implement enough IPC for swaybar to workDrew DeVault-31/+251
2018-03-29Fixed laggy focused output booleanDrew DeVault-4/+3
2018-03-29Tear down bar when display exitsDrew DeVault-2/+2
2018-03-29Clean up status line on exitDrew DeVault-2/+9
2018-03-29Implement status lineDrew DeVault-52/+176
2018-03-29Iterate over workspaces backwardsDrew DeVault-1/+1
2018-03-29Some layer shell fixesDrew DeVault-24/+9
2018-03-29Respect user bar height preferenceDrew DeVault-0/+3
2018-03-29Pixel-perfect renderingDrew DeVault-37/+75
2018-03-29Add binding mode indicatorDrew DeVault-23/+55
2018-03-29Re-render bar on IPC updatesDrew DeVault-4/+53
2018-03-29Implement workspace button renderingDrew DeVault-4/+88
2018-03-29Round up workspaces on each outputDrew DeVault-6/+85
2018-03-29Only utilize the configured outputsDrew DeVault-13/+59
2018-03-29Wire up basic IPC supportDrew DeVault-25/+225
2018-03-29Start port of swaybar to layer shellDrew DeVault-3784/+342
2018-03-29Allow sway IPC clients to fall back to i3 socketDrew DeVault-7/+25
2018-03-29Merge pull request #1652 from ascent12/glclearemersion-2/+3
2018-03-30Clear buffer after beginning rendererScott Anderson-2/+3
2018-03-29address feedbackTony Crisci-45/+16
2018-03-2980colTony Crisci-49/+94
2018-03-29fix container_get_in_direction nameTony Crisci-6/+5
2018-03-29rename container destroy funcTony Crisci-7/+7
2018-03-29rename layout initTony Crisci-2/+2
2018-03-29more renaming thingsTony Crisci-118/+115
2018-03-29rename container functionsTony Crisci-279/+287
2018-03-29Maximize xdg shell surfaces on creationDrew DeVault-0/+1
2018-03-29remove swayc_t typedefTony Crisci-47/+53
2018-03-29move tree includes to their own directoryTony Crisci-110/+89
2018-03-28Merge pull request #1643 from acrisci/xdg-protocol-headerDrew DeVault-0/+1
2018-03-28add xdg-protocol headerTony Crisci-0/+1
2018-03-28Merge pull request #1642 from swaywm/layer-shellDrew DeVault-57/+525
2018-03-28Address review feedbackDrew DeVault-23/+28
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault-33/+320
2018-03-28Add initial layer shell skeletonDrew DeVault-16/+192