Sam Hocevar
b538f2c0a0
* Use cucul_get_font_blocks() instead of hardcoding the glyph list.
18 年之前
Sam Hocevar
67ff5d5b1d
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial update of the C++ bindings.
* Updated documentation.
18 年之前
Sam Hocevar
42c9518d2a
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
cucul_set_color() and cucul_set_truecolor() under the new names
cucul_set_color_ansi() and cucul_set_color_argb().
* Renamed cucul_get_color_name() into cucul_ansi_to_str().
18 年之前
Sam Hocevar
019938c9ae
* Changed cucul_set_attr() so that only setting the style does not change
the colour.
18 年之前
Sam Hocevar
e9f3bc9321
* Add Bold/Blink/Italics/Underline to the export and color tests.
18 年之前
Sam Hocevar
0b37a307dd
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
functionality into cucul_set_attr().
* Add cucul_ansi_to_attr() and cucul_argb_to_attr().
* Rename CUCUL_COLOR_* to CUCUL_*.
18 年之前
Sam Hocevar
aa93ad25f6
* Remove cucul_set_color() from the exported API and replaced all calls
with cucul_set_attr_ansi(). Old application will still compile (but issue
a warning) and run, though.
18 年之前
Sam Hocevar
4777472cd4
* Minor changes to the frames test.
18 年之前
Sam Hocevar
806f748059
* Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
fullwidth characters.
* Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
18 年之前
Sam Hocevar
b34eb39d0a
* Add fullwidth characters to the transform test.
18 年之前
Sam Hocevar
2051ddea46
* Add a test for fullwidth characters to the exporter test.
18 年之前
Sam Hocevar
eb420218f0
* Use 0xCACA as the test character. Ahaha. Caca. Got it?
18 年之前
Sam Hocevar
8a316f40d6
* Fix the Unicode test.
* Add a test for fullwidth characters.
18 年之前
Sam Hocevar
91645bfa68
* Do not link binaries with @CACA_LIBS@, it's useless.
18 年之前
Sam Hocevar
644a4ba8ec
* Added an optional argument to the import test to select import format.
18 年之前
Sam Hocevar
a34df4fa85
* Remove toilet from the libcaca source, it'll be moved to its own repo.
18 年之前
Sam Hocevar
663afc6460
* Autocrop toilet output.
18 年之前
Sam Hocevar
2dd6623474
* Handle UTF-8 in TOIlet.
* Add a --irc flag to TOIlet.
18 年之前
Sam Hocevar
074694fe75
* Support for platforms without <getopt.h> in TOIlet.
18 年之前
Sam Hocevar
f1cb79fac3
* Added getopt support to toilet.
18 年之前
Sam Hocevar
57bc9ff453
* TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
18 年之前
Jean-Yves Lamoureux
1b821e2588
* Updated kernel 'driver', still not working, but most of the work is done
18 年之前
Sam Hocevar
4ed8de10ac
* Fix badly initialised data in the gamma test.
18 年之前
Sam Hocevar
060cb6f676
* Moved the matrix effect test into cacademo. Removed the motion sensor
stuff, it's cool but it's crap.
18 年之前
Jean-Yves Lamoureux
7e7d2e01b1
* AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
18 年之前
Sam Hocevar
2bbd7bbb36
* Fix dithering handling in demo0.c.
18 年之前
Sam Hocevar
1d1d643c67
* Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
test for the <caca0.h> emulation layer.
18 年之前
Sam Hocevar
514bbb3859
* Fix a crash in export.c with unknown file formats.
18 年之前
Sam Hocevar
21069a8463
* A few changes to the matrix program. I do not plan to maintain it.
18 年之前
Sam Hocevar
004a78bc77
* Fixed matrix.c for non-Thinkpad computers.
18 年之前
Sam Hocevar
496445ffbf
* Small matrix effect. Totally useless. Unless you have a Thinkpad, in
which case it is massively useless.
18 年之前
Sam Hocevar
1f3e745f52
* Minor cosmetic changes in the test programs.
* Code enhancements in the ncurses driver.
* Added a comment to explain why slang has a higher priority than ncurses.
18 年之前
Sam Hocevar
aca46d3f39
* Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
18 年之前
Sam Hocevar
0c1746c626
* Renamed the event data member "ucs4" to "utf32" for consistency
with "utf8".
18 年之前
Sam Hocevar
afbdae6bf9
* Text input test program. Might be merged into libcaca if it works well.
18 年之前
Sam Hocevar
5d12480dd6
* Renamed caca_set_delay() and caca_get_rendertime() into
caca_set_display_time() and caca_get_display_time() for consistency.
18 年之前
Sam Hocevar
f6abdd915a
* font2tga no longer needs cucul_internal.h.
18 年之前
Sam Hocevar
7754db5ccf
* Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
int which shall be used as an UTF-32 character. We do not have any casting
problems due to the signedness of chars because all characters were
ASCII (ie. <= 0x7f) beforehands.
18 年之前
Sam Hocevar
fdc8b45b72
* Added font2tga, a test program that exports our font in a known format.
18 年之前
Sam Hocevar
552974ffd9
* If the export test target is ANSI or UTF-8, dither image with special
shaded glyphs.
18 年之前
Sam Hocevar
0cbd5fd983
* Cosmetic fix in test/font.c.
* Use UTF-8 output in test/text.c instead of ANSI.
18 年之前
Sam Hocevar
29da35e1f4
* Make the export test 80 columns wide, so that the ANSI we generate can
be read by other programs.
18 年之前
Sam Hocevar
72ba9c3585
* Allow an optional input filename in the export test for cheap conversions.
18 年之前
Sam Hocevar
b97751b9bc
* Added cacadraw. It only shows files and lets you scroll for now, but
it will eventually evolve into something better.
18 年之前
Sam Hocevar
cb823dd55b
* Minor typo.
18 年之前
Sam Hocevar
38c4a8b608
* Implemented cucul_load_file() and cucul_load_memory() to load respectively
a file and a memory area into a libcucul buffer.
* Changed the cucul_import_canvas() prototype so that it uses libcucul
buffers instead of simple memory areas.
18 年之前
Jean-Yves Lamoureux
b15241efbd
* Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
18 年之前
Sam Hocevar
1f094662d8
* Jylam is too modest.
18 年之前
Jean-Yves Lamoureux
73b9c0af14
* Added importers test
18 年之前
Jean-Yves Lamoureux
2e167ab614
* Added preliminary ANSI importer, added import formats autodection
18 年之前