Pascal Terjan
ef9545d773
* Handle closing cacaview by window manager
17 years ago
Sam Hocevar
55bfdceb55
* Update .gitignore after img2irc -> img2txt change.
17 years ago
Jean-Yves Lamoureux
7d7f4c42e1
* Added switch to control output font size, and updated documentation
accordingly
17 years ago
Jean-Yves Lamoureux
a4d6ee90fd
* Added version switch
17 years ago
Jean-Yves Lamoureux
9ecad83135
* Updated documentation to reflect img2irc name change, fixed typo in img2txt help
17 years ago
Sam Hocevar
63914b4198
* Always include <netinet/in.h> when present, to make header simpler.
17 years ago
Sam Hocevar
3ab957dcc2
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
17 years ago
Jean-Yves Lamoureux
d6cc372844
* Fixed typo in help
17 years ago
Jean-Yves Lamoureux
f4f8d0c5dd
* Added imlib2 note on builds without it
17 years ago
Jean-Yves Lamoureux
4e0b1f5c13
* Added brightness / contrast / gamma support
17 years ago
Jean-Yves Lamoureux
6a53dfc716
* Fixed bad file error handling, made dither and export errors more informative on program name
17 years ago
Jean-Yves Lamoureux
885738502b
* Added dither error handling
17 years ago
Jean-Yves Lamoureux
016460536f
* Added --dither option and updated usage()
17 years ago
Jean-Yves Lamoureux
eaf8253880
* WTF is a typedef missing ?
17 years ago
Jean-Yves Lamoureux
3466626a69
* Quick and Dirty hack for DOS ans kernel drivers
17 years ago
Jean-Yves Lamoureux
f979f0f3a8
* Oops, forgot to add getopt replacement files, omg.
17 years ago
Jean-Yves Lamoureux
5f07f38ac1
* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
17 years ago
Jean-Yves Lamoureux
44e898598f
* Renamed img2irc to a more generic img2txt
17 years ago
Jean-Yves Lamoureux
2efdd10e16
* Added getopt / mygetopt support to img2irc, and added options to control width, height, and format
17 years ago
Sam Hocevar
42d54d25c9
* New transition effects: horizontal and vertical lines.
17 years ago
Sam Hocevar
3624787754
* Updated libcaca and cacaview after the API changes.
17 years ago
Sam Hocevar
85f2b01bf7
* Added .gitignore files in addition to svn:ignore properties.
17 years ago
Sam Hocevar
b6edafcb11
* Fixed cacaview’s dithering selection.
17 years ago
Sam Hocevar
67e2e8d7b6
* Removed malloc() calls from the rotozoom code, put initialisation in the
PREPARE rule and did minor cleanup (SCNR).
17 years ago
Jean-Yves Lamoureux
44267738ab
* Minor cosmetic changes
17 years ago
Sam Hocevar
6d843e75b2
* Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler
<bsittler@gmail.com>
17 years ago
Jean-Yves Lamoureux
f03911b212
* Added rotozoom (and its 1MB header file)
17 years ago
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
18 years ago
Jean-Yves Lamoureux
d9adb5fa6d
* Added error checks to cacaplay
18 years ago
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
18 years ago
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
18 years ago
Sam Hocevar
12696aaff5
* Don't rely on pkg-config macros for variable substitution. Just in case.
18 years ago
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
18 years ago
Sam Hocevar
35ad2eda5a
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
18 years ago
Sam Hocevar
15898ad288
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
18 years ago
Sam Hocevar
a750bb77b3
* Ctrl-C and Ctrl-Z quit cacafire and cacademo.
18 years ago
Sam Hocevar
598a6718e6
* Properly handle EOF in cacaplay.
18 years ago
Sam Hocevar
35f77b6e06
* Allow cacaplay to play streams and updated its manpage.
18 years ago
Sam Hocevar
3243101ff0
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
18 years ago
Sam Hocevar
88facd894c
* Switch back to UTF-32 arguments for drawing primitives, now that we
properly export cucul_utf8_to_utf32(). Evil API breakage, but no one
uses these functions anyway.
18 years ago
Sam Hocevar
21856cf414
* Wrote manual pages for img2irc, cacaplay and cacaserver.
18 years ago
Sam Hocevar
6dc69f3ace
* Don't try to guess the file format in cacaserver, instead feed the data
to cucul_import_memory() and try again later if it says "not enough data".
18 years ago
Sam Hocevar
9621f21c5a
* Convert all programs and tests to the new import/export API.
18 years ago
Sam Hocevar
a5164e8543
* Do not link cacaserver with libcaca, it only uses libcucul.
18 years ago
Sam Hocevar
98ee92b2d0
* Updated the caca export format so that it supports multiple frames.
* Updated the caca importer to reflect that; only one frame is read at the
moment.
* Added an "utf8cr" export format for UTF-8 + CRLF exports.
* Updated cacaserver to reflect file format changes.
18 years ago
Sam Hocevar
42c9518d2a
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
cucul_set_color() and cucul_set_truecolor() under the new names
cucul_set_color_ansi() and cucul_set_color_argb().
* Renamed cucul_get_color_name() into cucul_ansi_to_str().
18 years ago
Sam Hocevar
0b37a307dd
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
functionality into cucul_set_attr().
* Add cucul_ansi_to_attr() and cucul_argb_to_attr().
* Rename CUCUL_COLOR_* to CUCUL_*.
18 years ago
Sam Hocevar
aa93ad25f6
* Remove cucul_set_color() from the exported API and replaced all calls
with cucul_set_attr_ansi(). Old application will still compile (but issue
a warning) and run, though.
18 years ago
Sam Hocevar
d1f55fbe8f
* Fix broken Imlib2 support in cacaview.
18 years ago
Sam Hocevar
f20598339e
* Use enter as the transition key.
18 years ago