311 Commits (a1af0b2481adf1d4bdb1279972a9d4e51e381f6a)

Author SHA1 Message Date
  Mehdi Houshmand 2096235233 Added javadocs to the URI schema resolution mechanisms available 12 years ago
  Mehdi Houshmand 30e3ad1e01 Corrected javadocs in o.a.f.apps.* classes 12 years ago
  Mehdi Houshmand e17daf009f Addressed some of the javadocs that were erroneous 12 years ago
  Mehdi Houshmand 41299785b6 Fixed deprecation warning and added some comments to explain the API design 12 years ago
  Peter Hancock 9561830370 Synchronized FopFactory.getRendererConfig 12 years ago
  Peter Hancock 4c623422ef Removed FopFactory.getRendererConfig from public API 12 years ago
  Mehdi Houshmand e4dfc7fe53 Fixed regression re:strict-validation parameter in fop.xconf 12 years ago
  Mehdi Houshmand b409a37cbf Addressed some of the comments made by VH re:Temp_URI_Unification merge 12 years ago
  Mehdi Houshmand d256d57a58 Check style and find bugs now pass without errors 12 years ago
  Mehdi Houshmand c9f6e74ddf Improved the handling of defaults for PDF config and general clean up 12 years ago
  Mehdi Houshmand a97e0be88b Predominantly clean up and javadocs, very little functional change here 12 years ago
  Mehdi Houshmand c36ffee9df Added tests and cleaning up of code 12 years ago
  Mehdi Houshmand 04c08fb904 Added class missing from last commit 12 years ago
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  Mehdi Houshmand 3e7cd3611b Deleted FOURIResolver class 12 years ago
  Mehdi Houshmand d17d05e36c Removed URI resolving class that are no longer needed and handled data URIs 12 years ago
  Mehdi Houshmand 24664f1459 Removed AFP resource handling mechanism in favour of a unified resource resolver 12 years ago
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Glenn Adams eff48e4a89 enable UnusedImports rule; fix violations 12 years ago
  Glenn Adams 9826acf1e8 enable MultipleVariableDeclarations rule; fix violations 12 years ago
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 years ago
  Peter Hancock 65e12053cb Addressed findbugs and checkstyle regressions 12 years ago
  Vincent Hennebert c6fb066a02 Removed the DOM representation of the structure tree. 12 years ago
  Vincent Hennebert b073a605e4 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 years ago
  Simon Pepping 03f05c5dc5 Avoid deconstructing and reconstructing the base URI of the 13 years ago
  Jeremias Maerki d3d628c0b6 Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to better follow the pattern we use for the FontManager and ImageManager. 13 years ago
  Jeremias Maerki 5a367c3b12 Bugfix: Extracting the base directory through Configuration.getLocation() didn't work for Windows, since Windows paths can contain drive letters that are separated by colons. This lead to FOP scanning the whole drive for fonts starting from the drive root in the auto-detect case. 13 years ago
  Simon Pepping 4c8a18e4a5 Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file 13 years ago
  Jeremias Maerki ce6d9e1eee Adjust to changes in XML Graphics Commons: 13 years ago
  Vincent Hennebert 2e8f9428b4 Bugzilla #49695: Replaced magic numbers with constants from UnitConv and GraphicsConstants 13 years ago
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 years ago
  Simon Pepping a6e8eea815 Fixing a few checkstyle warnings 13 years ago
  Simon Pepping 3f407e611f Make handling of configuration errors consistent 13 years ago
  Simon Pepping 6d4f489084 Enable configuration of hyphenation pattern file names 13 years ago
  Adrian Cumiskey ff3a0b1f92 Reinstated support for being able to specify a font cache filepath in the fop user configuration. 14 years ago
  Jeremias Maerki f1675e27ca Added class ColorWithFallback used for recreating function strings. 14 years ago
  Jeremias Maerki b2704855bd Bumped xmlgraphics-commons.jar. 14 years ago
  Vincent Hennebert 7859b3ed2d Renamed TransformerNode into TransformerDefaultHandler and moved it into the a.o.f.util package. 14 years ago
  Vincent Hennebert ac5f083758 Simplified the handling of the accessibility option and made it consistent with other options 14 years ago
  Vincent Hennebert dbaf63a64d Factorized into a new class the parsing of the reduced FO tree, that was duplicated in IFSerializer and PDFDocumentHandler. 14 years ago
  Chris Bowditch a19fc7534d bug fix: allow back slashes for file URLs as they are commonly used in Windows 15 years ago
  Jeremias Maerki 2a16dbaa20 Incorporated some more of the feedback to #46705: 15 years ago
  Jeremias Maerki a5f60685ab Deprecated font base url methods on user agent level in favor of the methods on the FontManager accessible via FopFactory as proposed in: 15 years ago
  Jeremias Maerki 3c5ac0297c Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong configuration got selected. 15 years ago
  Andreas L. Delmelle 3048022fd7 Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel to conserve memory in case of large documents with a lot of cross-references. (area tree will be serialized to disk to avoid keeping it entirely in memory) 15 years ago
  Jeremias Maerki 095587e468 Restored ability to specify any URI base URI (URL), not just file URLs. For file URLs and file paths there's still a check whether the directory exists. 15 years ago
  Simon Pepping 3ab1679f07 Clarified error message if base is not an existing directory 15 years ago
  Jeremias Maerki 35bce6e9b4 Tied RendererFactory.setRendererPreferred(boolean) setting into the FOP configuration (incl. documentation). 15 years ago