268 Révisions (cdd9d822df7ea0ce57ce1b2cb713f15f254d4f3f)

Auteur SHA1 Message Date
  Sam Hocevar 894924603d * Fix the default canvas colour value. il y a 18 ans
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. il y a 18 ans
  Sam Hocevar 4fa891b61b * Slightly changed the font header information. No one distributes libcaca il y a 18 ans
  Sam Hocevar 74babecc70 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. il y a 18 ans
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. il y a 18 ans
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored il y a 18 ans
  Sam Hocevar 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change il y a 18 ans
  Sam Hocevar 111447fe27 * Blink/Underline/Bold/Italics support in the HTML exporters. il y a 18 ans
  Sam Hocevar 142a830571 * Fix IRC and term transparency (again). il y a 18 ans
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as il y a 18 ans
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the il y a 18 ans
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls il y a 18 ans
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such il y a 18 ans
  Sam Hocevar 7e9ecfc6de * Reworded documentation about buffer/string distinction. il y a 18 ans
  Sam Hocevar bcbc2ee215 * Fix a buffer overflow in the utf-8 cucul_import(). il y a 18 ans
  Jean-Yves Lamoureux cde0f991ae * Documentation a bit clearer while importing a string into a buffer il y a 18 ans
  Jean-Yves Lamoureux f7cd9f1b27 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. il y a 18 ans
  Sam Hocevar b8641f0435 * Put at least one space in empty IRC lines otherwise most clients won't il y a 18 ans
  Sam Hocevar 7255c6b034 * Allow to import empty files or files with only empty lines. il y a 18 ans
  Sam Hocevar 89bbe6b93e * Support export of zero-sized canvases. il y a 18 ans
  Sam Hocevar 2c906c99e3 * Fix a buffer overflow in the import format autodetection code. il y a 18 ans
  Sam Hocevar 1771a41bc5 * Allow to import zero-sized canvases. il y a 18 ans
  Sam Hocevar e03e1d62da * Allow to create the initial canvas with a zero size. Either the application il y a 18 ans
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few il y a 18 ans
  Sam Hocevar f4cfb692bb * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. il y a 18 ans
  Sam Hocevar 5f9d557f2f * Do not output \r in the UTF-8 exporter. il y a 18 ans
  Sam Hocevar 806f748059 * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support il y a 18 ans
  Sam Hocevar 76c24c5a78 * Added block drawing glyphs to the flip/flop/rotate functions. il y a 18 ans
  Sam Hocevar df13e2a2e1 * Updated documentation of fullwidth-aware functions. il y a 18 ans
  Sam Hocevar 1903570ede * Support for fullwidth glyphs in the UTF-8 importer. il y a 18 ans
  Sam Hocevar 4711611e3f * Support for fullwidth glyphs in the libcaca output drivers. il y a 18 ans
  Sam Hocevar b45eea0b39 * Support for fullwidth (= double width) Unicode characters. il y a 18 ans
  Sam Hocevar 86dedb814e * Implemented cucul_utf32_is_fullwidth(). il y a 18 ans
  Sam Hocevar d0370af6d3 * Fixed a bug in the IRC exporter that could break the output when there il y a 18 ans
  Sam Hocevar 78c6fc2e6e * Support transparency in the colour UTF-8 exporter. il y a 18 ans
  Sam Hocevar 320cfda26f * Better precision in cucul_fill_triangle(). il y a 18 ans
  Sam Hocevar a01a4cc65d * More optimisations in cucul_fill_triangle(). il y a 18 ans
  Sam Hocevar 40ff443417 * Optimised triangle rasteriser. Thanks to Jylam for the hints. il y a 18 ans
  Sam Hocevar 14ee26ba73 * Set default background to transparent in the ANSI and UTF-8 importers. il y a 18 ans
  Sam Hocevar 5810f430d7 * Fix minor memory leak in cucul_set_canvas_boundaries(). il y a 18 ans
  Sam Hocevar e366c39223 * Fix minor memory leak in cucul_free_canvas(). il y a 18 ans
  Sam Hocevar 5ee52bfd42 * Fixed a bug in cucul_putchar() that broke half of the Unicode set. il y a 18 ans
  Sam Hocevar 682d2d297b * Add "utf8" import format. il y a 18 ans
  Sam Hocevar 6bae0e64cc * Initialise colours to default/transparent instead of lightgray/black. il y a 18 ans
  Sam Hocevar 23afd54c7c * Fix enumeration layout in the manpage documentation. il y a 18 ans
  Sam Hocevar 9b39376fd4 * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours il y a 18 ans
  Sam Hocevar 81760312af * Implemented cucul_get_color(). il y a 18 ans
  Sam Hocevar 14e83acc9d * Fixed chcul_getchar's error behaviour. il y a 18 ans
  Sam Hocevar a984440ecc * Handle transparency in the IRC export. il y a 18 ans
  Sam Hocevar be77a0e2ea * When resizing a canvas, use the current fg/bg colours to fill holes. il y a 18 ans