aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Package documentation.Jeremias Maerki2005-10-2735-2/+760
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328824 13f79535-47bb-0310-9956-ffa450edef68
* Printing out the revision of Version.java makes no sense. It's not always ↵Jeremias Maerki2005-10-271-6/+12
| | | | | | updated. Instead, determine the repository location that FOP was retrieved from. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328820 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixes.Jeremias Maerki2005-10-274-40/+4
| | | | | | Removed unused code in PDF and PS renderers (fixes javadoc warning). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328814 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
* 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
* 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-241-15/+18
| | | | 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-242-66/+0
| | | | | | 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-2442-557/+2811
| | | | | | 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
* 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-212-1/+49
| | | | | | 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
* 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
* Inline block parents were not correctly positioned when border/padding got ↵Manuel Mall2005-10-143-0/+9
| | | | | | 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
* 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
* 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
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment ↵Manuel Mall2005-10-122-5/+9
| | | | | | 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
* 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
* 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-105-15/+35
| | | | | | 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
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-0752-1075/+2883
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307055 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ↵Luca Furini2005-10-062-7/+46
| | | | | | elements after a break when the algorithm restarts. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@306656 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-067-186/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@306609 13f79535-47bb-0310-9956-ffa450edef68
* Changed some identifiersJoerg Pietschmann2005-10-062-60/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@306581 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36871: Jeremias Maerki2005-10-041-2/+8
| | | | | | Better error messages when invalid XSL-FO is sent to FOP. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@293596 13f79535-47bb-0310-9956-ffa450edef68
* Changed some identifiers. Removed obsolete field.Joerg Pietschmann2005-10-033-105/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@293461 13f79535-47bb-0310-9956-ffa450edef68
* Slight modification to user config file formatAndreas L. Delmelle2005-09-281-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292290 13f79535-47bb-0310-9956-ffa450edef68
* Added UA initialization from user-configAndreas L. Delmelle2005-09-281-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292280 13f79535-47bb-0310-9956-ffa450edef68
* Another effort to get the warnings for the debug and quiet optionsSimon Pepping2005-09-281-8/+15
| | | | | | | with other loggers than FOP's command line logger right git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292153 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of letter spaces, in combination with different text ↵Luca Furini2005-09-272-72/+92
| | | | | | alignments and optional breaks ("-" and "/" characters in the text) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291913 13f79535-47bb-0310-9956-ffa450edef68
* Removed warning for padding (r291267); padding never seems to be null, so ↵Andreas L. Delmelle2005-09-252-8/+2
| | | | | | warning was given for all tables... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291457 13f79535-47bb-0310-9956-ffa450edef68
* added support for external-graphic (width and height attributes should be ↵Peter Herweg2005-09-253-173/+166
| | | | | | specified) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291449 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweak: avoid test for auto if value is indefiniteAndreas L. Delmelle2005-09-251-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291399 13f79535-47bb-0310-9956-ffa450edef68
* Added check for both page-height and page-width set to indefinite; use ↵Andreas L. Delmelle2005-09-241-9/+37
| | | | | | fallback (auto) for the appropriate one git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291351 13f79535-47bb-0310-9956-ffa450edef68
* Added custom Maker for page-height and page-width; use fallback values in ↵Andreas L. Delmelle2005-09-243-8/+123
| | | | | | case value is auto git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291338 13f79535-47bb-0310-9956-ffa450edef68
* Moved check for explicit column-number to ColumnNumberPropertyMakerAndreas L. Delmelle2005-09-246-23/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291270 13f79535-47bb-0310-9956-ffa450edef68
* Removed superfluous javadocAndreas L. Delmelle2005-09-241-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291268 13f79535-47bb-0310-9956-ffa450edef68
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-242-11/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291267 13f79535-47bb-0310-9956-ffa450edef68
* Added warning for non-applicable borders in case of separate border-modelAndreas L. Delmelle2005-09-232-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291194 13f79535-47bb-0310-9956-ffa450edef68
* Compressing toString() output when min==opt==max makes it more readable.Jeremias Maerki2005-09-231-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291092 13f79535-47bb-0310-9956-ffa450edef68
* Java 1.3 compatibility.Jeremias Maerki2005-09-223-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290962 13f79535-47bb-0310-9956-ffa450edef68
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-212-9/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290736 13f79535-47bb-0310-9956-ffa450edef68
* added clause for TableBody in invokeDeferredEventPeter Herweg2005-09-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290545 13f79535-47bb-0310-9956-ffa450edef68