11 Commits (e8756c7c46e7de9232fc523b16cf376c7cf6b4ff)

Autor SHA1 Nachricht Datum
  Ben Wiley Sittler e8756c7c46 do not split a fullwidth character in the middle. yes, in some vor 16 Jahren
  Ben Wiley Sittler 567ae29030 do not expand tabs here. instead, importers need to understand '\t' vor 16 Jahren
  Ben Wiley Sittler afcad730a8 some unicode characters could overflow the buffer; handle more control vor 16 Jahren
  Ben Wiley Sittler f4b036ef09 optimization: when the canvas is only a single line, we can always vor 16 Jahren
  Ben Wiley Sittler 86a512cf34 work around table layout bugs by ensuring that if there are multiple vor 16 Jahren
  Ben Wiley Sittler ef3b597946 add a <table summary="..." /> attribute so screenreader software does not vor 16 Jahren
  Ben Wiley Sittler cb49816e2e use a single table cell for adjacent attribute runs provided the background color will be the same; this allows us to avoid special stylesheets for our example programs vor 16 Jahren
  Ben Wiley Sittler 8cc4c277b3 output valid XHTML (it's valid HTML3 too); note that this drops the COLS=... attribute on the table, but that had previously been calculated incorrectly anyhow so i doubt it mattered vor 16 Jahren
  Ben Wiley Sittler e6e8418523 fix table border, colors, and quoting of <, ", ', and > in html3 output vor 16 Jahren
  Ben Wiley Sittler 7273a9dbf2 correctly account for tabs in html3 export vor 16 Jahren
  Sam Hocevar e1562a8d46 libcaca: move codecs and import/export functions into subdirectories. vor 16 Jahren
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility vor 16 Jahren
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the vor 16 Jahren
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is vor 16 Jahren
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. vor 16 Jahren
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in vor 16 Jahren
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that vor 16 Jahren
  Sam Hocevar b8d3f71ae8 * Fix canvas export for the caca format. We now export all frames. vor 17 Jahren
  Sam Hocevar ac91d59360 * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for vor 17 Jahren
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings vor 17 Jahren
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and vor 17 Jahren
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. vor 17 Jahren
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. vor 18 Jahren
  Sam Hocevar 33058757da * Add a no warranty clause to the code. vor 18 Jahren
  Sam Hocevar f1f00897c5 * Fix shadowing declarations. vor 18 Jahren
  Sam Hocevar 55765045c8 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. vor 18 Jahren
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. vor 18 Jahren
  Sam Hocevar 18f1f68be7 * Add a debug() function and a --enable-debug configure flag. vor 18 Jahren
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to vor 18 Jahren
  Sam Hocevar aa3e191ccd * Documentation fixes and TODO updates. vor 18 Jahren
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. vor 18 Jahren
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with vor 18 Jahren
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a vor 18 Jahren
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. vor 18 Jahren
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. vor 18 Jahren
  Sam Hocevar 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change vor 18 Jahren
  Sam Hocevar 111447fe27 * Blink/Underline/Bold/Italics support in the HTML exporters. vor 18 Jahren
  Sam Hocevar 142a830571 * Fix IRC and term transparency (again). vor 18 Jahren
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the vor 18 Jahren
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such vor 18 Jahren
  Sam Hocevar b8641f0435 * Put at least one space in empty IRC lines otherwise most clients won't vor 18 Jahren
  Sam Hocevar 89bbe6b93e * Support export of zero-sized canvases. vor 18 Jahren
  Sam Hocevar 5f9d557f2f * Do not output \r in the UTF-8 exporter. vor 18 Jahren
  Sam Hocevar df13e2a2e1 * Updated documentation of fullwidth-aware functions. vor 18 Jahren
  Sam Hocevar d0370af6d3 * Fixed a bug in the IRC exporter that could break the output when there vor 18 Jahren
  Sam Hocevar 78c6fc2e6e * Support transparency in the colour UTF-8 exporter. vor 18 Jahren
  Sam Hocevar 23afd54c7c * Fix enumeration layout in the manpage documentation. vor 18 Jahren
  Sam Hocevar a984440ecc * Handle transparency in the IRC export. vor 18 Jahren
  Sam Hocevar 1372caac6c * Really export IRC as UTF-8, as advertised in the documentation. vor 18 Jahren
  Sam Hocevar a2e45e47da * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without vor 18 Jahren