/[Apache-SVN]
ViewVC logotype

Revision 607034


Jump to revision: Previous Next
Author: jeremias
Date: Thu Dec 27 10:47:12 2007 UTC (16 years, 6 months ago)
Changed paths: 55
Log Message:
Merged revisions 604300-607033 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r604475 | vhennebert | 2007-12-15 19:16:01 +0100 (Sa, 15 Dez 2007) | 2 lines
  
  Testcase for the resolution of collapsed and conditional borders in the FO tree
........
  r604678 | adelmelle | 2007-12-16 20:54:00 +0100 (So, 16 Dez 2007) | 8 lines
  
  Streamlining/Correction of the changes made in r603926
  - 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
........
  r604814 | vhennebert | 2007-12-17 11:21:04 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Organized imports
........
  r604965 | vhennebert | 2007-12-17 19:56:46 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Renaming GridUnitPart into the more accurate CellPart. Moreover I was always making the confusion between gup and pgu
........
  r604970 | vhennebert | 2007-12-17 20:05:27 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every hole in the grid is now filled with an EmptyGridUnit
........
  r605195 | vhennebert | 2007-12-18 12:56:38 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Reset previousRowsLength before a new row-group is handled
........
  r605246 | vhennebert | 2007-12-18 17:48:03 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough.
........
  r605253 | vhennebert | 2007-12-18 18:01:45 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Renamed firstRow into firstRowIndex and moved its initialization into handeTableContentPosition
........
  r605295 | vhennebert | 2007-12-18 19:58:29 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time.
........
  r605297 | vhennebert | 2007-12-18 20:02:02 +0100 (Di, 18 Dez 2007) | 3 lines
  
  SVG support for AFP is an important addition IMO.
  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?
........
  r605517 | vhennebert | 2007-12-19 12:47:38 +0100 (Mi, 19 Dez 2007) | 2 lines
  
  I said currentGU can no longer be null
........
  r605978 | jeremias | 2007-12-20 18:00:46 +0100 (Do, 20 Dez 2007) | 1 line
  
  Remove commented code.
........
  r606004 | jeremias | 2007-12-20 20:19:19 +0100 (Do, 20 Dez 2007) | 1 line
  
  Added support for scale-down-to-fit and scale-up-to-fit.
........
  r607032 | jeremias | 2007-12-27 11:34:15 +0100 (Do, 27 Dez 2007) | 4 lines
  
  Added new extension element: fox:external-document. It allows to add whole 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.
........


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/ modified , props changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/documentation/content/xdocs/trunk/extensions.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/apps/FormattingResults.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/area/AreaTreeHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/area/RenderPagesModel.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/Constants.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/FOEventHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/FONode.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/FOPropertyMapping.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/GraphicsProperties.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/GraphicsProperties.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/PropertyList.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/extensions/ExtensionElementMapping.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/extensions/ExternalDocument.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/extensions/ExternalDocument.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/flow/AbstractGraphics.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/flow/Wrapper.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/PageSequence.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/Root.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/SinglePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/fo/pagination/SubSequenceSpecifier.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/AbstractPageSequenceLayoutManager.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractPageSequenceLayoutManager.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/ExternalDocumentLayoutManager.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/ExternalDocumentLayoutManager.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/LayoutManagerMaker.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/Page.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/PageProvider.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/TopLevelLayoutManager.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/TopLevelLayoutManager.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/inline/ExternalGraphicLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/inline/ImageLayout.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/ImageLayout.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/inline/InstreamForeignObjectLM.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/ActiveCell.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/CellPart.java
(Copied from xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/CellPart.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java deleted
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/RowPainter.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/layoutmgr/table/TableStepper.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/rtf/RTFHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/xml/XMLRenderer.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/status.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/fotree/unittests/table/collapsed-conditional-borders.fo
(Copied from xmlgraphics/fop/trunk/test/fotree/unittests/table/collapsed-conditional-borders.fo, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/fotree/unittests/table/collapsed-conditional-borders_header-footer.fo
(Copied from xmlgraphics/fop/trunk/test/fotree/unittests/table/collapsed-conditional-borders_header-footer.fo, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/fotree/unittests/table/collapsed-conditional-borders_test-generator.py
(Copied from xmlgraphics/fop/trunk/test/fotree/unittests/table/collapsed-conditional-borders_test-generator.py, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/java/org/apache/fop/fo/flow/table/CollapsedConditionalBorderTestCase.java
(Copied from xmlgraphics/fop/trunk/test/java/org/apache/fop/fo/flow/table/CollapsedConditionalBorderTestCase.java, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/layoutengine/standard-testcases/external-graphic_content-height_content-width_2.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_content-height_content-width_2.xml, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/layoutengine/standard-testcases/fox_external-document_1.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/fox_external-document_1.xml, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/layoutengine/standard-testcases/fox_external-document_2.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/fox_external-document_2.xml, r607032)
added
Directoryxmlgraphics/fop/branches/Temp_ImagePackageRedesign/test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_row-span_missing-cell_bug43633.xml, r607032)
added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26