Kevin Behrens
|
be1054fefd
|
Change name of gay filter to rainbow
|
10 years ago |
Sam Hocevar
|
2c63c7ada7
|
Get rid of $Id$ keywords.
|
16 years ago |
Sam Hocevar
|
9bea723d14
|
Routine cleanup: update links and e-mail addresses in source and
documentation, and update fonts using the latest libcaca version.
|
16 years ago |
Sam Hocevar
|
0f4b7e6050
|
Add a "border" filter to add a border around text.
|
16 years ago |
Sam Hocevar
|
0b8e189863
|
Port toilet to the unified libcaca 0.99.beta15 API.
|
17 years ago |
Sam Hocevar
|
4f409dd091
|
* Added left and right filters for 90-degree rotations.
* Bumped libcucul versioned dependency accordingly.
|
18 years ago |
Sam Hocevar
|
def7cfe97b
|
* Bwarf, typo in the no warranty clause.
|
19 years ago |
Sam Hocevar
|
914a571652
|
* Add a no warranty clause to the code.
|
19 years ago |
Sam Hocevar
|
981e398b67
|
* Now that libcaca 0.99.beta10 is out, we can switch to the new API.
|
19 years ago |
Sam Hocevar
|
3632a838a0
|
* Output filter list to stdout, not stderr.
|
19 years ago |
Sam Hocevar
|
7c880dc3f5
|
* Fix signed/unsigned warning.
|
19 years ago |
Sam Hocevar
|
93a52058e0
|
* Use "-F list" to list available filters.
* Use "-E" to specify export format, "-E list" to list them.
|
19 years ago |
Sam Hocevar
|
b93cdd971c
|
* Updated code to the beta9 API.
|
19 years ago |
Sam Hocevar
|
3bde5b8d8d
|
* Fix uninitialised variable in the filter handler.
|
19 years ago |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
19 years ago |
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.
|
19 years ago |
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".
|
19 years ago |
Sam Hocevar
|
30b6ca2596
|
* Renamed filters.* to filter.*.
|
19 years ago |
Sam Hocevar
|
d9bb31a40e
|
* Make the --metal filter only change the colour, not the characters.
|
19 years ago |
Sam Hocevar
|
e80a522fcc
|
* Do not try to autocrop a canvas that has only spaces.
|
19 years ago |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
19 years ago |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
19 years ago |