Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-23 | common: move load_image to swaybar | Manuel Stoeckl | |
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future. | |||
2023-11-23 | common: rename load_background_image to load_image | Manuel Stoeckl | |
2023-11-23 | common: Drop unused render_background_image | Manuel Stoeckl | |
And the associated background_mode enum. | |||
2021-05-10 | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni | |
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. | |||
2018-04-04 | Initial swaylock port | Drew DeVault | |
2018-04-04 | Move swaybg background rendering into common/ | Drew DeVault | |
swaylock will use it too |