Add text mode support to Barber
commit211fd689737d35925504cec0c8fb09d1af3bd74d
authorJiri Svoboda <jiri@wiwaxia>
Thu, 7 Mar 2024 18:41:21 +0000 (7 19:41 +0100)
committerJiri Svoboda <jiri@wiwaxia>
Fri, 8 Mar 2024 10:41:31 +0000 (8 11:41 +0100)
tree6479e446ac21fe1a191a40e5b334128308a2e1a5
parentcd27cd18681cbc25017b1a9c8213d53faefa675f
Add text mode support to Barber
43 files changed:
tools/mkarray.py
uspace/app/aboutos/meson.build
uspace/app/barber/barber.c
uspace/app/barber/gfx-tiny/frame01t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame02t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame03t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame04t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame05t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame06t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame07t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame08t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame09t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame10t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame11t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame12t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame13t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame14t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame15t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame16t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame17t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame18t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame19t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame20t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame21t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame22t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame23t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame24t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame25t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame26t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame27t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame28t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame29t.tga.gz [new file with mode: 0644]
uspace/app/barber/gfx-tiny/frame30t.tga.gz [new file with mode: 0644]
uspace/app/barber/meson.build
uspace/app/fontedit/fontedit.c
uspace/app/gfxdemo/gfxdemo.c
uspace/app/terminal/terminal.c
uspace/app/viewer/viewer.c
uspace/lib/congfx/src/console.c
uspace/lib/gfx/src/color.c
uspace/lib/ui/include/ui/wdecor.h
uspace/lib/ui/src/wdecor.c
uspace/lib/ui/test/wdecor.c