aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed duplicated extension attachment list on PageViewport (which is an Are...Jeremias Maerki2009-01-162-39/+35
* | Bugfix: Weave included page segments into the object sequence instead of inse...Jeremias Maerki2009-01-163-18/+1
* | Added in support for subtractive mode in 1-bit images. This should further re...Jeremias Maerki2009-01-156-8/+77
* | Extracted some bitmap handling functions from the PCL implementation into new...Jeremias Maerki2009-01-153-56/+253
* | The "upgrading" page for Trunk needed a bit of attention.Jeremias Maerki2009-01-091-12/+6
* | Better class description.Jeremias Maerki2009-01-091-1/+1
* | Added missing license header.Jeremias Maerki2009-01-091-0/+19
* | Removed code that doesn't have any effect.Jeremias Maerki2009-01-081-6/+1
* | Added a note explaining things that we should look out for.Jeremias Maerki2009-01-071-0/+5
* | Fixed typoVincent Hennebert2009-01-071-1/+1
* | Happy new year.Jeremias Maerki2009-01-072-2/+2
* | Give javadoc utility some more memory to avoid OutOfMemoryErrors.Jeremias Maerki2009-01-076-5/+135
| * Added support for the AFP Extensions.Jeremias Maerki2009-01-162-11/+78
| * Update XML Graphics Commons to make the branch compile again.Jeremias Maerki2009-01-151-0/+0
| * Added support for fixed-width spaces.Jeremias Maerki2009-01-137-63/+98
| * Added clipping support.Jeremias Maerki2009-01-131-1/+2
| * Added border and leader painting for the AFPPainter.Jeremias Maerki2009-01-121-11/+72
| * Fixed assert statement.Jeremias Maerki2009-01-121-1/+1
| * Fixed bitmap image placement in SVG.Jeremias Maerki2009-01-121-2/+6
| * Restrict XML-formats to SVG to stream-line the image loading/conversion process.Jeremias Maerki2009-01-122-2/+6
| * Disabling native formats as long as the configuration doesn't enable/disable ...Jeremias Maerki2009-01-121-3/+4
| * Started new IF implementation for AFP (incomplete, supporting filled rects, t...Jeremias Maerki2009-01-1130-635/+2168
| * Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-1115-67/+116
| * Added shortcut that avoids painting text using the native text handler if the...Jeremias Maerki2009-01-111-6/+25
| * Moved getPoint() method from DataStream to AFPPaintingState where it makes mo...Jeremias Maerki2009-01-112-22/+37
| * GOCA improvements:Jeremias Maerki2009-01-114-51/+98
| * Bugfix: remaining chunk of over-long text strings didn't get handled properly.Jeremias Maerki2009-01-061-4/+5
| * Merge from Trunk revisions 728026 - 731479.Jeremias Maerki2009-01-0523-62/+293
| |\ | |/ |/|
* | FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...Jeremias Maerki2009-01-059-31/+95
* | Added support for forcing single-byte encodings for TrueType fonts without cr...Jeremias Maerki2009-01-0411-17/+169
* | Bugzilla #45306:Jeremias Maerki2009-01-024-11/+11
* | Bugzilla #45938: Jeremias Maerki2009-01-021-3/+18
| * Avoid ArrayOutOfBoundsException when text length is 0 (this can happen if you...Jeremias Maerki2009-01-051-0/+3
| * Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-0232-137/+379
| * Fixed Transcoder test.Jeremias Maerki2009-01-021-1/+1
| * Some PDF actions get pooled and therefore don't need to be registered.Jeremias Maerki2009-01-021-1/+4
| * Guard against invalid destinations.Jeremias Maerki2009-01-021-2/+8
| * Most of the PostScript extensions are implemented in PSPainter now (and tested).Jeremias Maerki2008-12-226-82/+222
| * Fixed another spacing issue in IFRenderer.Jeremias Maerki2008-12-224-6/+71
| * Need to use xml:space="preserve" on text elements in IF and SVG output to avo...Jeremias Maerki2008-12-223-0/+6
| * Merge from Trunk revisions 724690 - 728025.Jeremias Maerki2008-12-1911-39/+93
| |\ | |/ |/|
* | Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOC...Jeremias Maerki2008-12-191-5/+8
* | Fixed black backgrounds occurring for transparent images in PCL output.Jeremias Maerki2008-12-162-0/+7
* | Bugzilla #46369:Chris Bowditch2008-12-1010-34/+82
| * Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-197-220/+422
| * Update XML Graphics Commons to latest Trunk.Jeremias Maerki2008-12-171-0/+0
| * Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-1725-292/+1929
| * Fixed another little kerning bug.Jeremias Maerki2008-12-111-5/+11
| * First checks for the IF "link" element.Jeremias Maerki2008-12-111-0/+5
| * Added -ifin command-line option to use the intermediate format as input format.Jeremias Maerki2008-12-113-23/+168