aboutsummaryrefslogtreecommitdiff
path: root/common/cairo.c
AgeCommit message (Collapse)AuthorLines
2021-05-07cairo: Replace <cairo/cairo.h> by <cairo.h>Furkan Sahin-2/+2
For full context, read https://gitlab.freedesktop.org/cairo/cairo/-/issues/479 TL;DR, cairo’s pc file adds `/cairo` to CFLAGS. So namespace cairo shouldn’t be used.
2019-04-25swaybg: split into standalone projectFurkan Sahin-99/+0
The new upstream is https://github.com/swaywm/swaybg This commit also refactors our use of gdk-pixbuf a bit, since the only remaining reverse dependency is swaybar tray support.
2018-11-18Use #if instead of #ifdefFurkan Sahin-3/+3
2018-09-20swaybar, swaylock, & tree/container: Set cairo font options to render text ↵Furkan Sahin-0/+16
and lines with subpixel hinting (if available).
2018-03-28Address review commentsFurkan Sahin-3/+3
2018-03-27Add solid-color rendering to swaybgFurkan Sahin-0/+127