aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-205-6/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@606004 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented code.Jeremias Maerki2007-12-202-166/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605978 13f79535-47bb-0310-9956-ffa450edef68
* I said currentGU can no longer be nullVincent Hennebert2007-12-191-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605517 13f79535-47bb-0310-9956-ffa450edef68
* SVG support for AFP is an important addition IMO.Vincent Hennebert2007-12-181-1/+1
| | | | | | | IIUC it will have to be advertised in the next release as "Support for SVG images using primitive AFP graphics commands instead of bitmap images", or something like that? git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605297 13f79535-47bb-0310-9956-ffa450edef68
* Streamlined the recording of row offsets, by replacing Map with a List. ↵Vincent Hennebert2007-12-183-28/+145
| | | | | | Fixed bug #43633 in the same time. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605295 13f79535-47bb-0310-9956-ffa450edef68
* Renamed firstRow into firstRowIndex and moved its initialization into ↵Vincent Hennebert2007-12-181-8/+8
| | | | | | handeTableContentPosition git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605253 13f79535-47bb-0310-9956-ffa450edef68
* Simplification in RowPainter: avoid the use of an array to store rowOffsets ↵Vincent Hennebert2007-12-182-22/+24
| | | | | | and firstRow index for each part of the table (header, footer, body). One at a time is enough. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605246 13f79535-47bb-0310-9956-ffa450edef68
* Reset previousRowsLength before a new row-group is handledVincent Hennebert2007-12-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605195 13f79535-47bb-0310-9956-ffa450edef68
* Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every ↵Vincent Hennebert2007-12-171-2/+2
| | | | | | hole in the grid is now filled with an EmptyGridUnit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604970 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ↵Vincent Hennebert2007-12-176-32/+33
| | | | | | making the confusion between gup and pgu git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604965 13f79535-47bb-0310-9956-ffa450edef68
* Organized importsVincent Hennebert2007-12-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604814 13f79535-47bb-0310-9956-ffa450edef68
* Streamlining/Correction of the changes made in r603926Andreas L. Delmelle2007-12-162-27/+52
| | | | | | | | | | | | - delegate validation of the fo:wrapper's children to the parent: added static FONode.validateChildNode() - narrow the condition for processing text-childnodes: this is not only constrained to fo:flow and fo:static-content, but the same goes for a fo:wrapper that is a direct descendant of a fo:block-container or fo:inline-container, which only allow block-level content (interpretation) - minor javadoc fixups/improvements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604678 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-154-0/+4160
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604475 13f79535-47bb-0310-9956-ffa450edef68
* Don't hack when you're tired! Reverting r604293 and instead fixing the right ↵Jeremias Maerki2007-12-141-3/+3
| | | | | | value. It's DecodeParams -> DecodeParms! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604299 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic ↵Jeremias Maerki2007-12-141-1/+1
| | | | | | | | PDF structures) (fixes CCITT encoded images) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604293 13f79535-47bb-0310-9956-ffa450edef68
* Fixed copy constructorAdrian Cumiskey2007-12-141-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604185 13f79535-47bb-0310-9956-ffa450edef68
* Reduced visibility of methods from public to package-privateVincent Hennebert2007-12-142-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604180 13f79535-47bb-0310-9956-ffa450edef68
* Clean up: removed all reset and resetPosition methods, which pre-date the ↵Vincent Hennebert2007-12-1416-257/+0
| | | | | | Knuth era and are no longer needed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604171 13f79535-47bb-0310-9956-ffa450edef68
* Throw a ValidationException if table-footer is put after table-body and the ↵Vincent Hennebert2007-12-131-3/+11
| | | | | | table uses the collapsing border model. The footer must be known to properly resolve borders. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603990 13f79535-47bb-0310-9956-ffa450edef68
* Removed parameter from the endTablePart method, as the part is already ↵Vincent Hennebert2007-12-134-6/+5
| | | | | | passed as as a parameter of the previously called startTablePart method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603979 13f79535-47bb-0310-9956-ffa450edef68
* Removed parameter from the endPart method, since the part is already passed ↵Vincent Hennebert2007-12-134-6/+4
| | | | | | as a parameter of the previously called startPart method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603975 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the handling of columns in the border resolution, especially in case ↵Vincent Hennebert2007-12-134-13/+60
| | | | | | of column-spanning cells git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603968 13f79535-47bb-0310-9956-ffa450edef68
* Style only: removed trailing white spacesVincent Hennebert2007-12-134-59/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603962 13f79535-47bb-0310-9956-ffa450edef68
* Ok, now /really/ revert the previous commit :-\Vincent Hennebert2007-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603961 13f79535-47bb-0310-9956-ffa450edef68
* Reverted change accidentally introduced in the previous commit. A proper fix ↵Vincent Hennebert2007-12-131-1/+1
| | | | | | needs to be found for this one. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603959 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the resolution of collapsing borders in the FO tree, for every ↵Vincent Hennebert2007-12-1312-140/+822
| | | | | | situation (normal, cell at the top of a page, cell broken), taking conditionality, headers and footers into account. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603945 13f79535-47bb-0310-9956-ffa450edef68
* Removed calls to removeLegalBreaks since they aren't necessary (the whole ↵Vincent Hennebert2007-12-132-37/+10
| | | | | | content is put in a single box anyway) and the method is buggy. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603943 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweaks:Andreas L. Delmelle2007-12-131-0/+37
| | | | | | | | * only add text to a fo:wrapper if it is not a direct flow-descendant * error if an fo:wrapper that is a direct flow-descendant contains inline-level children git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603926 13f79535-47bb-0310-9956-ffa450edef68
* Fixed @throws statements in javadocVincent Hennebert2007-12-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603890 13f79535-47bb-0310-9956-ffa450edef68
* Updated status with SVG support for AFP.Adrian Cumiskey2007-12-121-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603592 13f79535-47bb-0310-9956-ffa450edef68
* * Added an SVG handler and Graphics2D implementation for AFP which injects ↵Adrian Cumiskey2007-12-1262-1235/+5325
| | | | | | | | | | AFP GOCA structured fields into the AFPDataStream. * Fixed many checkstyle problems. * Updated xmlgraphics-commons-1.3svn.jar to include changes to TextHandler git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603590 13f79535-47bb-0310-9956-ffa450edef68
* Added documentation for font-in-jar-filesMaximilian Berger2007-12-101-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@602898 13f79535-47bb-0310-9956-ffa450edef68
* Updated xmlgraphics from SVNMaximilian Berger2007-12-075-0/+114
| | | | | | | | | | Added autodetection of fonts in jar files (x-font and x-font-truetype) Added files needed for testcase Please note: Actual testcase is still missing! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@602125 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a NPE in toString().Jeremias Maerki2007-12-071-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@602045 13f79535-47bb-0310-9956-ffa450edef68
* Temporary fix to the buildAdrian Cumiskey2007-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601712 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601449 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601448 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601447 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601446 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-20/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601445 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-44/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601444 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-28/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601443 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601442 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-51/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601440 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-21/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601439 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixes and cleanupAdrian Cumiskey2007-12-051-22/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601438 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-42/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601437 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-13/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601436 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-22/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601435 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAdrian Cumiskey2007-12-051-18/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601434 13f79535-47bb-0310-9956-ffa450edef68