Log of /xmlgraphics/fop/tags/fop-0_94/fop.bat
Parent Directory
|
Revision Log
Revision
542237 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 28 14:31:24 2007 UTC
(2 years, 6 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 3950 byte(s)
Diff to
previous 515520
(
colored)
Bugzilla #41831:
- Add support font auto-detection (easier font configuration) including a font cache to speed up the auto-detection process.
- Refactoring of the configuration code: All Avalon configuration stuff is extracted into separate "Configurator" classes.
- Refactoring of the FOURIResolver.
Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com>
Changes to the patch by jeremias during the review:
- Font cache simplified (Java object serialization instead of XML), functionality fixed and moved to the fonts.package.
- Relocated default cache file location to user directory.
- Fixed the font configuration for PDFDocumentGraphics2D/PDFTranscoder that got lost with the patch.
- Fixed a problem with having a non-file URL as font base URL.
- Simplified RendererContextInfo stuff to make it easier to understand.
- Fixed handling of Type 1 fonts in auto-detection.
- Reduced verbosity of font-related log output.
- Updated Jakarta Commons IO to version 1.3.1 (the patch depends on it)
- Various javadocs improvements
Revision
415688 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 20 14:57:44 2006 UTC
(3 years, 5 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 3068 byte(s)
Diff to
previous 396279
(
colored)
XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP framework).
Reworked the XMP support for PDF to use the XMP framework from XML Graphics Commons.
XMP metadata embedded in fo:declarations is now properly handled. Its values are copied to the Info object according to the rules from PDF/A-1.
Metadata values from the user agent (title, author etc.) are properly merged with metadata from the XSL-FO document. UserAgent metadata overrides FO metadata.
Note: This is useful and active even if you don't activate PDF/A support.
Revision
344111 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 14 12:55:46 2005 UTC
(4 years ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2671 byte(s)
Diff to
previous 332575
(
colored)
Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision.
Fixed most of the unappropriate System.err/System.out/Exception.printStackTrace(). Those that aren't fixed and are not legitimate calls (in main() methods etc.) are marked with a TODO item.
Some Javadocs and style updates.
Revision
332575 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 11 14:58:37 2005 UTC
(4 years ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2671 byte(s)
Diff to
previous 239409
(
colored)
Step 1 (SVN just doesn't want me to delete the old directories):
Created sandbox area (src/sandbox).
Moved MIF, PCL and SVG support to the sandbox due to their current state.
Build adjusted to build a fop-sandbox.jar (the three moved renderers automatically get registered if they are in the classpath).
Revision
239409 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 23 14:06:25 2005 UTC
(4 years, 3 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2597 byte(s)
Diff to
previous 231295
(
colored)
Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
InputHandler is not passed through the FOUserAgent anymore. IMO it doesn't belong there. Instead I defined an interface "Renderable" in the AWT preview that InputHandler implements. This is used exclusively for reloading the document inside the preview dialog.
Revision
231295 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 10 19:21:39 2005 UTC
(4 years, 3 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2597 byte(s)
Diff to
previous 198532
(
colored)
Removed Jakarta Commons Lang. It is not used. Don't know why I once thought Commons IO depends on Commons Lang. Shrug.
Upgrade for Apache Xerces-J from 2.2.1 to 2.7.1.
Upgrade for Apache Xalan-J from 2.4.1 to 2.7.0 (notice the new serializer.jar which was separated out from xalan.jar because xercesImpl.jar now needs this functionality because of the latest JAXP)
Upgrade for XML Commons Externals (xml-apis.jar). This is version 1.3.02 which is bundled with both Xerces-J 2.7.1 and Xalan-J 2.7.0)
Upgrade for Apache Batik to 1.6 ("all-jar" built using JDK 1.3.1_15 from the source distribution)
Upgrade for Apache Avalon Framework from 4.1.4 to 4.2.0.
Added a README.txt which documents all dependencies and should serve as primary for licensing information on FOP dependencies.
Adjusted fop.bat to the changed JAR names.
Revision
198187 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 6 05:37:17 2004 UTC
(4 years, 11 months ago)
by
gmazza
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2323 byte(s)
Diff to
previous 197876
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed pretend "resolution" of still-unresolved idrefs at ATH.endDocument(). This was apparently done to force page rendering of remaining unresolved pages at RenderPagesModel.checkPreparedPages() (which requires a page to be completely resolved before rendering). Replacement code keeps unresolved idrefs unresolved, but explicitly forces page rendering for calls to checkPreparedPages() that originate from ATH.endDocument(). Comments welcome.
Revision
197876 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 16 04:11:42 2004 UTC
(5 years, 3 months ago)
by
gmazza
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 2327 byte(s)
Diff to
previous 197517
(
colored)
1. fo:leader layout initialization logic moved from AddLMVisitor to
fo.flow.Leader.
2. fo:leader layout logic moved from AddLMVisitor to new
layoutmgr.LayoutLeaderManager class.
3. validateChildNode() for fo:list-block implemented.
Revision
197474 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 31 10:55:07 2004 UTC
(5 years, 7 months ago)
by
gmazza
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 1490 byte(s)
Diff to
previous 197352
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Conversion of Avalon to Commons-Logger. (Will still need to update the
examples, which I will take care of next; Jeremias will be modifying
the PDF libraries for more efficient use of the CL loggers.)
Revision
197350 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 10 23:51:26 2004 UTC
(5 years, 9 months ago)
by
gmazza
Original Path:
xmlgraphics/fop/trunk/fop.bat
File length: 901 byte(s)
Diff to
previous 197349
(
colored)
1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.
2.) Removal of unused transformer member variable in XSLTInputHandler.
3.) Partial modifications -- code from Xalan project -- in order to be
able to handle command line parameters for XSLT stylesheet. (Changes
still needed in XSLTInputHandler.getXMLFilter() -- unsure how to set
parameters to an XMLFilter.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.