Sam Hocevar
|
41d475589c
|
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
|
18 years ago |
Sam Hocevar
|
7588db8cc9
|
* Code simplification.
|
18 years ago |
Sam Hocevar
|
bc29d9f28b
|
* Fixed test/export that was not printing the last character of the file.
|
18 years ago |
Sam Hocevar
|
58ff9ea1f5
|
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
18 years ago |
Sam Hocevar
|
bca049e6d7
|
* Changed the 2nd argument of cucul_create_export to a string. This way we
can add new exporters without changing the API.
|
18 years ago |
Sam Hocevar
|
6db26f7487
|
* Made cucul_putchar32() an internal-only function.
* Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
string instead of a single character as their last argument.
|
18 years ago |
Sam Hocevar
|
571de1af04
|
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
|
18 years ago |
Sam Hocevar
|
2c80bf875b
|
* Renamed cucul_get_export() to cucul_create_export().
|
18 years ago |
Sam Hocevar
|
36886a339e
|
* Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
|
18 years ago |
Sam Hocevar
|
c979bc6eae
|
* Changed the cucul_init parameter so that it now directly accepts a
canvas size (use cucul_init(0, 0) for the old behaviour).
|
18 years ago |
Sam Hocevar
|
dcaccc744c
|
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
|
18 years ago |
Sam Hocevar
|
bb1cedf858
|
* Renamed cucul_buffer to cucul_export. Vanilla rum rules.
|
18 years ago |
Sam Hocevar
|
aaa61f9a81
|
* Added a few commonly escaped characters to the export test: ( ) " < > &
|
18 years ago |
Sam Hocevar
|
c1ed04f470
|
* Do not write the trailing \0 when exporting data.
|
18 years ago |
Sam Hocevar
|
a870a7ef97
|
* Added a few more Unicode characters to the export and unicode tests.
|
18 years ago |
Sam Hocevar
|
2f7c869bcc
|
* Small test program for exporters. Usage: "export html", "export irc" etc.
|
18 years ago |