64 Commits (18f1f68be75b3b157ff3cb94b0e33e63575cb897)

Autor SHA1 Mensaje Fecha
  Sam Hocevar e656963a9a * Fixed a bug in the caca importer. hace 18 años
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. hace 18 años
  Sam Hocevar 9d6bd7b322 * Do not force the text colour when importing a text file. hace 18 años
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. hace 18 años
  Sam Hocevar 0a94f93f95 * If not enough data is available for import, return 0 instead of an error. hace 18 años
  Sam Hocevar 44c286272c * Minor documentation fixes. hace 18 años
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of hace 18 años
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented hace 18 años
  Sam Hocevar 3d376d8cad * Don't use htonl() directly, use common.h's hton32() wrapper. hace 18 años
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. hace 18 años
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. hace 18 años
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored hace 18 años
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the hace 18 años
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls hace 18 años
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such hace 18 años
  Sam Hocevar bcbc2ee215 * Fix a buffer overflow in the utf-8 cucul_import(). hace 18 años
  Jean-Yves Lamoureux f7cd9f1b27 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. hace 18 años
  Sam Hocevar 7255c6b034 * Allow to import empty files or files with only empty lines. hace 18 años
  Sam Hocevar 2c906c99e3 * Fix a buffer overflow in the import format autodetection code. hace 18 años
  Sam Hocevar 1771a41bc5 * Allow to import zero-sized canvases. hace 18 años
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few hace 18 años
  Sam Hocevar 1903570ede * Support for fullwidth glyphs in the UTF-8 importer. hace 18 años
  Sam Hocevar 14ee26ba73 * Set default background to transparent in the ANSI and UTF-8 importers. hace 18 años
  Sam Hocevar 682d2d297b * Add "utf8" import format. hace 18 años
  Sam Hocevar 23afd54c7c * Fix enumeration layout in the manpage documentation. hace 18 años
  Sam Hocevar 9b39376fd4 * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours hace 18 años
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. hace 18 años
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned hace 18 años
  Sam Hocevar 8ac089aa7a * Workaround for illegal ^[[0,0H ANSI escape code. hace 18 años
  Sam Hocevar ee55871e3f * If the ANSI file we import does not use the 80 columns, we don't expand hace 18 años
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. hace 18 años
  Jean-Yves Lamoureux 758db0ca7b * coding style fixes again hace 18 años
  Sam Hocevar c117cb2411 * Fixed line wrapping on some weird ANSI files. hace 18 años
  Sam Hocevar d82754532b * Fixed an ANSI rendering bug related to the bold attribute. hace 18 años
  Sam Hocevar b3ffcad709 * Minor code reorganisation and documenting. hace 18 años
  Sam Hocevar af3b09f1f5 * In ANSI, bold only sets the foreground colour to bright, not the hace 18 años
  Jean-Yves Lamoureux d8fad53ba0 * Really updated doc hace 18 años
  Jean-Yves Lamoureux 7ed107c9fe * Fixed documentation for import hace 18 años
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively hace 18 años
  Sam Hocevar 89355c1e39 * Argh, _really_ fixed the uninitialised variable. hace 18 años
  Sam Hocevar fb928813b2 * Fixed an uninitialised variable. hace 18 años
  Sam Hocevar d6e556e5c6 * Fixed our buffer overflow in the ANSI parser by simply skipping control hace 18 años
  Sam Hocevar 5e18b3450f * More robust ANSI sequence argument parser. Detects private sequences and hace 18 años
  Jean-Yves Lamoureux 2450e5ea28 * Fixed warning in a clever and tested way. Bordel de merde. hace 18 años
  Sam Hocevar e766c1d028 * Coding style. hace 18 años
  Sam Hocevar 5fc912073b * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). hace 18 años
  Jean-Yves Lamoureux 579b928b7e * Fixed warnings in ansi importer hace 18 años
  Sam Hocevar dce6200136 * More cleaning up of the ANSI loader. Fixed reverse video. hace 18 años
  Jean-Yves Lamoureux ad6543c152 * Improved ANSI format detection hace 18 años
  Sam Hocevar c3bbd62830 * Really fixed bold in ANSI loader, and removed dead code. hace 18 años