|
|
@1954
|
13 years |
Sam Hocevar |
* Autotoolified the .NET bindings. Use --enable-dotnet.
|
|
|
@1953
|
13 years |
Sam Hocevar |
* Build Ruby and C++ bindings by default.
|
|
|
@1952
|
13 years |
Sam Hocevar |
* Update C++ bindings after cucul_set_dither_mode() deprecation.
|
|
|
@1951
|
13 years |
Sam Hocevar |
* Autotoolified the Ruby bindings. Use --enable-ruby.
|
|
|
@1950
|
13 years |
Sam Hocevar |
* Update .gitignore after img2irc -> img2txt change.
|
|
|
@1949
|
13 years |
Pascal Terjan |
* Add a first test for Ruby binding
|
|
|
@1948
|
13 years |
Pascal Terjan |
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
|
|
|
@1947
|
13 years |
Pascal Terjan |
Fix a typo in the doc
|
|
|
@1946
|
13 years |
Sam Hocevar |
* Add error checking to the tutorial.
|
|
|
@1945
|
13 years |
Sam Hocevar |
* Tutorial was generating a warning since the deprecation of …
|
|
|
@1944
|
13 years |
Pascal Terjan |
Import Ruby binding
|
|
|
@1919
|
13 years |
Jean-Yves Lamoureux |
* Added switch to control output font size, and updated documentation …
|
|
|
@1918
|
13 years |
Jean-Yves Lamoureux |
* Updated man page for --version
|
|
|
@1917
|
13 years |
Jean-Yves Lamoureux |
* Added version switch
|
|
|
@1916
|
13 years |
Jean-Yves Lamoureux |
* Updated documentation to reflect img2irc name change, fixed typo in …
|
|
|
@1915
|
13 years |
Jean-Yves Lamoureux |
* Updated img2txt man page
|
|
|
@1914
|
13 years |
Sam Hocevar |
* Always include <netinet/in.h> when present, to make header simpler.
|
|
|
@1913
|
13 years |
Sam Hocevar |
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
|
|
|
@1912
|
13 years |
Sam Hocevar |
* Use kpsewhich to find a4.sty and a4wide.sty, as suggested by
…
|
|
|
@1911
|
13 years |
Jean-Yves Lamoureux |
* Fixed typo in help
|
|
|
@1910
|
13 years |
Jean-Yves Lamoureux |
* Added imlib2 note on builds without it
|
|
|
@1909
|
13 years |
Jean-Yves Lamoureux |
* Added brightness / contrast / gamma support
|
|
|
@1908
|
13 years |
Jean-Yves Lamoureux |
* Fixed bad file error handling, made dither and export errors more …
|
|
|
@1907
|
13 years |
Jean-Yves Lamoureux |
* Added dither error handling
|
|
|
@1906
|
13 years |
Jean-Yves Lamoureux |
* Added --dither option and updated usage()
|
|
|
@1905
|
13 years |
Jean-Yves Lamoureux |
* WTF is a typedef missing ?
|
|
|
@1904
|
13 years |
Jean-Yves Lamoureux |
* Quick and Dirty hack for DOS ans kernel drivers
|
|
|
@1903
|
13 years |
Jean-Yves Lamoureux |
* Oops, forgot to add getopt replacement files, omg.
|
|
|
@1902
|
13 years |
Jean-Yves Lamoureux |
* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
|
|
|
@1901
|
13 years |
Jean-Yves Lamoureux |
* Renamed img2irc to a more generic img2txt
|
|
|
@1900
|
13 years |
Jean-Yves Lamoureux |
* Added getopt / mygetopt support to img2irc, and added options to …
|
|
|
@1884
|
13 years |
Sam Hocevar |
* New transition effects: horizontal and vertical lines.
|
|
|
@1882
|
13 years |
Sam Hocevar |
* Updated libcaca and cacaview after the API changes.
|
|
|
@1881
|
13 years |
Sam Hocevar |
* Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). …
|
|
|
@1880
|
13 years |
Sam Hocevar |
* Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
|
|
|
@1879
|
13 years |
Sam Hocevar |
* Renamed doxygen sections here and there to avoid embarassing …
|
|
|
@1878
|
13 years |
Sam Hocevar |
* Renamed fonts to *.data to make sure they are not mistaken for …
|
|
|
@1877
|
13 years |
Sam Hocevar |
* Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
|
|
|
@1876
|
13 years |
Sam Hocevar |
* cucul_get_dither_brightness() is no longer a stub.
* Implemented …
|
|
|
@1875
|
13 years |
Sam Hocevar |
* Removed calls to now deprecated cucul_set_dither_invert().
|
|
|
@1874
|
13 years |
Sam Hocevar |
* Ignore the autotools/ directory.
|
|
|
@1873
|
13 years |
Sam Hocevar |
* Added .gitignore files in addition to svn:ignore properties.
|
|
|
@1872
|
13 years |
Sam Hocevar |
* Don’t manage autotools/ with SVN.
|
|
|
@1871
|
13 years |
Sam Hocevar |
* Add a lookback table in the output. Will be handy later.
* Now …
|
|
|
@1870
|
13 years |
Sam Hocevar |
* Add cucul_get_dither_brightness(), _gamma() and _contrast(). There …
|
|
|
@1869
|
13 years |
Sam Hocevar |
* Crap, typo in bootstrap script.
|
|
|
@1868
|
13 years |
Sam Hocevar |
* Updated bootstrap script.
|
|
|
@1853
|
13 years |
Sam Hocevar |
* Only use attribute((deprecated)) with gcc >= 3.x.
|
|
|
@1852
|
13 years |
Sam Hocevar |
* C89 compilation fix for machines that do not have <endian.h>, thanks …
|
|
|
@1851
|
13 years |
Sam Hocevar |
* When present, include <termios.h> and <unistd.h> to allow the …
|
|
|
@1842
|
13 years |
Sam Hocevar |
* Improved distance computation in sortchars.c.
* Use font 0 instead …
|
|
|
@1841
|
13 years |
Sam Hocevar |
* Updates to sortchars.c so that it can output a proper LUT.
|
|
|
@1840
|
13 years |
Sam Hocevar |
* Small tool to analyse character glyphs depending on their shape. …
|
|
|
@1839
|
13 years |
Sam Hocevar |
* Documented which drivers support caca_set_cursor().
|
|
|
@1837
|
13 years |
Sam Hocevar |
* Implemented caca_set_cursor() on the X11, ncurses and S-Lang …
|
|
|
@1836
|
13 years |
Sam Hocevar |
* Fixed cacaview’s dithering selection.
|
|
|
@1835
|
13 years |
Sam Hocevar |
* Output refman.log in case of build error.
|
|
|
@1833
|
13 years |
Sam Hocevar |
* Save user attributes when calling cucul_dither_bitmap().
|
|
|
@1829
|
13 years |
Sam Hocevar |
* Further refined the tetex/texlive detection method.
* Support for …
|
|
|
@1828
|
13 years |
Sam Hocevar |
* Support Debian's texlive installation. Will sneak this fix in beta12.
|
|
|
@1824
|
13 years |
Sam Hocevar |
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog?.
|
|
|
@1823
|
13 years |
Sam Hocevar |
* Minor tuning to the various tests, just so that they’re releasable.
|
|
|
@1822
|
13 years |
Sam Hocevar |
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
|
|
|
@1820
|
13 years |
Sam Hocevar |
* Added a few rotation pairs. Nothing awesome.
|
|
|
@1819
|
13 years |
Sam Hocevar |
* Improve rotation output by avoiding white-on-black attributes to …
|
|
|
@1816
|
13 years |
Sam Hocevar |
* Allow to rotate canvases with an odd width.
* Added a few …
|
|
|
@1814
|
14 years |
Sam Hocevar |
* More widechar rotations. \/ > /\ < is cool.
|
|
|
@1813
|
14 years |
Sam Hocevar |
* Reset cursor position after a resize. Not sure it’s what I want.
|
|
|
@1812
|
14 years |
Sam Hocevar |
* More widechar rotation pairs.
|
|
|
@1809
|
14 years |
Sam Hocevar |
* Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
…
|
|
|
@1808
|
14 years |
Sam Hocevar |
* More characters for the wide rotations.
* Updated test/text to …
|
|
|
@1807
|
14 years |
Sam Hocevar |
* Use j/ḷ and l/ȷ pairs in glyph rotation.
|
|
|
@1806
|
14 years |
Sam Hocevar |
* minor warning fix
|
|
|
@1805
|
14 years |
Sam Hocevar |
* Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). …
|
|
|
@1795
|
14 years |
Sam Hocevar |
* Fixed address in license.
|
|
|
@1788
|
14 years |
Sam Hocevar |
* Renamed cucul_left/cucul_right into …
|
|
|
@1787
|
14 years |
Sam Hocevar |
* Added a small test for cucul_left() in test/text.c. It is *fucking* ugly.
|
|
|
@1786
|
14 years |
Sam Hocevar |
* Implemented cucul_left() and cucul_right() for 90-degree rotations.
|
|
|
@1785
|
14 years |
Sam Hocevar |
* Patch by Ben Wiley Sittler to use ACS_* special characters in the …
|
|
|
@1784
|
14 years |
Sam Hocevar |
* Handle multiframe canvases in the caca importer, courtesy of Ben …
|
|
|
@1783
|
14 years |
Sam Hocevar |
* Removed malloc() calls from the rotozoom code, put initialisation in …
|
|
|
@1782
|
14 years |
Sam Hocevar |
* Added more box glyphs to the canvas transformations, courtesy of Ben …
|
|
|
@1781
|
14 years |
Sam Hocevar |
* Added a few chars to the unicode test.
|
|
|
@1780
|
14 years |
Sam Hocevar |
* Differentiate between • and ● in the X11 rendering overrides.
|
|
|
@1779
|
14 years |
Sam Hocevar |
* Patch by Ben Wiley Sittler for two misrendered glyphs.
|
|
|
@1778
|
14 years |
Sam Hocevar |
* Slightly nicer code in driver_x11.c.
|
|
|
@1777
|
14 years |
Jean-Yves Lamoureux |
* Minor cosmetic changes
|
|
|
@1776
|
14 years |
Sam Hocevar |
* Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8.
|
|
|
@1775
|
14 years |
Sam Hocevar |
* X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them …
|
|
|
@1774
|
14 years |
Sam Hocevar |
* Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset …
|
|
|
@1773
|
14 years |
Sam Hocevar |
* Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler.
|
|
|
@1772
|
14 years |
Sam Hocevar |
* Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler.
|
|
|
@1771
|
14 years |
Sam Hocevar |
* Disabled USE_RGB12_FGBG for now, as it was reported not to work.
|
|
|
@1770
|
14 years |
Sam Hocevar |
* Winsock compilation fixes in cacaserver, courtesy of Ben Wiley …
|
|
|
@1769
|
14 years |
Sam Hocevar |
* Updated internal fonts to match tools/makefont.c.
|
|
|
@1768
|
14 years |
Sam Hocevar |
* Added glyphs to our default fonts:
+ Geometric Shapes, Halfwidth …
|
|
|
@1767
|
14 years |
Sam Hocevar |
* Add a "make fonts" rule to the makefile for easy updates.
|
|
|
@1766
|
14 years |
Jean-Yves Lamoureux |
* Added rotozoom (and its 1MB header file)
|
|
|
@1757
|
14 years |
Jean-Yves Lamoureux |
* Added squared transition to cacademo
|
|
|
@1754
|
14 years |
Jean-Yves Lamoureux |
* Added error checks to cacaplay
|
|
|