aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugzilla #44176:Jeremias Maerki2008-01-0710-192/+513
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-079-39/+142
* The fonts variable would have always had an empty Configuration node (non-nul...Adrian Cumiskey2008-01-041-1/+1
* Don't just exit with no error message if the document contains no content. Pr...Jeremias Maerki2007-12-271-8/+17
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-2735-717/+1779
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-205-6/+136
* Remove commented code.Jeremias Maerki2007-12-202-166/+2
* I said currentGU can no longer be nullVincent Hennebert2007-12-191-4/+1
* SVG support for AFP is an important addition IMO.Vincent Hennebert2007-12-181-1/+1
* Streamlined the recording of row offsets, by replacing Map with a List. Fixed...Vincent Hennebert2007-12-183-28/+145
* Renamed firstRow into firstRowIndex and moved its initialization into handeTa...Vincent Hennebert2007-12-181-8/+8
* Simplification in RowPainter: avoid the use of an array to store rowOffsets a...Vincent Hennebert2007-12-182-22/+24
* Reset previousRowsLength before a new row-group is handledVincent Hennebert2007-12-181-0/+1
* Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every ...Vincent Hennebert2007-12-171-2/+2
* Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ...Vincent Hennebert2007-12-176-32/+33
* Organized importsVincent Hennebert2007-12-171-1/+0
* Streamlining/Correction of the changes made in r603926Andreas L. Delmelle2007-12-162-27/+52
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-154-0/+4160
* Don't hack when you're tired! Reverting r604293 and instead fixing the right ...Jeremias Maerki2007-12-141-3/+3
* Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF...Jeremias Maerki2007-12-141-1/+1
* Fixed copy constructorAdrian Cumiskey2007-12-141-2/+7
* Reduced visibility of methods from public to package-privateVincent Hennebert2007-12-142-12/+12