You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1605 lines
43 KiB

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