|
|
@3497
|
12 years |
Pascal Terjan |
Fix limits settings in area export
|
|
|
@3495
|
12 years |
Sam Hocevar |
Add caca_export_area_to_memory() to export only a selected part of the …
|
|
|
@3492
|
12 years |
Sam Hocevar |
Split import.c and export.c to create a new text.c codec file in order …
|
|
|
@3491
|
12 years |
Pascal Terjan |
Revert r3478
|
|
|
@3478
|
12 years |
Pascal Terjan |
Import/export dirty rectangles
|
|
|
@3451
|
12 years |
Sam Hocevar |
Fix a few implicit cast related warnings on VC++.
|
|
|
@3427
|
12 years |
Sam Hocevar |
import.c: when importing ANSI or UTF-8 files, treat L as a canvas …
|
|
|
@3412
|
12 years |
Sam Hocevar |
Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@3284
|
12 years |
bsittler |
preserve column alignment better by breaking cells at spaces; preserve …
|
|
|
@3283
|
12 years |
bsittler |
force a column alignment after each column containing a fullwidth …
|
|
|
@3237
|
12 years |
bsittler |
fix foreground-color and quoting bugs in the "html" exporter; also, …
|
|
|
@3236
|
12 years |
bsittler |
do not split a fullwidth character in the middle. yes, in some …
|
|
|
@3235
|
12 years |
bsittler |
do not expand tabs here. instead, importers need to understand '\t' …
|
|
|
@3227
|
12 years |
bsittler |
some unicode characters could overflow the buffer; handle more control …
|
|
|
@3224
|
12 years |
bsittler |
optimization: when the canvas is only a single line, we can always …
|
|
|
@3223
|
12 years |
bsittler |
work around table layout bugs by ensuring that if there are multiple …
|
|
|
@3214
|
12 years |
bsittler |
add a <table summary="..." /> attribute so screenreader software does …
|
|
|
@3209
|
12 years |
bsittler |
use a single table cell for adjacent attribute runs provided the …
|
|
|
@3184
|
12 years |
bsittler |
output valid XHTML (it's valid HTML3 too); note that this drops the …
|
|
|
@3182
|
12 years |
bsittler |
fix table border, colors, and quoting of <, ", ', and > in html3 output
|
|
|
@3179
|
12 years |
bsittler |
correctly account for tabs in html3 export
|
|
|
@2962
|
12 years |
Sam Hocevar |
libcaca: move codecs and import/export functions into subdirectories.
|