127 Commits (a72d5736e033f44cd191754774a85e2e27363acf)

Author SHA1 Message Date
  Sam Hocevar cd0e8f7861 * Fixed old bugs I introduced in the exporters. 18 years ago
  Sam Hocevar 34cf71d1ea * Added pkgconfig files. Eh ouais mon gars. 18 years ago
  Sam Hocevar a8990ca5a6 * Replaced occurrences of "rgba" with "argb". 18 years ago
  Sam Hocevar 273371c6b1 * Fixed a syntax error. Gruik. 18 years ago
  Sam Hocevar e8ae71156d * Changed the cucul_set_bitmap_antialias() argument to a string. 18 years ago
  Sam Hocevar eafbe7dd4b * Of course I had to fuck up something. Here, PS export works again. 18 years ago
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. 18 years ago
  Sam Hocevar c1664e356c * Got rid of cucul_get_screen(). Use cucul_export() instead. 18 years ago
  Sam Hocevar fcfbcd4000 * Check the magic bytes at the end of the buffer when cucul_load()ing it. 18 years ago
  Sam Hocevar 3b410fdc89 * Fixed old typo that caused qq->height to be uninitialised. 18 years ago
  Sam Hocevar 7f5fb19a39 * Set the default dithering mode to Floyd-Steinberg. 18 years ago
  Sam Hocevar 7be0932b8f ((`)_.._ ,'-. _..._ _._ 18 years ago
  Sam Hocevar 2213100258 * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions. 18 years ago
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING 18 years ago
  Sam Hocevar e625e11d52 * Added cucul_get_export_list(). Returns a list of known export formats. 18 years ago
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we 18 years ago
  Sam Hocevar 41db7b066a * Implemented cucul_load() to reload a file that was saved with the 18 years ago
  Sam Hocevar 3c3e37ca65 * Implemented cucul_invert() to invert a canvas' colours. 18 years ago
  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