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