47 Révisions (7255c6b0342b89713a02a9cb8f0aa3a6723466e6)

Auteur SHA1 Message Date
  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
  Sam Hocevar b3ffcad709 * Minor code reorganisation and documenting. il y a 18 ans
  Sam Hocevar af3b09f1f5 * In ANSI, bold only sets the foreground colour to bright, not the il y a 18 ans
  Jean-Yves Lamoureux d8fad53ba0 * Really updated doc il y a 18 ans
  Jean-Yves Lamoureux 7ed107c9fe * Fixed documentation for import il y a 18 ans
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively il y a 18 ans
  Sam Hocevar 89355c1e39 * Argh, _really_ fixed the uninitialised variable. il y a 18 ans
  Sam Hocevar fb928813b2 * Fixed an uninitialised variable. il y a 18 ans
  Sam Hocevar d6e556e5c6 * Fixed our buffer overflow in the ANSI parser by simply skipping control il y a 18 ans
  Sam Hocevar 5e18b3450f * More robust ANSI sequence argument parser. Detects private sequences and il y a 18 ans
  Jean-Yves Lamoureux 2450e5ea28 * Fixed warning in a clever and tested way. Bordel de merde. il y a 18 ans
  Sam Hocevar e766c1d028 * Coding style. il y a 18 ans
  Sam Hocevar 5fc912073b * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). il y a 18 ans
  Jean-Yves Lamoureux 579b928b7e * Fixed warnings in ansi importer il y a 18 ans
  Sam Hocevar dce6200136 * More cleaning up of the ANSI loader. Fixed reverse video. il y a 18 ans
  Jean-Yves Lamoureux ad6543c152 * Improved ANSI format detection il y a 18 ans
  Sam Hocevar c3bbd62830 * Really fixed bold in ANSI loader, and removed dead code. il y a 18 ans
  Sam Hocevar e499f61ff9 * Simplified _manage_modifiers() a bit. il y a 18 ans
  Sam Hocevar bdfd1a250d * Fixed bold support in ANSI loader. il y a 18 ans
  Sam Hocevar 0a5bc9b61d * A few fixes in the ANSI interpreter. il y a 18 ans
  Sam Hocevar 061d2d35a4 * Got rid of _update_canvas_size(). il y a 18 ans
  Jean-Yves Lamoureux e5ea6fb7cf * _updated_coding_style(aBit); il y a 18 ans
  Sam Hocevar 3f7362eabb * Ahahaha. Meet the "optimisation" that breaks everything. il y a 18 ans
  Sam Hocevar 930abfc743 * Small optimisation in import_text(). il y a 18 ans
  Sam Hocevar 55efedc1b2 * Really minor coding style fixes in the ANSI importer. il y a 18 ans
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection il y a 18 ans
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h il y a 18 ans
  Sam Hocevar 7841bb6b50 * Added a simple "text" importer, until the cool ANSI importer arrives. il y a 18 ans
  Sam Hocevar 4914b86cbf * Fixed a compilation warning. il y a 18 ans
  Sam Hocevar accf27b445 * Minor documentation fix. il y a 18 ans
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into il y a 18 ans