312 коммитов (aaa7da8a0dd8ce9ce4e975c4eabbadbea0a67476)

Автор SHA1 Сообщение Дата
  Mehdi Houshmand c9cbf7e0a4 Moved the I/O interfaces to XGC and updated code with new resolution mechanism 11 лет назад
  Mehdi Houshmand 2096235233 Added javadocs to the URI schema resolution mechanisms available 12 лет назад
  Mehdi Houshmand 30e3ad1e01 Corrected javadocs in o.a.f.apps.* classes 12 лет назад
  Mehdi Houshmand e17daf009f Addressed some of the javadocs that were erroneous 12 лет назад
  Mehdi Houshmand 41299785b6 Fixed deprecation warning and added some comments to explain the API design 12 лет назад
  Peter Hancock 9561830370 Synchronized FopFactory.getRendererConfig 12 лет назад
  Peter Hancock 4c623422ef Removed FopFactory.getRendererConfig from public API 12 лет назад
  Mehdi Houshmand e4dfc7fe53 Fixed regression re:strict-validation parameter in fop.xconf 12 лет назад
  Mehdi Houshmand b409a37cbf Addressed some of the comments made by VH re:Temp_URI_Unification merge 12 лет назад
  Mehdi Houshmand d256d57a58 Check style and find bugs now pass without errors 12 лет назад
  Mehdi Houshmand c9f6e74ddf Improved the handling of defaults for PDF config and general clean up 12 лет назад
  Mehdi Houshmand a97e0be88b Predominantly clean up and javadocs, very little functional change here 12 лет назад
  Mehdi Houshmand c36ffee9df Added tests and cleaning up of code 12 лет назад
  Mehdi Houshmand 04c08fb904 Added class missing from last commit 12 лет назад
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 лет назад
  Mehdi Houshmand 3e7cd3611b Deleted FOURIResolver class 12 лет назад
  Mehdi Houshmand d17d05e36c Removed URI resolving class that are no longer needed and handled data URIs 12 лет назад
  Mehdi Houshmand 24664f1459 Removed AFP resource handling mechanism in favour of a unified resource resolver 12 лет назад
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 лет назад
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 лет назад
  Glenn Adams eff48e4a89 enable UnusedImports rule; fix violations 12 лет назад
  Glenn Adams 9826acf1e8 enable MultipleVariableDeclarations rule; fix violations 12 лет назад
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 лет назад
  Peter Hancock 65e12053cb Addressed findbugs and checkstyle regressions 12 лет назад
  Vincent Hennebert c6fb066a02 Removed the DOM representation of the structure tree. 12 лет назад
  Vincent Hennebert b073a605e4 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 лет назад
  Simon Pepping 03f05c5dc5 Avoid deconstructing and reconstructing the base URI of the 13 лет назад
  Jeremias Maerki d3d628c0b6 Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to better follow the pattern we use for the FontManager and ImageManager. 13 лет назад
  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 лет назад
  Simon Pepping 4c8a18e4a5 Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file 13 лет назад
  Jeremias Maerki ce6d9e1eee Adjust to changes in XML Graphics Commons: 13 лет назад
  Vincent Hennebert 2e8f9428b4 Bugzilla #49695: Replaced magic numbers with constants from UnitConv and GraphicsConstants 13 лет назад
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 лет назад
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 лет назад
  Simon Pepping a6e8eea815 Fixing a few checkstyle warnings 13 лет назад
  Simon Pepping 3f407e611f Make handling of configuration errors consistent 13 лет назад
  Simon Pepping 6d4f489084 Enable configuration of hyphenation pattern file names 13 лет назад
  Adrian Cumiskey ff3a0b1f92 Reinstated support for being able to specify a font cache filepath in the fop user configuration. 14 лет назад
  Jeremias Maerki f1675e27ca Added class ColorWithFallback used for recreating function strings. 14 лет назад
  Jeremias Maerki b2704855bd Bumped xmlgraphics-commons.jar. 14 лет назад
  Vincent Hennebert 7859b3ed2d Renamed TransformerNode into TransformerDefaultHandler and moved it into the a.o.f.util package. 14 лет назад
  Vincent Hennebert ac5f083758 Simplified the handling of the accessibility option and made it consistent with other options 14 лет назад
  Vincent Hennebert dbaf63a64d Factorized into a new class the parsing of the reduced FO tree, that was duplicated in IFSerializer and PDFDocumentHandler. 14 лет назад
  Chris Bowditch a19fc7534d bug fix: allow back slashes for file URLs as they are commonly used in Windows 15 лет назад
  Jeremias Maerki 2a16dbaa20 Incorporated some more of the feedback to #46705: 15 лет назад
  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 лет назад
  Jeremias Maerki 3c5ac0297c Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong configuration got selected. 15 лет назад
  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 лет назад
  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 лет назад
  Simon Pepping 3ab1679f07 Clarified error message if base is not an existing directory 15 лет назад