186 커밋 (5612b86ce6f0df92e27c216924e9c89f6826da43)

작성자 SHA1 메시지 날짜
  Jean-Yves Lamoureux 5612b86ce6 * Fixed postscript exporter, image in not at the bottom of the page anymore 18 년 전
  Sam Hocevar 2c49303c3e * Optimise built-in fonts. We gain about 100kB in the final binary. 18 년 전
  Sam Hocevar ee55871e3f * If the ANSI file we import does not use the 80 columns, we don't expand 18 년 전
  Sam Hocevar 17e1e490d6 * Added a few more Unicode blocks to the default fonts. 18 년 전
  Sam Hocevar e8d6429506 * Added a few more Unicode characters to the glyph transformations. 18 년 전
  Sam Hocevar d6e4744861 * Changed the cucul_create_dither() prototype to make sure the mask 18 년 전
  Sam Hocevar dcbcc123c4 * Updated fonts with the new hardcoded CP437 glyphs. 18 년 전
  Sam Hocevar 7d75811a8b * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and 18 년 전
  Sam Hocevar 4d029660e1 * Implemented the private _cucul_utf32_to_utf8() helper. 18 년 전
  Sam Hocevar 9091804367 * Exporter now generates valid ANSI, with CP437 characters. 18 년 전
  Sam Hocevar 9d482f7762 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured 18 년 전
  Sam Hocevar 956ee0b309 * Use a slightly different RGB palette for ANSI colours, so that brown 18 년 전
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. 18 년 전
  Jean-Yves Lamoureux 758db0ca7b * coding style fixes again 18 년 전
  Sam Hocevar c117cb2411 * Fixed line wrapping on some weird ANSI files. 18 년 전
  Sam Hocevar d82754532b * Fixed an ANSI rendering bug related to the bold attribute. 18 년 전
  Sam Hocevar 89bfc20006 * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the 18 년 전
  Sam Hocevar b3ffcad709 * Minor code reorganisation and documenting. 18 년 전
  Sam Hocevar af3b09f1f5 * In ANSI, bold only sets the foreground colour to bright, not the 18 년 전
  Jean-Yves Lamoureux d8fad53ba0 * Really updated doc 18 년 전
  Jean-Yves Lamoureux 7ed107c9fe * Fixed documentation for import 18 년 전
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 18 년 전
  Sam Hocevar 89355c1e39 * Argh, _really_ fixed the uninitialised variable. 18 년 전
  Sam Hocevar fb928813b2 * Fixed an uninitialised variable. 18 년 전
  Sam Hocevar d6e556e5c6 * Fixed our buffer overflow in the ANSI parser by simply skipping control 18 년 전
  Sam Hocevar 5e18b3450f * More robust ANSI sequence argument parser. Detects private sequences and 18 년 전
  Jean-Yves Lamoureux 2450e5ea28 * Fixed warning in a clever and tested way. Bordel de merde. 18 년 전
  Sam Hocevar e766c1d028 * Coding style. 18 년 전
  Sam Hocevar 5fc912073b * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). 18 년 전
  Jean-Yves Lamoureux 579b928b7e * Fixed warnings in ansi importer 18 년 전
  Sam Hocevar dce6200136 * More cleaning up of the ANSI loader. Fixed reverse video. 18 년 전
  Sam Hocevar 42b967ec0e * Set the transparent colour's RGB values to the default colour's ones. 18 년 전
  Jean-Yves Lamoureux ad6543c152 * Improved ANSI format detection 18 년 전
  Sam Hocevar c3bbd62830 * Really fixed bold in ANSI loader, and removed dead code. 18 년 전
  Sam Hocevar e499f61ff9 * Simplified _manage_modifiers() a bit. 18 년 전
  Sam Hocevar bdfd1a250d * Fixed bold support in ANSI loader. 18 년 전
  Sam Hocevar 0a5bc9b61d * A few fixes in the ANSI interpreter. 18 년 전
  Sam Hocevar 061d2d35a4 * Got rid of _update_canvas_size(). 18 년 전
  Jean-Yves Lamoureux e5ea6fb7cf * _updated_coding_style(aBit); 18 년 전
  Sam Hocevar 3f7362eabb * Ahahaha. Meet the "optimisation" that breaks everything. 18 년 전
  Sam Hocevar 930abfc743 * Small optimisation in import_text(). 18 년 전
  Sam Hocevar 55efedc1b2 * Really minor coding style fixes in the ANSI importer. 18 년 전
  Sam Hocevar 235504d81a * More error checking in libcucul. 18 년 전
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection 18 년 전
  Sam Hocevar 981c405554 * Check for <errno.h>. 18 년 전
  Sam Hocevar eb2aa1aa48 * Reverted that errno stuff. We'll just use the real errno. 18 년 전
  Sam Hocevar fc6d86d835 * Added basis for an errno-like mechanism. 18 년 전
  Sam Hocevar 4a1507c398 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. 18 년 전
  Sam Hocevar 19f1503d76 * On win32, only disable the built-in fonts, not all the font functions. 18 년 전
  Sam Hocevar d04b853800 * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h 18 년 전