Sam Hocevar
4478fdbf59
* Ignore the autotools/ directory.
pirms 17 gadiem
Sam Hocevar
85f2b01bf7
* Added .gitignore files in addition to svn:ignore properties.
pirms 17 gadiem
Sam Hocevar
c31150d3e0
* Don’t manage autotools/ with SVN.
pirms 17 gadiem
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.
pirms 17 gadiem
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.
pirms 17 gadiem
Sam Hocevar
2c799ebb86
* Crap, typo in bootstrap script.
pirms 17 gadiem
Sam Hocevar
3ec9afdc16
* Updated bootstrap script.
pirms 17 gadiem
Sam Hocevar
d0973a09dc
* Only use __attribute__((__deprecated__)) with gcc >= 3.x.
pirms 17 gadiem
Sam Hocevar
0189ba06ac
* C89 compilation fix for machines that do not have <endian.h>, thanks to
Rado S.
pirms 17 gadiem
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.
pirms 17 gadiem
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
pirms 17 gadiem
Sam Hocevar
7e355ca89c
* Updates to sortchars.c so that it can output a proper LUT.
pirms 17 gadiem
Sam Hocevar
6f08997681
* Small tool to analyse character glyphs depending on their shape. Will be
used for improved dithering.
pirms 17 gadiem
Sam Hocevar
309e287a84
* Documented which drivers support caca_set_cursor().
pirms 17 gadiem
Sam Hocevar
95e6709b10
* Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers.
* Use caca_set_cursor() in test/input.c.
pirms 17 gadiem
Sam Hocevar
b6edafcb11
* Fixed cacaview’s dithering selection.
pirms 17 gadiem
Sam Hocevar
642193e136
* Output refman.log in case of build error.
pirms 17 gadiem
Sam Hocevar
05ae318af0
* Save user attributes when calling cucul_dither_bitmap().
pirms 17 gadiem
Sam Hocevar
fa473bc7c6
* Further refined the tetex/texlive detection method.
* Support for autotools-1.10.
pirms 17 gadiem
Sam Hocevar
513d856426
* Support Debian's texlive installation. Will sneak this fix in beta12.
pirms 17 gadiem
Sam Hocevar
2b6b68d7c5
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog.
pirms 17 gadiem
Sam Hocevar
8fda92b943
* Minor tuning to the various tests, just so that they’re releasable.
pirms 17 gadiem
Sam Hocevar
7d12db87b7
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
pirms 17 gadiem
Sam Hocevar
38f08d7e72
* Added a few rotation pairs. Nothing awesome.
pirms 17 gadiem
Sam Hocevar
95f28cd883
* Improve rotation output by avoiding white-on-black attributes to appear
due to spaces.
pirms 17 gadiem
Sam Hocevar
91d8c9352b
* Allow to rotate canvases with an odd width.
* Added a few additional character pairs of the left/right rotations.
* Added missing errno sets.
pirms 17 gadiem
Sam Hocevar
4e6ef71aed
* More widechar rotations. \/ > /\ < is cool.
pirms 17 gadiem
Sam Hocevar
2224430ec1
* Reset cursor position after a resize. Not sure it’s what I want.
pirms 17 gadiem
Sam Hocevar
de9ba793a7
* More widechar rotation pairs.
pirms 17 gadiem
Sam Hocevar
7373e6b18c
* Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
cucul_stretch_* to avoid long function names. And the pairwise rotations
look so nice now that they should be the real rotation chars.
pirms 17 gadiem
Sam Hocevar
64e11f119b
* More characters for the wide rotations.
* Updated test/text to show what the wide rotations now do.
pirms 17 gadiem
Sam Hocevar
a936f95c75
* Use j/ḷ and l/ȷ pairs in glyph rotation.
pirms 17 gadiem
Sam Hocevar
1f4a8ef023
* minor warning fix
pirms 17 gadiem
Sam Hocevar
6982b8e426
* Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They
suck massively for now.
pirms 17 gadiem
Sam Hocevar
a97482f4cf
* Fixed address in license.
pirms 17 gadiem
Sam Hocevar
f338951be9
* Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right.
* Renamed cucul_rotate into cucul_rotate_180.
* Deprecated cucul_rotate and fix examples accordingly.
Hope it all makes sense.
pirms 17 gadiem
Sam Hocevar
0a02cbb312
* Added a small test for cucul_left() in test/text.c. It is *fucking* ugly.
pirms 17 gadiem
Sam Hocevar
803099a14f
* Implemented cucul_left() and cucul_right() for 90-degree rotations.
pirms 17 gadiem
Sam Hocevar
1c5b493d21
* Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses
driver.
pirms 17 gadiem
Sam Hocevar
ee60c3086e
* Handle multiframe canvases in the caca importer, courtesy of Ben Wiley
Sittler. Untested.
pirms 17 gadiem
Sam Hocevar
67e2e8d7b6
* Removed malloc() calls from the rotozoom code, put initialisation in the
PREPARE rule and did minor cleanup (SCNR).
pirms 17 gadiem
Sam Hocevar
17109d0964
* Added more box glyphs to the canvas transformations, courtesy of Ben Wiley
Sittler.
pirms 17 gadiem
Sam Hocevar
089c60dc05
* Added a few chars to the unicode test.
pirms 17 gadiem
Sam Hocevar
a6cb886e4a
* Differentiate between • and ● in the X11 rendering overrides.
pirms 17 gadiem
Sam Hocevar
1e67bd5400
* Patch by Ben Wiley Sittler for two misrendered glyphs.
pirms 17 gadiem
Sam Hocevar
9369bb3cb8
* Slightly nicer code in driver_x11.c.
pirms 17 gadiem
Jean-Yves Lamoureux
44267738ab
* Minor cosmetic changes
pirms 17 gadiem
Sam Hocevar
8c7a66761a
* Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8.
pirms 17 gadiem
Sam Hocevar
8ed49158e8
* X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a
bit myself, too.
pirms 17 gadiem
Sam Hocevar
c9570afbbe
* Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does
not exist, courtesy of Ben Wiley Sittler.
pirms 17 gadiem