aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-078-39/+81
* 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-2732-717/+1640
* 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
* Removed calls to removeLegalBreaks since they aren't necessary (the whole con...Vincent Hennebert2007-12-132-37/+10
* Minor tweaks:Andreas L. Delmelle2007-12-131-0/+37
* Fixed @throws statements in javadocVincent Hennebert2007-12-131-4/+4
* * Added an SVG handler and Graphics2D implementation for AFP which injects AF...Adrian Cumiskey2007-12-1261-1235/+5325
* Added documentation for font-in-jar-filesMaximilian Berger2007-12-101-0/+11
* Updated xmlgraphics from SVNMaximilian Berger2007-12-071-0/+11
* Avoid a NPE in toString().Jeremias Maerki2007-12-071-9/+10
* Temporary fix to the buildAdrian Cumiskey2007-12-061-1/+1
* Checkstyle fixesAdrian Cumiskey2007-12-051-6/+6
* Checkstyle fixesAdrian Cumiskey2007-12-051-6/+5
* Checkstyle fixesAdrian Cumiskey2007-12-051-5/+1
* Checkstyle fixesAdrian Cumiskey2007-12-051-3/+2
* Checkstyle fixesAdrian Cumiskey2007-12-051-20/+14
* Checkstyle fixesAdrian Cumiskey2007-12-051-44/+32
* Checkstyle fixesAdrian Cumiskey2007-12-051-28/+17
* Checkstyle fixesAdrian Cumiskey2007-12-051-0/+5
* Checkstyle fixesAdrian Cumiskey2007-12-051-51/+37