Jean-Yves Lamoureux
9ecad83135
* Updated documentation to reflect img2irc name change, fixed typo in img2txt help
17 lat temu
Jean-Yves Lamoureux
44e90bf190
* Updated img2txt man page
17 lat temu
Sam Hocevar
63914b4198
* Always include <netinet/in.h> when present, to make header simpler.
17 lat temu
Sam Hocevar
3ab957dcc2
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
17 lat temu
Sam Hocevar
acca03e820
* Use kpsewhich to find a4.sty and a4wide.sty, as suggested by
Alexis Ballier.
17 lat temu
Jean-Yves Lamoureux
d6cc372844
* Fixed typo in help
17 lat temu
Jean-Yves Lamoureux
f4f8d0c5dd
* Added imlib2 note on builds without it
17 lat temu
Jean-Yves Lamoureux
4e0b1f5c13
* Added brightness / contrast / gamma support
17 lat temu
Jean-Yves Lamoureux
6a53dfc716
* Fixed bad file error handling, made dither and export errors more informative on program name
17 lat temu
Jean-Yves Lamoureux
885738502b
* Added dither error handling
17 lat temu
Jean-Yves Lamoureux
016460536f
* Added --dither option and updated usage()
17 lat temu
Jean-Yves Lamoureux
eaf8253880
* WTF is a typedef missing ?
17 lat temu
Jean-Yves Lamoureux
3466626a69
* Quick and Dirty hack for DOS ans kernel drivers
17 lat temu
Jean-Yves Lamoureux
f979f0f3a8
* Oops, forgot to add getopt replacement files, omg.
17 lat temu
Jean-Yves Lamoureux
5f07f38ac1
* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
17 lat temu
Jean-Yves Lamoureux
44e898598f
* Renamed img2irc to a more generic img2txt
17 lat temu
Jean-Yves Lamoureux
2efdd10e16
* Added getopt / mygetopt support to img2irc, and added options to control width, height, and format
17 lat temu
Sam Hocevar
42d54d25c9
* New transition effects: horizontal and vertical lines.
17 lat temu
Sam Hocevar
3624787754
* Updated libcaca and cacaview after the API changes.
17 lat temu
Sam Hocevar
dd463f6e7d
* Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s
a longer name but "mode" really wasn’t appropriate here.
17 lat temu
Sam Hocevar
a0ea39643e
* Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
17 lat temu
Sam Hocevar
9c155f042d
* Renamed doxygen sections here and there to avoid embarassing side-effects
such as "man tutorial" showing the libcaca tutorial on Debian systems.
17 lat temu
Sam Hocevar
6986b8c64f
* Renamed fonts to *.data to make sure they are not mistaken for editable
files (like there is any chance).
17 lat temu
Sam Hocevar
7c5430e84c
* Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
17 lat temu
Sam Hocevar
49f230f863
* cucul_get_dither_brightness() is no longer a stub.
* Implemented missing cucul_get_dither_contrast().
17 lat temu
Sam Hocevar
1bcf95b212
* Removed calls to now deprecated cucul_set_dither_invert().
17 lat temu
Sam Hocevar
4478fdbf59
* Ignore the autotools/ directory.
17 lat temu
Sam Hocevar
85f2b01bf7
* Added .gitignore files in addition to svn:ignore properties.
17 lat temu
Sam Hocevar
c31150d3e0
* Don’t manage autotools/ with SVN.
17 lat temu
Sam Hocevar
4f287aecb6
* Add a lookback table in the output. Will be handy later.
* Now sortchars’s output can be directly saved to a C header file.
17 lat temu
Sam Hocevar
e28b8cca4d
* Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no
reason to keep a copy of them in the calling program.
* Deprecate cucul_set_dither_invert(). Inverting a dither's colours is now
done by setting a negative gamma value.
17 lat temu
Sam Hocevar
2c799ebb86
* Crap, typo in bootstrap script.
17 lat temu
Sam Hocevar
3ec9afdc16
* Updated bootstrap script.
17 lat temu
Sam Hocevar
d0973a09dc
* Only use __attribute__((__deprecated__)) with gcc >= 3.x.
17 lat temu
Sam Hocevar
0189ba06ac
* C89 compilation fix for machines that do not have <endian.h>, thanks to
Rado S.
17 lat temu
Sam Hocevar
dff5905a85
* When present, include <termios.h> and <unistd.h> to allow the ncurses
driver to build on Solaris. Fix courtesy of Rado S.
17 lat temu
Sam Hocevar
ab031ed2fa
* Improved distance computation in sortchars.c.
* Use font 0 instead of font 1.
* Print a bitmapped example at the end.
_pBBBBPP"' '7PBBBBBL
_BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_
_BBBB" _@BBBBBPPPPPPPP%BBBBBpL %BBBb
BBB" _@BBBP"' ____ 'PBBBBp %BB
BB @BBBP __iIIIIIIIIIiL '%BBBL 7B
P BBBP _IIII**''''"*lIIIi_ 7BBBb 7
BBBP III/' ,,:::, "IIIi BBBb
JBBB III" ,!!!!!!!!:, lIIi 7BBB
BBBL JIII ,!!"' '!!! III BBBL
BBBL lIII "!!, !!! IIIL BBBP
BBBL III !!!::::!!!" JIII BBBL
JBBB lIIIL '"!!!!""' iIII @BBB
L 3BBBL "lIIIi_ __iIII/ @BBB
BL 7BBBb '*IIIIIIIIIIII/" _@BBP @
BBb %BBBb_ '"*****"' __BBBB" _BB
%BBBp 7BBBBbpL__ __ppBBBBP" _@BBB
7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP
'PBBBBpL_ ''''PP"'''' _p@BBBBP
17 lat temu
Sam Hocevar
7e355ca89c
* Updates to sortchars.c so that it can output a proper LUT.
17 lat temu
Sam Hocevar
6f08997681
* Small tool to analyse character glyphs depending on their shape. Will be
used for improved dithering.
17 lat temu
Sam Hocevar
309e287a84
* Documented which drivers support caca_set_cursor().
17 lat temu
Sam Hocevar
95e6709b10
* Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers.
* Use caca_set_cursor() in test/input.c.
17 lat temu
Sam Hocevar
b6edafcb11
* Fixed cacaview’s dithering selection.
17 lat temu
Sam Hocevar
642193e136
* Output refman.log in case of build error.
17 lat temu
Sam Hocevar
05ae318af0
* Save user attributes when calling cucul_dither_bitmap().
17 lat temu
Sam Hocevar
fa473bc7c6
* Further refined the tetex/texlive detection method.
* Support for autotools-1.10.
17 lat temu
Sam Hocevar
513d856426
* Support Debian's texlive installation. Will sneak this fix in beta12.
17 lat temu
Sam Hocevar
2b6b68d7c5
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog.
17 lat temu
Sam Hocevar
8fda92b943
* Minor tuning to the various tests, just so that they’re releasable.
17 lat temu
Sam Hocevar
7d12db87b7
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
17 lat temu
Sam Hocevar
38f08d7e72
* Added a few rotation pairs. Nothing awesome.
17 lat temu