Sam Hocevar
|
644a4ba8ec
|
* Added an optional argument to the import test to select import format.
|
18 years ago |
Sam Hocevar
|
7db8b35772
|
* As per user request, only display the "Powered by libcaca" banner for a
few seconds at the beginning.
|
18 years ago |
Sam Hocevar
|
5810f430d7
|
* Fix minor memory leak in cucul_set_canvas_boundaries().
|
18 years ago |
Sam Hocevar
|
e366c39223
|
* Fix minor memory leak in cucul_free_canvas().
|
18 years ago |
Sam Hocevar
|
5ee52bfd42
|
* Fixed a bug in cucul_putchar() that broke half of the Unicode set.
|
18 years ago |
Sam Hocevar
|
682d2d297b
|
* Add "utf8" import format.
* Documented "text" import format.
|
18 years ago |
Sam Hocevar
|
6bae0e64cc
|
* Initialise colours to default/transparent instead of lightgray/black.
|
18 years ago |
Sam Hocevar
|
ff7601fa71
|
* Remove non-ASCII character from NEWS file because Doxygen is unable to
encode it in the manpages.
|
18 years ago |
Sam Hocevar
|
23afd54c7c
|
* Fix enumeration layout in the manpage documentation.
|
18 years ago |
Sam Hocevar
|
f4b7832a5e
|
* Fucking Doxygen replaces "s with 's in manpages. And it does not even
escape them. Fix that upon installation.
|
18 years ago |
Sam Hocevar
|
9b39376fd4
|
* Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
before calling cucul_set_canvas_size(), otherwise it'll fill the new area
with the current values.
|
18 years ago |
Sam Hocevar
|
67de04332f
|
* Updated TODO.
|
18 years ago |
Sam Hocevar
|
f45daeeaf6
|
* Updated NEWS and ChangeLog.
|
18 years ago |
Sam Hocevar
|
36aa270da2
|
* Update the cacademo manpage to reflect the merge.
|
18 years ago |
Sam Hocevar
|
81760312af
|
* Implemented cucul_get_color().
|
18 years ago |
Sam Hocevar
|
14e83acc9d
|
* Fixed chcul_getchar's error behaviour.
|
18 years ago |
Sam Hocevar
|
46e5b2f90f
|
* Update versioning.
|
18 years ago |
Sam Hocevar
|
a984440ecc
|
* Handle transparency in the IRC export.
|
18 years ago |
Sam Hocevar
|
be77a0e2ea
|
* When resizing a canvas, use the current fg/bg colours to fill holes.
|
18 years ago |
Sam Hocevar
|
a34df4fa85
|
* Remove toilet from the libcaca source, it'll be moved to its own repo.
|
18 years ago |
Sam Hocevar
|
663afc6460
|
* Autocrop toilet output.
|
18 years ago |
Sam Hocevar
|
1ba0587622
|
* Implement cucul_set_canvas_boundaries() for cropping and expanding.
|
18 years ago |
Sam Hocevar
|
1372caac6c
|
* Really export IRC as UTF-8, as advertised in the documentation.
|
18 years ago |
Sam Hocevar
|
2dd6623474
|
* Handle UTF-8 in TOIlet.
* Add a --irc flag to TOIlet.
|
18 years ago |
Sam Hocevar
|
074694fe75
|
* Support for platforms without <getopt.h> in TOIlet.
|
18 years ago |
Sam Hocevar
|
f1cb79fac3
|
* Added getopt support to toilet.
|
18 years ago |
Sam Hocevar
|
17f3a0d234
|
* Check for <getopt.h> and getopt_long.
|
18 years ago |
Sam Hocevar
|
57bc9ff453
|
* TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
|
18 years ago |
Sam Hocevar
|
79d8786aec
|
* Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
|
18 years ago |
Jean-Yves Lamoureux
|
53a72a2d72
|
* Oops \o/
|
18 years ago |
Jean-Yves Lamoureux
|
1c3760ac41
|
* REAL fix
|
18 years ago |
Sam Hocevar
|
ec9e57983a
|
* More long int -> int32 casts to fix the GL driver on 64-bit arches.
|
18 years ago |
Sam Hocevar
|
2b00f62d2e
|
* Hopefully fix 64-bit bug.
|
18 years ago |
Jean-Yves Lamoureux
|
8448ac75ab
|
* Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
|
18 years ago |
Sam Hocevar
|
f13f15d2f1
|
* Implemented cucul_getchar(). Useful because you don’t necessarily know
what you are importing.
|
18 years ago |
Sam Hocevar
|
368eaeb708
|
* Added an fprintf stub to the kernel.
|
18 years ago |
Sam Hocevar
|
50fb37ca2d
|
* Optimised memory usage in the GL driver and added a few comments.
|
18 years ago |
Jean-Yves Lamoureux
|
44cb9be2b5
|
* Fixed compilation warning, and ....
AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
|
18 years ago |
Sam Hocevar
|
9044384d02
|
* Got rid of cucul_render_glyph(). Ahahahaha.
|
18 years ago |
Sam Hocevar
|
d1d4aeca10
|
* Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
|
18 years ago |
Sam Hocevar
|
eb70b77fde
|
* Full Unicode support in the GL driver.
|
18 years ago |
Sam Hocevar
|
776a3c71d9
|
* Oops, fixed typo in cucul_get_font_blocks().
|
18 years ago |
Sam Hocevar
|
87cd66a5fd
|
* Implemented cucul_get_font_blocks() to export the list of available glyphs.
|
18 years ago |
Sam Hocevar
|
a56455a44d
|
* Remove useless -I../kernel/ from CFLAGS.
|
18 years ago |
Sam Hocevar
|
d0a65b1ac8
|
* Fix the kernel build rules.
|
18 years ago |
Sam Hocevar
|
383fb90110
|
* Do not build the raw output in kernel mode.
* Fix cucul_utf32_to_cp437() call in the VGA output.
|
18 years ago |
Sam Hocevar
|
fa2ca5f46e
|
* Fixed memcmp() prototype and implementation.
|
18 years ago |
Sam Hocevar
|
9fca19ecc3
|
* Added errno support to the kernel.
|
18 years ago |
Jean-Yves Lamoureux
|
99778cee0a
|
* Updated .Net bindings
|
18 years ago |
Jean-Yves Lamoureux
|
e3e2ac588f
|
* Updated README, just to say my coding style is just perfect, sam is too pedantic.
|
18 years ago |