Sam Hocevar
|
41ffd5d7b8
|
* Moved export stuff in export.c.
* Bail out with an error if the requested export format is unsupported.
|
18 лет назад |
Sam Hocevar
|
7c880dc3f5
|
* Fix signed/unsigned warning.
|
18 лет назад |
Sam Hocevar
|
93a52058e0
|
* Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
|
18 лет назад |
Sam Hocevar
|
419adf3cc5
|
* Don't crash if an export error occurs.
|
18 лет назад |
Sam Hocevar
|
b93cdd971c
|
* Updated code to the beta9 API.
|
18 лет назад |
Sam Hocevar
|
d0755d80a5
|
* Minor cosmetic change in the configure output.
|
18 лет назад |
Sam Hocevar
|
4af6e12627
|
* Ignore negative indices in font data.
|
18 лет назад |
Sam Hocevar
|
374627e287
|
* Make figlet font importer more tolerant with empty lines.
|
18 лет назад |
Sam Hocevar
|
cbc2d320e1
|
* Updated mono9 and mono12 fonts and added small and big variants.
|
18 лет назад |
Sam Hocevar
|
1cd33835f5
|
* Add --half and --quarter options to caca2tlf.
|
18 лет назад |
Sam Hocevar
|
a550751f89
|
* Got rid of the mono9.c renderer. We now have a .tlf font instead.
|
18 лет назад |
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 лет назад |
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 лет назад |
Sam Hocevar
|
dadd049ca3
|
* Distribute fonts with the tarball.
|
18 лет назад |
Sam Hocevar
|
8cca295e10
|
* Add a sanity check to the FIGlet font loader.
|
18 лет назад |
Sam Hocevar
|
3f44cc843f
|
* Add missing toilet.h to the toilet sources.
|
18 лет назад |
Sam Hocevar
|
3bde5b8d8d
|
* Fix uninitialised variable in the filter handler.
|
18 лет назад |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
18 лет назад |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
18 лет назад |
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 лет назад |
Sam Hocevar
|
3549ea3988
|
* Get rid of -g -i -m short options, only keep --gay --irc --metal.
* Add --html and --tga flags.
|
18 лет назад |
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 лет назад |
Sam Hocevar
|
30b6ca2596
|
* Renamed filters.* to filter.*.
|
18 лет назад |
Sam Hocevar
|
f8a41ca9a0
|
* Support for PKZIP-compressed fonts using zlib.
|
18 лет назад |
Sam Hocevar
|
2ffabb05d0
|
* Check for zlib if available.
|
18 лет назад |
Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
18 лет назад |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
18 лет назад |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
18 лет назад |
Sam Hocevar
|
7629afd70b
|
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
|
18 лет назад |
Sam Hocevar
|
93f60439fd
|
* Fix a crash when font opening fails.
|
18 лет назад |
Sam Hocevar
|
8a615087eb
|
* Fixed an ifdef error that caused -t to be ignored.
|
18 лет назад |
Sam Hocevar
|
953021e2d6
|
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
|
18 лет назад |
Sam Hocevar
|
56673021ed
|
* Properly handle \r \n \t in the big and tiny renderers.
|
18 лет назад |
Sam Hocevar
|
24156a3003
|
* The mono9 driver works again. With wrapping and stdin reading.
|
18 лет назад |
Sam Hocevar
|
1c733d2212
|
* Break everything. Temporarily. Only the term output works.
* Allow to read from stdin.
* Wrap at terminal width (currently letter-wrap, not word-wrap).
|
18 лет назад |
Sam Hocevar
|
d1ba08cdf0
|
* Retrieve the configure.ac timestamp at configure time and store it in
a C macro for better FIGlet emulation.
|
18 лет назад |
Sam Hocevar
|
99dbeaa263
|
* Fully reworked the katakana part of Small Block.
|
18 лет назад |
Sam Hocevar
|
cbe1037e10
|
* Added Unicode drawing blocks to Small Block.
|
18 лет назад |
Sam Hocevar
|
4ecdb49dc9
|
* Added most of latin1 additional characters.
|
18 лет назад |
Sam Hocevar
|
60bd038de3
|
* Added a new font: "Small Block".
|
18 лет назад |
Sam Hocevar
|
112b4bb185
|
* Use ${datadir} for fonts instead of ${datarootdir}.
|
18 лет назад |
Sam Hocevar
|
7290d559de
|
* Oops, fixed the lowercase "x" in Future.
|
18 лет назад |
Sam Hocevar
|
98507adc4e
|
* Big update to the Future font.
|
18 лет назад |
Sam Hocevar
|
0f9c9f901b
|
* Updated "Future" font.
|
18 лет назад |
Sam Hocevar
|
1b445087e3
|
* Oops, fixed typo in fonts/Makefile.am.
|
18 лет назад |
Sam Hocevar
|
2ba814b507
|
* Added "Future" font.
|
18 лет назад |
Sam Hocevar
|
cf168e7303
|
* Added simple "Circle" font.
|
18 лет назад |
Sam Hocevar
|
dcf9c4d63f
|
* Allow the hardblank character to be UTF-8.
|
18 лет назад |
Sam Hocevar
|
05f0cbccb7
|
* There is no way emboss.tlf can have proper lowercase characters. Filled
them with the uppercase ones.
|
18 лет назад |
Sam Hocevar
|
93533880ed
|
* Require libcucul 0.99.beta6 (utf8 import).
|
18 лет назад |