Sam Hocevar
|
67988bb31f
|
* Allow setting the font directory using --datadir / --datarootdir.
|
18 years ago |
Sam Hocevar
|
3632a838a0
|
* Output filter list to stdout, not stderr.
|
18 years ago |
Sam Hocevar
|
41ffd5d7b8
|
* Moved export stuff in export.c.
* Bail out with an error if the requested export format is unsupported.
|
18 years ago |
Sam Hocevar
|
7c880dc3f5
|
* Fix signed/unsigned warning.
|
18 years ago |
Sam Hocevar
|
93a52058e0
|
* Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
|
18 years ago |
Sam Hocevar
|
419adf3cc5
|
* Don't crash if an export error occurs.
|
18 years ago |
Sam Hocevar
|
b93cdd971c
|
* Updated code to the beta9 API.
|
18 years ago |
Sam Hocevar
|
4af6e12627
|
* Ignore negative indices in font data.
|
18 years ago |
Sam Hocevar
|
374627e287
|
* Make figlet font importer more tolerant with empty lines.
|
18 years ago |
Sam Hocevar
|
a550751f89
|
* Got rid of the mono9.c renderer. We now have a .tlf font instead.
|
18 years ago |
Sam Hocevar
|
8cca295e10
|
* Add a sanity check to the FIGlet font loader.
|
18 years ago |
Sam Hocevar
|
3f44cc843f
|
* Add missing toilet.h to the toilet sources.
|
18 years ago |
Sam Hocevar
|
3bde5b8d8d
|
* Fix uninitialised variable in the filter handler.
|
18 years ago |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
18 years ago |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
18 years ago |
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.
|
18 years ago |
Sam Hocevar
|
3549ea3988
|
* Get rid of -g -i -m short options, only keep --gay --irc --metal.
* Add --html and --tga flags.
|
18 years ago |
Sam Hocevar
|
5edf3053de
|
* Added filter_flip, filter_flop and filter_rotate.
* Add a -F flag to specify filters to apply. Can be specified more than
once, and filters can be chained using ":", eg. "-F flip:gay".
|
18 years ago |
Sam Hocevar
|
30b6ca2596
|
* Renamed filters.* to filter.*.
|
18 years ago |
Sam Hocevar
|
f8a41ca9a0
|
* Support for PKZIP-compressed fonts using zlib.
|
18 years ago |
Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
18 years ago |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
18 years ago |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
18 years ago |
Sam Hocevar
|
7629afd70b
|
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
|
18 years ago |
Sam Hocevar
|
93f60439fd
|
* Fix a crash when font opening fails.
|
18 years ago |
Sam Hocevar
|
8a615087eb
|
* Fixed an ifdef error that caused -t to be ignored.
|
18 years ago |
Sam Hocevar
|
953021e2d6
|
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
|
18 years ago |
Sam Hocevar
|
56673021ed
|
* Properly handle \r \n \t in the big and tiny renderers.
|
18 years ago |
Sam Hocevar
|
24156a3003
|
* The mono9 driver works again. With wrapping and stdin reading.
|
18 years ago |
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).
|
18 years ago |
Sam Hocevar
|
dcf9c4d63f
|
* Allow the hardblank character to be UTF-8.
|
18 years ago |
Sam Hocevar
|
8390d626f9
|
* Fixed a few unimportant memory leaks upon error.
|
18 years ago |
Sam Hocevar
|
ac7d345e90
|
* Fixed a lot of memory leaks and added a few error checks.
|
18 years ago |
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).
|
18 years ago |
Sam Hocevar
|
d9bb31a40e
|
* Make the --metal filter only change the colour, not the characters.
|
18 years ago |
Sam Hocevar
|
c025bc4f2b
|
* Implemented figlet's -t (adapt to terminal's width).
|
18 years ago |
Sam Hocevar
|
15a742ce5c
|
* Added -d and completed -I options.
|
18 years ago |
Sam Hocevar
|
256071d876
|
* Implemented figlet's -I (infocode) option.
* Added -w flag. Ignored for now.
|
18 years ago |
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.
|
18 years ago |
Sam Hocevar
|
f71113d6a6
|
* Fix libcucul font rendering. Now that the default canvas has a
transparent background, we need to explicitely draw our temporary string
in white on black.
|
18 years ago |
Sam Hocevar
|
02b3c15dc9
|
* Don't autocrop final canvas if it was rendered with the figlet engine.
|
18 years ago |
Sam Hocevar
|
e80a522fcc
|
* Do not try to autocrop a canvas that has only spaces.
|
18 years ago |
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...
|
18 years ago |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
18 years ago |
Sam Hocevar
|
7c14f93b9d
|
* Created skeleton for future FIGlet font handling. Nothing here yet.
|
18 years ago |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
18 years ago |
Sam Hocevar
|
669808400e
|
* Added -m/--metal flag. Pretty ugly.
|
18 years ago |
Sam Hocevar
|
622e8deeed
|
* Import toilet source code from libcaca's repository.
|
18 years ago |
Sam Hocevar
|
6076c47355
|
* Initial tree.
|
18 years ago |