summaryrefslogtreecommitdiffstats
path: root/wayland/buffers.c
Commit message (Collapse)AuthorAge
* Fix memory leaks in swaybarLibravatar Drew DeVault2016-11-28
|
* Add client support for HiDPILibravatar Drew DeVault2016-09-05
| | | | This adds HiDPI support to swaybar, swaybg, and swaylock.
* Initial testing on hidpi clientsLibravatar Drew DeVault2016-09-05
|
* fix segfault when doesn't have a trailing '/'Libravatar Nicolas Werner2015-12-15
|
* Refactor the crap out of wayland clientsLibravatar Drew DeVault2015-11-19
| | | | And create a background surface on every output when invoking swaybg.
* Fix warning about uninitialized variableLibravatar Drew DeVault2015-11-18
|
* Exit if unable to allocate bufferLibravatar Drew DeVault2015-11-18
|
* Fix SIGBUS from wayland clientsLibravatar Drew DeVault2015-11-18
|
* Normalize indentationLibravatar 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.