Sam Hocevar
|
2051ddea46
|
* Add a test for fullwidth characters to the exporter test.
|
18 years ago |
Sam Hocevar
|
1903570ede
|
* Support for fullwidth glyphs in the UTF-8 importer.
|
18 years ago |
Sam Hocevar
|
4711611e3f
|
* Support for fullwidth glyphs in the libcaca output drivers.
|
18 years ago |
Sam Hocevar
|
eb420218f0
|
* Use 0xCACA as the test character. Ahaha. Caca. Got it?
|
18 years ago |
Sam Hocevar
|
8a316f40d6
|
* Fix the Unicode test.
* Add a test for fullwidth characters.
|
18 years ago |
Sam Hocevar
|
b45eea0b39
|
* Support for fullwidth (= double width) Unicode characters.
|
18 years ago |
Sam Hocevar
|
a361bd07d3
|
* Minor changes to the documentation front page.
|
18 years ago |
Sam Hocevar
|
91645bfa68
|
* Do not link binaries with @CACA_LIBS@, it's useless.
|
18 years ago |
Sam Hocevar
|
86dedb814e
|
* Implemented cucul_utf32_is_fullwidth().
|
18 years ago |
Sam Hocevar
|
32b8ed766c
|
* Slightly updated TODO list.
|
18 years ago |
Sam Hocevar
|
d1bccd4fba
|
* Added a --enable-plugins configure flag that builds the GL and X11 drivers
as plugins. This way, libcaca does not directly depend on those libraries.
|
18 years ago |
Sam Hocevar
|
60e361f74c
|
* Add checks for getopt / getopt_long.
|
18 years ago |
Sam Hocevar
|
4409d19d24
|
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
|
18 years ago |
Sam Hocevar
|
67fa6ead18
|
* Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
|
18 years ago |
Sam Hocevar
|
d0370af6d3
|
* Fixed a bug in the IRC exporter that could break the output when there
were commas in the canvas.
|
18 years ago |
Sam Hocevar
|
7998155d09
|
* Set version to 0.99.beta7.
* Updated NEWS and ChangeLog.
|
18 years ago |
Sam Hocevar
|
78c6fc2e6e
|
* Support transparency in the colour UTF-8 exporter.
|
18 years ago |
Sam Hocevar
|
320cfda26f
|
* Better precision in cucul_fill_triangle().
|
18 years ago |
Sam Hocevar
|
a01a4cc65d
|
* More optimisations in cucul_fill_triangle().
|
18 years ago |
Sam Hocevar
|
40ff443417
|
* Optimised triangle rasteriser. Thanks to Jylam for the hints.
|
18 years ago |
Sam Hocevar
|
14ee26ba73
|
* Set default background to transparent in the ANSI and UTF-8 importers.
|
18 years ago |
Jean-Yves Lamoureux
|
6d2462ba6b
|
* Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
--This line, and those below, will be ignored--
M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am
|
18 years ago |
Sam Hocevar
|
3e16ada333
|
* Updated NEWS and ChangeLog.
|
18 years ago |
Sam Hocevar
|
88c5109770
|
* Set version to 0.99.beta6.
|
18 years ago |
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 |