97 Revīzijas (99aa400f26261d4a6e750f23b378f4090f0fc720)

Autors SHA1 Ziņojums Datums
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. pirms 18 gadiem
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to pirms 18 gadiem
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be pirms 18 gadiem
  Sam Hocevar 1911e368f4 * Fixed compilation warning. pirms 18 gadiem
  Sam Hocevar b355e0581d * Fixed colour conversion routines so that they work with ARGB too. pirms 18 gadiem
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. pirms 18 gadiem
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. pirms 18 gadiem
  Sam Hocevar b40cfe1302 * Ugly overflow bug in the rendering code. pirms 18 gadiem
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). pirms 18 gadiem
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. pirms 18 gadiem
  Sam Hocevar 15bff441bc * Putain de bordel de manche a couilles. I forgot to fix the font. pirms 18 gadiem
  Sam Hocevar c1e5f30692 * Fixed 4, 2 and 1-bit font rendering. pirms 18 gadiem
  Sam Hocevar 9369b9a48f * Created internal function _cucul_argb32_to_argb4() that splits an argb pirms 18 gadiem
  Sam Hocevar 8fffb73b1e * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font pirms 18 gadiem
  Sam Hocevar d8821beb81 * Created a built-in font from Bitstream Vera (Monospace 9). pirms 18 gadiem
  Sam Hocevar 1da6ea358b * Slightly updated the font format and wrote a font loader. Also added a pirms 18 gadiem
  Sam Hocevar 33060e0b5a * New version of the font format. pirms 18 gadiem
  Sam Hocevar a05603a774 * Added a file for future font handling routines. Currently only the font pirms 18 gadiem
  Sam Hocevar 83b4374fb4 * Avoid useless call to strlen() in the exporters. pirms 18 gadiem
  Sam Hocevar 5193172468 * Renamed bitmap.c into dither.c. pirms 18 gadiem
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. pirms 18 gadiem
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not pirms 18 gadiem
  Sam Hocevar cd0e8f7861 * Fixed old bugs I introduced in the exporters. pirms 18 gadiem
  Sam Hocevar 34cf71d1ea * Added pkgconfig files. Eh ouais mon gars. pirms 18 gadiem
  Sam Hocevar a8990ca5a6 * Replaced occurrences of "rgba" with "argb". pirms 18 gadiem
  Sam Hocevar 273371c6b1 * Fixed a syntax error. Gruik. pirms 18 gadiem
  Sam Hocevar e8ae71156d * Changed the cucul_set_bitmap_antialias() argument to a string. pirms 18 gadiem
  Sam Hocevar eafbe7dd4b * Of course I had to fuck up something. Here, PS export works again. pirms 18 gadiem
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. pirms 18 gadiem
  Sam Hocevar c1664e356c * Got rid of cucul_get_screen(). Use cucul_export() instead. pirms 18 gadiem
  Sam Hocevar fcfbcd4000 * Check the magic bytes at the end of the buffer when cucul_load()ing it. pirms 18 gadiem
  Sam Hocevar 3b410fdc89 * Fixed old typo that caused qq->height to be uninitialised. pirms 18 gadiem
  Sam Hocevar 7f5fb19a39 * Set the default dithering mode to Floyd-Steinberg. pirms 18 gadiem
  Sam Hocevar 7be0932b8f ((`)_.._ ,'-. _..._ _._ pirms 18 gadiem
  Sam Hocevar 2213100258 * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions. pirms 18 gadiem
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING pirms 18 gadiem
  Sam Hocevar e625e11d52 * Added cucul_get_export_list(). Returns a list of known export formats. pirms 18 gadiem
  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