aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix exception when closing Source that doesn't have any streams.Jeremias Maerki2008-01-252-1/+1
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-252-52/+129
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-243-8/+158
* Added license headerVincent Hennebert2008-01-241-1/+17
* Replaced 'non-lead' with 'normal'Vincent Hennebert2008-01-241-38/+38
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-249-72/+64
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-243-16/+12
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-2328-670/+1521
* We need JAI Image I/O Tools now rather than Jimi or JAI.Jeremias Maerki2008-01-221-3/+1
* Bugzilla #44160:Jeremias Maerki2008-01-222-5/+13
* A note on the difference between JAI Image I/O Tools, the codec package, and ...Jeremias Maerki2008-01-221-0/+6
* Updated text to reflect the upgrading of the minimum Java requirement to 1.4Vincent Hennebert2008-01-221-2/+1
* Fixed minor typosVincent Hennebert2008-01-221-5/+5
* Complete overhaul of the "Graphics" page after the new image loading framewor...Jeremias Maerki2008-01-225-274/+406
* A note about the internal coordinate system when using fox:transform.Jeremias Maerki2008-01-211-1/+3
* Correct inline writing when object has an object number.Jeremias Maerki2008-01-211-2/+6
* A name object can be encoded as a stand-along PDF object with object number a...Jeremias Maerki2008-01-211-1/+22
* Removed stray System.outJeremias Maerki2008-01-211-3/+0
* Copy/Paste problem with TTF has long been fixed.Jeremias Maerki2008-01-183-36/+3
* Forgot to adjust the JAR name when updating to Batik 1.7Jeremias Maerki2008-01-181-1/+1
* Fixed layout problem in two of the changes.Jeremias Maerki2008-01-171-66/+76
* Slight performance improvement on multi-core CPUs using a cheap trick.Jeremias Maerki2008-01-171-21/+34
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-1715-127/+339
* added serial version idAdrian Cumiskey2008-01-171-0/+2
* Fixed dead link.Jeremias Maerki2008-01-161-1/+1
* Clear parent if later on an object number is assigned to a PDFObject which me...Jeremias Maerki2008-01-141-0/+1
* Restore default constructor for PDFArray.Jeremias Maerki2008-01-141-11/+10
* java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...Jeremias Maerki2008-01-143-1/+148
* Removed stray reference to ImageFactory.Jeremias Maerki2008-01-111-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-11152-1773/+6266
* Removed merge tracking for "svnmerge" for Jeremias Maerki2008-01-110-0/+0
* Initialized merge tracking via "svnmerge" with revisions "1-594557" from Jeremias Maerki2008-01-110-0/+0
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-1126-453/+564
* Renamed lastRow into currentRow and yoffset into currentRowOffsetVincent Hennebert2008-01-101-25/+27
* The return value of addAreasAndFlushRow is never used, changed it to voidVincent Hennebert2008-01-101-3/+1
* Removed accumulatedBPD which is redundant with yoffsetVincent Hennebert2008-01-101-3/+1
* Removed endPart() method and moved its content into addAreasAndFlushRow()Vincent Hennebert2008-01-102-7/+3
* Simplified addAreasAndFlushRowVincent Hennebert2008-01-101-18/+2
* No need to check if the end of the cell is reached when creating the areas fo...Vincent Hennebert2008-01-101-2/+1
* - renamed variables for clarityVincent Hennebert2008-01-103-40/+39
* PostScript output now generates the bounding box DSC comments for the whole d...Jeremias Maerki2008-01-103-14/+46
* Added basic support for PDF page labels.Jeremias Maerki2008-01-108-95/+404
* cleanupAdrian Cumiskey2008-01-091-18/+13
* keep-together is an inherited propertyVincent Hennebert2008-01-091-1/+1
* Fixed checkstyle issues: tabs and trailing spacesVincent Hennebert2008-01-092-23/+23
* fixed javadocAdrian Cumiskey2008-01-081-2/+2
* cleaned upAdrian Cumiskey2008-01-081-24/+15
* Appears to be unused/referenced and superceeded by PageGroupAdrian Cumiskey2008-01-081-79/+0
* cleaned upAdrian Cumiskey2008-01-081-8/+1