aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
...
* 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-142-1/+87
* 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-1187-1472/+4844
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-1125-453/+561
* 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-102-14/+43
* Added basic support for PDF page labels.Jeremias Maerki2008-01-107-95/+401
* 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-079-192/+510
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-077-35/+78
* 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-2731-717/+1567
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-203-6/+41
* Remove commented code.Jeremias Maerki2007-12-202-166/+2
* I said currentGU can no longer be nullVincent Hennebert2007-12-191-4/+1
* Streamlined the recording of row offsets, by replacing Map with a List. Fixed...Vincent Hennebert2007-12-181-28/+46
* 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
* 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
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-1416-257/+0
* Throw a ValidationException if table-footer is put after table-body and the t...Vincent Hennebert2007-12-131-3/+11
* Removed parameter from the endTablePart method, as the part is already passed...Vincent Hennebert2007-12-134-6/+5
* Removed parameter from the endPart method, since the part is already passed a...Vincent Hennebert2007-12-134-6/+4
* Fixed the handling of columns in the border resolution, especially in case of...Vincent Hennebert2007-12-132-12/+13
* Style only: removed trailing white spacesVincent Hennebert2007-12-134-59/+58
* Ok, now /really/ revert the previous commit :-\Vincent Hennebert2007-12-131-1/+1
* Reverted change accidentally introduced in the previous commit. A proper fix ...Vincent Hennebert2007-12-131-1/+1
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-1312-140/+822