Sam Hocevar
6d3db8c66c
* Updated the Debian build scripts.
vor 18 Jahren
Sam Hocevar
a1deddf2a6
* Fixed an out of bounds bug in cucul_blit().
vor 18 Jahren
Sam Hocevar
1f65c41f2c
* Removed legacy CUCUL_LIBS from caca-config.
vor 18 Jahren
Sam Hocevar
ba28ea75f5
* UTF-8 input support for ncurses.
* Hack for 16-color support in xfce4-terminal for both ncurses and slang.
vor 18 Jahren
Sam Hocevar
f713c97f7c
* Reduced IDLE_USEC by half. Today's machines are fast :-)
vor 18 Jahren
Sam Hocevar
ec3b082509
* Fixed UTF-8 support in ncurses.
* Set ncurses's priority higher than slang.
vor 18 Jahren
Sam Hocevar
2ccabef784
* Updated TODO list.
vor 18 Jahren
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.
vor 18 Jahren
Sam Hocevar
a2e45e47da
* Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
an explicit cast.
vor 18 Jahren
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.
vor 18 Jahren
Sam Hocevar
81dbd21c3f
* Fixed the DOS build.
vor 18 Jahren
Sam Hocevar
b6035aff39
* Minor cosmetic fix.
vor 18 Jahren
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).
vor 18 Jahren
Sam Hocevar
3ebca8a6f3
* Removed --enable-network flag, but reused the test as a condition for
building cacaserver.
vor 18 Jahren
Sam Hocevar
85f1afaecb
* Updated build scripts for DOS and Win32.
vor 18 Jahren
Sam Hocevar
a719a1154f
* Got backspace to work with the slang and ncurses drivers in an X
terminal window.
vor 18 Jahren
Sam Hocevar
e9b2ea68cb
* More coding style fixes in the GL driver.
vor 18 Jahren
Sam Hocevar
fe74d9ac77
* Fixed awful indenting of the GL plugin.
vor 18 Jahren
Sam Hocevar
e0c512d452
* Make the ncurses driver UTF-8 and UTF-32 aware.
* Add the backspace key to the ncurses driver.
vor 18 Jahren
Sam Hocevar
ed530ad329
* Make the slang driver UTF-8 and UTF-32 aware.
* Add the backspace key to the slang driver.
vor 18 Jahren
Sam Hocevar
0c1746c626
* Renamed the event data member "ucs4" to "utf32" for consistency
with "utf8".
vor 18 Jahren
Sam Hocevar
dba0753961
* Added information from a recent Debian upload of the old
version of libcaca.
vor 18 Jahren
Sam Hocevar
afbdae6bf9
* Text input test program. Might be merged into libcaca if it works well.
vor 18 Jahren
Sam Hocevar
01e12b87a6
* Updated the TODO list.
vor 18 Jahren
Sam Hocevar
b61240a0e6
* Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
vor 18 Jahren
Sam Hocevar
5d12480dd6
* Renamed caca_set_delay() and caca_get_rendertime() into
caca_set_display_time() and caca_get_display_time() for consistency.
vor 18 Jahren
Sam Hocevar
87017d7914
* Documented the newly exported charset functions.
vor 18 Jahren
Sam Hocevar
9137c0a059
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
vor 18 Jahren
Sam Hocevar
c5d74fb9f7
* Regenerated fonts and reactivated them under Win32.
vor 18 Jahren
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" };
vor 18 Jahren
Sam Hocevar
f6abdd915a
* font2tga no longer needs cucul_internal.h.
vor 18 Jahren
Sam Hocevar
7754db5ccf
* Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
int which shall be used as an UTF-32 character. We do not have any casting
problems due to the signedness of chars because all characters were
ASCII (ie. <= 0x7f) beforehands.
vor 18 Jahren
Sam Hocevar
fdc8b45b72
* Added font2tga, a test program that exports our font in a known format.
vor 18 Jahren
Sam Hocevar
552974ffd9
* If the export test target is ANSI or UTF-8, dither image with special
shaded glyphs.
vor 18 Jahren
Sam Hocevar
64b6bfb328
* Removed useless -lXt from X11 libraries check.
vor 18 Jahren
Sam Hocevar
8ac089aa7a
* Workaround for illegal ^[[0,0H ANSI escape code.
vor 18 Jahren
Sam Hocevar
aa6cb520ab
* Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
better performances.
vor 18 Jahren
Sam Hocevar
ca5c87ae1b
* Add linebreaks to the ANSI exporter for better readability, and use
the save/load cursor position trick to ignore them.
vor 18 Jahren
Jean-Yves Lamoureux
5612b86ce6
* Fixed postscript exporter, image in not at the bottom of the page anymore
vor 18 Jahren
Sam Hocevar
edce06f608
* Use UTF-8 instead of ANSI in cacaserver
vor 18 Jahren
Sam Hocevar
2c49303c3e
* Optimise built-in fonts. We gain about 100kB in the final binary.
vor 18 Jahren
Sam Hocevar
c47c1d3118
* Optimise similar glyphs when generating a font. Given how many glyphs
are unavailable, this is a significant gain.
vor 18 Jahren
Sam Hocevar
9f90f3f36d
* Added the long dash and middle dot CP437 characters to the X11 driver.
vor 18 Jahren
Sam Hocevar
ee55871e3f
* If the ANSI file we import does not use the 80 columns, we don't expand
the canvas to 80 columns.
vor 18 Jahren
Sam Hocevar
5c64f0a02d
* Allow cacadraw to open several files; use 'n' and 'p' to cycle.
* Decreased PgUp/PgDn scrolling rate.
vor 18 Jahren
Sam Hocevar
4e55d282d2
* Removed a useless cast in the kernel code.
vor 18 Jahren
Sam Hocevar
77b175db11
* Set svn properties on the .NET files.
vor 18 Jahren
Sam Hocevar
0cbd5fd983
* Cosmetic fix in test/font.c.
* Use UTF-8 output in test/text.c instead of ANSI.
vor 18 Jahren
Sam Hocevar
be99912681
* Minor cosmetic fix in a comment.
vor 18 Jahren
Sam Hocevar
17e1e490d6
* Added a few more Unicode blocks to the default fonts.
vor 18 Jahren