107 Commits (7691e7615b25f12778c15663d5aff9a58a2b7f4e)

Author SHA1 Message Date
  Sam Hocevar af94141959 * Minor addition to the rotate code. 18 years ago
  Jean-Yves Lamoureux 604852e3ba * Ok, invert works. OK OK SAM THAT WAS MY FAULT 18 years ago
  Jean-Yves Lamoureux f53bc3937a * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour. 18 years ago
  Sam Hocevar 376404bc80 * Removed spurious prototype. 18 years ago
  Sam Hocevar caa62f3158 * Added missing ASCII characters to cucul_rotate(). 18 years ago
  Sam Hocevar 6db26f7487 * Made cucul_putchar32() an internal-only function. 18 years ago
  Sam Hocevar 571de1af04 * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free(). 18 years ago
  Sam Hocevar 6eb822234b * Added more characters to the flip/rotate routines. 18 years ago
  Sam Hocevar 1d374910e4 * Added cucul_flip(), cucul_flop() and cucul_transform() to perform 18 years ago
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 years ago
  Sam Hocevar 1c7d39a015 * Optimise cucul_blit() by using memcpy() if there is no mask. 18 years ago
  Sam Hocevar 73aad0447c * Added the cucul_blit() function. It lets us blit various canvas one 18 years ago
  Sam Hocevar f3698cd490 * Fixed an uninitialised structure member. 18 years ago
  Sam Hocevar 6b0f180e2f * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there 18 years ago
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). 18 years ago
  Sam Hocevar 36886a339e * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. 18 years ago
  Sam Hocevar c979bc6eae * Changed the cucul_init parameter so that it now directly accepts a 18 years ago
  Sam Hocevar a20393e0b2 * Removed code that did not need to be duplicated. 18 years ago
  Sam Hocevar 5fff7db514 * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1). 18 years ago
  Sam Hocevar c5f841bb96 * Got rid of cucul_powf(), too complex to implement and no longer used. 18 years ago
  Sam Hocevar b662acdd4e * Added optional support for CP437 gray blocks in the bitmap renderer. 18 years ago
  Sam Hocevar 382e1148ff * Tried to do something with cucul_powf. It currently sucks. 18 years ago
  Sam Hocevar dcaccc744c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. 18 years ago
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. 18 years ago
  Sam Hocevar bb1cedf858 * Renamed cucul_buffer to cucul_export. Vanilla rum rules. 18 years ago
  Sam Hocevar 417b598d8d * Factorised some charset handling code into a new cucul/charset.c file. 18 years ago
  Sam Hocevar 8d698a1158 * Full Unicode support in the SVG exporter. 18 years ago
  Sam Hocevar 08627c3231 ___ 18 years ago
  Sam Hocevar a44f52039e * Fixed Unicode handling and improved coding style in the SVG exporter. 18 years ago
  Sam Hocevar 6a0861c9b3 * Fixed syntax errors in the generated PostScript document if ( ) \ or 18 years ago
  Sam Hocevar e48078c585 * Optimised for speed and space, fixed a few bugs, and improved coding style 18 years ago
  Sam Hocevar 67ee65c720 * Comment clarification. 18 years ago
  Sam Hocevar 2b5680bd1d * Unicode support in the HTML exporter. 18 years ago
  Jean-Yves Lamoureux babd688b59 * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^ 18 years ago
  Jean-Yves Lamoureux d1f6bb6759 * Added preliminary (but working) SVG exporter 18 years ago
  Sam Hocevar 9e698966f2 * Replaced all cucul_get_* exporters with a generic cucul_export() function. 18 years ago
  Sam Hocevar 24a9ef1046 * STATIC char const. AHAHAHAHA. 18 years ago
  Jean-Yves Lamoureux f7354acf01 * Cosmetic changes. AHAHAH I COMMITED IT MYSELF. 18 years ago
  Jean-Yves Lamoureux baa88bc526 * Postscript exporter now kinda works. Paper size to be fixed 18 years ago
  Jean-Yves Lamoureux 9071a26bb9 * Added preliminary Postscript (tm) (r) (c) exporter. 18 years ago
  Sam Hocevar 1089986b79 * Fixed end of lines in the ANSI exporter (CRLF, not LFCR). 18 years ago
  Jean-Yves Lamoureux c30c66d032 * Renamed exporter_* to export_*, from God recommendation. 18 years ago
  Jean-Yves Lamoureux 1971191c09 * Exploded cucul/export.c 18 years ago
  Jean-Yves Lamoureux 1c6bfd09a1 * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver 18 years ago
  Sam Hocevar 6e652d1e47 * Preliminary support for UTF-8 in cucul_putstr(). Also added a 18 years ago
  Sam Hocevar c063b0a54d * Added assembly code for inb() and outb(). 18 years ago
  Jean-Yves Lamoureux 325211d7c4 * Added tests for malloc()'s 18 years ago
  Jean-Yves Lamoureux 5a09b684fe * Updated README for network driver, fixed remaining exporters 18 years ago
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications 18 years ago
  Jean-Yves Lamoureux 32037db492 * Updated documentation a bit 18 years ago