summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-11Release 0.1.7 - 2024-05-11Gergő Sályi
Fix image corruption for certain pixel formats when output width is not a multiple of 4: https://github.com/gergo-salyi/multibg-sway/issues/6 Add the --pixelformat cli argument. Setting --pixelformat=baseline can force wl_buffers to use the wayland default xrgb8888 pixel format if bgr888 or future others would break for any reason Update dependencies
2024-03-25Release 0.1.6 - 2024-03-25Gergő Sályi
Fix displaying the wallpapers on outputs with fractional scale factor: https://github.com/gergo-salyi/multibg-sway/issues/5 Update dependencies
2024-01-02Release 0.1.5 - 2024-01-02Gergő Sályi
Fix displaying the wallpapers on outputs with higher than 1 integer scale factor: https://github.com/gergo-salyi/multibg-sway/issues/4 Update dependencies
2023-08-31Release 0.1.4 - 2023-08-31Gergő Sályi
Allocate/release graphics memory per output when the output is connected/disconnected. This may help with https://github.com/gergo-salyi/multibg-sway/issues/2 Log graphics memory use (our wayland shared memory pool sizes) Minor fix to avoid a logged error on redrawing backgrounds already being drawn Update dependencies
2023-05-05Release 0.1.3 - 2023-05-05Gergő Sályi
Update dependencies, including fast_image_resize which fixed a major bug
2023-04-27Release 0.1.2 - 2023-04-27Gergő Sályi
Fix crash on suspend https://github.com/gergo-salyi/multibg-sway/issues/1 Implement automatic image resizing
2023-04-10Temporarily add libxkbcommon dependencyGergő Sályi
https://aur.archlinux.org/packages/multibg-sway#comment-909732 By now Rust dependency smithay-client-toolkit has unneeded feature xkbcommon enabled as default. This will be properly fixed in Cargo.toml in the next release, by then libxkbcommon can be dropped again.
2023-04-08Release 0.1.1Gergő Sályi
2023-04-08Initial releaseGergő Sályi