aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Collapse)AuthorAgeFilesLines
* Quick-fix to avoid creating unnecessarily large ArrayLists when adding ↵Andreas L. Delmelle2008-05-081-2/+6
| | | | | | inline ids to the page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654654 13f79535-47bb-0310-9956-ffa450edef68
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to ↵Vincent Hennebert2008-05-083-93/+89
| | | | | | the usual, 'normal' case, when no break occurs in the table. Renamed fields and parameters accordingly for readability and simplicity git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654600 13f79535-47bb-0310-9956-ffa450edef68
* Tweak:Andreas L. Delmelle2008-05-0813-71/+78
| | | | | | | | | -> add 'runtimeType' member and toString() to PropertyCache to facilitate debugging -> modify the initial assignment in the related Property types accordingly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654528 13f79535-47bb-0310-9956-ffa450edef68
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-0816-101/+309
| | | | | | | | | Referenced TrueType fonts can now use glyphs outside the WinAnsi charset (Same approach as for extended glyph support with Type 1 fonts). Removed FopFactory reference from FontManager to make the class more useful outside this context (ex. transcoders). Updated fonts documentation with information that TTCs are now supported through auto-detection. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654461 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fix.Jeremias Maerki2008-05-081-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654437 13f79535-47bb-0310-9956-ffa450edef68
* Removed tabs. Checkstyle now configured. Late nights.. and a new machine ↵Adrian Cumiskey2008-05-081-2/+2
| | | | | | build.. :S git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654347 13f79535-47bb-0310-9956-ffa450edef68
* Removed inadvertently added override [Avoid late night commits...]Andreas L. Delmelle2008-05-081-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654338 13f79535-47bb-0310-9956-ffa450edef68
* Whoops.. small checkstyle nit :)Adrian Cumiskey2008-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654323 13f79535-47bb-0310-9956-ffa450edef68
* Looks like the serialVersionUID got bumped but the log statement wasn't ↵Adrian Cumiskey2008-05-071-0/+5
| | | | | | being completely honest about what it was doing. FontCache now attempts to delete its cache file so subsequent runs should repopulate it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654322 13f79535-47bb-0310-9956-ffa450edef68
* Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ↵Andreas L. Delmelle2008-05-071-12/+36
| | | | | | testcases for a non-standard feature git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654314 13f79535-47bb-0310-9956-ffa450edef68
* Added commentAndreas L. Delmelle2008-05-071-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654190 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41500:Andreas L. Delmelle2008-05-075-31/+67
| | | | | | | | | | Fixed a ClassCastException when fo:wrapper was used as a child of an fo:block-container. Bugzilla 42423: Added support for the "id" attribute on fo:wrappers that are children of the fo:flow. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654111 13f79535-47bb-0310-9956-ffa450edef68
* * Added font substitution configuration reader, model, business logic, junit ↵Adrian Cumiskey2008-05-0641-795/+2263
| | | | | | | | | | | | test and docs. * Added java 1.5 generics comments to many methods. * Performed some preparatory cleanup and refactoring which includes (but is not limited to..) - Creating a FontManager delegating class that is called upon when renderers are setting up fonts - A new FontCollection interface and concrete implementing classes to supercede the static FontSetup mechanism. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653826 13f79535-47bb-0310-9956-ffa450edef68
* Correction of indentationAndreas L. Delmelle2008-05-051-60/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653564 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #43650:Jeremias Maerki2008-05-051-22/+32
| | | | | | | | | | PCL Renderer: Improved page format selection so it doesn't interfere with duplex printing. Submitted by: Thomas Margreiter <tm.at.felder.at> Note: I've only been able to verify that the change doesn't have any negative effects on simplex printers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653311 13f79535-47bb-0310-9956-ffa450edef68
* Further refinements:Andreas L. Delmelle2008-05-041-98/+89
| | | | | | | | -> use cached auxiliary position where possible (analogous to BlockStackingLM) -> consolidate makeXXXPenalty() helpers git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653204 13f79535-47bb-0310-9956-ffa450edef68
* Change private element-generating methods to add the elements to a passed ↵Andreas L. Delmelle2008-05-041-155/+147
| | | | | | List (improves code-readability and reduces the amount of temporary LinkedList instances) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653202 13f79535-47bb-0310-9956-ffa450edef68
* Fix that preserves the final status of the fobj member variable.Adrian Cumiskey2008-05-032-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653144 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the build. Assignment on final variable fobj.Adrian Cumiskey2008-05-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653106 13f79535-47bb-0310-9956-ffa450edef68
* Tweaks: make fobj member final; have default implementations for some ↵Andreas L. Delmelle2008-05-031-31/+20
| | | | | | methods throw an UnsupportedOperationException instead of merely logging an error git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653048 13f79535-47bb-0310-9956-ffa450edef68
* Tweak/correction: save local hash-code (as originally intended...)Andreas L. Delmelle2008-05-031-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653045 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup: improve code-readibilityAndreas L. Delmelle2008-05-031-444/+320
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653036 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42703:Andreas L. Delmelle2008-05-021-3/+2
| | | | | | | Fixed a regression introduced by the fix for Bugzilla 44286 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652835 13f79535-47bb-0310-9956-ffa450edef68
* Expand imports...Andreas L. Delmelle2008-05-021-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652822 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup/Correction after r657673Andreas L. Delmelle2008-05-024-74/+80
| | | | | | | | | | -> added missing file FObj.java -> pushed retrieve-class-name upwards to AbstractRetrieveMarker as a common property -> corrected use of property-name "retrieve-class-name" in source and testcase -> improved consistency in code-style git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652821 13f79535-47bb-0310-9956-ffa450edef68
* Code style: single class imports only...Andreas L. Delmelle2008-05-011-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652674 13f79535-47bb-0310-9956-ffa450edef68
* First steps towards fo:retrieve-table-markerAndreas L. Delmelle2008-05-018-143/+350
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652673 13f79535-47bb-0310-9956-ffa450edef68
* DSC = Document Structuring Conventions!Jeremias Maerki2008-05-011-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652582 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc correctionsAndreas L. Delmelle2008-05-013-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652565 13f79535-47bb-0310-9956-ffa450edef68
* Forgot about dependency on PrintRenderer, last commit broke the build - will ↵Adrian Cumiskey2008-05-011-2/+2
| | | | | | commit this rename later. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652525 13f79535-47bb-0310-9956-ffa450edef68
* Renamed variableAdrian Cumiskey2008-05-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652520 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup: remove height/width members and unused getHeight()/getWidth() ↵Andreas L. Delmelle2008-05-011-14/+0
| | | | | | accessors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652467 13f79535-47bb-0310-9956-ffa450edef68
* Added enum "none" as a legitimate value for max-height/min-height (behavior ↵Andreas L. Delmelle2008-05-011-0/+2
| | | | | | | | | to be checked) Added small testcase to check the correspondence mapping. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652465 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: activate max-height/min-height and max-width/min-widthAndreas L. Delmelle2008-05-011-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652456 13f79535-47bb-0310-9956-ffa450edef68
* Correction of r651866Andreas L. Delmelle2008-04-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651898 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in ↵Andreas L. Delmelle2008-04-268-24/+31
| | | | | | AbstractLayoutManager.notifyEndOfLayout() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651867 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-2670-1045/+1118
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651866 13f79535-47bb-0310-9956-ffa450edef68
* Basic activation on some widely used properties (prepare for implementation)Andreas L. Delmelle2008-04-261-34/+82
| | | | | | | + javadoc updates git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651856 13f79535-47bb-0310-9956-ffa450edef68
* Basic activation of keep-* properties on Character and AbstractGraphicsAndreas L. Delmelle2008-04-262-117/+79
| | | | | | | + javadoc updates git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651855 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 44203:Andreas L. Delmelle2008-04-261-4/+6
| | | | | | | Fixed a logic error in Hyphenator.java where an UnsupportedOperationException was erroneously thrown if the supplied source had an associated InputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651853 13f79535-47bb-0310-9956-ffa450edef68
* Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method).Jeremias Maerki2008-04-251-17/+15
| | | | | | | Simplified the ExternalLink's string representation to follow the pattern used by Trait.Background. Added a check to test for the effect of the show-destination property. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651623 13f79535-47bb-0310-9956-ffa450edef68
* Renamed method.Adrian Cumiskey2008-04-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651622 13f79535-47bb-0310-9956-ffa450edef68
* Added missing file from r651575Andreas L. Delmelle2008-04-251-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651613 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-2510-190/+205
| | | | | | | Only works for PDF output, when the PDF is opened in a standalone viewer, and for links that point to destinations in another PDF document. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651575 13f79535-47bb-0310-9956-ffa450edef68
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): ↵Jeremias Maerki2008-04-2524-297/+431
| | | | | | Integer values are treated differently from "always" values in keep-with-next/previous.within-column for all block-level FOs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651558 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651551 13f79535-47bb-0310-9956-ffa450edef68
* Removed the tab characters that were causing a big moan from eclipseAdrian Cumiskey2008-04-251-42/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651544 13f79535-47bb-0310-9956-ffa450edef68
* Removed TODO: New validation event to generate an error in case an fo:marker ↵Andreas L. Delmelle2008-04-253-52/+45
| | | | | | | | | appears as a child of an fo:block-container with absolutely positioned areas. Additionally: some javadoc updates in BlockContainer.java git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651543 13f79535-47bb-0310-9956-ffa450edef68
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-243-19/+55
| | | | | | | as a subexpression. Fixes bug 44658. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651323 13f79535-47bb-0310-9956-ffa450edef68
* Partially reverted my revision 641827: The yellow tint of certain JPEG ↵Jeremias Maerki2008-04-211-17/+0
| | | | | | images came from badly extracted ICC color profiles. This is fixed in XML Graphics Commons Trunk (revision 650048). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@650050 13f79535-47bb-0310-9956-ffa450edef68