summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| | * 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
| * Address review commentsLibravatar Drew DeVault2018-03-28
| |
| * Refactor configure/ack configure/commit flowLibravatar Drew DeVault2018-03-28
| |
| * Remove obsolete client codeLibravatar Drew DeVault2018-03-28
| |
| * Fix styleLibravatar Drew DeVault2018-03-28
| |
| * s/scaling_mode/background_mode/gLibravatar Drew DeVault2018-03-28
| | | | | | | | Since it now includes SOLID_COLOR this is a more appropriate name.
| * Implement image backgroundsLibravatar Drew DeVault2018-03-28
| |
| * Add solid-color rendering to swaybgLibravatar Drew DeVault2018-03-28
| |
| * Add client protocols and swaybg skeletonLibravatar Drew DeVault2018-03-28
|/
* Merge pull request #1641 from swaywm/transformed-eventsLibravatar Drew DeVault2018-03-28
|\ | | | | Update input events per swaywm/wlroots#765
| * Update input events per swaywm/wlroots#765Libravatar Drew DeVault2018-03-28
|/
* Add subprojects to gitignoreLibravatar Drew DeVault2018-03-28
|
* Fix broken repo referencesLibravatar Drew DeVault2018-03-27
|
* Move .build.yml repo references to github.comLibravatar Drew DeVault2018-03-27
|
* Fix lingering xdg shell issuesLibravatar Drew DeVault2018-03-27
|
* Update API to match latest wlrootsLibravatar Drew DeVault2018-03-27
|
* Merge pull request #1626 from emersion/wlroots-updateLibravatar Drew DeVault2018-03-19
|\ | | | | Update wlroots API
| * Update wlroots APILibravatar emersion2018-03-19
|/ | | | | Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
* Merge pull request #1625 from emersion/matrix-redesignLibravatar Drew DeVault2018-03-18
|\ | | | | Update rendering code for wlroots matrix redesign
| * Update rendering code for wlroots matrix redesignLibravatar emersion2018-03-15
|/