Sam Hocevar
|
21f7d8f290
|
* Added Hangul and CJK shit to the Circle font.
|
18 anni fa |
Sam Hocevar
|
c628919d91
|
* I hate SVN keywords. Here, fixed at last.
|
18 anni fa |
Sam Hocevar
|
f6fa0449be
|
* Added a "make upload" rule for releases.
|
18 anni fa |
Sam Hocevar
|
594f6da067
|
* Grmbl, set $Id on configure.ac.
|
18 anni fa |
Sam Hocevar
|
0514086ace
|
* Set version to 0.1.
* Added ChangeLog, updated TODO/NEWS/README.
|
18 anni fa |
Sam Hocevar
|
11f9fdd7db
|
* Fix layout information of shipped fonts.
|
18 anni fa |
Sam Hocevar
|
e3f4dc4375
|
* Define default layout as fullwidth for generated fonts.
|
18 anni fa |
Sam Hocevar
|
3a513d8be4
|
* Completed support for -s, -S, -k, -W, -o.
|
18 anni fa |
Sam Hocevar
|
4b1d3a28f5
|
* Updated help and manpage.
|
18 anni fa |
Sam Hocevar
|
7c5074176c
|
* Fix universal smushing.
|
18 anni fa |
Sam Hocevar
|
aefd454432
|
* Smushing support. Yeah baby.
|
18 anni fa |
Sam Hocevar
|
2427741182
|
* Kerning support. We used to have:
__ __ _
\ \ / / (_) ___ _ _ __ __ _ __ ___ _ _ __
\ V / | | / -_) | || | \ \ / | '_ \ / _ \ | '_| / _|
\_/ |_| \___| \_,_| /_\_\ | .__/ \___/ |_| \__|
|_|
Now we have:
__ __ _
\ \ / /(_) ___ _ _ __ __ _ __ ___ _ _ __
\ V / | |/ -_)| || |\ \ / | '_ \/ _ \| '_|/ _|
\_/ |_|\___| \_,_|/_\_\ | .__/\___/|_| \__|
|_|
Now we just need smushing.
|
18 anni fa |
Sam Hocevar
|
c325cb1c81
|
* Support for ANSI escape codes in the input:
http://zoy.org/~sam/toilet-ansi.png
http://zoy.org/~sam/toilet-ansi2.png
* Empty lines are currently broken.
|
18 anni fa |
Sam Hocevar
|
c9eff30818
|
* Fix max width in smblock.tlf.
|
18 anni fa |
Sam Hocevar
|
981e398b67
|
* Now that libcaca 0.99.beta10 is out, we can switch to the new API.
|
18 anni fa |
Sam Hocevar
|
9b7f15b1b1
|
* Double width support in caca2tlf.
|
18 anni fa |
Sam Hocevar
|
29b3408410
|
* Add a "make fonts" rule to rebuild all generated fonts.
|
18 anni fa |
Sam Hocevar
|
9162cd19e9
|
* Generate the manpage in the make rule, not the configure rule, because
at configure time ${datarootdir} depends on ${prefix} which is defined
a bit too late in the script.
|
18 anni fa |
Sam Hocevar
|
67988bb31f
|
* Allow setting the font directory using --datadir / --datarootdir.
|
18 anni fa |
Sam Hocevar
|
9428fa4d2f
|
* Do not cache ac_build_date.
|
18 anni fa |
Sam Hocevar
|
2a317ad012
|
* Add a manual page.
|
18 anni fa |
Sam Hocevar
|
3632a838a0
|
* Output filter list to stdout, not stderr.
|
18 anni fa |
Sam Hocevar
|
41ffd5d7b8
|
* Moved export stuff in export.c.
* Bail out with an error if the requested export format is unsupported.
|
18 anni fa |
Sam Hocevar
|
7c880dc3f5
|
* Fix signed/unsigned warning.
|
18 anni fa |
Sam Hocevar
|
93a52058e0
|
* Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
|
18 anni fa |
Sam Hocevar
|
419adf3cc5
|
* Don't crash if an export error occurs.
|
18 anni fa |
Sam Hocevar
|
b93cdd971c
|
* Updated code to the beta9 API.
|
18 anni fa |
Sam Hocevar
|
d0755d80a5
|
* Minor cosmetic change in the configure output.
|
18 anni fa |
Sam Hocevar
|
4af6e12627
|
* Ignore negative indices in font data.
|
18 anni fa |
Sam Hocevar
|
374627e287
|
* Make figlet font importer more tolerant with empty lines.
|
18 anni fa |
Sam Hocevar
|
cbc2d320e1
|
* Updated mono9 and mono12 fonts and added small and big variants.
|
18 anni fa |
Sam Hocevar
|
1cd33835f5
|
* Add --half and --quarter options to caca2tlf.
|
18 anni fa |
Sam Hocevar
|
a550751f89
|
* Got rid of the mono9.c renderer. We now have a .tlf font instead.
|
18 anni fa |
Sam Hocevar
|
b0fad00497
|
* Added two new fonts created with caca2tlf:
caca2tlf "Monospace 9" | zip >| fonts/mono9.tlf
caca2tlf "Monospace Bold 12" | zip >| fonts/mono12.tlf
|
18 anni fa |
Sam Hocevar
|
eb711671a2
|
* Added the caca2tlf tool, which converts a libcaca font into a TOIlet font
using a naive pixel-to-glyphs algorithm. I will improve it later.
|
18 anni fa |
Sam Hocevar
|
dadd049ca3
|
* Distribute fonts with the tarball.
|
18 anni fa |
Sam Hocevar
|
8cca295e10
|
* Add a sanity check to the FIGlet font loader.
|
18 anni fa |
Sam Hocevar
|
3f44cc843f
|
* Add missing toilet.h to the toilet sources.
|
18 anni fa |
Sam Hocevar
|
3bde5b8d8d
|
* Fix uninitialised variable in the filter handler.
|
18 anni fa |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
18 anni fa |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
18 anni fa |
Sam Hocevar
|
99f3252c73
|
* Make stdin input line-aware so that we don't have to wait until EOF to
display stuff.
* Reorganise stuff and fix memory leaks.
|
18 anni fa |
Sam Hocevar
|
3549ea3988
|
* Get rid of -g -i -m short options, only keep --gay --irc --metal.
* Add --html and --tga flags.
|
18 anni fa |
Sam Hocevar
|
5edf3053de
|
* Added filter_flip, filter_flop and filter_rotate.
* Add a -F flag to specify filters to apply. Can be specified more than
once, and filters can be chained using ":", eg. "-F flip:gay".
|
18 anni fa |
Sam Hocevar
|
30b6ca2596
|
* Renamed filters.* to filter.*.
|
18 anni fa |
Sam Hocevar
|
f8a41ca9a0
|
* Support for PKZIP-compressed fonts using zlib.
|
18 anni fa |
Sam Hocevar
|
2ffabb05d0
|
* Check for zlib if available.
|
18 anni fa |
Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
18 anni fa |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
18 anni fa |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
18 anni fa |