aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed merge tracking for "svnmerge" for Jeremias Maerki2008-01-110-0/+0
| | | | | | | | https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (I'm not happy with the result) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@611175 13f79535-47bb-0310-9956-ffa450edef68
* Initialized merge tracking via "svnmerge" with revisions "1-594557" from Jeremias Maerki2008-01-110-0/+0
| | | | | | | https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@611142 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Some string objects were not encrypted (for example in named ↵Jeremias Maerki2008-01-1126-453/+564
| | | | | | | | destinations) I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@611114 13f79535-47bb-0310-9956-ffa450edef68
* Renamed lastRow into currentRow and yoffset into currentRowOffsetVincent Hennebert2008-01-101-25/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610905 13f79535-47bb-0310-9956-ffa450edef68
* The return value of addAreasAndFlushRow is never used, changed it to voidVincent Hennebert2008-01-101-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610893 13f79535-47bb-0310-9956-ffa450edef68
* Removed accumulatedBPD which is redundant with yoffsetVincent Hennebert2008-01-101-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610891 13f79535-47bb-0310-9956-ffa450edef68
* Removed endPart() method and moved its content into addAreasAndFlushRow()Vincent Hennebert2008-01-102-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610886 13f79535-47bb-0310-9956-ffa450edef68
* Simplified addAreasAndFlushRowVincent Hennebert2008-01-101-18/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610853 13f79535-47bb-0310-9956-ffa450edef68
* No need to check if the end of the cell is reached when creating the areas ↵Vincent Hennebert2008-01-101-2/+1
| | | | | | for a row git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610848 13f79535-47bb-0310-9956-ffa450edef68
* - renamed variables for clarityVincent Hennebert2008-01-103-40/+39
| | | | | | | | - moved the computation of a cell's content length in PrimaryGridUnit - better javadoc for getHeight method in EffRow git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610821 13f79535-47bb-0310-9956-ffa450edef68
* PostScript output now generates the bounding box DSC comments for the whole ↵Jeremias Maerki2008-01-103-14/+46
| | | | | | document. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610739 13f79535-47bb-0310-9956-ffa450edef68
* Added basic support for PDF page labels.Jeremias Maerki2008-01-108-95/+404
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610704 13f79535-47bb-0310-9956-ffa450edef68
* cleanupAdrian Cumiskey2008-01-091-18/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610420 13f79535-47bb-0310-9956-ffa450edef68
* keep-together is an inherited propertyVincent Hennebert2008-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610355 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle issues: tabs and trailing spacesVincent Hennebert2008-01-092-23/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610337 13f79535-47bb-0310-9956-ffa450edef68
* fixed javadocAdrian Cumiskey2008-01-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610023 13f79535-47bb-0310-9956-ffa450edef68
* cleaned upAdrian Cumiskey2008-01-081-24/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610022 13f79535-47bb-0310-9956-ffa450edef68
* Appears to be unused/referenced and superceeded by PageGroupAdrian Cumiskey2008-01-081-79/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610021 13f79535-47bb-0310-9956-ffa450edef68
* cleaned upAdrian Cumiskey2008-01-081-8/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610020 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #44176:Jeremias Maerki2008-01-0710-192/+513
| | | | | | | | | Support for custom fonts in Java2DRenderer and derived renderers. Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com> Patch modified slightly by jeremias. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@609627 13f79535-47bb-0310-9956-ffa450edef68
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-079-39/+142
| | | | | | | | Enabled intermediate format functionality for fox:destination. Added a test case to check fox:destination. Deprecated FOP's XMLizable in favor of the XML Graphics Commons variant (and extend that variant). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@609567 13f79535-47bb-0310-9956-ffa450edef68
* The fonts variable would have always had an empty Configuration node ↵Adrian Cumiskey2008-01-041-1/+1
| | | | | | | | | (non-null value) even if a <fonts/> wasn't present in the fop configuration. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@608812 13f79535-47bb-0310-9956-ffa450edef68
* Don't just exit with no error message if the document contains no content. ↵Jeremias Maerki2007-12-271-8/+17
| | | | | | Pretty irritating if it does so. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@607036 13f79535-47bb-0310-9956-ffa450edef68
* Added new extension element: fox:external-document. It allows to add whole ↵Jeremias Maerki2007-12-2735-717/+1779
| | | | | | | | | documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started) Some javadoc cleanups. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@607032 13f79535-47bb-0310-9956-ffa450edef68
* 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