aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-2541-125/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039179 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:keywords and svn:eol-style propertiesVincent Hennebert2010-11-251-61/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039175 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and ↵Vincent Hennebert2010-11-2311-24/+38
| | | | | | | | | GraphicsConstants Patch submitted by Joshua Marquart (joshua dot marquart _at. firstdata .dot_ com), applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1038291 13f79535-47bb-0310-9956-ffa450edef68
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1925-180/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036809 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to rename in one clientSimon Pepping2010-11-181-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036467 13f79535-47bb-0310-9956-ffa450edef68
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-17102-229/+343
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036179 13f79535-47bb-0310-9956-ffa450edef68
* Re-ordered class membersVincent Hennebert2010-11-161-32/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035611 13f79535-47bb-0310-9956-ffa450edef68
* Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035610 13f79535-47bb-0310-9956-ffa450edef68
* Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-5/+7
| | | | | | | Fixes a bug when the changing IPD hack is triggered and the getNextKnuthElements method is called a second time git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035609 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-112-25/+12
| | | | | | | target changed to 1.5. EncodingMode changed from class -> enum. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1033859 13f79535-47bb-0310-9956-ffa450edef68
* Small improvement for XMP generation.Jeremias Maerki2010-10-271-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1028021 13f79535-47bb-0310-9956-ffa450edef68
* Added two more character to be escaped in a PDF name (now in sync with PDFBox).Jeremias Maerki2010-10-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1027520 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42600:Jeremias Maerki2010-10-211-1/+1
| | | | | | Wrong constant used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1026114 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42600:Jeremias Maerki2010-10-213-38/+159
| | | | | | | | | | | | Added some support for break-before/-after for RTF output. Submitted by: Maximilian Aster <maximilian.aster.at.boc-eu.com> Changes to patch: - Code style fixes - Removed dependency from rtflib to FO Constants. - Tried to implement even/odd/column breaks git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1026110 13f79535-47bb-0310-9956-ffa450edef68
* Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-213-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1026006 13f79535-47bb-0310-9956-ffa450edef68
* Allow to pass through document-level extensions from the first document ↵Jeremias Maerki2010-10-211-2/+9
| | | | | | passed to the IFConcatenator. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1026003 13f79535-47bb-0310-9956-ffa450edef68
* Wrap the whole page stream in a q..Q pair to avoid problems when the page ↵Jeremias Maerki2010-10-211-0/+2
| | | | | | streams are combined later with additional content. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1025850 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for unescaped name characters which can cause trouble with PDF parsers.Jeremias Maerki2010-10-111-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1021325 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49379:Jeremias Maerki2010-10-0713-85/+572
| | | | | | | | | | | | Added ability to embed an external AFP page segment resource file (AFP output only). Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Changes to patch: - Replaced AFP parsing code with a more universal MO:DCA parser (as discussed). - AFPDocumentHandler: addressed a TODO (clearing of the page segment map was not necessary for each page) - AFPDocumentHandler: merged pageSegmentMap and pageSegmentUriMap by creating a combined object: PageSegmentDescriptor git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1005350 13f79535-47bb-0310-9956-ffa450edef68
* Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93
| | | | | | Extended the field class so it can write itself back to an OutputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1004991 13f79535-47bb-0310-9956-ffa450edef68
* More cleanup of unused methods in HyphenatorSimon Pepping2010-10-061-70/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1004917 13f79535-47bb-0310-9956-ffa450edef68
* Making fallback from (lang,country) to (lang) consistentSimon Pepping2010-10-061-30/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1004907 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a few checkstyle warningsSimon Pepping2010-10-022-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1003850 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methods from Hyphenator; this leaves a utility classSimon Pepping2010-10-021-65/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1003845 13f79535-47bb-0310-9956-ffa450edef68
* Make handling of configuration errors consistentSimon Pepping2010-10-021-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1003775 13f79535-47bb-0310-9956-ffa450edef68
* Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-026-13/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1003774 13f79535-47bb-0310-9956-ffa450edef68
* Metrics need to be added before the font properties to avoid NPEs on font ↵Jeremias Maerki2010-09-301-1/+1
| | | | | | replacement. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1002980 13f79535-47bb-0310-9956-ffa450edef68
* Added support for font substitutions on PDF/PSTranscoder by configuring the ↵Jeremias Maerki2010-09-293-19/+22
| | | | | | | | FontManager. Restored configuration support for the (E)PSTranscoder. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1002550 13f79535-47bb-0310-9956-ffa450edef68
* Some fine-tuning for the font selection in SVG to better match AWT/GVT fonts ↵Jeremias Maerki2010-09-211-3/+25
| | | | | | to FOP's fonts. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@999488 13f79535-47bb-0310-9956-ffa450edef68
* Add the availability of nightly snapshotsSimon Pepping2010-09-213-13/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@999324 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+8
| | | | | | Fixed a multi-threading issue when rendering SVG. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@997602 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+7
| | | | | | | Fixed a multi-threading issue when rendering SVG. Submitted by: Alexis Giotis <alex.giotis.at.gmail.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@997599 13f79535-47bb-0310-9956-ffa450edef68
* Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-103-0/+514
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@995762 13f79535-47bb-0310-9956-ffa450edef68
* Fixed formatting of help messageVincent Hennebert2010-09-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@995181 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49885:Jeremias Maerki2010-09-074-15/+42
| | | | | | Fixed retrieval of available BPD for cases spanning columns and multiple pages with differing page masters. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@993357 13f79535-47bb-0310-9956-ffa450edef68
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0319-110/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@992386 13f79535-47bb-0310-9956-ffa450edef68
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@992029 13f79535-47bb-0310-9956-ffa450edef68
* Fixed indentationVincent Hennebert2010-08-274-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@990155 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@990154 13f79535-47bb-0310-9956-ffa450edef68
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-2720-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@990148 13f79535-47bb-0310-9956-ffa450edef68
* Fixed indentationVincent Hennebert2010-08-2724-179/+179
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@990144 13f79535-47bb-0310-9956-ffa450edef68
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2539-6544/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@989178 13f79535-47bb-0310-9956-ffa450edef68
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@987448 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix:Jeremias Maerki2010-08-201-8/+11
| | | | | | | Bitmaps generated by Batik (ex. for filter effects) were not generated at the right resolution if the SVG is scaled inside XSL-FO. Using better resolution for the intrinsic size to avoid small scaling errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@987423 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for potential java.lang.IndexOutOfBoundsException in ↵Jeremias Maerki2010-08-181-3/+1
| | | | | | PDFDocument.outputTrailer(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986650 13f79535-47bb-0310-9956-ffa450edef68
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986624 13f79535-47bb-0310-9956-ffa450edef68
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-186-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986602 13f79535-47bb-0310-9956-ffa450edef68
* -delete-cache command line argument replaced with -flush. Seems like a more ↵Adrian Cumiskey2010-08-173-27/+20
| | | | | | common use case. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986315 13f79535-47bb-0310-9956-ffa450edef68
* One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986204 13f79535-47bb-0310-9956-ffa450edef68
* Resolved conflict (ClassCastException) with named destinations which in ↵Jeremias Maerki2010-08-174-39/+74
| | | | | | contrast to embedded files adds single objects (producing two values) to the kids array instead of a key/value pairs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986203 13f79535-47bb-0310-9956-ffa450edef68