aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved the instantiation of the FontManager to the constructor along with all ↵Adrian Cumiskey2008-05-091-10/+8
| | | | | | the other aggregated objects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654869 13f79535-47bb-0310-9956-ffa450edef68
* Unwanted list self concatenation :).Adrian Cumiskey2008-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654849 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle and minor typo fixesVincent Hennebert2008-05-0945-771/+771
| | | | | | | Set svn:keywords and svn:eol-style properties on new files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654783 13f79535-47bb-0310-9956-ffa450edef68
* 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-084-101/+97
| | | | | | 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
* Fix validation errorsJoerg Pietschmann2008-05-081-64/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654563 13f79535-47bb-0310-9956-ffa450edef68
* Quick fix for XML validation errorJoerg Pietschmann2008-05-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654557 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-0818-119/+365
| | | | | | | | | 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-072-12/+46
| | | | | | 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
* Small correction: use appropriate value for 'context'Andreas L. Delmelle2008-05-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654121 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41500:Andreas L. Delmelle2008-05-077-38/+75
| | | | | | | | | | 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
* Very small cleanup to unit test. This method does not need to be protected.Adrian Cumiskey2008-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653828 13f79535-47bb-0310-9956-ffa450edef68
* * Added font substitution configuration reader, model, business logic, junit ↵Adrian Cumiskey2008-05-0650-827/+2425
| | | | | | | | | | | | 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-052-26/+40
| | | | | | | | | | 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-023-4/+39
| | | | | | | 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-025-76/+82
| | | | | | | | | | -> 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-019-143/+418
| | | | 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
* Website fixes.Jeremias Maerki2008-05-013-16/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652581 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-012-0/+59
| | | | | | | | | 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-012-9/+13
| | | | 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
* Updated to include dev (0.95beta) release.Clay Leeds2008-04-271-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651880 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-262-4/+11
| | | | | | | 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-252-19/+21
| | | | | | | 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