59 Révisions (6c093b6217907d65020ace660563ba3a1c6b4b67)

Auteur SHA1 Message Date
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings il y a 17 ans
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and il y a 17 ans
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. 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 f1f00897c5 * Fix shadowing declarations. il y a 18 ans
  Sam Hocevar 55765045c8 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. 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 18f1f68be7 * Add a debug() function and a --enable-debug configure flag. il y a 18 ans
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to il y a 18 ans
  Sam Hocevar aa3e191ccd * Documentation fixes and TODO updates. il y a 18 ans
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. il y a 18 ans
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with il y a 18 ans
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a 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 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change il y a 18 ans
  Sam Hocevar 111447fe27 * Blink/Underline/Bold/Italics support in the HTML exporters. il y a 18 ans
  Sam Hocevar 142a830571 * Fix IRC and term transparency (again). 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 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such il y a 18 ans
  Sam Hocevar b8641f0435 * Put at least one space in empty IRC lines otherwise most clients won't il y a 18 ans
  Sam Hocevar 89bbe6b93e * Support export of zero-sized canvases. il y a 18 ans
  Sam Hocevar 5f9d557f2f * Do not output \r in the UTF-8 exporter. il y a 18 ans
  Sam Hocevar df13e2a2e1 * Updated documentation of fullwidth-aware functions. il y a 18 ans
  Sam Hocevar d0370af6d3 * Fixed a bug in the IRC exporter that could break the output when there il y a 18 ans
  Sam Hocevar 78c6fc2e6e * Support transparency in the colour UTF-8 exporter. il y a 18 ans
  Sam Hocevar 23afd54c7c * Fix enumeration layout in the manpage documentation. il y a 18 ans
  Sam Hocevar a984440ecc * Handle transparency in the IRC export. il y a 18 ans
  Sam Hocevar 1372caac6c * Really export IRC as UTF-8, as advertised in the documentation. il y a 18 ans
  Sam Hocevar a2e45e47da * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without 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 ca5c87ae1b * Add linebreaks to the ANSI exporter for better readability, and use il y a 18 ans
  Jean-Yves Lamoureux 5612b86ce6 * Fixed postscript exporter, image in not at the bottom of the page anymore il y a 18 ans
  Sam Hocevar 7d75811a8b * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and il y a 18 ans
  Sam Hocevar 9091804367 * Exporter now generates valid ANSI, with CP437 characters. il y a 18 ans
  Sam Hocevar 9d482f7762 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured il y a 18 ans
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. 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 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 e68c0f92b8 * Disabled the foreground/background optimisation in the IRC export because 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 ea3bde92a4 * Added a new "caca" exporter. 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 ac3283f07f * Cosmetic code changes and minor optimisations. il y a 18 ans