1 Révisions (dd1478f3729f62df4dc2fca8536a14e4b46d5519)

Auteur SHA1 Message Date
  Sam Hocevar e1562a8d46 libcaca: move codecs and import/export functions into subdirectories. il y a 16 ans
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility il y a 16 ans
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the il y a 16 ans
  Sam Hocevar f5597bce42 * Make cucul_import_file() use cucul_file_t functions. il y a 16 ans
  Sam Hocevar 8f832a3b47 * Switch a few unsigned int variables to size_t where appropriate. il y a 16 ans
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. il y a 16 ans
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that il y a 16 ans
  Sam Hocevar ee60c3086e * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley il y a 17 ans
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. il y a 18 ans
  Sam Hocevar 33058757da * Add a no warranty clause to the code. il y a 18 ans
  Sam Hocevar 77bed4f704 * Got rid of that ugly cv->import member. il y a 18 ans
  Sam Hocevar 4f4f887080 * Improved vt220 import by adding a persistent context to canvases. il y a 18 ans
  Sam Hocevar 1756bdf30d * Improved ANSI importer so that it supports a lot more of what is needed il y a 18 ans
  Sam Hocevar 6372da2ffc * Improved ANSI import, especially wrt. drawing context persistence. il y a 18 ans
  Sam Hocevar 16e95eb980 * When importing an utf-8 file, set background and foreground colours to il y a 18 ans
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. il y a 18 ans
  Sam Hocevar e656963a9a * Fixed a bug in the caca importer. il y a 18 ans
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. il y a 18 ans
  Sam Hocevar 9d6bd7b322 * Do not force the text colour when importing a text file. il y a 18 ans
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. il y a 18 ans
  Sam Hocevar 0a94f93f95 * If not enough data is available for import, return 0 instead of an error. il y a 18 ans
  Sam Hocevar 44c286272c * Minor documentation fixes. il y a 18 ans
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of il y a 18 ans
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented il y a 18 ans
  Sam Hocevar 3d376d8cad * Don't use htonl() directly, use common.h's hton32() wrapper. il y a 18 ans
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. il y a 18 ans
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. 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 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 bcbc2ee215 * Fix a buffer overflow in the utf-8 cucul_import(). 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 7255c6b034 * Allow to import empty files or files with only empty lines. 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 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few il y a 18 ans
  Sam Hocevar 1903570ede * Support for fullwidth glyphs in the UTF-8 importer. 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 682d2d297b * Add "utf8" import format. 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 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. il y a 18 ans
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned il y a 18 ans
  Sam Hocevar 8ac089aa7a * Workaround for illegal ^[[0,0H ANSI escape code. il y a 18 ans
  Sam Hocevar ee55871e3f * If the ANSI file we import does not use the 80 columns, we don't expand il y a 18 ans
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. il y a 18 ans
  Jean-Yves Lamoureux 758db0ca7b * coding style fixes again il y a 18 ans
  Sam Hocevar c117cb2411 * Fixed line wrapping on some weird ANSI files. il y a 18 ans
  Sam Hocevar d82754532b * Fixed an ANSI rendering bug related to the bold attribute. il y a 18 ans