21 Commits (d5ecfdeb2f332a7ae9d8629b515fc41b0c4e6415)

Autor SHA1 Mensaje Fecha
  Sam Hocevar 644ee4a78a Coding style: remove tabs and trailing spaces. hace 15 años
  Pascal Terjan ac9b1074b4 Fix limits settings in area export hace 15 años
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the hace 15 años
  Sam Hocevar 11428406c1 Split import.c and export.c to create a new text.c codec file in order hace 15 años
  Pascal Terjan d1db2df568 Revert r3478 hace 15 años
  Pascal Terjan 33f2264bcd Import/export dirty rectangles hace 15 años
  Sam Hocevar fc193a4b99 Fix a few implicit cast related warnings on VC++. hace 15 años
  Ben Wiley Sittler 07d9dcc348 preserve column alignment better by breaking cells at spaces; preserve hace 16 años
  Ben Wiley Sittler e434549a4d force a column alignment after each column containing a fullwidth character. hace 16 años
  Ben Wiley Sittler d32f8eb7f8 fix foreground-color and quoting bugs in the "html" exporter; also, hace 16 años
  Ben Wiley Sittler e8756c7c46 do not split a fullwidth character in the middle. yes, in some hace 16 años
  Ben Wiley Sittler 567ae29030 do not expand tabs here. instead, importers need to understand '\t' hace 16 años
  Ben Wiley Sittler afcad730a8 some unicode characters could overflow the buffer; handle more control hace 16 años
  Ben Wiley Sittler f4b036ef09 optimization: when the canvas is only a single line, we can always hace 16 años
  Ben Wiley Sittler 86a512cf34 work around table layout bugs by ensuring that if there are multiple hace 16 años
  Ben Wiley Sittler ef3b597946 add a <table summary="..." /> attribute so screenreader software does not hace 16 años
  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 hace 16 años
  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 hace 16 años
  Ben Wiley Sittler e6e8418523 fix table border, colors, and quoting of <, ", ', and > in html3 output hace 16 años
  Ben Wiley Sittler 7273a9dbf2 correctly account for tabs in html3 export hace 16 años
  Sam Hocevar e1562a8d46 libcaca: move codecs and import/export functions into subdirectories. hace 16 años
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility hace 16 años
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the hace 16 años
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is hace 16 años
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. hace 16 años
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in hace 16 años
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that hace 16 años
  Sam Hocevar b8d3f71ae8 * Fix canvas export for the caca format. We now export all frames. hace 17 años
  Sam Hocevar ac91d59360 * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for hace 17 años
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings hace 17 años
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and hace 17 años
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. hace 17 años
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. hace 18 años
  Sam Hocevar 33058757da * Add a no warranty clause to the code. hace 18 años
  Sam Hocevar f1f00897c5 * Fix shadowing declarations. hace 18 años
  Sam Hocevar 55765045c8 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. hace 18 años
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. hace 18 años
  Sam Hocevar 18f1f68be7 * Add a debug() function and a --enable-debug configure flag. hace 18 años
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to hace 18 años
  Sam Hocevar aa3e191ccd * Documentation fixes and TODO updates. hace 18 años
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. hace 18 años
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with hace 18 años
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a hace 18 años
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. hace 18 años
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. hace 18 años
  Sam Hocevar 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change hace 18 años
  Sam Hocevar 111447fe27 * Blink/Underline/Bold/Italics support in the HTML exporters. hace 18 años
  Sam Hocevar 142a830571 * Fix IRC and term transparency (again). hace 18 años
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the hace 18 años
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such hace 18 años