Sam Hocevar
0b3faf2078
* Started writing a full API test. Not sure where it'll lead.
18 年前
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
18 年前
Sam Hocevar
15898ad288
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
18 年前
Sam Hocevar
5d59b719c8
* Add CJK punctuation to the default fonts.
* Minor changes to the font2tga test program.
18 年前
Sam Hocevar
eb017043ab
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the default fonts.
18 年前
Sam Hocevar
ba605528cc
* Fix infinite loop due to signed/unsigned mistake.
18 年前
Sam Hocevar
8d5a1ea8e0
* libcaca multiplexer: swallows two libcaca applications, for instance
cacademo and cacafire, and displays them in a canvas.
18 年前
Sam Hocevar
ef9d6c1418
* Fix program header.
18 年前
Sam Hocevar
3243101ff0
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
18 年前
Sam Hocevar
8c5342b263
* Made cucul_blit() handle-aware. Added a blit test for that.
18 年前
Sam Hocevar
f7fac153a6
* Free all memory upon exit in the transform test.
18 年前
Sam Hocevar
f104f0ac77
* Update transform.c so that it uses import functions instead of blitting
lines.
18 年前
Sam Hocevar
40670f6322
* Restore attribute settings before resizing the canvas in the frame test.
18 年前
Sam Hocevar
88facd894c
* Switch back to UTF-32 arguments for drawing primitives, now that we
properly export cucul_utf8_to_utf32(). Evil API breakage, but no one
uses these functions anyway.
18 年前
Sam Hocevar
9621f21c5a
* Convert all programs and tests to the new import/export API.
18 年前
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 年前