Commit graph

65 commits

Author SHA1 Message Date
Sam Hocevar
0d17008396 * Get rid of io.c/io.h: IO functions are now in libcucul. 2008-06-15 15:02:23 +00:00
Sam Hocevar
71ab147f05 * Re-add the cx->torender trick to avoid crashing on filters. This really
needs some architecture thinking.
2008-06-15 14:59:25 +00:00
Sam Hocevar
f3cdb2921c * Get rid of all the FIGlet font handling: everything is moving into
libcucul.
2008-06-15 14:46:54 +00:00
Sam Hocevar
4f409dd091 * Added left and right filters for 90-degree rotations.
* Bumped libcucul versioned dependency accordingly.
2007-09-30 15:45:42 +00:00
Sam Hocevar
ba2b3587c5 * Fix build for systems with no zlib-devel. 2006-12-14 21:38:06 +00:00
Sam Hocevar
def7cfe97b * Bwarf, typo in the no warranty clause. 2006-12-12 01:50:48 +00:00
Sam Hocevar
914a571652 * Add a no warranty clause to the code. 2006-12-11 15:10:28 +00:00
Sam Hocevar
e03859f53b * Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux. 2006-11-30 16:58:39 +00:00
Sam Hocevar
08f12e673f * Cosmetic. 2006-11-30 16:51:38 +00:00
Sam Hocevar
3a513d8be4 * Completed support for -s, -S, -k, -W, -o. 2006-11-16 00:04:39 +00:00
Sam Hocevar
4b1d3a28f5 * Updated help and manpage. 2006-11-15 23:12:58 +00:00
Sam Hocevar
7c5074176c * Fix universal smushing. 2006-11-15 12:07:00 +00:00
Sam Hocevar
aefd454432 * Smushing support. Yeah baby. 2006-11-15 03:29:34 +00:00
Sam Hocevar
2427741182 * Kerning support. We used to have:
__   __  _
 \ \ / / (_)  ___   _  _  __ __    _ __   ___   _ _   __
  \ V /  | | / -_) | || | \ \ /   | '_ \ / _ \ | '_| / _|
   \_/   |_| \___|  \_,_| /_\_\   | .__/ \___/ |_|   \__|
                                  |_|

   Now we have:

__   __ _
\ \ / /(_) ___  _  _ __ __  _ __  ___  _ _  __
 \ V / | |/ -_)| || |\ \ / | '_ \/ _ \| '_|/ _|
  \_/  |_|\___| \_,_|/_\_\ | .__/\___/|_|  \__|
                           |_|

   Now we just need smushing.
2006-11-14 23:42:11 +00:00
Sam Hocevar
c325cb1c81 * Support for ANSI escape codes in the input:
http://zoy.org/~sam/toilet-ansi.png
      http://zoy.org/~sam/toilet-ansi2.png
  * Empty lines are currently broken.
2006-11-13 01:02:05 +00:00
Sam Hocevar
981e398b67 * Now that libcaca 0.99.beta10 is out, we can switch to the new API. 2006-11-12 20:37:58 +00:00
Sam Hocevar
67988bb31f * Allow setting the font directory using --datadir / --datarootdir. 2006-11-10 14:30:22 +00:00
Sam Hocevar
3632a838a0 * Output filter list to stdout, not stderr. 2006-11-10 08:29:10 +00:00
Sam Hocevar
41ffd5d7b8 * Moved export stuff in export.c.
* Bail out with an error if the requested export format is unsupported.
2006-11-10 07:56:55 +00:00
Sam Hocevar
7c880dc3f5 * Fix signed/unsigned warning. 2006-11-10 07:51:21 +00:00
Sam Hocevar
93a52058e0 * Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
2006-11-10 07:47:17 +00:00
Sam Hocevar
419adf3cc5 * Don't crash if an export error occurs. 2006-11-10 07:38:52 +00:00
Sam Hocevar
b93cdd971c * Updated code to the beta9 API. 2006-11-09 21:58:43 +00:00
Sam Hocevar
4af6e12627 * Ignore negative indices in font data. 2006-11-06 17:39:42 +00:00
Sam Hocevar
374627e287 * Make figlet font importer more tolerant with empty lines. 2006-11-06 17:33:31 +00:00
Sam Hocevar
a550751f89 * Got rid of the mono9.c renderer. We now have a .tlf font instead. 2006-11-06 01:13:38 +00:00
Sam Hocevar
8cca295e10 * Add a sanity check to the FIGlet font loader. 2006-11-06 00:45:34 +00:00
Sam Hocevar
3f44cc843f * Add missing toilet.h to the toilet sources. 2006-11-06 00:45:14 +00:00
Sam Hocevar
3bde5b8d8d * Fix uninitialised variable in the filter handler. 2006-11-04 17:43:13 +00:00
Sam Hocevar
b337442c2c * Make filters line-feed aware. 2006-10-26 13:30:14 +00:00
Sam Hocevar
711021abc7 * Factor code from renderers to main render.c functions. 2006-10-26 13:14:37 +00:00
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.
2006-10-26 13:07:58 +00:00
Sam Hocevar
3549ea3988 * Get rid of -g -i -m short options, only keep --gay --irc --metal.
* Add --html and --tga flags.
2006-10-26 12:12:44 +00:00
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".
2006-10-25 16:06:19 +00:00
Sam Hocevar
30b6ca2596 * Renamed filters.* to filter.*. 2006-10-24 12:39:57 +00:00
Sam Hocevar
f8a41ca9a0 * Support for PKZIP-compressed fonts using zlib. 2006-10-19 20:55:44 +00:00
Sam Hocevar
9919145dad * Minor debugging information in the FIGlet font parser. 2006-10-19 20:53:07 +00:00
Sam Hocevar
7b76d57ab9 * Add feof() to the list of I/O functions. 2006-10-13 13:38:50 +00:00
Sam Hocevar
e21d948a17 * Moved I/O functions into a separate module. 2006-10-13 13:36:23 +00:00
Sam Hocevar
7629afd70b * Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
2006-10-13 13:19:45 +00:00
Sam Hocevar
93f60439fd * Fix a crash when font opening fails. 2006-10-13 13:11:20 +00:00
Sam Hocevar
8a615087eb * Fixed an ifdef error that caused -t to be ignored. 2006-10-10 07:24:41 +00:00
Sam Hocevar
953021e2d6 * Fixed the FIGlet renderer. It now has char wrapping and stdin input. 2006-10-10 07:20:15 +00:00
Sam Hocevar
56673021ed * Properly handle \r \n \t in the big and tiny renderers. 2006-10-10 07:15:28 +00:00
Sam Hocevar
24156a3003 * The mono9 driver works again. With wrapping and stdin reading. 2006-10-09 23:54:40 +00:00
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).
2006-10-08 12:14:13 +00:00
Sam Hocevar
dcf9c4d63f * Allow the hardblank character to be UTF-8. 2006-10-01 07:55:45 +00:00
Sam Hocevar
8390d626f9 * Fixed a few unimportant memory leaks upon error. 2006-09-30 18:06:47 +00:00
Sam Hocevar
ac7d345e90 * Fixed a lot of memory leaks and added a few error checks. 2006-09-30 17:53:59 +00:00
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).
2006-09-30 11:06:20 +00:00