- Timestamp:
- Feb 9, 2010, 12:21:40 AM (10 years ago)
- Location:
- toilet/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/ChangeLog
r1407 r4343 1 ------------------------------------------------------------------------ 2 r89 | sam | 2006-11-16 01:12:06 +0100 (Thu, 16 Nov 2006) | 2 lines 3 4 * Fix layout information of shipped fonts. 5 6 ------------------------------------------------------------------------ 7 r88 | sam | 2006-11-16 01:05:22 +0100 (Thu, 16 Nov 2006) | 2 lines 8 9 * Define default layout as fullwidth for generated fonts. 10 11 ------------------------------------------------------------------------ 12 r87 | sam | 2006-11-16 01:04:39 +0100 (Thu, 16 Nov 2006) | 2 lines 13 14 * Completed support for -s, -S, -k, -W, -o. 15 16 ------------------------------------------------------------------------ 17 r86 | sam | 2006-11-16 00:12:58 +0100 (Thu, 16 Nov 2006) | 2 lines 18 19 * Updated help and manpage. 20 21 ------------------------------------------------------------------------ 22 r85 | sam | 2006-11-15 13:07:00 +0100 (Wed, 15 Nov 2006) | 2 lines 23 24 * Fix universal smushing. 25 26 ------------------------------------------------------------------------ 27 r84 | sam | 2006-11-15 04:29:34 +0100 (Wed, 15 Nov 2006) | 2 lines 28 29 * Smushing support. Yeah baby. 30 31 ------------------------------------------------------------------------ 32 r83 | sam | 2006-11-15 00:42:11 +0100 (Wed, 15 Nov 2006) | 17 lines 33 34 * Kerning support. We used to have: 35 __ __ _ 36 \ \ / / (_) ___ _ _ __ __ _ __ ___ _ _ __ 37 \ V / | | / -_) | || | \ \ / | '_ \ / _ \ | '_| / _| 38 \_/ |_| \___| \_,_| /_\_\ | .__/ \___/ |_| \__| 39 |_| 40 41 Now we have: 42 43 __ __ _ 44 \ \ / /(_) ___ _ _ __ __ _ __ ___ _ _ __ 45 \ V / | |/ -_)| || |\ \ / | '_ \/ _ \| '_|/ _| 46 \_/ |_|\___| \_,_|/_\_\ | .__/\___/|_| \__| 47 |_| 48 49 Now we just need smushing. 50 51 ------------------------------------------------------------------------ 52 r82 | sam | 2006-11-13 02:02:05 +0100 (Mon, 13 Nov 2006) | 5 lines 53 54 * Support for ANSI escape codes in the input: 55 http://zoy.org/~sam/toilet-ansi.png 56 http://zoy.org/~sam/toilet-ansi2.png 57 * Empty lines are currently broken. 58 59 ------------------------------------------------------------------------ 60 r81 | sam | 2006-11-12 23:52:05 +0100 (Sun, 12 Nov 2006) | 2 lines 61 62 * Fix max width in smblock.tlf. 63 64 ------------------------------------------------------------------------ 65 r80 | sam | 2006-11-12 21:37:58 +0100 (Sun, 12 Nov 2006) | 2 lines 66 67 * Now that libcaca 0.99.beta10 is out, we can switch to the new API. 68 69 ------------------------------------------------------------------------ 70 r79 | sam | 2006-11-12 19:09:54 +0100 (Sun, 12 Nov 2006) | 2 lines 71 72 * Double width support in caca2tlf. 73 74 ------------------------------------------------------------------------ 75 r78 | sam | 2006-11-12 19:02:15 +0100 (Sun, 12 Nov 2006) | 2 lines 76 77 * Add a "make fonts" rule to rebuild all generated fonts. 78 79 ------------------------------------------------------------------------ 80 r77 | sam | 2006-11-10 15:58:12 +0100 (Fri, 10 Nov 2006) | 4 lines 81 82 * Generate the manpage in the make rule, not the configure rule, because 83 at configure time ${datarootdir} depends on ${prefix} which is defined 84 a bit too late in the script. 85 86 ------------------------------------------------------------------------ 87 r76 | sam | 2006-11-10 15:30:22 +0100 (Fri, 10 Nov 2006) | 2 lines 88 89 * Allow setting the font directory using --datadir / --datarootdir. 90 91 ------------------------------------------------------------------------ 92 r75 | sam | 2006-11-10 15:19:13 +0100 (Fri, 10 Nov 2006) | 2 lines 93 94 * Do not cache ac_build_date. 95 96 ------------------------------------------------------------------------ 97 r74 | sam | 2006-11-10 09:54:04 +0100 (Fri, 10 Nov 2006) | 2 lines 98 99 * Add a manual page. 100 101 ------------------------------------------------------------------------ 102 r73 | sam | 2006-11-10 09:29:10 +0100 (Fri, 10 Nov 2006) | 2 lines 103 104 * Output filter list to stdout, not stderr. 105 106 ------------------------------------------------------------------------ 107 r72 | sam | 2006-11-10 08:56:55 +0100 (Fri, 10 Nov 2006) | 3 lines 108 109 * Moved export stuff in export.c. 110 * Bail out with an error if the requested export format is unsupported. 111 112 ------------------------------------------------------------------------ 113 r71 | sam | 2006-11-10 08:51:21 +0100 (Fri, 10 Nov 2006) | 2 lines 114 115 * Fix signed/unsigned warning. 116 117 ------------------------------------------------------------------------ 118 r70 | sam | 2006-11-10 08:47:17 +0100 (Fri, 10 Nov 2006) | 3 lines 119 120 * Use "-F list" to list available filters. 121 * Use "-E" to specify export format, "-E list" to list them. 122 123 ------------------------------------------------------------------------ 124 r69 | sam | 2006-11-10 08:38:52 +0100 (Fri, 10 Nov 2006) | 2 lines 125 126 * Don't crash if an export error occurs. 127 128 ------------------------------------------------------------------------ 129 r68 | sam | 2006-11-09 22:58:43 +0100 (Thu, 09 Nov 2006) | 2 lines 130 131 * Updated code to the beta9 API. 132 133 ------------------------------------------------------------------------ 134 r67 | sam | 2006-11-09 22:58:21 +0100 (Thu, 09 Nov 2006) | 2 lines 135 136 * Minor cosmetic change in the configure output. 137 138 ------------------------------------------------------------------------ 139 r66 | sam | 2006-11-06 18:39:42 +0100 (Mon, 06 Nov 2006) | 2 lines 140 141 * Ignore negative indices in font data. 142 143 ------------------------------------------------------------------------ 144 r65 | sam | 2006-11-06 18:33:31 +0100 (Mon, 06 Nov 2006) | 2 lines 145 146 * Make figlet font importer more tolerant with empty lines. 147 148 ------------------------------------------------------------------------ 149 r64 | sam | 2006-11-06 18:24:40 +0100 (Mon, 06 Nov 2006) | 2 lines 150 151 * Updated mono9 and mono12 fonts and added small and big variants. 152 153 ------------------------------------------------------------------------ 154 r63 | sam | 2006-11-06 18:24:02 +0100 (Mon, 06 Nov 2006) | 2 lines 155 156 * Add --half and --quarter options to caca2tlf. 157 158 ------------------------------------------------------------------------ 159 r62 | sam | 2006-11-06 02:13:38 +0100 (Mon, 06 Nov 2006) | 2 lines 160 161 * Got rid of the mono9.c renderer. We now have a .tlf font instead. 162 163 ------------------------------------------------------------------------ 164 r61 | sam | 2006-11-06 02:11:27 +0100 (Mon, 06 Nov 2006) | 4 lines 165 166 * Added two new fonts created with caca2tlf: 167 caca2tlf "Monospace 9" | zip >| fonts/mono9.tlf 168 caca2tlf "Monospace Bold 12" | zip >| fonts/mono12.tlf 169 170 ------------------------------------------------------------------------ 171 r60 | sam | 2006-11-06 02:09:44 +0100 (Mon, 06 Nov 2006) | 3 lines 172 173 * Added the caca2tlf tool, which converts a libcaca font into a TOIlet font 174 using a naive pixel-to-glyphs algorithm. I will improve it later. 175 176 ------------------------------------------------------------------------ 177 r59 | sam | 2006-11-06 01:55:49 +0100 (Mon, 06 Nov 2006) | 2 lines 178 179 * Distribute fonts with the tarball. 180 181 ------------------------------------------------------------------------ 182 r58 | sam | 2006-11-06 01:45:34 +0100 (Mon, 06 Nov 2006) | 2 lines 183 184 * Add a sanity check to the FIGlet font loader. 185 186 ------------------------------------------------------------------------ 187 r57 | sam | 2006-11-06 01:45:14 +0100 (Mon, 06 Nov 2006) | 2 lines 188 189 * Add missing toilet.h to the toilet sources. 190 191 ------------------------------------------------------------------------ 192 r56 | sam | 2006-11-04 18:43:13 +0100 (Sat, 04 Nov 2006) | 2 lines 193 194 * Fix uninitialised variable in the filter handler. 195 196 ------------------------------------------------------------------------ 197 r55 | sam | 2006-10-26 15:30:14 +0200 (Thu, 26 Oct 2006) | 2 lines 198 199 * Make filters line-feed aware. 200 201 ------------------------------------------------------------------------ 202 r54 | sam | 2006-10-26 15:14:37 +0200 (Thu, 26 Oct 2006) | 2 lines 203 204 * Factor code from renderers to main render.c functions. 205 206 ------------------------------------------------------------------------ 207 r53 | sam | 2006-10-26 15:07:58 +0200 (Thu, 26 Oct 2006) | 4 lines 208 209 * Make stdin input line-aware so that we don't have to wait until EOF to 210 display stuff. 211 * Reorganise stuff and fix memory leaks. 212 213 ------------------------------------------------------------------------ 214 r52 | sam | 2006-10-26 14:12:44 +0200 (Thu, 26 Oct 2006) | 3 lines 215 216 * Get rid of -g -i -m short options, only keep --gay --irc --metal. 217 * Add --html and --tga flags. 218 219 ------------------------------------------------------------------------ 220 r51 | sam | 2006-10-25 18:06:19 +0200 (Wed, 25 Oct 2006) | 4 lines 221 222 * Added filter_flip, filter_flop and filter_rotate. 223 * Add a -F flag to specify filters to apply. Can be specified more than 224 once, and filters can be chained using ":", eg. "-F flip:gay". 225 226 ------------------------------------------------------------------------ 227 r50 | sam | 2006-10-24 14:39:57 +0200 (Tue, 24 Oct 2006) | 2 lines 228 229 * Renamed filters.* to filter.*. 230 231 ------------------------------------------------------------------------ 232 r49 | sam | 2006-10-19 22:55:44 +0200 (Thu, 19 Oct 2006) | 2 lines 233 234 * Support for PKZIP-compressed fonts using zlib. 235 236 ------------------------------------------------------------------------ 237 r48 | sam | 2006-10-19 22:53:36 +0200 (Thu, 19 Oct 2006) | 2 lines 238 239 * Check for zlib if available. 240 241 ------------------------------------------------------------------------ 242 r47 | sam | 2006-10-19 22:53:07 +0200 (Thu, 19 Oct 2006) | 2 lines 243 244 * Minor debugging information in the FIGlet font parser. 245 246 ------------------------------------------------------------------------ 247 r46 | sam | 2006-10-13 15:38:50 +0200 (Fri, 13 Oct 2006) | 2 lines 248 249 * Add feof() to the list of I/O functions. 250 251 ------------------------------------------------------------------------ 252 r45 | sam | 2006-10-13 15:36:23 +0200 (Fri, 13 Oct 2006) | 2 lines 253 254 * Moved I/O functions into a separate module. 255 256 ------------------------------------------------------------------------ 257 r44 | sam | 2006-10-13 15:19:45 +0200 (Fri, 13 Oct 2006) | 3 lines 258 259 * Use fgets() instead of fscanf(). Uses an additional memory buffer, but 260 paves the way for custom IO functions. 261 262 ------------------------------------------------------------------------ 263 r43 | sam | 2006-10-13 15:11:20 +0200 (Fri, 13 Oct 2006) | 2 lines 264 265 * Fix a crash when font opening fails. 266 267 ------------------------------------------------------------------------ 268 r42 | sam | 2006-10-10 09:24:41 +0200 (Tue, 10 Oct 2006) | 2 lines 269 270 * Fixed an ifdef error that caused -t to be ignored. 271 272 ------------------------------------------------------------------------ 273 r41 | sam | 2006-10-10 09:20:15 +0200 (Tue, 10 Oct 2006) | 2 lines 274 275 * Fixed the FIGlet renderer. It now has char wrapping and stdin input. 276 277 ------------------------------------------------------------------------ 278 r40 | sam | 2006-10-10 09:15:28 +0200 (Tue, 10 Oct 2006) | 2 lines 279 280 * Properly handle \r \n \t in the big and tiny renderers. 281 282 ------------------------------------------------------------------------ 283 r39 | sam | 2006-10-10 01:54:40 +0200 (Tue, 10 Oct 2006) | 2 lines 284 285 * The mono9 driver works again. With wrapping and stdin reading. 286 287 ------------------------------------------------------------------------ 288 r38 | sam | 2006-10-08 14:14:13 +0200 (Sun, 08 Oct 2006) | 4 lines 289 290 * Break everything. Temporarily. Only the term output works. 291 * Allow to read from stdin. 292 * Wrap at terminal width (currently letter-wrap, not word-wrap). 293 294 ------------------------------------------------------------------------ 295 r37 | sam | 2006-10-08 14:04:04 +0200 (Sun, 08 Oct 2006) | 3 lines 296 297 * Retrieve the configure.ac timestamp at configure time and store it in 298 a C macro for better FIGlet emulation. 299 300 ------------------------------------------------------------------------ 301 r36 | sam | 2006-10-05 23:43:53 +0200 (Thu, 05 Oct 2006) | 2 lines 302 303 * Fully reworked the katakana part of Small Block. 304 305 ------------------------------------------------------------------------ 306 r35 | sam | 2006-10-05 00:15:23 +0200 (Thu, 05 Oct 2006) | 2 lines 307 308 * Added Unicode drawing blocks to Small Block. 309 310 ------------------------------------------------------------------------ 311 r34 | sam | 2006-10-04 23:58:52 +0200 (Wed, 04 Oct 2006) | 2 lines 312 313 * Added most of latin1 additional characters. 314 315 ------------------------------------------------------------------------ 316 r33 | sam | 2006-10-04 04:21:24 +0200 (Wed, 04 Oct 2006) | 2 lines 317 318 * Added a new font: "Small Block". 319 320 ------------------------------------------------------------------------ 321 r32 | sam | 2006-10-02 21:17:00 +0200 (Mon, 02 Oct 2006) | 2 lines 322 323 * Use ${datadir} for fonts instead of ${datarootdir}. 324 325 ------------------------------------------------------------------------ 326 r31 | sam | 2006-10-02 21:09:58 +0200 (Mon, 02 Oct 2006) | 2 lines 327 328 * Oops, fixed the lowercase "x" in Future. 329 330 ------------------------------------------------------------------------ 331 r30 | sam | 2006-10-02 21:08:14 +0200 (Mon, 02 Oct 2006) | 2 lines 332 333 * Big update to the Future font. 334 335 ------------------------------------------------------------------------ 336 r29 | sam | 2006-10-02 14:17:39 +0200 (Mon, 02 Oct 2006) | 2 lines 337 338 * Updated "Future" font. 339 340 ------------------------------------------------------------------------ 341 r28 | sam | 2006-10-01 17:10:27 +0200 (Sun, 01 Oct 2006) | 2 lines 342 343 * Oops, fixed typo in fonts/Makefile.am. 344 345 ------------------------------------------------------------------------ 346 r27 | sam | 2006-10-01 17:09:29 +0200 (Sun, 01 Oct 2006) | 2 lines 347 348 * Added "Future" font. 349 350 ------------------------------------------------------------------------ 351 r26 | sam | 2006-10-01 16:21:25 +0200 (Sun, 01 Oct 2006) | 2 lines 352 353 * Added simple "Circle" font. 354 355 ------------------------------------------------------------------------ 356 r25 | sam | 2006-10-01 09:55:45 +0200 (Sun, 01 Oct 2006) | 2 lines 357 358 * Allow the hardblank character to be UTF-8. 359 360 ------------------------------------------------------------------------ 361 r24 | sam | 2006-09-30 22:18:32 +0200 (Sat, 30 Sep 2006) | 3 lines 362 363 * There is no way emboss.tlf can have proper lowercase characters. Filled 364 them with the uppercase ones. 365 366 ------------------------------------------------------------------------ 367 r23 | sam | 2006-09-30 21:05:41 +0200 (Sat, 30 Sep 2006) | 2 lines 368 369 * Require libcucul 0.99.beta6 (utf8 import). 370 371 ------------------------------------------------------------------------ 372 r22 | sam | 2006-09-30 20:06:47 +0200 (Sat, 30 Sep 2006) | 2 lines 373 374 * Fixed a few unimportant memory leaks upon error. 375 376 ------------------------------------------------------------------------ 377 r21 | sam | 2006-09-30 19:53:59 +0200 (Sat, 30 Sep 2006) | 2 lines 378 379 * Fixed a lot of memory leaks and added a few error checks. 380 381 ------------------------------------------------------------------------ 382 r20 | sam | 2006-09-30 18:24:27 +0200 (Sat, 30 Sep 2006) | 2 lines 383 384 * Updated font data. 385 386 ------------------------------------------------------------------------ 387 r19 | sam | 2006-09-30 18:19:42 +0200 (Sat, 30 Sep 2006) | 2 lines 388 389 * New font: Small Braille. 390 391 ------------------------------------------------------------------------ 392 r18 | sam | 2006-09-30 13:47:22 +0200 (Sat, 30 Sep 2006) | 2 lines 393 394 * Created emboss2.tlf with a simple sed rule. 395 396 ------------------------------------------------------------------------ 397 r17 | sam | 2006-09-30 13:34:37 +0200 (Sat, 30 Sep 2006) | 2 lines 398 399 * Created emboss.tlf, a Unicode font for the official TOIlet distribution. 400 401 ------------------------------------------------------------------------ 402 r16 | sam | 2006-09-30 13:06:20 +0200 (Sat, 30 Sep 2006) | 4 lines 403 404 * Better error checking in the figlet renderer. 405 * Allow to open fonts that have Unicode data (requires libcucul 0.99.beta6 406 which is not yet released). 407 408 ------------------------------------------------------------------------ 409 r15 | sam | 2006-09-30 12:48:32 +0200 (Sat, 30 Sep 2006) | 2 lines 410 411 * Make the --metal filter only change the colour, not the characters. 412 413 ------------------------------------------------------------------------ 414 r14 | sam | 2006-09-27 09:18:20 +0200 (Wed, 27 Sep 2006) | 2 lines 415 416 * Implemented figlet's -t (adapt to terminal's width). 417 418 ------------------------------------------------------------------------ 419 r13 | sam | 2006-09-27 01:13:01 +0200 (Wed, 27 Sep 2006) | 2 lines 420 421 * Added -d and completed -I options. 422 423 ------------------------------------------------------------------------ 424 r12 | sam | 2006-09-27 00:54:15 +0200 (Wed, 27 Sep 2006) | 3 lines 425 426 * Implemented figlet's -I (infocode) option. 427 * Added -w flag. Ignored for now. 428 429 ------------------------------------------------------------------------ 430 r11 | sam | 2006-09-26 23:58:26 +0200 (Tue, 26 Sep 2006) | 4 lines 431 432 * Crop the final canvas to the effective width. 433 * Fixed a bug that prevented loading characters after 127. 434 * Allow to load fonts that hex-encode their Unicode values. 435 436 ------------------------------------------------------------------------ 437 r10 | sam | 2006-09-26 23:51:13 +0200 (Tue, 26 Sep 2006) | 4 lines 438 439 * Fix libcucul font rendering. Now that the default canvas has a 440 transparent background, we need to explicitely draw our temporary string 441 in white on black. 442 443 ------------------------------------------------------------------------ 444 r9 | sam | 2006-09-26 23:40:35 +0200 (Tue, 26 Sep 2006) | 2 lines 445 446 * Don't autocrop final canvas if it was rendered with the figlet engine. 447 448 ------------------------------------------------------------------------ 449 r8 | sam | 2006-09-26 23:39:07 +0200 (Tue, 26 Sep 2006) | 2 lines 450 451 * Do not try to autocrop a canvas that has only spaces. 452 453 ------------------------------------------------------------------------ 454 r7 | sam | 2006-09-26 15:57:01 +0200 (Tue, 26 Sep 2006) | 3 lines 455 456 * Improved support for figlet fonts. We can now load them and print text. 457 Still no smushing, no hard blanks, no line wrapping... 458 459 ------------------------------------------------------------------------ 460 r6 | sam | 2006-09-24 00:58:02 +0200 (Sun, 24 Sep 2006) | 2 lines 461 462 * Added content description to all source files. 463 464 ------------------------------------------------------------------------ 465 r5 | sam | 2006-09-24 00:53:17 +0200 (Sun, 24 Sep 2006) | 2 lines 466 467 * Created skeleton for future FIGlet font handling. Nothing here yet. 468 469 ------------------------------------------------------------------------ 470 r4 | sam | 2006-09-23 21:54:20 +0200 (Sat, 23 Sep 2006) | 2 lines 471 472 * Split main.c into main.c/render.c/filters.c. 473 474 ------------------------------------------------------------------------ 475 r3 | sam | 2006-09-23 21:27:19 +0200 (Sat, 23 Sep 2006) | 2 lines 476 477 * Added -m/--metal flag. Pretty ugly. 478 479 ------------------------------------------------------------------------ 480 r2 | sam | 2006-09-23 01:36:35 +0200 (Sat, 23 Sep 2006) | 2 lines 481 482 * Import toilet source code from libcaca's repository. 483 484 ------------------------------------------------------------------------ 485 r1 | sam | 2006-09-22 19:03:41 +0200 (Fri, 22 Sep 2006) | 2 lines 486 487 * Initial tree. 488 489 ------------------------------------------------------------------------ 1 Commit: 4306 2 Author: sam 3 Date: Wed Jan 27 00:48:05 2010 +0000 4 5 Two new automatic fonts: biggray9 and biggray12. 6 7 Makefile.am | 2 ++ 8 fonts/biggray12.tlf | Bin 0 -> 116661 bytes 9 fonts/biggray9.tlf | Bin 0 -> 84507 bytes 10 3 files changed, 2 insertions(+), 0 deletions(-) 11 12 Commit: 4305 13 Author: sam 14 Date: Wed Jan 27 00:47:58 2010 +0000 15 16 Generate colour fonts with caca2tlf. 17 18 tools/caca2tlf.c | 67 +++++++++++++++++++++++++++++++++++++++++++++-------- 19 1 files changed, 57 insertions(+), 10 deletions(-) 20 21 Commit: 4295 22 Author: sam 23 Date: Sun Jan 24 01:47:14 2010 +0000 24 25 Add a test to check that all fonts can be loaded. 26 27 fonts/Makefile.am | 2 ++ 28 test/Makefile.am | 4 ++-- 29 test/check-build | 6 +++++- 30 test/check-fonts | 34 ++++++++++++++++++++++++++++++++++ 31 4 files changed, 43 insertions(+), 3 deletions(-) 32 33 Commit: 4293 34 Author: sam 35 Date: Thu Jan 21 15:55:56 2010 +0000 36 37 Remove spaces from the pagga font, to make it look nicer with proportional 38 fonts. 39 40 fonts/pagga.tlf | 40 ++++++++++++++++++++-------------------- 41 1 files changed, 20 insertions(+), 20 deletions(-) 42 43 Commit: 4276 44 Author: sam 45 Date: Mon Jan 18 02:01:44 2010 +0000 46 47 Add a new CP437 font: pagga.tlf 48 49 fonts/Makefile.am | 2 +- 50 fonts/pagga.tlf | 534 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 51 2 files changed, 535 insertions(+), 1 deletions(-) 52 53 Commit: 4138 54 Author: sam 55 Date: Wed Dec 16 19:20:26 2009 +0000 56 57 Fix a crash with multiline input caused by losing the figfont information. 58 59 src/figlet.c | 9 +++++++-- 60 1 files changed, 7 insertions(+), 2 deletions(-) 61 62 Commit: 4136 63 Author: sam 64 Date: Wed Dec 16 15:54:17 2009 +0000 65 66 Add a source code sanity check. 67 68 Makefile.am | 2 +- 69 configure.ac | 1 + 70 src/Makefile.am | 2 ++ 71 test/Makefile.am | 6 ++++++ 72 test/check-build | 34 ++++++++++++++++++++++++++++++++++ 73 tools/Makefile.am | 2 ++ 74 6 files changed, 46 insertions(+), 1 deletions(-) 75 76 Commit: 4135 77 Author: sam 78 Date: Wed Dec 16 00:37:44 2009 +0000 79 80 New ASCII fonts based on a simple translation of the Monospace ones. 81 82 Makefile.am | 27 ++++++++------- 83 fonts/Makefile.am | 2 + 84 fonts/ascii12.tlf | Bin 0 -> 57675 bytes 85 fonts/ascii9.tlf | Bin 0 -> 43154 bytes 86 fonts/bigascii12.tlf | Bin 0 -> 85164 bytes 87 fonts/bigascii9.tlf | Bin 0 -> 63228 bytes 88 fonts/bigmono12.tlf | Bin 96310 -> 96319 bytes 89 fonts/bigmono9.tlf | Bin 71379 -> 71389 bytes 90 fonts/letter.tlf | 8 +++- 91 fonts/mono12.tlf | Bin 64756 -> 64764 bytes 92 fonts/mono9.tlf | Bin 47390 -> 47399 bytes 93 fonts/smascii12.tlf | Bin 0 -> 50934 bytes 94 fonts/smascii9.tlf | Bin 0 -> 39922 bytes 95 fonts/smmono12.tlf | Bin 57408 -> 57416 bytes 96 fonts/smmono9.tlf | Bin 43288 -> 43296 bytes 97 src/main.c | 2 +- 98 tools/caca2tlf.c | 89 ++++++++++++++++++++++++++++++++++++-------------- 99 17 files changed, 88 insertions(+), 40 deletions(-) 100 101 Commit: 4134 102 Author: sam 103 Date: Wed Dec 16 00:37:31 2009 +0000 104 105 Routine cleanup: update links and e-mail addresses in source and 106 documentation, and update fonts using the latest libcaca version. 107 108 doc/toilet.1.in | 4 ++-- 109 fonts/bigmono12.tlf | Bin 86088 -> 96310 bytes 110 fonts/bigmono9.tlf | Bin 63466 -> 71379 bytes 111 fonts/circle.tlf | 4 ++-- 112 fonts/emboss.tlf | 4 ++-- 113 fonts/emboss2.tlf | 4 ++-- 114 fonts/future.tlf | 6 +++--- 115 fonts/mono12.tlf | Bin 55455 -> 64756 bytes 116 fonts/mono9.tlf | Bin 40250 -> 47390 bytes 117 fonts/smblock.tlf | 4 ++-- 118 fonts/smbraille.tlf | 6 +++--- 119 fonts/smmono12.tlf | Bin 48946 -> 57408 bytes 120 fonts/smmono9.tlf | Bin 36832 -> 43288 bytes 121 fonts/wideterm.tlf | 4 ++-- 122 src/export.c | 2 +- 123 src/export.h | 2 +- 124 src/figlet.c | 2 +- 125 src/filter.c | 2 +- 126 src/filter.h | 2 +- 127 src/main.c | 6 +++--- 128 src/render.c | 2 +- 129 src/render.h | 2 +- 130 src/term.c | 2 +- 131 src/toilet.h | 2 +- 132 tools/caca2tlf.c | 2 +- 133 25 files changed, 31 insertions(+), 31 deletions(-) 134 135 Commit: 4133 136 Author: sam 137 Date: Wed Dec 16 00:37:20 2009 +0000 138 139 Revert previous fix for deprecated libcaca versions. It's possible we have 140 a TOIlet release before a libcaca one. 141 142 src/render.c | 6 +++--- 143 tools/caca2tlf.c | 2 +- 144 2 files changed, 4 insertions(+), 4 deletions(-) 145 146 Commit: 4068 147 Author: sam 148 Date: Mon Nov 30 00:47:24 2009 +0000 149 150 Add a "border" filter to add a border around text. 151 152 src/filter.c | 14 ++++++++++++++ 153 1 files changed, 14 insertions(+), 0 deletions(-) 154 155 Commit: 4067 156 Author: sam 157 Date: Mon Nov 30 00:47:18 2009 +0000 158 159 Update bootstrap script. 160 161 bootstrap | 47 +++++++++++++++++++++++++++++++---------------- 162 1 files changed, 31 insertions(+), 16 deletions(-) 163 164 Commit: 4066 165 Author: sam 166 Date: Mon Nov 30 00:47:13 2009 +0000 167 168 Fix deprecated libcaca calls. 169 170 src/render.c | 8 ++++---- 171 1 files changed, 4 insertions(+), 4 deletions(-) 172 173 Commit: 3552 174 Author: sam 175 Date: Tue Jul 14 10:00:03 2009 +0000 176 177 Added "letter.tlf", a font designed by Francesco Poli. 178 179 fonts/Makefile.am | 2 +- 180 fonts/letter.tlf | 836 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 181 2 files changed, 837 insertions(+), 1 deletions(-) 182 183 Commit: 2988 184 Author: sam 185 Date: Sat Oct 18 21:36:17 2008 +0000 186 187 Port toilet to the unified libcaca 0.99.beta15 API. 188 189 configure.ac | 4 +- 190 doc/toilet.1.in | 2 +- 191 src/Makefile.am | 4 +- 192 src/export.c | 6 ++-- 193 src/figlet.c | 12 +++++----- 194 src/filter.c | 48 +++++++++++++++++++------------------- 195 src/main.c | 2 +- 196 src/render.c | 44 ++++++++++++++++++------------------ 197 src/term.c | 12 +++++----- 198 src/toilet.h | 6 ++-- 199 tools/Makefile.am | 4 +- 200 tools/caca2tlf.c | 64 ++++++++++++++++++++++++++-------------------------- 201 12 files changed, 104 insertions(+), 104 deletions(-) 202 203 Commit: 2537 204 Author: sam 205 Date: Wed Jul 16 13:30:02 2008 +0000 206 207 * configure.ac: fix libcucul-dev dependency value. 208 209 configure.ac | 4 ++-- 210 1 files changed, 2 insertions(+), 2 deletions(-) 211 212 Commit: 2420 213 Author: sam 214 Date: Sun Jun 15 15:02:23 2008 +0000 215 216 * Get rid of io.c/io.h: IO functions are now in libcucul. 217 218 src/Makefile.am | 1 - 219 src/figlet.c | 1 - 220 src/io.c | 213 ------------------------------------------------------- 221 src/io.h | 24 ------ 222 4 files changed, 0 insertions(+), 239 deletions(-) 223 224 Commit: 2419 225 Author: sam 226 Date: Sun Jun 15 14:59:25 2008 +0000 227 228 * Re-add the cx->torender trick to avoid crashing on filters. This really 229 needs some architecture thinking. 230 231 src/figlet.c | 5 ++++- 232 src/render.c | 3 ++- 233 2 files changed, 6 insertions(+), 2 deletions(-) 234 235 Commit: 2418 236 Author: sam 237 Date: Sun Jun 15 14:47:12 2008 +0000 238 239 * Require cucul >= 0.99.beta15. Not released yet, but at least we won't 240 get any complaints about crashes or compilation issues. 241 242 configure.ac | 4 ++-- 243 1 files changed, 2 insertions(+), 2 deletions(-) 244 245 Commit: 2417 246 Author: sam 247 Date: Sun Jun 15 14:47:08 2008 +0000 248 249 * Add a .gitignore files for git-svn users. 250 251 .gitignore | 22 ++++++++++++++++++++++ 252 1 files changed, 22 insertions(+), 0 deletions(-) 253 254 Commit: 2416 255 Author: sam 256 Date: Sun Jun 15 14:47:04 2008 +0000 257 258 * Put autotools files in ./.auto instead of ./autotools. 259 260 configure.ac | 2 +- 261 1 files changed, 1 insertions(+), 1 deletions(-) 262 263 Commit: 2415 264 Author: sam 265 Date: Sun Jun 15 14:46:59 2008 +0000 266 267 * Fix a compilation warning due to libcucul API changes. 268 269 tools/caca2tlf.c | 2 +- 270 1 files changed, 1 insertions(+), 1 deletions(-) 271 272 Commit: 2414 273 Author: sam 274 Date: Sun Jun 15 14:46:54 2008 +0000 275 276 * Get rid of all the FIGlet font handling: everything is moving into 277 libcucul. 278 279 src/figlet.c | 422 +--------------------------------------------------------- 280 src/render.c | 13 +- 281 src/render.h | 2 +- 282 3 files changed, 14 insertions(+), 423 deletions(-) 283 284 Commit: 2214 285 Author: sam 286 Date: Thu Jan 24 19:47:49 2008 +0000 287 288 * Fix a bashism in the configure script that the FreeBSD guys apparently 289 never bothered to tell me about. 290 291 configure.ac | 3 ++- 292 1 files changed, 2 insertions(+), 1 deletions(-) 293 294 Commit: 1831 295 Author: sam 296 Date: Sun Sep 30 15:45:42 2007 +0000 297 298 * Added left and right filters for 90-degree rotations. 299 * Bumped libcucul versioned dependency accordingly. 300 301 configure.ac | 4 ++-- 302 src/filter.c | 26 +++++++++++++++++++++----- 303 2 files changed, 23 insertions(+), 7 deletions(-) 304 305 Commit: 1830 306 Author: sam 307 Date: Sun Sep 30 15:44:21 2007 +0000 308 309 * New version of the bootstrap script. 310 311 bootstrap | 25 ++++++++++++++----------- 312 1 files changed, 14 insertions(+), 11 deletions(-) 313 314 Commit: 1811 315 Author: sam 316 Date: Thu Aug 2 15:41:12 2007 +0000 317 318 * Wide terminal font (ASCII only) 319 320 fonts/Makefile.am | 2 +- 321 fonts/wideterm.tlf | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 322 2 files changed, 133 insertions(+), 1 deletions(-) 323 324 Commit: 1810 325 Author: sam 326 Date: Tue Jul 17 21:09:58 2007 +0000 327 328 * Oops, I forgot to add an additional line of comments when I added the 329 no warranty clause to the fonts. 330 331 fonts/bigmono12.tlf | Bin 75353 -> 86088 bytes 332 fonts/bigmono9.tlf | Bin 56049 -> 63466 bytes 333 fonts/circle.tlf | 2 +- 334 fonts/emboss.tlf | 2 +- 335 fonts/emboss2.tlf | 2 +- 336 fonts/future.tlf | 2 +- 337 fonts/mono12.tlf | Bin 49122 -> 55455 bytes 338 fonts/mono9.tlf | Bin 35751 -> 40250 bytes 339 fonts/smblock.tlf | 6 +++--- 340 fonts/smbraille.tlf | 2 +- 341 fonts/smmono12.tlf | Bin 43402 -> 48946 bytes 342 fonts/smmono9.tlf | Bin 32653 -> 36832 bytes 343 12 files changed, 8 insertions(+), 8 deletions(-) 344 345 Commit: 1765 346 Author: sam 347 Date: Tue Jun 12 16:45:21 2007 +0000 348 349 * 0x0153 œ LATIN SMALL LIGATURE OE 350 351 fonts/smblock.tlf | 5 +++++ 352 1 files changed, 5 insertions(+), 0 deletions(-) 353 354 Commit: 1469 355 Author: sam 356 Date: Thu Dec 14 21:38:06 2006 +0000 357 358 * Fix build for systems with no zlib-devel. 359 360 src/io.c | 2 +- 361 1 files changed, 1 insertions(+), 1 deletions(-) 362 363 Commit: 1468 364 Author: sam 365 Date: Thu Dec 14 21:18:54 2006 +0000 366 367 * Fix --as-needed issue, thanks to Pavlov Konstantin. 368 369 tools/Makefile.am | 2 +- 370 1 files changed, 1 insertions(+), 1 deletions(-) 371 372 Commit: 1461 373 Author: sam 374 Date: Tue Dec 12 01:50:48 2006 +0000 375 376 * Bwarf, typo in the no warranty clause. 377 378 fonts/circle.tlf | 2 +- 379 fonts/emboss.tlf | 2 +- 380 fonts/emboss2.tlf | 2 +- 381 fonts/future.tlf | 2 +- 382 fonts/smblock.tlf | 2 +- 383 fonts/smbraille.tlf | 2 +- 384 src/export.c | 2 +- 385 src/export.h | 2 +- 386 src/figlet.c | 2 +- 387 src/filter.c | 2 +- 388 src/filter.h | 2 +- 389 src/io.c | 2 +- 390 src/io.h | 2 +- 391 src/main.c | 2 +- 392 src/render.c | 2 +- 393 src/render.h | 2 +- 394 src/term.c | 2 +- 395 src/toilet.h | 2 +- 396 tools/caca2tlf.c | 2 +- 397 19 files changed, 19 insertions(+), 19 deletions(-) 398 399 Commit: 1451 400 Author: sam 401 Date: Mon Dec 11 15:10:28 2006 +0000 402 403 * Add a no warranty clause to the code. 404 405 fonts/circle.tlf | 3 ++- 406 fonts/emboss.tlf | 3 ++- 407 fonts/emboss2.tlf | 3 ++- 408 fonts/future.tlf | 3 ++- 409 fonts/smblock.tlf | 3 ++- 410 fonts/smbraille.tlf | 3 ++- 411 src/export.c | 7 ++++--- 412 src/export.h | 7 ++++--- 413 src/figlet.c | 7 ++++--- 414 src/filter.c | 7 ++++--- 415 src/filter.h | 7 ++++--- 416 src/io.c | 7 ++++--- 417 src/io.h | 7 ++++--- 418 src/main.c | 7 ++++--- 419 src/render.c | 7 ++++--- 420 src/render.h | 7 ++++--- 421 src/term.c | 7 ++++--- 422 src/toilet.h | 7 ++++--- 423 tools/caca2tlf.c | 7 ++++--- 424 19 files changed, 64 insertions(+), 45 deletions(-) 425 426 Commit: 1442 427 Author: sam 428 Date: Thu Nov 30 16:58:39 2006 +0000 429 430 * Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux. 431 432 configure.ac | 2 +- 433 src/Makefile.am | 4 ++-- 434 tools/Makefile.am | 4 ++-- 435 3 files changed, 5 insertions(+), 5 deletions(-) 436 437 Commit: 1441 438 Author: sam 439 Date: Thu Nov 30 16:51:38 2006 +0000 440 441 * Cosmetic. 442 443 src/main.c | 90 ++++++++++++++++++++++++++++++----------------------------- 444 1 files changed, 46 insertions(+), 44 deletions(-) 445 446 Commit: 1418 447 Author: sam 448 Date: Thu Nov 16 15:31:51 2006 +0000 449 450 * Added Hangul and CJK shit to the Circle font. 451 452 fonts/circle.tlf | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 453 1 files changed, 69 insertions(+), 1 deletions(-) 454 455 Commit: 1410 456 Author: sam 457 Date: Thu Nov 16 00:34:48 2006 +0000 458 459 * I hate SVN keywords. Here, fixed at last. 460 461 configure.ac | 2 +- 462 1 files changed, 1 insertions(+), 1 deletions(-) 463 464 Commit: 1409 465 Author: sam 466 Date: Thu Nov 16 00:33:32 2006 +0000 467 468 * Added a "make upload" rule for releases. 469 470 Makefile.am | 6 ++++++ 471 configure.ac | 2 +- 472 2 files changed, 7 insertions(+), 1 deletions(-) 473 474 Commit: 1408 475 Author: sam 476 Date: Thu Nov 16 00:25:17 2006 +0000 477 478 * Grmbl, set $Id on configure.ac. 479 480 Commit: 1407 481 Author: sam 482 Date: Thu Nov 16 00:24:33 2006 +0000 483 484 * Set version to 0.1. 485 * Added ChangeLog, updated TODO/NEWS/README. 486 487 ChangeLog | 489 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 488 Makefile.am | 2 +- 489 NEWS | 6 + 490 README | 6 + 491 TODO | 14 ++ 492 configure.ac | 4 +- 493 6 files changed, 518 insertions(+), 3 deletions(-) 494 495 Commit: 1406 496 Author: sam 497 Date: Thu Nov 16 00:12:06 2006 +0000 498 499 * Fix layout information of shipped fonts. 500 501 fonts/emboss.tlf | 2 +- 502 fonts/emboss2.tlf | 2 +- 503 fonts/future.tlf | 2 +- 504 fonts/smblock.tlf | 2 +- 505 fonts/smbraille.tlf | 2 +- 506 5 files changed, 5 insertions(+), 5 deletions(-) 507 508 Commit: 1405 509 Author: sam 510 Date: Thu Nov 16 00:05:22 2006 +0000 511 512 * Define default layout as fullwidth for generated fonts. 513 514 fonts/bigmono12.tlf | Bin 75318 -> 75353 bytes 515 fonts/bigmono9.tlf | Bin 56026 -> 56049 bytes 516 fonts/mono12.tlf | Bin 49089 -> 49122 bytes 517 fonts/mono9.tlf | Bin 35733 -> 35751 bytes 518 fonts/smblock.tlf | 106 +++++++++++++++++++++++++------------------------- 519 fonts/smmono12.tlf | Bin 43378 -> 43402 bytes 520 fonts/smmono9.tlf | Bin 32628 -> 32653 bytes 521 tools/caca2tlf.c | 8 +++- 522 8 files changed, 60 insertions(+), 54 deletions(-) 523 524 Commit: 1404 525 Author: sam 526 Date: Thu Nov 16 00:04:39 2006 +0000 527 528 * Completed support for -s, -S, -k, -W, -o. 529 530 src/figlet.c | 116 ++++++++++++++++++++++++++++++++++++++++------------------ 531 src/main.c | 16 ++++---- 532 src/toilet.h | 3 +- 533 3 files changed, 90 insertions(+), 45 deletions(-) 534 535 Commit: 1403 536 Author: sam 537 Date: Wed Nov 15 23:12:58 2006 +0000 538 539 * Updated help and manpage. 540 541 doc/toilet.1.in | 16 +++++++++++++++- 542 src/main.c | 28 ++++++++++++++++------------ 543 2 files changed, 31 insertions(+), 13 deletions(-) 544 545 Commit: 1402 546 Author: sam 547 Date: Wed Nov 15 12:07:00 2006 +0000 548 549 * Fix universal smushing. 550 551 src/figlet.c | 8 +++++--- 552 1 files changed, 5 insertions(+), 3 deletions(-) 553 554 Commit: 1401 555 Author: sam 556 Date: Wed Nov 15 03:29:34 2006 +0000 557 558 * Smushing support. Yeah baby. 559 560 src/figlet.c | 151 ++++++++++++++++++++++++++++++++++++++++++++++++---------- 561 src/main.c | 21 +++++++- 562 src/toilet.h | 3 +- 563 3 files changed, 146 insertions(+), 29 deletions(-) 564 565 Commit: 1400 566 Author: sam 567 Date: Tue Nov 14 23:42:11 2006 +0000 568 569 * Kerning support. We used to have: 570 __ __ _ 571 \ \ / / (_) ___ _ _ __ __ _ __ ___ _ _ __ 572 \ V / | | / -_) | || | \ \ / | '_ \ / _ \ | '_| / _| 573 \_/ |_| \___| \_,_| /_\_\ | .__/ \___/ |_| \__| 574 |_| 575 Now we have: 576 __ __ _ 577 \ \ / /(_) ___ _ _ __ __ _ __ ___ _ _ __ 578 \ V / | |/ -_)| || |\ \ / | '_ \/ _ \| '_|/ _| 579 \_/ |_|\___| \_,_|/_\_\ | .__/\___/|_| \__| 580 |_| 581 Now we just need smushing. 582 583 src/figlet.c | 53 +++++++++++++++++++++++++++++++++++++++++++++-------- 584 src/toilet.h | 6 +----- 585 2 files changed, 46 insertions(+), 13 deletions(-) 586 587 Commit: 1385 588 Author: sam 589 Date: Mon Nov 13 01:02:05 2006 +0000 590 591 * Support for ANSI escape codes in the input: 592 http://zoy.org/~sam/toilet-ansi.png 593 http://zoy.org/~sam/toilet-ansi2.png 594 * Empty lines are currently broken. 595 596 src/figlet.c | 15 ++++++++--- 597 src/render.c | 82 +++++++++++++++++++++++++++++++++++++++++---------------- 598 src/term.c | 5 ++- 599 src/toilet.h | 2 +- 600 4 files changed, 74 insertions(+), 30 deletions(-) 601 602 Commit: 1382 603 Author: sam 604 Date: Sun Nov 12 22:52:05 2006 +0000 605 606 * Fix max width in smblock.tlf. 607 608 fonts/smblock.tlf | 4 ++-- 609 1 files changed, 2 insertions(+), 2 deletions(-) 610 611 Commit: 1376 612 Author: sam 613 Date: Sun Nov 12 20:37:58 2006 +0000 614 615 * Now that libcaca 0.99.beta10 is out, we can switch to the new API. 616 617 configure.ac | 4 ++-- 618 doc/Makefile.am | 2 +- 619 src/figlet.c | 27 +++++++++------------------ 620 src/filter.c | 10 +++++----- 621 src/render.c | 10 +++++----- 622 src/term.c | 2 +- 623 tools/caca2tlf.c | 29 +++++++++++++++-------------- 624 7 files changed, 38 insertions(+), 46 deletions(-) 625 626 Commit: 1368 627 Author: sam 628 Date: Sun Nov 12 18:09:54 2006 +0000 629 630 * Double width support in caca2tlf. 631 632 fonts/bigmono12.tlf | Bin 63251 -> 75318 bytes 633 fonts/bigmono9.tlf | Bin 46988 -> 56026 bytes 634 fonts/mono12.tlf | Bin 41823 -> 49089 bytes 635 fonts/mono9.tlf | Bin 30477 -> 35733 bytes 636 fonts/smmono12.tlf | Bin 36946 -> 43378 bytes 637 fonts/smmono9.tlf | Bin 27838 -> 32628 bytes 638 tools/caca2tlf.c | 44 ++++++++++++++++++++++++++------------------ 639 7 files changed, 26 insertions(+), 18 deletions(-) 640 641 Commit: 1367 642 Author: sam 643 Date: Sun Nov 12 18:02:15 2006 +0000 644 645 * Add a "make fonts" rule to rebuild all generated fonts. 646 647 Makefile.am | 15 +++++++++++++++ 648 1 files changed, 15 insertions(+), 0 deletions(-) 649 650 Commit: 1327 651 Author: sam 652 Date: Fri Nov 10 14:58:12 2006 +0000 653 654 * Generate the manpage in the make rule, not the configure rule, because 655 at configure time ${datarootdir} depends on ${prefix} which is defined 656 a bit too late in the script. 657 658 configure.ac | 1 - 659 doc/Makefile.am | 4 ++++ 660 2 files changed, 4 insertions(+), 1 deletions(-) 661 662 Commit: 1326 663 Author: sam 664 Date: Fri Nov 10 14:30:22 2006 +0000 665 666 * Allow setting the font directory using --datadir / --datarootdir. 667 668 configure.ac | 1 + 669 doc/Makefile.am | 2 +- 670 doc/toilet.1 | 152 ------------------------------------------------------- 671 doc/toilet.1.in | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 672 src/Makefile.am | 1 + 673 src/main.c | 2 +- 674 6 files changed, 156 insertions(+), 154 deletions(-) 675 676 Commit: 1325 677 Author: sam 678 Date: Fri Nov 10 14:19:13 2006 +0000 679 680 * Do not cache ac_build_date. 681 682 configure.ac | 16 ++++++++-------- 683 1 files changed, 8 insertions(+), 8 deletions(-) 684 685 Commit: 1323 686 Author: sam 687 Date: Fri Nov 10 08:54:04 2006 +0000 688 689 * Add a manual page. 690 691 Makefile.am | 2 +- 692 configure.ac | 1 + 693 doc/Makefile.am | 6 ++ 694 doc/toilet.1 | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 695 4 files changed, 160 insertions(+), 1 deletions(-) 696 697 Commit: 1322 698 Author: sam 699 Date: Fri Nov 10 08:29:10 2006 +0000 700 701 * Output filter list to stdout, not stderr. 702 703 src/filter.c | 4 ++-- 704 1 files changed, 2 insertions(+), 2 deletions(-) 705 706 Commit: 1321 707 Author: sam 708 Date: Fri Nov 10 07:56:55 2006 +0000 709 710 * Moved export stuff in export.c. 711 * Bail out with an error if the requested export format is unsupported. 712 713 src/Makefile.am | 1 + 714 src/export.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 715 src/export.h | 20 +++++++++++++++++++ 716 src/main.c | 22 ++++---------------- 717 4 files changed, 84 insertions(+), 17 deletions(-) 718 719 Commit: 1320 720 Author: sam 721 Date: Fri Nov 10 07:51:21 2006 +0000 722 723 * Fix signed/unsigned warning. 724 725 src/filter.c | 2 +- 726 1 files changed, 1 insertions(+), 1 deletions(-) 727 728 Commit: 1319 729 Author: sam 730 Date: Fri Nov 10 07:47:17 2006 +0000 731 732 * Use "-F list" to list available filters. 733 * Use "-E" to specify export format, "-E list" to list them. 734 735 src/filter.c | 24 ++++++++++++++++++------ 736 src/filter.h | 1 + 737 src/main.c | 50 +++++++++++++++++++++++++++++++++++++------------- 738 3 files changed, 56 insertions(+), 19 deletions(-) 739 740 Commit: 1318 741 Author: sam 742 Date: Fri Nov 10 07:38:52 2006 +0000 743 744 * Don't crash if an export error occurs. 745 746 src/render.c | 2 ++ 747 1 files changed, 2 insertions(+), 0 deletions(-) 748 749 Commit: 1317 750 Author: sam 751 Date: Thu Nov 9 21:58:43 2006 +0000 752 753 * Updated code to the beta9 API. 754 755 src/filter.c | 20 +++++++------------- 756 1 files changed, 7 insertions(+), 13 deletions(-) 757 758 Commit: 1316 759 Author: sam 760 Date: Thu Nov 9 21:58:21 2006 +0000 761 762 * Minor cosmetic change in the configure output. 763 764 configure.ac | 2 +- 765 1 files changed, 1 insertions(+), 1 deletions(-) 766 767 Commit: 1299 768 Author: sam 769 Date: Mon Nov 6 17:39:42 2006 +0000 770 771 * Ignore negative indices in font data. 772 773 src/figlet.c | 8 ++++++++ 774 1 files changed, 8 insertions(+), 0 deletions(-) 775 776 Commit: 1298 777 Author: sam 778 Date: Mon Nov 6 17:33:31 2006 +0000 779 780 * Make figlet font importer more tolerant with empty lines. 781 782 src/figlet.c | 4 ++++ 783 1 files changed, 4 insertions(+), 0 deletions(-) 784 785 Commit: 1297 786 Author: sam 787 Date: Mon Nov 6 17:24:40 2006 +0000 788 789 * Updated mono9 and mono12 fonts and added small and big variants. 790 791 fonts/Makefile.am | 5 ++++- 792 fonts/bigmono12.tlf | Bin 0 -> 63251 bytes 793 fonts/bigmono9.tlf | Bin 0 -> 46988 bytes 794 fonts/mono12.tlf | Bin 63363 -> 41823 bytes 795 fonts/mono9.tlf | Bin 47020 -> 30477 bytes 796 fonts/smmono12.tlf | Bin 0 -> 36946 bytes 797 fonts/smmono9.tlf | Bin 0 -> 27838 bytes 798 7 files changed, 4 insertions(+), 1 deletions(-) 799 800 Commit: 1296 801 Author: sam 802 Date: Mon Nov 6 17:24:02 2006 +0000 803 804 * Add --half and --quarter options to caca2tlf. 805 806 tools/caca2tlf.c | 144 ++++++++++++++++++++++++++++++++++++++++++----------- 807 1 files changed, 114 insertions(+), 30 deletions(-) 808 809 Commit: 1293 810 Author: sam 811 Date: Mon Nov 6 01:13:38 2006 +0000 812 813 * Got rid of the mono9.c renderer. We now have a .tlf font instead. 814 815 src/Makefile.am | 2 +- 816 src/main.c | 2 +- 817 src/mono9.c | 131 ------------------------------------------------------- 818 src/render.c | 3 - 819 src/render.h | 1 - 820 5 files changed, 2 insertions(+), 137 deletions(-) 821 822 Commit: 1292 823 Author: sam 824 Date: Mon Nov 6 01:11:27 2006 +0000 825 826 * Added two new fonts created with caca2tlf: 827 caca2tlf "Monospace 9" | zip >| fonts/mono9.tlf 828 caca2tlf "Monospace Bold 12" | zip >| fonts/mono12.tlf 829 830 fonts/Makefile.am | 2 +- 831 fonts/mono12.tlf | Bin 0 -> 63363 bytes 832 fonts/mono9.tlf | Bin 0 -> 47020 bytes 833 3 files changed, 1 insertions(+), 1 deletions(-) 834 835 Commit: 1291 836 Author: sam 837 Date: Mon Nov 6 01:09:44 2006 +0000 838 839 * Added the caca2tlf tool, which converts a libcaca font into a TOIlet font 840 using a naive pixel-to-glyphs algorithm. I will improve it later. 841 842 Makefile.am | 2 +- 843 configure.ac | 5 +- 844 tools/Makefile.am | 8 +++ 845 tools/caca2tlf.c | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 846 4 files changed, 164 insertions(+), 3 deletions(-) 847 848 Commit: 1290 849 Author: sam 850 Date: Mon Nov 6 00:55:49 2006 +0000 851 852 * Distribute fonts with the tarball. 853 854 fonts/Makefile.am | 7 +++++-- 855 1 files changed, 5 insertions(+), 2 deletions(-) 856 857 Commit: 1289 858 Author: sam 859 Date: Mon Nov 6 00:45:34 2006 +0000 860 861 * Add a sanity check to the FIGlet font loader. 862 863 src/figlet.c | 4 ++-- 864 1 files changed, 2 insertions(+), 2 deletions(-) 865 866 Commit: 1288 867 Author: sam 868 Date: Mon Nov 6 00:45:14 2006 +0000 869 870 * Add missing toilet.h to the toilet sources. 871 872 src/Makefile.am | 2 +- 873 1 files changed, 1 insertions(+), 1 deletions(-) 874 875 Commit: 1272 876 Author: sam 877 Date: Sat Nov 4 17:43:13 2006 +0000 878 879 * Fix uninitialised variable in the filter handler. 880 881 src/filter.c | 5 +++-- 882 1 files changed, 3 insertions(+), 2 deletions(-) 883 884 Commit: 1243 885 Author: sam 886 Date: Thu Oct 26 13:30:14 2006 +0000 887 888 * Make filters line-feed aware. 889 890 src/filter.c | 64 +++++++++++++++++++++++++++++----------------------------- 891 src/render.c | 28 +++++++++++++++---------- 892 src/render.h | 1 - 893 src/toilet.h | 2 +- 894 4 files changed, 50 insertions(+), 45 deletions(-) 895 896 Commit: 1242 897 Author: sam 898 Date: Thu Oct 26 13:14:37 2006 +0000 899 900 * Factor code from renderers to main render.c functions. 901 902 src/figlet.c | 5 ----- 903 src/mono9.c | 5 ----- 904 src/render.c | 6 ++++++ 905 src/term.c | 5 ----- 906 src/toilet.h | 2 +- 907 5 files changed, 7 insertions(+), 16 deletions(-) 908 909 Commit: 1241 910 Author: sam 911 Date: Thu Oct 26 13:07:58 2006 +0000 912 913 * Make stdin input line-aware so that we don't have to wait until EOF to 914 display stuff. 915 * Reorganise stuff and fix memory leaks. 916 917 src/Makefile.am | 2 +- 918 src/figlet.c | 17 +++++- 919 src/figlet.h | 18 ------ 920 src/filter.c | 9 +++- 921 src/filter.h | 1 + 922 src/main.c | 68 ++------------------- 923 src/mono9.c | 136 ++++++++++++++++++++++++++++++++++++++++++ 924 src/render.c | 178 +++++++++++++++++-------------------------------------- 925 src/render.h | 7 ++ 926 src/term.c | 113 +++++++++++++++++++++++++++++++++++ 927 src/toilet.h | 2 + 928 11 files changed, 344 insertions(+), 207 deletions(-) 929 930 Commit: 1240 931 Author: sam 932 Date: Thu Oct 26 12:12:44 2006 +0000 933 934 * Get rid of -g -i -m short options, only keep --gay --irc --metal. 935 * Add --html and --tga flags. 936 937 src/main.c | 51 +++++++++++++++++++++++++++++---------------------- 938 1 files changed, 29 insertions(+), 22 deletions(-) 939 940 Commit: 1228 941 Author: sam 942 Date: Wed Oct 25 16:06:19 2006 +0000 943 944 * Added filter_flip, filter_flop and filter_rotate. 945 * Add a -F flag to specify filters to apply. Can be specified more than 946 once, and filters can be chained using ":", eg. "-F flip:gay". 947 948 src/filter.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 949 src/filter.h | 5 +-- 950 src/io.c | 2 +- 951 src/main.c | 29 ++++++++++-------- 952 src/toilet.h | 6 +++- 953 5 files changed, 115 insertions(+), 21 deletions(-) 954 955 Commit: 1227 956 Author: sam 957 Date: Tue Oct 24 12:39:57 2006 +0000 958 959 * Renamed filters.* to filter.*. 960 961 src/Makefile.am | 2 +- 962 src/filter.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 963 src/filter.h | 21 ++++++++++ 964 src/filters.c | 119 ------------------------------------------------------- 965 src/filters.h | 21 ---------- 966 src/main.c | 2 +- 967 6 files changed, 142 insertions(+), 142 deletions(-) 968 969 Commit: 1206 970 Author: sam 971 Date: Thu Oct 19 20:55:44 2006 +0000 972 973 * Support for PKZIP-compressed fonts using zlib. 974 975 src/Makefile.am | 2 +- 976 src/io.c | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 977 src/io.h | 6 +-- 978 3 files changed, 164 insertions(+), 11 deletions(-) 979 980 Commit: 1205 981 Author: sam 982 Date: Thu Oct 19 20:53:36 2006 +0000 983 984 * Check for zlib if available. 985 986 configure.ac | 6 +++++- 987 1 files changed, 5 insertions(+), 1 deletions(-) 988 989 Commit: 1204 990 Author: sam 991 Date: Thu Oct 19 20:53:07 2006 +0000 992 993 * Minor debugging information in the FIGlet font parser. 994 995 src/figlet.c | 2 +- 996 1 files changed, 1 insertions(+), 1 deletions(-) 997 998 Commit: 1202 999 Author: sam 1000 Date: Fri Oct 13 13:38:50 2006 +0000 1001 1002 * Add feof() to the list of I/O functions. 1003 1004 src/figlet.c | 2 +- 1005 src/io.c | 5 +++++ 1006 src/io.h | 1 + 1007 3 files changed, 7 insertions(+), 1 deletions(-) 1008 1009 Commit: 1201 1010 Author: sam 1011 Date: Fri Oct 13 13:36:23 2006 +0000 1012 1013 * Moved I/O functions into a separate module. 1014 1015 src/Makefile.am | 1 + 1016 src/figlet.c | 19 ++++++++++--------- 1017 src/io.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1018 src/io.h | 26 ++++++++++++++++++++++++++ 1019 4 files changed, 87 insertions(+), 9 deletions(-) 1020 1021 Commit: 1200 1022 Author: sam 1023 Date: Fri Oct 13 13:19:45 2006 +0000 1024 1025 * Use fgets() instead of fscanf(). Uses an additional memory buffer, but 1026 paves the way for custom IO functions. 1027 1028 src/figlet.c | 24 +++++++++--------------- 1029 1 files changed, 9 insertions(+), 15 deletions(-) 1030 1031 Commit: 1199 1032 Author: sam 1033 Date: Fri Oct 13 13:11:20 2006 +0000 1034 1035 * Fix a crash when font opening fails. 1036 1037 src/main.c | 11 +++++++---- 1038 1 files changed, 7 insertions(+), 4 deletions(-) 1039 1040 Commit: 1197 1041 Author: sam 1042 Date: Tue Oct 10 07:24:41 2006 +0000 1043 1044 * Fixed an ifdef error that caused -t to be ignored. 1045 1046 src/main.c | 4 ++-- 1047 1 files changed, 2 insertions(+), 2 deletions(-) 1048 1049 Commit: 1196 1050 Author: sam 1051 Date: Tue Oct 10 07:20:15 2006 +0000 1052 1053 * Fixed the FIGlet renderer. It now has char wrapping and stdin input. 1054 1055 src/figlet.c | 211 +++++++++++++++++++++++++++++++-------------------------- 1056 src/figlet.h | 3 +- 1057 src/main.c | 4 +- 1058 src/toilet.h | 9 +++ 1059 4 files changed, 128 insertions(+), 99 deletions(-) 1060 1061 Commit: 1195 1062 Author: sam 1063 Date: Tue Oct 10 07:15:28 2006 +0000 1064 1065 * Properly handle \r \n \t in the big and tiny renderers. 1066 1067 src/render.c | 44 ++++++++++++++++++++++++++++---------------- 1068 1 files changed, 28 insertions(+), 16 deletions(-) 1069 1070 Commit: 1194 1071 Author: sam 1072 Date: Mon Oct 9 23:54:40 2006 +0000 1073 1074 * The mono9 driver works again. With wrapping and stdin reading. 1075 1076 src/main.c | 22 ++-------- 1077 src/render.c | 129 +++++++++++++++++++++++++++++++++++----------------------- 1078 src/render.h | 1 + 1079 src/toilet.h | 6 +++ 1080 4 files changed, 90 insertions(+), 68 deletions(-) 1081 1082 Commit: 1193 1083 Author: sam 1084 Date: Sun Oct 8 12:14:13 2006 +0000 1085 1086 * Break everything. Temporarily. Only the term output works. 1087 * Allow to read from stdin. 1088 * Wrap at terminal width (currently letter-wrap, not word-wrap). 1089 1090 src/figlet.c | 15 ++++-- 1091 src/figlet.h | 3 +- 1092 src/main.c | 149 ++++++++++++++++++++++++++++++++++----------------------- 1093 src/render.c | 80 +++++++++++++++++++++++++++---- 1094 src/render.h | 3 +- 1095 src/toilet.h | 19 ++++++- 1096 6 files changed, 186 insertions(+), 83 deletions(-) 1097 1098 Commit: 1192 1099 Author: sam 1100 Date: Sun Oct 8 12:04:04 2006 +0000 1101 1102 * Retrieve the configure.ac timestamp at configure time and store it in 1103 a C macro for better FIGlet emulation. 1104 1105 configure.ac | 10 ++++++++++ 1106 1 files changed, 10 insertions(+), 0 deletions(-) 1107 1108 Commit: 1190 1109 Author: sam 1110 Date: Thu Oct 5 21:43:53 2006 +0000 1111 1112 * Fully reworked the katakana part of Small Block. 1113 1114 fonts/smblock.tlf | 666 ++++++++++++++++++++++++++-------------------------- 1115 1 files changed, 333 insertions(+), 333 deletions(-) 1116 1117 Commit: 1189 1118 Author: sam 1119 Date: Wed Oct 4 22:15:23 2006 +0000 1120 1121 * Added Unicode drawing blocks to Small Block. 1122 1123 fonts/smblock.tlf | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1124 1 files changed, 85 insertions(+), 5 deletions(-) 1125 1126 Commit: 1188 1127 Author: sam 1128 Date: Wed Oct 4 21:58:52 2006 +0000 1129 1130 * Added most of latin1 additional characters. 1131 1132 fonts/smblock.tlf | 265 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1133 1 files changed, 263 insertions(+), 2 deletions(-) 1134 1135 Commit: 1184 1136 Author: sam 1137 Date: Wed Oct 4 02:21:24 2006 +0000 1138 1139 * Added a new font: "Small Block". 1140 1141 fonts/Makefile.am | 2 +- 1142 fonts/smblock.tlf | 853 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1143 2 files changed, 854 insertions(+), 1 deletions(-) 1144 1145 Commit: 1183 1146 Author: sam 1147 Date: Mon Oct 2 19:17:00 2006 +0000 1148 1149 * Use ${datadir} for fonts instead of ${datarootdir}. 1150 1151 fonts/Makefile.am | 2 +- 1152 1 files changed, 1 insertions(+), 1 deletions(-) 1153 1154 Commit: 1182 1155 Author: sam 1156 Date: Mon Oct 2 19:09:58 2006 +0000 1157 1158 * Oops, fixed the lowercase "x" in Future. 1159 1160 fonts/future.tlf | 4 ++-- 1161 1 files changed, 2 insertions(+), 2 deletions(-) 1162 1163 Commit: 1181 1164 Author: sam 1165 Date: Mon Oct 2 19:08:14 2006 +0000 1166 1167 * Big update to the Future font. 1168 1169 fonts/future.tlf | 147 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1170 1 files changed, 134 insertions(+), 13 deletions(-) 1171 1172 Commit: 1180 1173 Author: sam 1174 Date: Mon Oct 2 12:17:39 2006 +0000 1175 1176 * Updated "Future" font. 1177 1178 fonts/future.tlf | 86 +++++++++++++++++++++++++++++------------------------- 1179 1 files changed, 46 insertions(+), 40 deletions(-) 1180 1181 Commit: 1178 1182 Author: sam 1183 Date: Sun Oct 1 15:10:27 2006 +0000 1184 1185 * Oops, fixed typo in fonts/Makefile.am. 1186 1187 fonts/Makefile.am | 2 +- 1188 1 files changed, 1 insertions(+), 1 deletions(-) 1189 1190 Commit: 1177 1191 Author: sam 1192 Date: Sun Oct 1 15:09:29 2006 +0000 1193 1194 * Added "Future" font. 1195 1196 fonts/Makefile.am | 2 +- 1197 fonts/future.tlf | 329 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1198 2 files changed, 330 insertions(+), 1 deletions(-) 1199 1200 Commit: 1176 1201 Author: sam 1202 Date: Sun Oct 1 14:21:25 2006 +0000 1203 1204 * Added simple "Circle" font. 1205 1206 fonts/Makefile.am | 2 +- 1207 fonts/circle.tlf | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1208 2 files changed, 118 insertions(+), 1 deletions(-) 1209 1210 Commit: 1170 1211 Author: sam 1212 Date: Sun Oct 1 07:55:45 2006 +0000 1213 1214 * Allow the hardblank character to be UTF-8. 1215 1216 src/figlet.c | 7 +++++-- 1217 1 files changed, 5 insertions(+), 2 deletions(-) 1218 1219 Commit: 1162 1220 Author: sam 1221 Date: Sat Sep 30 20:18:32 2006 +0000 1222 1223 * There is no way emboss.tlf can have proper lowercase characters. Filled 1224 them with the uppercase ones. 1225 1226 fonts/emboss.tlf | 184 ++++++++++++++++++++++++++-------------------------- 1227 fonts/emboss2.tlf | 184 ++++++++++++++++++++++++++-------------------------- 1228 2 files changed, 184 insertions(+), 184 deletions(-) 1229 1230 Commit: 1158 1231 Author: sam 1232 Date: Sat Sep 30 19:05:41 2006 +0000 1233 1234 * Require libcucul 0.99.beta6 (utf8 import). 1235 1236 configure.ac | 4 ++-- 1237 1 files changed, 2 insertions(+), 2 deletions(-) 1238 1239 Commit: 1151 1240 Author: sam 1241 Date: Sat Sep 30 18:06:47 2006 +0000 1242 1243 * Fixed a few unimportant memory leaks upon error. 1244 1245 src/figlet.c | 4 +++- 1246 1 files changed, 3 insertions(+), 1 deletions(-) 1247 1248 Commit: 1150 1249 Author: sam 1250 Date: Sat Sep 30 17:53:59 2006 +0000 1251 1252 * Fixed a lot of memory leaks and added a few error checks. 1253 1254 src/figlet.c | 40 ++++++++++++++++++++++++++++++++++++---- 1255 src/main.c | 4 +++- 1256 2 files changed, 39 insertions(+), 5 deletions(-) 1257 1258 Commit: 1147 1259 Author: sam 1260 Date: Sat Sep 30 16:24:27 2006 +0000 1261 1262 * Updated font data. 1263 1264 fonts/emboss.tlf | 27 +++++++++++++++------------ 1265 fonts/emboss2.tlf | 27 +++++++++++++++------------ 1266 fonts/smbraille.tlf | 5 ++++- 1267 3 files changed, 34 insertions(+), 25 deletions(-) 1268 1269 Commit: 1146 1270 Author: sam 1271 Date: Sat Sep 30 16:19:42 2006 +0000 1272 1273 * New font: Small Braille. 1274 1275 fonts/Makefile.am | 2 +- 1276 fonts/smbraille.tlf | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1277 2 files changed, 217 insertions(+), 1 deletions(-) 1278 1279 Commit: 1145 1280 Author: sam 1281 Date: Sat Sep 30 11:47:22 2006 +0000 1282 1283 * Created emboss2.tlf with a simple sed rule. 1284 1285 fonts/Makefile.am | 2 +- 1286 fonts/emboss.tlf | 5 +- 1287 fonts/emboss2.tlf | 321 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1288 3 files changed, 326 insertions(+), 2 deletions(-) 1289 1290 Commit: 1144 1291 Author: sam 1292 Date: Sat Sep 30 11:34:37 2006 +0000 1293 1294 * Created emboss.tlf, a Unicode font for the official TOIlet distribution. 1295 1296 Makefile.am | 4 +- 1297 configure.ac | 2 +- 1298 data/Makefile.am | 1 - 1299 fonts/Makefile.am | 5 + 1300 fonts/emboss.tlf | 318 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1301 5 files changed, 326 insertions(+), 4 deletions(-) 1302 1303 Commit: 1143 1304 Author: sam 1305 Date: Sat Sep 30 11:06:20 2006 +0000 1306 1307 * Better error checking in the figlet renderer. 1308 * Allow to open fonts that have Unicode data (requires libcucul 0.99.beta6 1309 which is not yet released). 1310 1311 src/figlet.c | 31 ++++++++++++++++++++----------- 1312 src/figlet.h | 3 +-- 1313 src/main.c | 29 +++++++++++++++++------------ 1314 src/toilet.h | 21 +++++++++++++++++++++ 1315 4 files changed, 59 insertions(+), 25 deletions(-) 1316 1317 Commit: 1142 1318 Author: sam 1319 Date: Sat Sep 30 10:48:32 2006 +0000 1320 1321 * Make the --metal filter only change the colour, not the characters. 1322 1323 src/filters.c | 30 ++++++++++-------------------- 1324 1 files changed, 10 insertions(+), 20 deletions(-) 1325 1326 Commit: 1116 1327 Author: sam 1328 Date: Wed Sep 27 07:18:20 2006 +0000 1329 1330 * Implemented figlet's -t (adapt to terminal's width). 1331 1332 configure.ac | 15 ++++++++++++++- 1333 src/main.c | 24 +++++++++++++++++++++--- 1334 2 files changed, 35 insertions(+), 4 deletions(-) 1335 1336 Commit: 1115 1337 Author: sam 1338 Date: Tue Sep 26 23:13:01 2006 +0000 1339 1340 * Added -d and completed -I options. 1341 1342 src/main.c | 19 +++++++++++++------ 1343 1 files changed, 13 insertions(+), 6 deletions(-) 1344 1345 Commit: 1114 1346 Author: sam 1347 Date: Tue Sep 26 22:54:15 2006 +0000 1348 1349 * Implemented figlet's -I (infocode) option. 1350 * Added -w flag. Ignored for now. 1351 1352 src/main.c | 105 +++++++++++++++++++++++++++++++++++++++++++++-------------- 1353 1 files changed, 80 insertions(+), 25 deletions(-) 1354 1355 Commit: 1113 1356 Author: sam 1357 Date: Tue Sep 26 21:58:26 2006 +0000 1358 1359 * Crop the final canvas to the effective width. 1360 * Fixed a bug that prevented loading characters after 127. 1361 * Allow to load fonts that hex-encode their Unicode values. 1362 1363 src/figlet.c | 19 +++++++++++++++---- 1364 1 files changed, 15 insertions(+), 4 deletions(-) 1365 1366 Commit: 1112 1367 Author: sam 1368 Date: Tue Sep 26 21:51:13 2006 +0000 1369 1370 * Fix libcucul font rendering. Now that the default canvas has a 1371 transparent background, we need to explicitely draw our temporary string 1372 in white on black. 1373 1374 src/render.c | 1 + 1375 1 files changed, 1 insertions(+), 0 deletions(-) 1376 1377 Commit: 1110 1378 Author: sam 1379 Date: Tue Sep 26 21:40:35 2006 +0000 1380 1381 * Don't autocrop final canvas if it was rendered with the figlet engine. 1382 1383 src/main.c | 6 +++--- 1384 1 files changed, 3 insertions(+), 3 deletions(-) 1385 1386 Commit: 1109 1387 Author: sam 1388 Date: Tue Sep 26 21:39:07 2006 +0000 1389 1390 * Do not try to autocrop a canvas that has only spaces. 1391 1392 src/filters.c | 3 +++ 1393 1 files changed, 3 insertions(+), 0 deletions(-) 1394 1395 Commit: 1106 1396 Author: sam 1397 Date: Tue Sep 26 13:57:01 2006 +0000 1398 1399 * Improved support for figlet fonts. We can now load them and print text. 1400 Still no smushing, no hard blanks, no line wrapping... 1401 1402 src/figlet.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1403 1 files changed, 164 insertions(+), 2 deletions(-) 1404 1405 Commit: 1102 1406 Author: sam 1407 Date: Sat Sep 23 22:58:02 2006 +0000 1408 1409 * Added content description to all source files. 1410 1411 src/figlet.c | 4 ++++ 1412 src/figlet.h | 3 +++ 1413 src/filters.c | 4 ++++ 1414 src/filters.h | 4 ++++ 1415 src/main.c | 4 ++++ 1416 src/render.c | 4 ++++ 1417 src/render.h | 4 ++++ 1418 7 files changed, 27 insertions(+), 0 deletions(-) 1419 1420 Commit: 1101 1421 Author: sam 1422 Date: Sat Sep 23 22:53:17 2006 +0000 1423 1424 * Created skeleton for future FIGlet font handling. Nothing here yet. 1425 1426 src/Makefile.am | 5 ++++- 1427 src/figlet.c | 34 ++++++++++++++++++++++++++++++++++ 1428 src/figlet.h | 16 ++++++++++++++++ 1429 src/main.c | 45 ++++++++++++++++++++++++++++++++------------- 1430 4 files changed, 86 insertions(+), 14 deletions(-) 1431 1432 Commit: 1100 1433 Author: sam 1434 Date: Sat Sep 23 19:54:20 2006 +0000 1435 1436 * Split main.c into main.c/render.c/filters.c. 1437 1438 src/Makefile.am | 2 +- 1439 src/filters.c | 122 ++++++++++++++++++++++++++++++++++++ 1440 src/filters.h | 17 +++++ 1441 src/main.c | 183 +----------------------------------------------------- 1442 src/render.c | 88 ++++++++++++++++++++++++++ 1443 src/render.h | 16 +++++ 1444 6 files changed, 248 insertions(+), 180 deletions(-) 1445 1446 Commit: 1099 1447 Author: sam 1448 Date: Sat Sep 23 19:27:19 2006 +0000 1449 1450 * Added -m/--metal flag. Pretty ugly. 1451 1452 src/main.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1453 1 files changed, 53 insertions(+), 3 deletions(-) 1454 1455 Commit: 1087 1456 Author: sam 1457 Date: Fri Sep 22 23:36:35 2006 +0000 1458 1459 * Import toilet source code from libcaca's repository. 1460 1461 configure.ac | 12 ++- 1462 src/Makefile.am | 2 +- 1463 src/main.c | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1464 3 files changed, 289 insertions(+), 18 deletions(-) 1465 1466 Commit: 1084 1467 Author: sam 1468 Date: Fri Sep 22 17:03:41 2006 +0000 1469 1470 * Initial tree. 1471 1472 COPYING | 14 ++++++ 1473 Makefile.am | 7 +++ 1474 bootstrap | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1475 configure.ac | 44 +++++++++++++++++++ 1476 data/Makefile.am | 1 + 1477 src/Makefile.am | 7 +++ 1478 src/main.c | 27 ++++++++++++ 1479 7 files changed, 223 insertions(+), 0 deletions(-) -
toilet/trunk/Makefile.am
r4306 r4343 31 31 scp $(distdir).tar.gz $(webhost):$(webdir)/files/ 32 32 33 update-changelog: FORCE 34 git --help >/dev/null 2>&1 \ 35 && test -d .git \ 36 && git log --stat | awk 'function flush() { if (m != "") { print "Commit: " v "\nAuthor: " a m } m=""; v="UNSUBMITTED" } { if ($$1 == "commit") flush(); else if ($$1 == "Author:") { a = $$2 } else if ($$1 == "git-svn-id:") { split($$2,tmp,"@"); v=tmp[2] } else if ($$_ != " ") { m=m "\n" $$_ } } END { flush() }' > ChangeLog 37 33 38 FORCE:
Note: See TracChangeset
for help on using the changeset viewer.