Sam Hocevar
f3649b1559
* Do not run "make clean" in ruby/* subdirectories when the Makefiles do
not even exist.
17 years ago
Sam Hocevar
67a677fa9e
* Autotoolified the .NET bindings. Use --enable-dotnet.
17 years ago
Sam Hocevar
abea28ca4f
* Build Ruby and C++ bindings by default.
17 years ago
Sam Hocevar
1f1ac04df3
* Update C++ bindings after cucul_set_dither_mode() deprecation.
17 years ago
Sam Hocevar
1714312f07
* Autotoolified the Ruby bindings. Use --enable-ruby.
17 years ago
Sam Hocevar
55bfdceb55
* Update .gitignore after img2irc -> img2txt change.
17 years ago
Pascal Terjan
bb3c148fc2
* Add a first test for Ruby binding
17 years ago
Pascal Terjan
184cb0ae2f
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
17 years ago
Pascal Terjan
64e427f2ed
Fix a typo in the doc
17 years ago
Sam Hocevar
9ff4740f56
* Add error checking to the tutorial.
17 years ago
Sam Hocevar
933dd085a0
* Tutorial was generating a warning since the deprecation of cucul_putstr().
17 years ago
Pascal Terjan
9c6ede6e8c
Import Ruby binding
17 years ago
Jean-Yves Lamoureux
7d7f4c42e1
* Added switch to control output font size, and updated documentation
accordingly
17 years ago
Jean-Yves Lamoureux
ae0a6b1c5d
* Updated man page for --version
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
Jean-Yves Lamoureux
44e90bf190
* Updated img2txt man page
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
Sam Hocevar
acca03e820
* Use kpsewhich to find a4.sty and a4wide.sty, as suggested by
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
dd463f6e7d
* Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s
a longer name but "mode" really wasn’t appropriate here.
17 years ago
Sam Hocevar
a0ea39643e
* Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
17 years ago
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 years ago
Sam Hocevar
6986b8c64f
* Renamed fonts to *.data to make sure they are not mistaken for editable
files (like there is any chance).
17 years ago
Sam Hocevar
7c5430e84c
* Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
17 years ago
Sam Hocevar
49f230f863
* cucul_get_dither_brightness() is no longer a stub.
* Implemented missing cucul_get_dither_contrast().
17 years ago
Sam Hocevar
1bcf95b212
* Removed calls to now deprecated cucul_set_dither_invert().
17 years ago
Sam Hocevar
4478fdbf59
* Ignore the autotools/ directory.
17 years ago
Sam Hocevar
85f2b01bf7
* Added .gitignore files in addition to svn:ignore properties.
17 years ago
Sam Hocevar
c31150d3e0
* Don’t manage autotools/ with SVN.
17 years ago
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 years ago
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 years ago
Sam Hocevar
2c799ebb86
* Crap, typo in bootstrap script.
17 years ago
Sam Hocevar
3ec9afdc16
* Updated bootstrap script.
17 years ago
Sam Hocevar
d0973a09dc
* Only use __attribute__((__deprecated__)) with gcc >= 3.x.
17 years ago
Sam Hocevar
0189ba06ac
* C89 compilation fix for machines that do not have <endian.h>, thanks to
Rado S.
17 years ago