master
20 commits
e6d23e7
Rose Hellsing  ·  2026-07-26
master
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
mistress
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