# # ChangeLog for toilet # # Generated by Trac 1.2.2 # May 25, 2022, 3:05:28 PM Mon, 06 Nov 2006 17:24:02 GMT Sam Hocevar [1296] * toilet/trunk/tools/caca2tlf.c (modified) * Add --half and --quarter options to caca2tlf. Mon, 06 Nov 2006 01:13:38 GMT Sam Hocevar [1293] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/mono9.c (deleted) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * Got rid of the mono9.c renderer. We now have a .tlf font instead. Mon, 06 Nov 2006 01:11:27 GMT Sam Hocevar [1292] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/mono12.tlf (added) * toilet/trunk/fonts/mono9.tlf (added) * Added two new fonts created with caca2tlf: caca2tlf ... Mon, 06 Nov 2006 01:09:44 GMT Sam Hocevar [1291] * toilet/trunk/Makefile.am (modified) * toilet/trunk/configure.ac (modified) * toilet/trunk/tools (added) * toilet/trunk/tools/Makefile.am (added) * toilet/trunk/tools/caca2tlf.c (added) * Added the caca2tlf tool, which converts a libcaca font into a ... Mon, 06 Nov 2006 00:55:49 GMT Sam Hocevar [1290] * toilet/trunk/fonts/Makefile.am (modified) * Distribute fonts with the tarball. Mon, 06 Nov 2006 00:45:34 GMT Sam Hocevar [1289] * toilet/trunk/src/figlet.c (modified) * Add a sanity check to the FIGlet font loader. Mon, 06 Nov 2006 00:45:14 GMT Sam Hocevar [1288] * toilet/trunk/src/Makefile.am (modified) * Add missing toilet.h to the toilet sources. Sat, 04 Nov 2006 17:43:13 GMT Sam Hocevar [1272] * toilet/trunk/src/filter.c (modified) * Fix uninitialised variable in the filter handler. Thu, 26 Oct 2006 13:30:14 GMT Sam Hocevar [1243] * toilet/trunk/src/filter.c (modified) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * toilet/trunk/src/toilet.h (modified) * Make filters line-feed aware. Thu, 26 Oct 2006 13:14:37 GMT Sam Hocevar [1242] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/mono9.c (modified) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/term.c (modified) * toilet/trunk/src/toilet.h (modified) * Factor code from renderers to main render.c functions. Thu, 26 Oct 2006 13:07:58 GMT Sam Hocevar [1241] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/figlet.h (deleted) * toilet/trunk/src/filter.c (modified) * toilet/trunk/src/filter.h (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/mono9.c (copied) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * toilet/trunk/src/term.c (copied) * toilet/trunk/src/toilet.h (modified) * Make stdin input line-aware so that we don't have to wait until EOF ... Thu, 26 Oct 2006 12:12:44 GMT Sam Hocevar [1240] * toilet/trunk/src/main.c (modified) * Get rid of -g -i -m short options, only keep --gay --irc --metal. ... Wed, 25 Oct 2006 16:06:19 GMT Sam Hocevar [1228] * toilet/trunk/src/filter.c (modified) * toilet/trunk/src/filter.h (modified) * toilet/trunk/src/io.c (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/toilet.h (modified) * Added filter_flip, filter_flop and filter_rotate. * Add a -F ... Tue, 24 Oct 2006 12:39:57 GMT Sam Hocevar [1227] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/filter.c (moved) * toilet/trunk/src/filter.h (moved) * toilet/trunk/src/main.c (modified) * Renamed filters.* to filter.*. Thu, 19 Oct 2006 20:55:44 GMT Sam Hocevar [1206] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/io.c (modified) * toilet/trunk/src/io.h (modified) * Support for PKZIP-compressed fonts using zlib. Thu, 19 Oct 2006 20:53:36 GMT Sam Hocevar [1205] * toilet/trunk/configure.ac (modified) * Check for zlib if available. Thu, 19 Oct 2006 20:53:07 GMT Sam Hocevar [1204] * toilet/trunk/src/figlet.c (modified) * Minor debugging information in the FIGlet font parser. Fri, 13 Oct 2006 13:38:50 GMT Sam Hocevar [1202] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/io.c (modified) * toilet/trunk/src/io.h (modified) * Add feof() to the list of I/O functions. Fri, 13 Oct 2006 13:36:23 GMT Sam Hocevar [1201] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/io.c (added) * toilet/trunk/src/io.h (added) * Moved I/O functions into a separate module. Fri, 13 Oct 2006 13:19:45 GMT Sam Hocevar [1200] * toilet/trunk/src/figlet.c (modified) * Use fgets() instead of fscanf(). Uses an additional memory buffer, ... Fri, 13 Oct 2006 13:11:20 GMT Sam Hocevar [1199] * toilet/trunk/src/main.c (modified) * Fix a crash when font opening fails. Tue, 10 Oct 2006 07:24:41 GMT Sam Hocevar [1197] * toilet/trunk/src/main.c (modified) * Fixed an ifdef error that caused -t to be ignored. Tue, 10 Oct 2006 07:20:15 GMT Sam Hocevar [1196] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/figlet.h (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/toilet.h (modified) * Fixed the FIGlet renderer. It now has char wrapping and stdin input. Tue, 10 Oct 2006 07:15:28 GMT Sam Hocevar [1195] * toilet/trunk/src/render.c (modified) * Properly handle \r \n \t in the big and tiny renderers. Mon, 09 Oct 2006 23:54:40 GMT Sam Hocevar [1194] * toilet/trunk/src/main.c (modified) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * toilet/trunk/src/toilet.h (modified) * The mono9 driver works again. With wrapping and stdin reading. Sun, 08 Oct 2006 12:14:13 GMT Sam Hocevar [1193] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/figlet.h (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * toilet/trunk/src/toilet.h (modified) * Break everything. Temporarily. Only the term output works. * ... Sun, 08 Oct 2006 12:04:04 GMT Sam Hocevar [1192] * toilet/trunk/configure.ac (modified) * Retrieve the configure.ac timestamp at configure time and store it ... Thu, 05 Oct 2006 21:43:53 GMT Sam Hocevar [1190] * toilet/trunk/fonts/smblock.tlf (modified) * Fully reworked the katakana part of Small Block. Wed, 04 Oct 2006 22:15:23 GMT Sam Hocevar [1189] * toilet/trunk/fonts/smblock.tlf (modified) * Added Unicode drawing blocks to Small Block. Wed, 04 Oct 2006 21:58:52 GMT Sam Hocevar [1188] * toilet/trunk/fonts/smblock.tlf (modified) * Added most of latin1 additional characters. Wed, 04 Oct 2006 02:21:24 GMT Sam Hocevar [1184] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/smblock.tlf (added) * Added a new font: "Small Block". Mon, 02 Oct 2006 19:17:00 GMT Sam Hocevar [1183] * toilet/trunk/fonts/Makefile.am (modified) * Use ${datadir} for fonts instead of ${datarootdir}. Mon, 02 Oct 2006 19:09:58 GMT Sam Hocevar [1182] * toilet/trunk/fonts/future.tlf (modified) * Oops, fixed the lowercase "x" in Future. Mon, 02 Oct 2006 19:08:14 GMT Sam Hocevar [1181] * toilet/trunk/fonts/future.tlf (modified) * Big update to the Future font. Mon, 02 Oct 2006 12:17:39 GMT Sam Hocevar [1180] * toilet/trunk/fonts/future.tlf (modified) * Updated "Future" font. Sun, 01 Oct 2006 15:10:27 GMT Sam Hocevar [1178] * toilet/trunk/fonts/Makefile.am (modified) * Oops, fixed typo in fonts/Makefile.am. Sun, 01 Oct 2006 15:09:29 GMT Sam Hocevar [1177] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/future.tlf (added) * Added "Future" font. Sun, 01 Oct 2006 14:21:25 GMT Sam Hocevar [1176] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/circle.tlf (added) * Added simple "Circle" font. Sun, 01 Oct 2006 07:55:45 GMT Sam Hocevar [1170] * toilet/trunk/src/figlet.c (modified) * Allow the hardblank character to be UTF-8. Sat, 30 Sep 2006 20:18:32 GMT Sam Hocevar [1162] * toilet/trunk/fonts/emboss.tlf (modified) * toilet/trunk/fonts/emboss2.tlf (modified) * There is no way emboss.tlf can have proper lowercase characters. ... Sat, 30 Sep 2006 19:05:41 GMT Sam Hocevar [1158] * toilet/trunk/configure.ac (modified) * Require libcucul 0.99.beta6 (utf8 import). Sat, 30 Sep 2006 18:06:47 GMT Sam Hocevar [1151] * toilet/trunk/src/figlet.c (modified) * Fixed a few unimportant memory leaks upon error. Sat, 30 Sep 2006 17:53:59 GMT Sam Hocevar [1150] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/main.c (modified) * Fixed a lot of memory leaks and added a few error checks. Sat, 30 Sep 2006 16:24:27 GMT Sam Hocevar [1147] * toilet/trunk/fonts/emboss.tlf (modified) * toilet/trunk/fonts/emboss2.tlf (modified) * toilet/trunk/fonts/smbraille.tlf (modified) * Updated font data. Sat, 30 Sep 2006 16:19:42 GMT Sam Hocevar [1146] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/smbraille.tlf (added) * New font: Small Braille. Sat, 30 Sep 2006 11:47:22 GMT Sam Hocevar [1145] * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/emboss.tlf (modified) * toilet/trunk/fonts/emboss2.tlf (added) * Created emboss2.tlf with a simple sed rule. Sat, 30 Sep 2006 11:34:37 GMT Sam Hocevar [1144] * toilet/trunk/Makefile.am (modified) * toilet/trunk/configure.ac (modified) * toilet/trunk/fonts (moved) * toilet/trunk/fonts/Makefile.am (modified) * toilet/trunk/fonts/emboss.tlf (added) * Created emboss.tlf, a Unicode font for the official TOIlet ... Sat, 30 Sep 2006 11:06:20 GMT Sam Hocevar [1143] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/figlet.h (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/toilet.h (added) * Better error checking in the figlet renderer. * Allow to open ... Sat, 30 Sep 2006 10:48:32 GMT Sam Hocevar [1142] * toilet/trunk/src/filters.c (modified) * Make the --metal filter only change the colour, not the characters. Wed, 27 Sep 2006 07:18:20 GMT Sam Hocevar [1116] * toilet/trunk/configure.ac (modified) * toilet/trunk/src/main.c (modified) * Implemented figlet's -t (adapt to terminal's width). Tue, 26 Sep 2006 23:13:01 GMT Sam Hocevar [1115] * toilet/trunk/src/main.c (modified) * Added -d and completed -I options. Tue, 26 Sep 2006 22:54:15 GMT Sam Hocevar [1114] * toilet/trunk/src/main.c (modified) * Implemented figlet's -I (infocode) option. * Added -w flag. ... Tue, 26 Sep 2006 21:58:26 GMT Sam Hocevar [1113] * toilet/trunk/src/figlet.c (modified) * Crop the final canvas to the effective width. * Fixed a bug that ... Tue, 26 Sep 2006 21:51:13 GMT Sam Hocevar [1112] * toilet/trunk/src/render.c (modified) * Fix libcucul font rendering. Now that the default canvas has a ... Tue, 26 Sep 2006 21:40:35 GMT Sam Hocevar [1110] * toilet/trunk/src/main.c (modified) * Don't autocrop final canvas if it was rendered with the figlet engine. Tue, 26 Sep 2006 21:39:07 GMT Sam Hocevar [1109] * toilet/trunk/src/filters.c (modified) * Do not try to autocrop a canvas that has only spaces. Tue, 26 Sep 2006 13:57:01 GMT Sam Hocevar [1106] * toilet/trunk/src/figlet.c (modified) * Improved support for figlet fonts. We can now load them and print ... Sat, 23 Sep 2006 22:58:02 GMT Sam Hocevar [1102] * toilet/trunk/src/figlet.c (modified) * toilet/trunk/src/figlet.h (modified) * toilet/trunk/src/filters.c (modified) * toilet/trunk/src/filters.h (modified) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/render.c (modified) * toilet/trunk/src/render.h (modified) * Added content description to all source files. Sat, 23 Sep 2006 22:53:17 GMT Sam Hocevar [1101] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/figlet.c (added) * toilet/trunk/src/figlet.h (added) * toilet/trunk/src/main.c (modified) * Created skeleton for future FIGlet font handling. Nothing here yet. Sat, 23 Sep 2006 19:54:20 GMT Sam Hocevar [1100] * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/filters.c (copied) * toilet/trunk/src/filters.h (copied) * toilet/trunk/src/main.c (modified) * toilet/trunk/src/render.c (copied) * toilet/trunk/src/render.h (copied) * Split main.c into main.c/render.c/filters.c. Sat, 23 Sep 2006 19:27:19 GMT Sam Hocevar [1099] * toilet/trunk/src/main.c (modified) * Added -m/--metal flag. Pretty ugly. Fri, 22 Sep 2006 23:36:35 GMT Sam Hocevar [1087] * toilet/trunk (modified) * toilet/trunk/configure.ac (modified) * toilet/trunk/src/Makefile.am (modified) * toilet/trunk/src/main.c (modified) * Import toilet source code from libcaca's repository. Fri, 22 Sep 2006 17:03:41 GMT Sam Hocevar [1084] * toilet/branches (added) * toilet/tags (added) * toilet/trunk (added) * toilet/trunk/COPYING (added) * toilet/trunk/Makefile.am (added) * toilet/trunk/NEWS (added) * toilet/trunk/README (added) * toilet/trunk/TODO (added) * toilet/trunk/bootstrap (added) * toilet/trunk/configure.ac (added) * toilet/trunk/data (added) * toilet/trunk/data/Makefile.am (added) * toilet/trunk/src (added) * toilet/trunk/src/Makefile.am (added) * toilet/trunk/src/main.c (added) * Initial tree. Fri, 13 Dec 2002 19:23:07 GMT Sam Hocevar [9] * toilet (added) ../svn-merge-repos.pl: mkdir /toilet