Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
pirms 19 gadiem |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
pirms 19 gadiem |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
pirms 19 gadiem |
Sam Hocevar
|
7629afd70b
|
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
|
pirms 19 gadiem |
Sam Hocevar
|
953021e2d6
|
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
|
pirms 19 gadiem |
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).
|
pirms 19 gadiem |
Sam Hocevar
|
dcf9c4d63f
|
* Allow the hardblank character to be UTF-8.
|
pirms 19 gadiem |
Sam Hocevar
|
8390d626f9
|
* Fixed a few unimportant memory leaks upon error.
|
pirms 19 gadiem |
Sam Hocevar
|
ac7d345e90
|
* Fixed a lot of memory leaks and added a few error checks.
|
pirms 19 gadiem |
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).
|
pirms 19 gadiem |
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.
|
pirms 19 gadiem |
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...
|
pirms 19 gadiem |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
pirms 19 gadiem |
Sam Hocevar
|
7c14f93b9d
|
* Created skeleton for future FIGlet font handling. Nothing here yet.
|
pirms 19 gadiem |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
pirms 19 gadiem |