Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
18 yıl önce
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
18 yıl önce
Sam Hocevar
a7ac5f9e1e
* Get rid of test/term.c, it's now in its own repository.
* Added back -Wshadow, it's more useful than annoying.
18 yıl önce
Sam Hocevar
1fd3d09e44
* Do not build test/term if fcntl() is not available. Yes, could be improved.
18 yıl önce
Sam Hocevar
9df4f8a821
* A few improvements to the screen/splitvt clone project.
18 yıl önce
Sam Hocevar
81d9b86799
* Added a test app that swallows two console applications. Switch with C-a.
18 yıl önce
Sam Hocevar
55765045c8
* Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters.
* Updated export test accordingly.
18 yıl önce
Sam Hocevar
b6d2c75b78
* Minor compilation warning fix. OS X x86 defines "DELAY".
18 yıl önce
Sam Hocevar
1cdaa755ae
* Documented flip/flop/rotate as being involutive.
* Updated text test.
18 yıl önce
Sam Hocevar
e37f6aac55
* Renamed the "all" test to "cucul" because it otherwise conflicted with
the automake "all" rule.
18 yıl önce
Sam Hocevar
54d459067a
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well
know that a frame belongs to a canvas.
18 yıl önce
Sam Hocevar
0b3faf2078
* Started writing a full API test. Not sure where it'll lead.
18 yıl önce
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
18 yıl önce
Sam Hocevar
15898ad288
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
18 yıl önce
Sam Hocevar
5d59b719c8
* Add CJK punctuation to the default fonts.
* Minor changes to the font2tga test program.
18 yıl önce
Sam Hocevar
eb017043ab
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the default fonts.
18 yıl önce
Sam Hocevar
ba605528cc
* Fix infinite loop due to signed/unsigned mistake.
18 yıl önce
Sam Hocevar
8d5a1ea8e0
* libcaca multiplexer: swallows two libcaca applications, for instance
cacademo and cacafire, and displays them in a canvas.
18 yıl önce
Sam Hocevar
ef9d6c1418
* Fix program header.
18 yıl önce
Sam Hocevar
3243101ff0
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
18 yıl önce
Sam Hocevar
8c5342b263
* Made cucul_blit() handle-aware. Added a blit test for that.
18 yıl önce
Sam Hocevar
f7fac153a6
* Free all memory upon exit in the transform test.
18 yıl önce
Sam Hocevar
f104f0ac77
* Update transform.c so that it uses import functions instead of blitting
lines.
18 yıl önce
Sam Hocevar
40670f6322
* Restore attribute settings before resizing the canvas in the frame test.
18 yıl önce
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 yıl önce
Sam Hocevar
9621f21c5a
* Convert all programs and tests to the new import/export API.
18 yıl önce
Sam Hocevar
b538f2c0a0
* Use cucul_get_font_blocks() instead of hardcoding the glyph list.
18 yıl önce
Sam Hocevar
67ff5d5b1d
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial update of the C++ bindings.
* Updated documentation.
18 yıl önce
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 yıl önce
Sam Hocevar
019938c9ae
* Changed cucul_set_attr() so that only setting the style does not change
the colour.
18 yıl önce
Sam Hocevar
e9f3bc9321
* Add Bold/Blink/Italics/Underline to the export and color tests.
18 yıl önce
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 yıl önce
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 yıl önce
Sam Hocevar
4777472cd4
* Minor changes to the frames test.
18 yıl önce
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 yıl önce
Sam Hocevar
b34eb39d0a
* Add fullwidth characters to the transform test.
18 yıl önce
Sam Hocevar
2051ddea46
* Add a test for fullwidth characters to the exporter test.
18 yıl önce
Sam Hocevar
eb420218f0
* Use 0xCACA as the test character. Ahaha. Caca. Got it?
18 yıl önce
Sam Hocevar
8a316f40d6
* Fix the Unicode test.
* Add a test for fullwidth characters.
18 yıl önce
Sam Hocevar
91645bfa68
* Do not link binaries with @CACA_LIBS@, it's useless.
18 yıl önce
Sam Hocevar
644a4ba8ec
* Added an optional argument to the import test to select import format.
18 yıl önce
Sam Hocevar
a34df4fa85
* Remove toilet from the libcaca source, it'll be moved to its own repo.
18 yıl önce
Sam Hocevar
663afc6460
* Autocrop toilet output.
18 yıl önce
Sam Hocevar
2dd6623474
* Handle UTF-8 in TOIlet.
* Add a --irc flag to TOIlet.
18 yıl önce
Sam Hocevar
074694fe75
* Support for platforms without <getopt.h> in TOIlet.
18 yıl önce
Sam Hocevar
f1cb79fac3
* Added getopt support to toilet.
18 yıl önce
Sam Hocevar
57bc9ff453
* TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
18 yıl önce
Jean-Yves Lamoureux
1b821e2588
* Updated kernel 'driver', still not working, but most of the work is done
18 yıl önce
Sam Hocevar
4ed8de10ac
* Fix badly initialised data in the gamma test.
18 yıl önce
Sam Hocevar
060cb6f676
* Moved the matrix effect test into cacademo. Removed the motion sensor
stuff, it's cool but it's crap.
18 yıl önce