29 Commits (7e587a46b9c5488ff68080037361cbb8b5d9c156)

Autor SHA1 Mensaje Fecha
  Sam Hocevar a2e45e47da * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without hace 18 años
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. hace 18 años
  Sam Hocevar ca5c87ae1b * Add linebreaks to the ANSI exporter for better readability, and use hace 18 años
  Jean-Yves Lamoureux 5612b86ce6 * Fixed postscript exporter, image in not at the bottom of the page anymore hace 18 años
  Sam Hocevar 7d75811a8b * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and hace 18 años
  Sam Hocevar 9091804367 * Exporter now generates valid ANSI, with CP437 characters. hace 18 años
  Sam Hocevar 9d482f7762 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured hace 18 años
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. hace 18 años
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively hace 18 años
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h hace 18 años
  Sam Hocevar 43e1514520 * Print '?' for Unicode characters in the ANSI export. We'll decide later hace 18 años
  Sam Hocevar e68c0f92b8 * Disabled the foreground/background optimisation in the IRC export because hace 18 años
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into hace 18 años
  Sam Hocevar 2353ad9215 * Minor documentation improvements. hace 18 años
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. hace 18 años
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in hace 18 años
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. hace 18 años
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. hace 18 años
  Sam Hocevar 8e12dbeba6 * Truecolor support for the HTML and HTMLv3 exporters. hace 18 años
  Sam Hocevar ac3283f07f * Cosmetic code changes and minor optimisations. hace 18 años
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the hace 18 años
  Jean-Yves Lamoureux 1971191c09 * Exploded cucul/export.c hace 18 años
  Jean-Yves Lamoureux 325211d7c4 * Added tests for malloc()'s hace 18 años
  Jean-Yves Lamoureux 5a09b684fe * Updated README for network driver, fixed remaining exporters hace 18 años
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications hace 18 años
  Jean-Yves Lamoureux a676487863 * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well. hace 18 años
  Jean-Yves Lamoureux b9ab5e0e5a * Exporters now return size of generated data hace 18 años
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), hace 19 años
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. hace 19 años
  Sam Hocevar 6c6beb3541 * Use 32 bit integers for the character array. No visible difference for hace 19 años
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. hace 19 años
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing hace 19 años