Sam Hocevar
|
981e398b67
|
* Now that libcaca 0.99.beta10 is out, we can switch to the new API.
|
19 年之前 |
Sam Hocevar
|
4af6e12627
|
* Ignore negative indices in font data.
|
19 年之前 |
Sam Hocevar
|
374627e287
|
* Make figlet font importer more tolerant with empty lines.
|
19 年之前 |
Sam Hocevar
|
8cca295e10
|
* Add a sanity check to the FIGlet font loader.
|
19 年之前 |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
19 年之前 |
Sam Hocevar
|
99f3252c73
|
* Make stdin input line-aware so that we don't have to wait until EOF to
display stuff.
* Reorganise stuff and fix memory leaks.
|
19 年之前 |
Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
19 年之前 |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
19 年之前 |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
19 年之前 |
Sam Hocevar
|
7629afd70b
|
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
|
19 年之前 |
Sam Hocevar
|
953021e2d6
|
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
|
19 年之前 |
Sam Hocevar
|
1c733d2212
|
* Break everything. Temporarily. Only the term output works.
* Allow to read from stdin.
* Wrap at terminal width (currently letter-wrap, not word-wrap).
|
19 年之前 |
Sam Hocevar
|
dcf9c4d63f
|
* Allow the hardblank character to be UTF-8.
|
19 年之前 |
Sam Hocevar
|
8390d626f9
|
* Fixed a few unimportant memory leaks upon error.
|
19 年之前 |
Sam Hocevar
|
ac7d345e90
|
* Fixed a lot of memory leaks and added a few error checks.
|
19 年之前 |
Sam Hocevar
|
67e7bd971f
|
* Better error checking in the figlet renderer.
* Allow to open fonts that have Unicode data (requires libcucul 0.99.beta6
which is not yet released).
|
19 年之前 |
Sam Hocevar
|
eb4d081be1
|
* Crop the final canvas to the effective width.
* Fixed a bug that prevented loading characters after 127.
* Allow to load fonts that hex-encode their Unicode values.
|
19 年之前 |
Sam Hocevar
|
808a270565
|
* Improved support for figlet fonts. We can now load them and print text.
Still no smushing, no hard blanks, no line wrapping...
|
19 年之前 |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
19 年之前 |
Sam Hocevar
|
7c14f93b9d
|
* Created skeleton for future FIGlet font handling. Nothing here yet.
|
19 年之前 |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
19 年之前 |