48 Révisions (a18e28d43e5e0cd58e6cecd25dfe4f247a39027a)

Auteur SHA1 Message Date
  Sam Hocevar a18e28d43e Update copyright information and changelog il y a 3 ans
  Sam Hocevar a15ba999d5 Add a comment in the SVG exporter to explain buffer size il y a 3 ans
  Sam Hocevar b4b4a473cd Fix off-by-one memory read in binary canvas import (fixes #56, #58) il y a 3 ans
  Sam Hocevar ac56185be2 Fix off-by-one memory read in ANSI import (fixes #55, #58) il y a 3 ans
  Sam Hocevar ab04483ee1 Fix buffer overflows in TGA and troff exports (addresses #53, #54) il y a 3 ans
  Sam Hocevar 46b4ea7cea canvas: fix an integer overflow in caca_resize(). il y a 3 ans
  Sam Hocevar f1267fbd3c Fix copyright headers so that the testsuite passes again. il y a 6 ans
  Sam Hocevar 5f0ec215f8 Remove legacy code from 10 years ago. il y a 6 ans
  Bastian Maerkisch eebfb1eb65 Bold/italic attribute support for export to svg il y a 7 ans
  Pascal Terjan 02445fc305 Add some missing breaks (thanks coverity) il y a 8 ans
  Sam Hocevar 44317430a1 misc: some source code cleanup. il y a 10 ans
  Sam Hocevar 2731717bee codec: add import code for .BIN binary ANSI files. il y a 11 ans
  Sam Hocevar 298edbc8bd codec: fix \t handling in the text importer. il y a 11 ans
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. il y a 12 ans
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. il y a 15 ans
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. il y a 15 ans
  Sam Hocevar 1edad92edc Simpler and more accurate troff colour selection. il y a 15 ans
  Pascal Terjan c73ff6d51d * Always draw all background in troff output, on beginning of lines too il y a 15 ans
  Sam Hocevar 3584efdf4b Fix the source code to reduce testsuite errors. il y a 15 ans
  Pascal Terjan a2fff59c1e * Always draw all background in troff output il y a 15 ans
  Pascal Terjan f8a477f2ab * Map colors to the ones known by groff, defining mines don't work il y a 15 ans
  Pascal Terjan c7ec6a0e94 * Improve a bit troff export il y a 15 ans
  Pascal Terjan 1c669cd86b * Add experimental troff export il y a 15 ans
  Sam Hocevar 308c203f4a Fix Win32 cross-build by removing one level of aliasing. il y a 15 ans
  Sam Hocevar 644ee4a78a Coding style: remove tabs and trailing spaces. il y a 15 ans
  Pascal Terjan ac9b1074b4 Fix limits settings in area export il y a 15 ans
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the il y a 15 ans
  Sam Hocevar 11428406c1 Split import.c and export.c to create a new text.c codec file in order il y a 15 ans
  Pascal Terjan d1db2df568 Revert r3478 il y a 15 ans
  Pascal Terjan 33f2264bcd Import/export dirty rectangles il y a 15 ans
  Sam Hocevar fc193a4b99 Fix a few implicit cast related warnings on VC++. il y a 15 ans
  Sam Hocevar af3c74e915 import.c: when importing ANSI or UTF-8 files, treat ^L as a canvas il y a 15 ans
  Sam Hocevar 7b25d39e63 Apparently \033 is more common than \x1b for ESC. Use the former in our il y a 15 ans
  Ben Wiley Sittler 07d9dcc348 preserve column alignment better by breaking cells at spaces; preserve il y a 16 ans
  Ben Wiley Sittler e434549a4d force a column alignment after each column containing a fullwidth character. il y a 16 ans
  Ben Wiley Sittler d32f8eb7f8 fix foreground-color and quoting bugs in the "html" exporter; also, il y a 16 ans
  Ben Wiley Sittler e8756c7c46 do not split a fullwidth character in the middle. yes, in some il y a 16 ans
  Ben Wiley Sittler 567ae29030 do not expand tabs here. instead, importers need to understand '\t' il y a 16 ans
  Ben Wiley Sittler afcad730a8 some unicode characters could overflow the buffer; handle more control il y a 16 ans
  Ben Wiley Sittler f4b036ef09 optimization: when the canvas is only a single line, we can always il y a 16 ans
  Ben Wiley Sittler 86a512cf34 work around table layout bugs by ensuring that if there are multiple il y a 16 ans
  Ben Wiley Sittler ef3b597946 add a <table summary="..." /> attribute so screenreader software does not il y a 16 ans
  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 il y a 16 ans
  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 il y a 16 ans
  Ben Wiley Sittler e6e8418523 fix table border, colors, and quoting of <, ", ', and > in html3 output il y a 16 ans
  Ben Wiley Sittler 7273a9dbf2 correctly account for tabs in html3 export il y a 16 ans
  Sam Hocevar e1562a8d46 libcaca: move codecs and import/export functions into subdirectories. il y a 16 ans