60 Revīzijas (0e15619e46aea1faecdffde0953ad8578eab01eb)

Autors SHA1 Ziņojums Datums
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we pirms 18 gadiem
  Sam Hocevar 41db7b066a * Implemented cucul_load() to reload a file that was saved with the pirms 18 gadiem
  Sam Hocevar 3c3e37ca65 * Implemented cucul_invert() to invert a canvas' colours. pirms 18 gadiem
  Sam Hocevar af94141959 * Minor addition to the rotate code. pirms 18 gadiem
  Jean-Yves Lamoureux 604852e3ba * Ok, invert works. OK OK SAM THAT WAS MY FAULT pirms 18 gadiem
  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. pirms 18 gadiem
  Sam Hocevar 376404bc80 * Removed spurious prototype. pirms 18 gadiem
  Sam Hocevar caa62f3158 * Added missing ASCII characters to cucul_rotate(). pirms 18 gadiem
  Sam Hocevar 6db26f7487 * Made cucul_putchar32() an internal-only function. pirms 18 gadiem
  Sam Hocevar 571de1af04 * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free(). pirms 18 gadiem
  Sam Hocevar 6eb822234b * Added more characters to the flip/rotate routines. pirms 18 gadiem
  Sam Hocevar 1d374910e4 * Added cucul_flip(), cucul_flop() and cucul_transform() to perform pirms 18 gadiem
  Sam Hocevar 77f995023d * Slightly changed header comments. pirms 18 gadiem
  Sam Hocevar 1c7d39a015 * Optimise cucul_blit() by using memcpy() if there is no mask. pirms 18 gadiem
  Sam Hocevar 73aad0447c * Added the cucul_blit() function. It lets us blit various canvas one pirms 18 gadiem
  Sam Hocevar f3698cd490 * Fixed an uninitialised structure member. pirms 18 gadiem
  Sam Hocevar 6b0f180e2f * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there pirms 18 gadiem
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). pirms 18 gadiem
  Sam Hocevar 36886a339e * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. pirms 18 gadiem
  Sam Hocevar c979bc6eae * Changed the cucul_init parameter so that it now directly accepts a pirms 18 gadiem
  Sam Hocevar a20393e0b2 * Removed code that did not need to be duplicated. pirms 18 gadiem
  Sam Hocevar 5fff7db514 * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1). pirms 18 gadiem
  Sam Hocevar c5f841bb96 * Got rid of cucul_powf(), too complex to implement and no longer used. pirms 18 gadiem
  Sam Hocevar b662acdd4e * Added optional support for CP437 gray blocks in the bitmap renderer. pirms 18 gadiem
  Sam Hocevar 382e1148ff * Tried to do something with cucul_powf. It currently sucks. pirms 18 gadiem
  Sam Hocevar dcaccc744c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. pirms 18 gadiem
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. pirms 18 gadiem
  Sam Hocevar bb1cedf858 * Renamed cucul_buffer to cucul_export. Vanilla rum rules. pirms 18 gadiem
  Sam Hocevar 417b598d8d * Factorised some charset handling code into a new cucul/charset.c file. pirms 18 gadiem
  Sam Hocevar 8d698a1158 * Full Unicode support in the SVG exporter. pirms 18 gadiem
  Sam Hocevar 08627c3231 ___ pirms 18 gadiem
  Sam Hocevar a44f52039e * Fixed Unicode handling and improved coding style in the SVG exporter. pirms 18 gadiem
  Sam Hocevar 6a0861c9b3 * Fixed syntax errors in the generated PostScript document if ( ) \ or pirms 18 gadiem
  Sam Hocevar e48078c585 * Optimised for speed and space, fixed a few bugs, and improved coding style pirms 18 gadiem
  Sam Hocevar 67ee65c720 * Comment clarification. pirms 18 gadiem
  Sam Hocevar 2b5680bd1d * Unicode support in the HTML exporter. pirms 18 gadiem
  Jean-Yves Lamoureux babd688b59 * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^ pirms 18 gadiem
  Jean-Yves Lamoureux d1f6bb6759 * Added preliminary (but working) SVG exporter pirms 18 gadiem
  Sam Hocevar 9e698966f2 * Replaced all cucul_get_* exporters with a generic cucul_export() function. pirms 18 gadiem
  Sam Hocevar 24a9ef1046 * STATIC char const. AHAHAHAHA. pirms 18 gadiem
  Jean-Yves Lamoureux f7354acf01 * Cosmetic changes. AHAHAH I COMMITED IT MYSELF. pirms 18 gadiem
  Jean-Yves Lamoureux baa88bc526 * Postscript exporter now kinda works. Paper size to be fixed pirms 18 gadiem
  Jean-Yves Lamoureux 9071a26bb9 * Added preliminary Postscript (tm) (r) (c) exporter. pirms 18 gadiem
  Sam Hocevar 1089986b79 * Fixed end of lines in the ANSI exporter (CRLF, not LFCR). pirms 19 gadiem
  Jean-Yves Lamoureux c30c66d032 * Renamed exporter_* to export_*, from God recommendation. pirms 19 gadiem
  Jean-Yves Lamoureux 1971191c09 * Exploded cucul/export.c pirms 19 gadiem
  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 pirms 19 gadiem
  Sam Hocevar 6e652d1e47 * Preliminary support for UTF-8 in cucul_putstr(). Also added a pirms 19 gadiem
  Sam Hocevar c063b0a54d * Added assembly code for inb() and outb(). pirms 19 gadiem
  Jean-Yves Lamoureux 325211d7c4 * Added tests for malloc()'s pirms 19 gadiem