106 Révisions (b5f00c459c32b008a51fff480cf5587ddfc2d260)

Auteur SHA1 Message Date
  Sam Hocevar b5f00c459c * Implemented TGA image export. il y a 18 ans
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. il y a 18 ans
  Sam Hocevar 3af72ff5f8 * Fixed abusive strictness in the font loader. il y a 18 ans
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. il y a 18 ans
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs il y a 18 ans
  Sam Hocevar ab3a5d8f90 * Fixed bad library name in pc file. il y a 18 ans
  Jean-Yves Lamoureux 408b8757eb * Updated MSVC++ project (static library and src/*) il y a 18 ans
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. il y a 18 ans
  Sam Hocevar 7b216060b4 * Ahaha I didn't even check that it compiled properly. il y a 18 ans
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. il y a 18 ans
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to il y a 18 ans
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be il y a 18 ans
  Sam Hocevar 1911e368f4 * Fixed compilation warning. il y a 18 ans
  Sam Hocevar b355e0581d * Fixed colour conversion routines so that they work with ARGB too. il y a 18 ans
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. il y a 18 ans
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. il y a 18 ans
  Sam Hocevar b40cfe1302 * Ugly overflow bug in the rendering code. il y a 18 ans
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). il y a 18 ans
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. il y a 18 ans
  Sam Hocevar 15bff441bc * Putain de bordel de manche a couilles. I forgot to fix the font. il y a 18 ans
  Sam Hocevar c1e5f30692 * Fixed 4, 2 and 1-bit font rendering. il y a 18 ans
  Sam Hocevar 9369b9a48f * Created internal function _cucul_argb32_to_argb4() that splits an argb il y a 18 ans
  Sam Hocevar 8fffb73b1e * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font il y a 18 ans
  Sam Hocevar d8821beb81 * Created a built-in font from Bitstream Vera (Monospace 9). il y a 18 ans
  Sam Hocevar 1da6ea358b * Slightly updated the font format and wrote a font loader. Also added a il y a 18 ans
  Sam Hocevar 33060e0b5a * New version of the font format. il y a 18 ans
  Sam Hocevar a05603a774 * Added a file for future font handling routines. Currently only the font il y a 18 ans
  Sam Hocevar 83b4374fb4 * Avoid useless call to strlen() in the exporters. il y a 18 ans
  Sam Hocevar 5193172468 * Renamed bitmap.c into dither.c. il y a 18 ans
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. il y a 18 ans
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not il y a 18 ans
  Sam Hocevar cd0e8f7861 * Fixed old bugs I introduced in the exporters. il y a 18 ans
  Sam Hocevar 34cf71d1ea * Added pkgconfig files. Eh ouais mon gars. il y a 18 ans
  Sam Hocevar a8990ca5a6 * Replaced occurrences of "rgba" with "argb". il y a 18 ans
  Sam Hocevar 273371c6b1 * Fixed a syntax error. Gruik. il y a 18 ans
  Sam Hocevar e8ae71156d * Changed the cucul_set_bitmap_antialias() argument to a string. il y a 18 ans
  Sam Hocevar eafbe7dd4b * Of course I had to fuck up something. Here, PS export works again. il y a 18 ans
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. il y a 18 ans
  Sam Hocevar c1664e356c * Got rid of cucul_get_screen(). Use cucul_export() instead. il y a 18 ans
  Sam Hocevar fcfbcd4000 * Check the magic bytes at the end of the buffer when cucul_load()ing it. il y a 18 ans
  Sam Hocevar 3b410fdc89 * Fixed old typo that caused qq->height to be uninitialised. il y a 18 ans
  Sam Hocevar 7f5fb19a39 * Set the default dithering mode to Floyd-Steinberg. il y a 18 ans
  Sam Hocevar 7be0932b8f ((`)_.._ ,'-. _..._ _._ il y a 18 ans
  Sam Hocevar 2213100258 * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions. il y a 18 ans
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING il y a 18 ans
  Sam Hocevar e625e11d52 * Added cucul_get_export_list(). Returns a list of known export formats. il y a 18 ans
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we il y a 18 ans
  Sam Hocevar 41db7b066a * Implemented cucul_load() to reload a file that was saved with the il y a 18 ans
  Sam Hocevar 3c3e37ca65 * Implemented cucul_invert() to invert a canvas' colours. il y a 18 ans
  Sam Hocevar af94141959 * Minor addition to the rotate code. il y a 18 ans