Sam Hocevar
3eb9d58037
Merge pull request #6 from KubaKaszycki/master
build: use more modern autotools features
il y a 8 ans
KubaKaszycki
8bc5e28770
Added more modern stuff
il y a 8 ans
Sam Hocevar
c3154ae042
Add Travis CI integration.
il y a 9 ans
Sam Hocevar
0820c160d7
Merge pull request #2 from mark7/wb-fauxcyrillic
Add fauxcyrillic and fullcyrillic fonts
il y a 9 ans
Sam Hocevar
afc42b90ea
Use bootstrap script from libcaca; our current version is outdated. Closes #4 .
il y a 9 ans
Sam Hocevar
2c99c8ef1b
Merge pull request #3 from thekbb/rename-gay-filter-to-rainbow
Change name of gay filter to rainbow.
il y a 9 ans
Kevin Behrens
da93385cd5
Incorporate feedback: don't break --gay, fix whitespace
il y a 9 ans
Kevin Behrens
be1054fefd
Change name of gay filter to rainbow
il y a 9 ans
Mark Schreiber
92cc8ad375
Add fauxcyrillic and fullcyrillic fonts
Add a "fauxcyrillic" font that uses a few Cyrillic characters in place
of similarly-shaped Latin ones to create a Russian flavor in
mostly-English text.
This is reasonably close to the substitutions described at:
https://en.wikipedia.org/wiki/Faux_Cyrillic
Add a "fullcyrillic" font that replaces all of the Latin characters with
Cyrillic characters.
il y a 9 ans
Sam Hocevar
0ae65e0c47
Add a Bold Fraktur font.
il y a 11 ans
Sam Hocevar
57eff2e092
Prepare Changelog for version 0.3.
il y a 11 ans
Sam Hocevar
7caaf1a742
fix: use the upcoming libcaca's canvas width and smushing mode features.
il y a 11 ans
Sam Hocevar
f35c90ff3e
build: update bootstrap script.
il y a 11 ans
Sam Hocevar
784ea9a179
Remove useless reference to deprecated libcucul.
il y a 14 ans
Sam Hocevar
cab64e608b
Remove the build dependency on the getopt implementation and use libcaca
instead.
il y a 14 ans
Sam Hocevar
6dd652a3df
Update ChangeLog.
il y a 15 ans
Sam Hocevar
7436d1c74f
No longer check for zlib, it's provided by libcaca.
il y a 15 ans
Sam Hocevar
ec7c63a624
Set version to 0.2 and update COPYING, NEWS, README, TODO...
il y a 15 ans
Sam Hocevar
f03f5e8823
Improve testsuite.
il y a 15 ans
Sam Hocevar
2c63c7ada7
Get rid of $Id$ keywords.
il y a 15 ans
Sam Hocevar
86d44a6982
Get rid of deprecated libcaca calls now that beta17 is out.
il y a 15 ans
Sam Hocevar
cf40121bfc
Put package version in manual page.
il y a 15 ans
Sam Hocevar
bb02608645
Add mygetopt.c to the project. Fixes #42 .
il y a 15 ans
Sam Hocevar
a5f4d401fc
Search for missing fonts in the current directory ( Fixes #40 ) and display
an error message in case of failure.
il y a 15 ans
Sam Hocevar
ab698bbc1f
Build-depend on libcaca 0.99.beta17, to get colour font support.
il y a 15 ans
Sam Hocevar
05bf19a69a
Better ChangeLog generation.
il y a 15 ans
Sam Hocevar
b578d2e9bb
Two new automatic fonts: biggray9 and biggray12.
il y a 15 ans
Sam Hocevar
a97ae774e9
Generate colour fonts with caca2tlf.
il y a 15 ans
Sam Hocevar
8beb7e82ee
Add a test to check that all fonts can be loaded.
il y a 15 ans
Sam Hocevar
98eaf9d35d
Remove spaces from the pagga font, to make it look nicer with proportional
fonts.
il y a 15 ans
Sam Hocevar
29012c93fe
Add a new CP437 font: pagga.tlf
il y a 15 ans
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
e409fd0f99
Update bootstrap script.
il y a 15 ans
Sam Hocevar
f19beb6970
Fix deprecated libcaca calls.
il y a 15 ans
Sam Hocevar
6a21f9ef60
Added "letter.tlf", a font designed by Francesco Poli.
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
6229e1f38d
* configure.ac: fix libcucul-dev dependency value.
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
ec08c3d6c0
* Require cucul >= 0.99.beta15. Not released yet, but at least we won't
get any complaints about crashes or compilation issues.
il y a 16 ans
Sam Hocevar
75535016f3
* Add a .gitignore files for git-svn users.
il y a 16 ans
Sam Hocevar
f59a2adfdc
* Put autotools files in ./.auto instead of ./autotools.
il y a 16 ans
Sam Hocevar
ff314b0078
* Fix a compilation warning due to libcucul API changes.
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
98d4ddf5c9
* Fix a bashism in the configure script that the FreeBSD guys apparently
never bothered to tell me about.
il y a 17 ans