aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a small mistake and explained about where "ant" comes from.Jeremias Maerki2005-10-271-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328813 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37236: Jeremias Maerki2005-10-266-102/+163
| | | | | | | | Fix for gradients and patterns for SVG to PDF transcoding. Improvement for break-out handling in PDF Renderer. Submitted by: Thomas Deweese <deweese.at.apache.org> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328731 13f79535-47bb-0310-9956-ffa450edef68
* Fixed various javadoc problems, fixed a deprecation warning, removed ↵Manuel Mall2005-10-2618-51/+45
| | | | | | functions not needed any more git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328666 13f79535-47bb-0310-9956-ffa450edef68
* Minor corrections / additions to trunk part of web siteManuel Mall2005-10-263-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328659 13f79535-47bb-0310-9956-ffa450edef68
* Update to Upgrading pageManuel Mall2005-10-261-1/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328588 13f79535-47bb-0310-9956-ffa450edef68
* Removed 0.90 again and created a "trunk" instead. When a release is done, ↵Jeremias Maerki2005-10-2536-109/+3368
| | | | | | | | | trunk can be copied to the version number. FOP Trunk documentation added. Fixed all broken internal links. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328462 13f79535-47bb-0310-9956-ffa450edef68
* Ported the command-line options for PDF encryption to trunk.Jeremias Maerki2005-10-252-9/+64
| | | | | | Warnings if required providers are not available. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328449 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-2512-32/+296
| | | | | | | | The text is split into WordAreas and SpaceAreas: the latters (when the font is multibyte) are not affected by the Tw operator, so they are shifted in the inline progression dimension instead. The behaviour of the other renderers should be the same as before this change. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328381 13f79535-47bb-0310-9956-ffa450edef68
* added DOAP file for new site-dev@ process to include FOP in ↵Clay Leeds2005-10-251-0/+95
| | | | | | 'projects.apache.org'... (based on <http://forrest.apache.org/doap.xml>). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328255 13f79535-47bb-0310-9956-ffa450edef68
* Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. ↵Jeremias Maerki2005-10-241-0/+3
| | | | | | Added a comment. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328149 13f79535-47bb-0310-9956-ffa450edef68
* Simplified configuration XML as proposed.Jeremias Maerki2005-10-242-23/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328145 13f79535-47bb-0310-9956-ffa450edef68
* Removed property values as discussed: ↵Manuel Mall2005-10-248-139/+165
| | | | | | http://marc.theaimsgroup.com/?t=112985465700004&r=1&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328060 13f79535-47bb-0310-9956-ffa450edef68
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-24113-2810/+7471
| | | | | | Source: http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_SpaceResolution/ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328010 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add the new Version class to the transcoder package.Jeremias Maerki2005-10-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328005 13f79535-47bb-0310-9956-ffa450edef68
* Oooops. Wrong header.Jeremias Maerki2005-10-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@327156 13f79535-47bb-0310-9956-ffa450edef68
* FOP now retrieves the version information from the Manifest or from SVN ↵Jeremias Maerki2005-10-213-5/+60
| | | | | | information if the Manifest is not available. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@327144 13f79535-47bb-0310-9956-ffa450edef68
* Test case for the issue that was just clarified by the XSL WG:Jeremias Maerki2005-10-201-0/+54
| | | | | | | A page-sequence with the only content an empty block produces an empty page. http://lists.w3.org/Archives/Public/xsl-editors/2005OctDec/0008.html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326992 13f79535-47bb-0310-9956-ffa450edef68
* Fix to make the Graphics.create() method (calls a copy constructor) work. Jeremias Maerki2005-10-194-54/+132
| | | | | | Extracted stuff into a PDFContext class which gets passed to each copy of PDFDocumentGraphics2D, so the state is uniform over all copies. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326600 13f79535-47bb-0310-9956-ffa450edef68
* Fix for internal forward references in PDF output (basic-link with ↵Jeremias Maerki2005-10-186-47/+112
| | | | | | | | | | internal-destination): Implemented by making out-of-order processing possible. The problem will still surface if supportsOutOfOrder() returns false. PDF library now supports the addition of pages in non-consecutive order. This is a backwards-compatible change. The old behaviour and the old method signatures are still in place. PageViewport now carries a page index which doesn't represent the page number but the overall index of the page within the current rendering run. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326133 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37135:Jeremias Maerki2005-10-1833-66/+160
| | | | | | | | | | New basic structure for the FOP website (one tab per version). Submitted by: Patrick Paul <ppaul_apache.at.yahoo.ca> Slightly modified: 1.0dev -> 0.90 The patch attached to the bug didn't contain everything Patrick did. He sent me a copy of his working copy to I could easily reproduce the changes he's done. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326073 13f79535-47bb-0310-9956-ffa450edef68
* The classpath for junit-transcoder should not contain fop.jarSimon Pepping2005-10-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321196 13f79535-47bb-0310-9956-ffa450edef68
* Inline block parents were not correctly positioned when border/padding got ↵Manuel Mall2005-10-145-0/+15
| | | | | | involved - matched their positioning logic with the usual inlines git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321108 13f79535-47bb-0310-9956-ffa450edef68
* Corrected testcase for fix from LucaManuel Mall2005-10-142-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321090 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a ClassCastException due to the incorrect "pattern" of elements ↵Luca Furini2005-10-141-2/+8
| | | | | | | | representing a space checked when there are inline borders and padding. Maybe not very elegant ... but at least it works; as Manuel suggested, the removal of trailing spaces should maybe happen somewhere else. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321084 13f79535-47bb-0310-9956-ffa450edef68
* Make it well-formed.Jeremias Maerki2005-10-141-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321072 13f79535-47bb-0310-9956-ffa450edef68
* Ignore an additional Eclipse-generated directory.Jeremias Maerki2005-10-130-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320824 13f79535-47bb-0310-9956-ffa450edef68
* Enable stretch and shrink checking on glues.Jeremias Maerki2005-10-131-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320822 13f79535-47bb-0310-9956-ffa450edef68
* Output the difference, too.Jeremias Maerki2005-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320820 13f79535-47bb-0310-9956-ffa450edef68
* toString() a little more compact.Jeremias Maerki2005-10-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320819 13f79535-47bb-0310-9956-ffa450edef68
* An accessor I need for space resolution.Jeremias Maerki2005-10-131-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320818 13f79535-47bb-0310-9956-ffa450edef68
* the broken inline border padding with nested block testManuel Mall2005-10-131-0/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320778 13f79535-47bb-0310-9956-ffa450edef68
* Separated the working inline border padding with nested block tests from the ↵Manuel Mall2005-10-132-21/+1
| | | | | | broken tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320776 13f79535-47bb-0310-9956-ffa450edef68
* Use libs-run-classpath for hyphenation-present and junit-layoutSimon Pepping2005-10-121-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315029 13f79535-47bb-0310-9956-ffa450edef68
* Also test the case when the parent fo is an fo:inlineSimon Pepping2005-10-121-2/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315027 13f79535-47bb-0310-9956-ffa450edef68
* Tests the case when an fo:inline starts a block after some text in theSimon Pepping2005-10-121-0/+68
| | | | | | | parent fo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315016 13f79535-47bb-0310-9956-ffa450edef68
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment ↵Manuel Mall2005-10-123-12/+12
| | | | | | for inlineblockparents with borders when rendering git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@314953 13f79535-47bb-0310-9956-ffa450edef68
* Color trait wasn't set on the text area for the "dots" leader pattern. This ↵Jeremias Maerki2005-10-121-0/+1
| | | | | | could lead to hidden dots if a background was specified. As seen in leader_leader-pattern_dots.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@314808 13f79535-47bb-0310-9956-ffa450edef68
* Changed the line numbers in the first block in the expectations afterSimon Pepping2005-10-111-16/+16
| | | | | | | the bug fix in the code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312955 13f79535-47bb-0310-9956-ffa450edef68
* Take the case into account when another LM starts a block sequence.Simon Pepping2005-10-111-13/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312954 13f79535-47bb-0310-9956-ffa450edef68
* Missing graphics file for test caseManuel Mall2005-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312862 13f79535-47bb-0310-9956-ffa450edef68
* Removed unsuitable language from commentManuel Mall2005-10-101-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312615 13f79535-47bb-0310-9956-ffa450edef68
* Added support for leader with pattern "use-content" and recovered a ↵Manuel Mall2005-10-108-26/+128
| | | | | | previously lost 1mpt due to rounding git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312604 13f79535-47bb-0310-9956-ffa450edef68
* Log failure to load a hyphenation file.Jeremias Maerki2005-10-071-6/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307144 13f79535-47bb-0310-9956-ffa450edef68
* Removed left over debugging stuffManuel Mall2005-10-071-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307114 13f79535-47bb-0310-9956-ffa450edef68
* Separated JUnit tests into groups with separate targets, added fotree test ↵Manuel Mall2005-10-071-6/+32
| | | | | | to default JUnit target, test for the presence of hyphenation support as prerequisite for layout tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307113 13f79535-47bb-0310-9956-ffa450edef68
* Clarification for wrap-option. Supporting wrap-option="no-wrap" on fo:inline ↵Jeremias Maerki2005-10-071-4/+8
| | | | | | will take some additional work in FOP Trunk. It works fine in 0.20.5. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307094 13f79535-47bb-0310-9956-ffa450edef68
* Test case for wrap-option on fo:block.Jeremias Maerki2005-10-071-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307092 13f79535-47bb-0310-9956-ffa450edef68
* Update of compliance and team pageManuel Mall2005-10-072-49/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307083 13f79535-47bb-0310-9956-ffa450edef68
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-07104-1367/+8592
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307055 13f79535-47bb-0310-9956-ffa450edef68
* more test images for layout engine testsManuel Mall2005-10-078-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307038 13f79535-47bb-0310-9956-ffa450edef68