aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fixed parsing of document navigation namespace (its elements are no longer si...Jeremias Maerki2008-12-114-177/+204
* | Run AT tests only if there are such tests.Jeremias Maerki2008-12-111-3/+7
* | Fixed NPE: the user agent was not set.Jeremias Maerki2008-12-111-0/+1
* | My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-1114-321/+394
* | Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-0921-119/+878
* | Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-09302-8691/+22454
|\|
| * Bugzilla 46319:Andreas L. Delmelle2008-12-083-12/+41
| * Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w...Jeremias Maerki2008-12-087-12/+30
| * Reverted accidental commit of unfinished change. Sorry about that.Jeremias Maerki2008-12-081-1/+0