aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | rename container destroy funcLibravatar Tony Crisci2018-03-29
| | |
| * | rename layout initLibravatar Tony Crisci2018-03-29
| | |
| * | more renaming thingsLibravatar Tony Crisci2018-03-29
| | |
| * | rename container functionsLibravatar Tony Crisci2018-03-29
| | |
| * | remove swayc_t typedefLibravatar Tony Crisci2018-03-29
| | |
| * | move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
| | |
| | * Early return from render functions if necessaryLibravatar Drew DeVault2018-03-29
| | |
| | * Use render_all_frames from bar_setupLibravatar Drew DeVault2018-03-29
| | |
| | * Fix layer_surface_closedLibravatar Drew DeVault2018-03-29
| | |
| | * Move declaration into loopLibravatar Drew DeVault2018-03-29
| | |
| | * Exit ipc_get_workspace_callback earlyLibravatar Drew DeVault2018-03-29
| | |
| | * Implement modesLibravatar Drew DeVault2018-03-29
| | |
| | * Clean up imported bar commandsLibravatar Drew DeVault2018-03-29
| | |
| | * Use statically allocated text bufferLibravatar Drew DeVault2018-03-29
| | |
| | * Fix failure to rearrange output in some casesLibravatar Drew DeVault2018-03-29
| | |
| | * Do some small cleanupLibravatar Drew DeVault2018-03-29
| | | | | | | | | | | | | | | | | | | | | - Fix workspace events (security config isn't in use so it wasn't being sent) - Kill status bar process when swaybar exits - Don't rearrange windows on every layer surface commit
| | * Call arrange_windows on layer destroyLibravatar Drew DeVault2018-03-29
| | |
| | * Restart swaybar on config reloadLibravatar Drew DeVault2018-03-29
| | |
| | * Terminate swaybar when freeing bar configLibravatar Drew DeVault2018-03-29
| | |
| | * Spawn swaybars when outputs are addedLibravatar Drew DeVault2018-03-29
| | |
| | * Add swaybg_commandLibravatar Drew DeVault2018-03-29
| | |
| | * Move bar config into its own fileLibravatar Drew DeVault2018-03-29
| | |
| | * Add bar configuration commandsLibravatar Drew DeVault2018-03-29
| | |
| | * Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
| | |
| | * Fixed laggy focused output booleanLibravatar Drew DeVault2018-03-29
| | |
| | * Tear down bar when display exitsLibravatar Drew DeVault2018-03-29
| | |
| | * Clean up status line on exitLibravatar Drew DeVault2018-03-29
| | |
| | * Implement status lineLibravatar Drew DeVault2018-03-29
| | | | | | | | | | | | Does not yet support i3bar json protocol
| | * Iterate over workspaces backwardsLibravatar Drew DeVault2018-03-29
| | |
| | * Some layer shell fixesLibravatar Drew DeVault2018-03-29
| | | | | | | | | | | | Based on the corresponding rootston changes
| | * Respect user bar height preferenceLibravatar Drew DeVault2018-03-29
| | | | | | | | | | | | This is an i3-gaps feature we support
| | * Pixel-perfect renderingLibravatar Drew DeVault2018-03-29
| | |
| | * Add binding mode indicatorLibravatar Drew DeVault2018-03-29
| | |
| | * Re-render bar on IPC updatesLibravatar Drew DeVault2018-03-29
| | |
| | * Implement workspace button renderingLibravatar Drew DeVault2018-03-29
| | |
| | * Round up workspaces on each outputLibravatar Drew DeVault2018-03-29
| | |
| | * Only utilize the configured outputsLibravatar Drew DeVault2018-03-29
| | |
| | * Wire up basic IPC supportLibravatar Drew DeVault2018-03-29
| | |
| | * Start port of swaybar to layer shellLibravatar Drew DeVault2018-03-29
| | | | | | | | | | | | | | | | | | This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
| | * Allow sway IPC clients to fall back to i3 socketLibravatar Drew DeVault2018-03-29
| |/ |/|
* | Merge pull request #1652 from ascent12/glclearLibravatar emersion2018-03-29
|\ \ | | | | | | Clear buffer after beginning renderer
| * | Clear buffer after beginning rendererLibravatar Scott Anderson2018-03-30
|/ /
* / Maximize xdg shell surfaces on creationLibravatar Drew DeVault2018-03-29
|/ | | | | | | Makes them look better yo In the future we might want to only do this for tiled windows, and let floating windows do their own thing.
* Merge pull request #1643 from acrisci/xdg-protocol-headerLibravatar Drew DeVault2018-03-28
|\ | | | | add xdg-shell protocol header
| * add xdg-protocol headerLibravatar Tony Crisci2018-03-28
|/
* Merge pull request #1642 from swaywm/layer-shellLibravatar Drew DeVault2018-03-28
|\ | | | | Implement layer shell (rendering)
| * Address review feedbackLibravatar Drew DeVault2018-03-28
| |
| * Render layer surfaces and respect exclusive zoneLibravatar Drew DeVault2018-03-28
| |
| * Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28
|/
* Merge pull request #1638 from swaywm/swaybg-layersLibravatar Drew DeVault2018-03-28
|\ | | | | Reimplement swaybg using surface layers