156 Révisions (dce62001366ba0315fef987cab86c01fc750ffca)

Auteur SHA1 Message Date
  Sam Hocevar dce6200136 * More cleaning up of the ANSI loader. Fixed reverse video. il y a 18 ans
  Sam Hocevar 42b967ec0e * Set the transparent colour's RGB values to the default colour's ones. 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
  Sam Hocevar 235504d81a * More error checking in libcucul. il y a 18 ans
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection il y a 18 ans
  Sam Hocevar 981c405554 * Check for <errno.h>. il y a 18 ans
  Sam Hocevar eb2aa1aa48 * Reverted that errno stuff. We'll just use the real errno. il y a 18 ans
  Sam Hocevar fc6d86d835 * Added basis for an errno-like mechanism. il y a 18 ans
  Sam Hocevar 4a1507c398 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. il y a 18 ans
  Sam Hocevar 19f1503d76 * On win32, only disable the built-in fonts, not all the font functions. il y a 18 ans
  Sam Hocevar d04b853800 * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h 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 43e1514520 * Print '?' for Unicode characters in the ANSI export. We'll decide later il y a 18 ans
  Sam Hocevar d0b0d90e2a * Got rid of CUCUL_LIBS. It's unused. il y a 18 ans
  Sam Hocevar 9a65579cf6 * Support for multiple frames in canvases. 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 e68c0f92b8 * Disabled the foreground/background optimisation in the IRC export because il y a 18 ans
  Sam Hocevar 046c004862 * Got rid of cv->scratch_line. It's unused, too. il y a 18 ans
  Sam Hocevar beda391b6b * Got rid of cv->empty_line, it's now unused. il y a 18 ans
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground il y a 18 ans
  Sam Hocevar 7bd6e8a406 * Set library names to lib*.so.0.10.0. 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
  Sam Hocevar 2353ad9215 * Minor documentation improvements. il y a 18 ans
  Sam Hocevar d0dd70b64c * Documentation improvements. Wrote a small migration guide and added the il y a 18 ans
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. il y a 18 ans
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. il y a 18 ans
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are il y a 18 ans
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random il y a 18 ans
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to il y a 18 ans
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in il y a 18 ans
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. il y a 18 ans
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. il y a 18 ans
  Sam Hocevar 8e12dbeba6 * Truecolor support for the HTML and HTMLv3 exporters. il y a 18 ans
  Sam Hocevar 351fad7e15 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). il y a 18 ans
  Sam Hocevar ac3283f07f * Cosmetic code changes and minor optimisations. il y a 18 ans
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the il y a 18 ans
  Sam Hocevar c5b827a44e * Changed the buffer type in cucul_render_canvas() to void* to avoid il y a 18 ans
  Sam Hocevar c778d5301c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in il y a 18 ans
  Sam Hocevar 47229fa0b3 * Truecolor support in the SVG and PostScript exporters. il y a 18 ans