Sam Hocevar
08ab25168e
* Oops, thinko in the migration doc.
18 years ago
Sam Hocevar
e51d298d0d
* Updated the migration documentation so that it mentions the <caca0.h>
compatibility layer.
18 years ago
Sam Hocevar
280289cf2b
* Made features (such as dithering mode) and caca_sqrt work in the legacy
0.x glue code.
18 years ago
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 years ago
Sam Hocevar
7e587a46b9
* Added an emulation layer for pre-1.0 libcaca API. Legacy applications
just need to include <caca0.h> instead of <caca.h> and should be source-
compatible with old versions of libcaca.
Most of the old API works, except features and caca_sqrt(). Sprites do
work API-wise but due to the new format they are no longer working in
the same way.
18 years ago
Sam Hocevar
514bbb3859
* Fix a crash in export.c with unknown file formats.
18 years ago
Sam Hocevar
d14a4dddfb
* U+214B TURNED AMPERSAND
18 years ago
Sam Hocevar
db7670eb2a
* Updated ChangeLog and NEWS.
* 0.99.beta3 release.
18 years ago
Sam Hocevar
900b340c31
* Removed debian packaging stuff from the trunk. It'll now be at
svn://svn.debian.org/svn/sam-hocevar/pkg-misc
18 years ago
Sam Hocevar
cfe6fd6ffa
* Factored some of the GL code.
18 years ago
Sam Hocevar
21069a8463
* A few changes to the matrix program. I do not plan to maintain it.
18 years ago
Sam Hocevar
bc5415d6a4
* Fixed libcaca prototypes so that all functions use the errno mechanism
and return a value.
18 years ago
Sam Hocevar
6d904c57f8
* Fixed cucul_create_canvas()'s documentation.
18 years ago
Sam Hocevar
1f8549fc6a
* Fixed typos in cucul/dither.c that prevented using ordered dither modes,
thanks to Sean D'Epagnier.
18 years ago
Jean-Yves Lamoureux
63955d927a
* Updated C++ bindings
18 years ago
Sam Hocevar
ab8bddb951
* Fix debian package dependencies; -dev packages didn't pull their library
dependencies. Of course.
18 years ago
Sam Hocevar
004a78bc77
* Fixed matrix.c for non-Thinkpad computers.
18 years ago
Sam Hocevar
61aaaa7470
* Fix a build failure when X11R7 is available but OpenGL isn't.
18 years ago
Sam Hocevar
496445ffbf
* Small matrix effect. Totally useless. Unless you have a Thinkpad, in
which case it is massively useless.
18 years ago
Sam Hocevar
002fa479fa
* Updated ChangeLog and NEWS.
* 0.99.beta2 release.
18 years ago
Sam Hocevar
6d3db8c66c
* Updated the Debian build scripts.
18 years ago
Sam Hocevar
a1deddf2a6
* Fixed an out of bounds bug in cucul_blit().
18 years ago
Sam Hocevar
1f65c41f2c
* Removed legacy CUCUL_LIBS from caca-config.
18 years ago
Sam Hocevar
ba28ea75f5
* UTF-8 input support for ncurses.
* Hack for 16-color support in xfce4-terminal for both ncurses and slang.
18 years ago
Sam Hocevar
f713c97f7c
* Reduced IDLE_USEC by half. Today's machines are fast :-)
18 years ago
Sam Hocevar
ec3b082509
* Fixed UTF-8 support in ncurses.
* Set ncurses's priority higher than slang.
18 years ago
Sam Hocevar
2ccabef784
* Updated TODO list.
18 years ago
Sam Hocevar
58f3935f0f
* Have cucul_utf8_to_utf32 write how many bytes it read.
* Use that in the SLang driver so that it supports UTF-8 input.
18 years ago
Sam Hocevar
a2e45e47da
* Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
an explicit cast.
18 years ago
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 years ago
Sam Hocevar
81dbd21c3f
* Fixed the DOS build.
18 years ago
Sam Hocevar
b6035aff39
* Minor cosmetic fix.
18 years ago
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 years ago
Sam Hocevar
3ebca8a6f3
* Removed --enable-network flag, but reused the test as a condition for
building cacaserver.
18 years ago
Sam Hocevar
85f1afaecb
* Updated build scripts for DOS and Win32.
18 years ago
Sam Hocevar
a719a1154f
* Got backspace to work with the slang and ncurses drivers in an X
terminal window.
18 years ago
Sam Hocevar
e9b2ea68cb
* More coding style fixes in the GL driver.
18 years ago
Sam Hocevar
fe74d9ac77
* Fixed awful indenting of the GL plugin.
18 years ago
Sam Hocevar
e0c512d452
* Make the ncurses driver UTF-8 and UTF-32 aware.
* Add the backspace key to the ncurses driver.
18 years ago
Sam Hocevar
ed530ad329
* Make the slang driver UTF-8 and UTF-32 aware.
* Add the backspace key to the slang driver.
18 years ago
Sam Hocevar
0c1746c626
* Renamed the event data member "ucs4" to "utf32" for consistency
with "utf8".
18 years ago
Sam Hocevar
dba0753961
* Added information from a recent Debian upload of the old
version of libcaca.
18 years ago
Sam Hocevar
afbdae6bf9
* Text input test program. Might be merged into libcaca if it works well.
18 years ago
Sam Hocevar
01e12b87a6
* Updated the TODO list.
18 years ago
Sam Hocevar
b61240a0e6
* Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
18 years ago
Sam Hocevar
5d12480dd6
* Renamed caca_set_delay() and caca_get_rendertime() into
caca_set_display_time() and caca_get_display_time() for consistency.
18 years ago
Sam Hocevar
87017d7914
* Documented the newly exported charset functions.
18 years ago
Sam Hocevar
9137c0a059
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
18 years ago
Sam Hocevar
c5d74fb9f7
* Regenerated fonts and reactivated them under Win32.
18 years ago
Sam Hocevar
74e2bdf587
* Elite trick in the font generator to cope with C89's string length
limitation of 509 characters. Instead of doing:
char foo[10] = "abcdefghij";
we now do:
struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
18 years ago