Sam Hocevar
|
614e317810
|
Fix a crash with multiline input caused by losing the figfont information.
|
il y a 15 ans |
Sam Hocevar
|
63311c54a5
|
Add a source code sanity check.
|
il y a 15 ans |
Sam Hocevar
|
fb6aeb50d0
|
New ASCII fonts based on a simple translation of the Monospace ones.
|
il y a 15 ans |
Sam Hocevar
|
9bea723d14
|
Routine cleanup: update links and e-mail addresses in source and
documentation, and update fonts using the latest libcaca version.
|
il y a 15 ans |
Sam Hocevar
|
6b08f89ef4
|
Revert previous fix for deprecated libcaca versions. It's possible we have
a TOIlet release before a libcaca one.
|
il y a 15 ans |
Sam Hocevar
|
0f4b7e6050
|
Add a "border" filter to add a border around text.
|
il y a 15 ans |
Sam Hocevar
|
f19beb6970
|
Fix deprecated libcaca calls.
|
il y a 15 ans |
Sam Hocevar
|
0b8e189863
|
Port toilet to the unified libcaca 0.99.beta15 API.
|
il y a 16 ans |
Sam Hocevar
|
0d17008396
|
* Get rid of io.c/io.h: IO functions are now in libcucul.
|
il y a 16 ans |
Sam Hocevar
|
71ab147f05
|
* Re-add the cx->torender trick to avoid crashing on filters. This really
needs some architecture thinking.
|
il y a 16 ans |
Sam Hocevar
|
f3cdb2921c
|
* Get rid of all the FIGlet font handling: everything is moving into
libcucul.
|
il y a 16 ans |
Sam Hocevar
|
4f409dd091
|
* Added left and right filters for 90-degree rotations.
* Bumped libcucul versioned dependency accordingly.
|
il y a 17 ans |
Sam Hocevar
|
ba2b3587c5
|
* Fix build for systems with no zlib-devel.
|
il y a 18 ans |
Sam Hocevar
|
def7cfe97b
|
* Bwarf, typo in the no warranty clause.
|
il y a 18 ans |
Sam Hocevar
|
914a571652
|
* Add a no warranty clause to the code.
|
il y a 18 ans |
Sam Hocevar
|
e03859f53b
|
* Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux.
|
il y a 18 ans |
Sam Hocevar
|
08f12e673f
|
* Cosmetic.
|
il y a 18 ans |
Sam Hocevar
|
3a513d8be4
|
* Completed support for -s, -S, -k, -W, -o.
|
il y a 18 ans |
Sam Hocevar
|
4b1d3a28f5
|
* Updated help and manpage.
|
il y a 18 ans |
Sam Hocevar
|
7c5074176c
|
* Fix universal smushing.
|
il y a 18 ans |
Sam Hocevar
|
aefd454432
|
* Smushing support. Yeah baby.
|
il y a 18 ans |
Sam Hocevar
|
2427741182
|
* Kerning support. We used to have:
__ __ _
\ \ / / (_) ___ _ _ __ __ _ __ ___ _ _ __
\ V / | | / -_) | || | \ \ / | '_ \ / _ \ | '_| / _|
\_/ |_| \___| \_,_| /_\_\ | .__/ \___/ |_| \__|
|_|
Now we have:
__ __ _
\ \ / /(_) ___ _ _ __ __ _ __ ___ _ _ __
\ V / | |/ -_)| || |\ \ / | '_ \/ _ \| '_|/ _|
\_/ |_|\___| \_,_|/_\_\ | .__/\___/|_| \__|
|_|
Now we just need smushing.
|
il y a 18 ans |
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.
|
il y a 18 ans |
Sam Hocevar
|
981e398b67
|
* Now that libcaca 0.99.beta10 is out, we can switch to the new API.
|
il y a 18 ans |
Sam Hocevar
|
67988bb31f
|
* Allow setting the font directory using --datadir / --datarootdir.
|
il y a 18 ans |
Sam Hocevar
|
3632a838a0
|
* Output filter list to stdout, not stderr.
|
il y a 18 ans |
Sam Hocevar
|
41ffd5d7b8
|
* Moved export stuff in export.c.
* Bail out with an error if the requested export format is unsupported.
|
il y a 18 ans |
Sam Hocevar
|
7c880dc3f5
|
* Fix signed/unsigned warning.
|
il y a 18 ans |
Sam Hocevar
|
93a52058e0
|
* Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
|
il y a 18 ans |
Sam Hocevar
|
419adf3cc5
|
* Don't crash if an export error occurs.
|
il y a 18 ans |
Sam Hocevar
|
b93cdd971c
|
* Updated code to the beta9 API.
|
il y a 18 ans |
Sam Hocevar
|
4af6e12627
|
* Ignore negative indices in font data.
|
il y a 18 ans |
Sam Hocevar
|
374627e287
|
* Make figlet font importer more tolerant with empty lines.
|
il y a 18 ans |
Sam Hocevar
|
a550751f89
|
* Got rid of the mono9.c renderer. We now have a .tlf font instead.
|
il y a 18 ans |
Sam Hocevar
|
8cca295e10
|
* Add a sanity check to the FIGlet font loader.
|
il y a 18 ans |
Sam Hocevar
|
3f44cc843f
|
* Add missing toilet.h to the toilet sources.
|
il y a 18 ans |
Sam Hocevar
|
3bde5b8d8d
|
* Fix uninitialised variable in the filter handler.
|
il y a 18 ans |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
il y a 18 ans |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
il y a 18 ans |
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.
|
il y a 18 ans |
Sam Hocevar
|
3549ea3988
|
* Get rid of -g -i -m short options, only keep --gay --irc --metal.
* Add --html and --tga flags.
|
il y a 18 ans |
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".
|
il y a 18 ans |
Sam Hocevar
|
30b6ca2596
|
* Renamed filters.* to filter.*.
|
il y a 18 ans |
Sam Hocevar
|
f8a41ca9a0
|
* Support for PKZIP-compressed fonts using zlib.
|
il y a 18 ans |
Sam Hocevar
|
9919145dad
|
* Minor debugging information in the FIGlet font parser.
|
il y a 18 ans |
Sam Hocevar
|
7b76d57ab9
|
* Add feof() to the list of I/O functions.
|
il y a 18 ans |
Sam Hocevar
|
e21d948a17
|
* Moved I/O functions into a separate module.
|
il y a 18 ans |
Sam Hocevar
|
7629afd70b
|
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
paves the way for custom IO functions.
|
il y a 18 ans |
Sam Hocevar
|
93f60439fd
|
* Fix a crash when font opening fails.
|
il y a 18 ans |
Sam Hocevar
|
8a615087eb
|
* Fixed an ifdef error that caused -t to be ignored.
|
il y a 18 ans |