Sam Hocevar
|
2c63c7ada7
|
Get rid of $Id$ keywords.
|
před 15 roky |
Sam Hocevar
|
86d44a6982
|
Get rid of deprecated libcaca calls now that beta17 is out.
|
před 15 roky |
Sam Hocevar
|
9bea723d14
|
Routine cleanup: update links and e-mail addresses in source and
documentation, and update fonts using the latest libcaca version.
|
před 15 roky |
Sam Hocevar
|
6b08f89ef4
|
Revert previous fix for deprecated libcaca versions. It's possible we have
a TOIlet release before a libcaca one.
|
před 15 roky |
Sam Hocevar
|
f19beb6970
|
Fix deprecated libcaca calls.
|
před 15 roky |
Sam Hocevar
|
0b8e189863
|
Port toilet to the unified libcaca 0.99.beta15 API.
|
před 16 roky |
Sam Hocevar
|
71ab147f05
|
* Re-add the cx->torender trick to avoid crashing on filters. This really
needs some architecture thinking.
|
před 16 roky |
Sam Hocevar
|
f3cdb2921c
|
* Get rid of all the FIGlet font handling: everything is moving into
libcucul.
|
před 16 roky |
Sam Hocevar
|
def7cfe97b
|
* Bwarf, typo in the no warranty clause.
|
před 18 roky |
Sam Hocevar
|
914a571652
|
* Add a no warranty clause to the code.
|
před 18 roky |
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.
|
před 18 roky |
Sam Hocevar
|
981e398b67
|
* Now that libcaca 0.99.beta10 is out, we can switch to the new API.
|
před 18 roky |
Sam Hocevar
|
419adf3cc5
|
* Don't crash if an export error occurs.
|
před 18 roky |
Sam Hocevar
|
a550751f89
|
* Got rid of the mono9.c renderer. We now have a .tlf font instead.
|
před 18 roky |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
před 18 roky |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
před 18 roky |
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.
|
před 18 roky |
Sam Hocevar
|
56673021ed
|
* Properly handle \r \n \t in the big and tiny renderers.
|
před 18 roky |
Sam Hocevar
|
24156a3003
|
* The mono9 driver works again. With wrapping and stdin reading.
|
před 18 roky |
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).
|
před 18 roky |
Sam Hocevar
|
f71113d6a6
|
* Fix libcucul font rendering. Now that the default canvas has a
transparent background, we need to explicitely draw our temporary string
in white on black.
|
před 18 roky |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
před 18 roky |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
před 18 roky |