summaryrefslogtreecommitdiffstats
path: root/swaybg
Commit message (Collapse)AuthorAge
...
* Don't use the _t postfix on non-typedef structuresLibravatar Drew DeVault2015-11-27
|
* swaybg: implement scaling mode "fit"Libravatar Christoph Gysin2015-11-25
|
* swaybg: implement scaling mode "tile"Libravatar Christoph Gysin2015-11-25
|
* swaybg: implement scaling mode "center"Libravatar Christoph Gysin2015-11-25
|
* swaybg: implement scaling mode "fill"Libravatar Christoph Gysin2015-11-25
|
* swaybg: implement scaling mode "stretch"Libravatar Christoph Gysin2015-11-25
|
* swaybg: check for exact number of argumentsLibravatar Christoph Gysin2015-11-25
|
* swaybg: make argv constLibravatar Christoph Gysin2015-11-25
|
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
|
* Stretch image to fit output resolutionLibravatar Drew DeVault2015-11-19
|
* Basic image rendering for swaybgLibravatar Drew DeVault2015-11-19
|
* Refactor the crap out of wayland clientsLibravatar Drew DeVault2015-11-19
| | | | And create a background surface on every output when invoking swaybg.
* Basic support for extensions in server and clientsLibravatar Drew DeVault2015-11-18
|
* Support cursors over wayland clientsLibravatar Drew DeVault2015-11-18
| | | | Apparently wayland has fucking client-side cursors, too
* Generate protocol headersLibravatar Drew DeVault2015-11-18
|
* Fix SIGBUS from wayland clientsLibravatar Drew DeVault2015-11-18
|
* Clean up memory pool files betterLibravatar Drew DeVault2015-11-18
|
* Fix up wayland client implementationLibravatar Drew DeVault2015-11-18
| | | | | Now it receives frame callbacks and renders properly, and is double buffered and such.
* Check the client_setup() return valueLibravatar Sergi Granell2015-11-13
|
* Clean up some things better in wayland clientsLibravatar Drew DeVault2015-11-13
|
* Clean up CMake stuffLibravatar Drew DeVault2015-11-13
|
* common: create a static libraryLibravatar Ben Boeckel2015-11-12
|
* cmake: clean up installation rulesLibravatar Ben Boeckel2015-11-12
|
* cmake: set the output directory onceLibravatar Ben Boeckel2015-11-12
|
* Further refinement of wayland client supportLibravatar Drew DeVault2015-11-12
|
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
| | | | | This introduces a basic shared framework for making wayland clients within sway itself.
* Add swaybg executableLibravatar Drew DeVault2015-11-12
This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view.