]> git.mdlowis.com Git - proto/labwc.git/commit
Support svg buttons
authorJohan Malm <jgm323@gmail.com>
Mon, 21 Aug 2023 20:26:08 +0000 (21:26 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 17 Sep 2023 18:26:41 +0000 (19:26 +0100)
commitc62df26c2aea522b20d6ca45f61d57aa3bdacf57
treedaaec37d6766c74dd4cf126c962187c245109791
parenta386133068e0d187c16fd5c077eb66a41245a622
Support svg buttons

In the theme directory add close-{active,inactive}.svg instead of
close.xbm - and similarly for iconify, menu and max.
.github/workflows/build.yml
README.md
docs/labwc-theme.5.scd
include/button/button-svg.h [new file with mode: 0644]
meson.build
scripts/checkpatch.pl
src/button/button-png.c
src/button/button-svg.c [new file with mode: 0644]
src/button/meson.build
src/theme.c