0.1.0
31 commits
f4ff7b5
sewn
·
2026-08-22
README: update desc/comparison, add self-resolving
4230522
sewn
·
2026-08-22
self-resolve image mode from dir name
d920d26
sewn
·
2026-08-22
handle negative output coordinates
af41b95
sewn
·
2026-08-22
scan recursively
f7a5940
sewn
·
2026-08-22
mk: fix object param shrub was right
f434ca4
sewn
·
2026-08-21
README: add contributing, change initial adj
d627ba0
sewn
·
2026-08-21
mk: undo GNU inference rule Co-authored-by: shrub <maybeshrub@gmail.com>
72990c8
sewn
·
2026-08-21
mk: simplify, remove unused VERSION
6236025
sewn
·
2026-08-21
pick randomly from if given directory i mean, i can just add this. i have a script sitting around my bin/ that does just this, but since i have my own wallpaper setter, i might as well add this feature only because i can, and it doesn't add many lines.
bee2421
shrub
·
2026-08-21
mark surface as fully damaged we should be damaging the entire surface that we changed. some compositors are forgiving about this, but it fixes issues on ones that are more damage-driven Reviewed-on: https://codeberg.org/sewn/wawa/pulls/9
e6d23e7
Rose Hellsing
·
2026-07-26
exit on display error When the compositor exits, wawa ends up in an infinite loop because it doesn't properly check if wl_display_dispatch encountered an error, making it very heavy on the cpu. Reviewed-on: https://codeberg.org/sewn/wawa/pulls/8
249f438
koru
·
2026-05-20
mk: use -D_GNU_SOURCE Reviewed-on: https://codeberg.org/sewn/wawa/pulls/3
845d3f6
koru
·
2026-05-20
remove mman.h include Remove dublicate mman.h include. Reviewed-on: https://codeberg.org/sewn/wawa/pulls/4
988c5d1
chld
·
2026-05-19
fix memfd linux usage Reviewed-on: https://codeberg.org/sewn/wawa/pulls/2
14d3024
sewn
·
2026-05-14
README: oops
d7412e0
sewn
·
2026-05-14
support spreading across monitors
c4c3286
sewn
·
2026-05-14
handle output xy
3ea0875
sewn
·
2026-05-10
make the fit/fill make sense
df7339c
sewn
·
2026-05-08
README: make some claims
1d98ad2
sewn
·
2026-05-08
color parse fail to usage
6a95d3e
sewn
·
2026-05-08
remove unnecessary loc
fe95612
sewn
·
2026-05-07
free image upon configure
b880be4
sewn
·
2026-05-07
implement color, fit, fill, tile, stretch
470591f
sewn
·
2026-05-07
fix some goofs
cb31c30
sewn
·
2026-05-07
drop usage of wp_viewporter
18d72bf
sewn
·
2026-05-07
import stb_image_resize2
96aabc6
sewn
·
2026-05-07
reduce memory usage
93d5023
shrub900
·
2026-05-04
mk: posix compliance The Open Group Base Specifications Issue 8 IEEE Std 1003.1-2024 does not specify link rules for linking executables with LDLIBS, see: https://pubs.opengroup.org/onlinepubs/9799919799/
d7125da
sewn
·
2026-05-04
mk: misc. fixes
9c633a3
sewn
·
2026-05-04
initial commit