130 Révisions (ed2c5a58e677d572d384fe85586a4740fc1a586f)

Auteur SHA1 Message Date
  Sam Hocevar 046c004862 * Got rid of cv->scratch_line. It's unused, too. il y a 19 ans
  Sam Hocevar beda391b6b * Got rid of cv->empty_line, it's now unused. il y a 19 ans
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground il y a 19 ans
  Sam Hocevar 7bd6e8a406 * Set library names to lib*.so.0.10.0. il y a 19 ans
  Sam Hocevar 4914b86cbf * Fixed a compilation warning. il y a 19 ans
  Sam Hocevar accf27b445 * Minor documentation fix. il y a 19 ans
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into il y a 19 ans
  Sam Hocevar 2353ad9215 * Minor documentation improvements. il y a 19 ans
  Sam Hocevar d0dd70b64c * Documentation improvements. Wrote a small migration guide and added the il y a 19 ans
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. il y a 19 ans
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. il y a 19 ans
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are il y a 19 ans
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random il y a 19 ans
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to il y a 19 ans
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in il y a 19 ans
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. il y a 19 ans
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. il y a 19 ans
  Sam Hocevar 8e12dbeba6 * Truecolor support for the HTML and HTMLv3 exporters. il y a 19 ans
  Sam Hocevar 351fad7e15 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). il y a 19 ans
  Sam Hocevar ac3283f07f * Cosmetic code changes and minor optimisations. il y a 19 ans
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the il y a 19 ans
  Sam Hocevar c5b827a44e * Changed the buffer type in cucul_render_canvas() to void* to avoid il y a 19 ans
  Sam Hocevar c778d5301c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in il y a 19 ans
  Sam Hocevar 47229fa0b3 * Truecolor support in the SVG and PostScript exporters. il y a 19 ans
  Sam Hocevar b5f00c459c * Implemented TGA image export. il y a 19 ans
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. il y a 19 ans
  Sam Hocevar 3af72ff5f8 * Fixed abusive strictness in the font loader. il y a 19 ans
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. il y a 19 ans
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs il y a 19 ans
  Sam Hocevar ab3a5d8f90 * Fixed bad library name in pc file. il y a 19 ans
  Jean-Yves Lamoureux 408b8757eb * Updated MSVC++ project (static library and src/*) il y a 19 ans
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. il y a 19 ans
  Sam Hocevar 7b216060b4 * Ahaha I didn't even check that it compiled properly. il y a 19 ans
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. il y a 19 ans
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to il y a 19 ans
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be il y a 19 ans
  Sam Hocevar 1911e368f4 * Fixed compilation warning. il y a 19 ans
  Sam Hocevar b355e0581d * Fixed colour conversion routines so that they work with ARGB too. il y a 19 ans
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. il y a 19 ans
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. il y a 19 ans
  Sam Hocevar b40cfe1302 * Ugly overflow bug in the rendering code. il y a 19 ans
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). il y a 19 ans
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. il y a 19 ans
  Sam Hocevar 15bff441bc * Putain de bordel de manche a couilles. I forgot to fix the font. il y a 19 ans
  Sam Hocevar c1e5f30692 * Fixed 4, 2 and 1-bit font rendering. il y a 19 ans
  Sam Hocevar 9369b9a48f * Created internal function _cucul_argb32_to_argb4() that splits an argb il y a 19 ans
  Sam Hocevar 8fffb73b1e * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font il y a 19 ans
  Sam Hocevar d8821beb81 * Created a built-in font from Bitstream Vera (Monospace 9). il y a 19 ans
  Sam Hocevar 1da6ea358b * Slightly updated the font format and wrote a font loader. Also added a il y a 19 ans
  Sam Hocevar 33060e0b5a * New version of the font format. il y a 19 ans