1270 Commits (3602fc98bef8194a104896290f411e290087dde4)
 

Author SHA1 Message Date
  Sam Hocevar dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s 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 17 years ago
  Sam Hocevar 6986b8c64f * Renamed fonts to *.data to make sure they are not mistaken for editable 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. 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. 17 years ago
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no 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 17 years ago
  Sam Hocevar dff5905a85 * When present, include <termios.h> and <unistd.h> to allow the ncurses 17 years ago
  Sam Hocevar ab031ed2fa * Improved distance computation in sortchars.c. 17 years ago
  Sam Hocevar 7e355ca89c * Updates to sortchars.c so that it can output a proper LUT. 17 years ago
  Sam Hocevar 6f08997681 * Small tool to analyse character glyphs depending on their shape. Will be 17 years ago
  Sam Hocevar 309e287a84 * Documented which drivers support caca_set_cursor(). 17 years ago
  Sam Hocevar 95e6709b10 * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers. 17 years ago
  Sam Hocevar b6edafcb11 * Fixed cacaview’s dithering selection. 17 years ago
  Sam Hocevar 642193e136 * Output refman.log in case of build error. 17 years ago
  Sam Hocevar 05ae318af0 * Save user attributes when calling cucul_dither_bitmap(). 17 years ago
  Sam Hocevar fa473bc7c6 * Further refined the tetex/texlive detection method. 17 years ago
  Sam Hocevar 513d856426 * Support Debian's texlive installation. Will sneak this fix in beta12. 17 years ago
  Sam Hocevar 2b6b68d7c5 * Set version to 0.99.beta11. 17 years ago
  Sam Hocevar 8fda92b943 * Minor tuning to the various tests, just so that they’re releasable. 17 years ago
  Sam Hocevar 7d12db87b7 * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). 17 years ago
  Sam Hocevar 38f08d7e72 * Added a few rotation pairs. Nothing awesome. 17 years ago
  Sam Hocevar 95f28cd883 * Improve rotation output by avoiding white-on-black attributes to appear 17 years ago
  Sam Hocevar 91d8c9352b * Allow to rotate canvases with an odd width. 17 years ago
  Sam Hocevar 4e6ef71aed * More widechar rotations. \/ > /\ < is cool. 17 years ago
  Sam Hocevar 2224430ec1 * Reset cursor position after a resize. Not sure it’s what I want. 17 years ago
  Sam Hocevar de9ba793a7 * More widechar rotation pairs. 17 years ago
  Sam Hocevar 7373e6b18c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to 17 years ago
  Sam Hocevar 64e11f119b * More characters for the wide rotations. 17 years ago
  Sam Hocevar a936f95c75 * Use j/ḷ and l/ȷ pairs in glyph rotation. 17 years ago
  Sam Hocevar 1f4a8ef023 * minor warning fix 17 years ago
  Sam Hocevar 6982b8e426 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They 17 years ago
  Sam Hocevar a97482f4cf * Fixed address in license. 17 years ago
  Sam Hocevar f338951be9 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. 17 years ago
  Sam Hocevar 0a02cbb312 * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. 17 years ago
  Sam Hocevar 803099a14f * Implemented cucul_left() and cucul_right() for 90-degree rotations. 17 years ago
  Sam Hocevar 1c5b493d21 * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses 17 years ago
  Sam Hocevar ee60c3086e * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley 17 years ago
  Sam Hocevar 67e2e8d7b6 * Removed malloc() calls from the rotozoom code, put initialisation in the 17 years ago
  Sam Hocevar 17109d0964 * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley 17 years ago
  Sam Hocevar 089c60dc05 * Added a few chars to the unicode test. 17 years ago