aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for multi-byte fontsVincent Hennebert2010-08-271-6/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@990219 13f79535-47bb-0310-9956-ffa450edef68
* Merged changes from Trunk up to revision 990155Vincent Hennebert2010-08-2746-221/+215
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@990174 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
* | Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-25578-12843/+10713
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@989216 13f79535-47bb-0310-9956-ffa450edef68
| * Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2546-6753/+60
| | | | | | | | 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
| * Bugzilla #49752:Simon Pepping2010-08-182-11/+54
| | | | | | | | | | | | | | | | | | | | | | | | Findbugs build target enhancements Submitted by: Glenn Adams <glenn.at.skynav.com> Changes to patch: - Added descriptions to the user visible targets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986616 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-187-12/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986602 13f79535-47bb-0310-9956-ffa450edef68
| * Delete becomes flush.Adrian Cumiskey2010-08-171-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986324 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
| * Removed the Class-Path Manifest entry since it's often not quite right and ↵Jeremias Maerki2010-08-161-1/+0
| | | | | | | | | | | | FOP's Main class sets up the classpath in a much more flexible way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985921 13f79535-47bb-0310-9956-ffa450edef68
| * Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-1610-20/+226
| | | | | | | | | | | | | | | | | | | | | | - Acrobat doesn't like indirect objects for the /Length entry of embedded files (make on-the-fly generation more easily configurable). - Added the /Size entry for embedded files to keep Acrobat happy. - Moved the embedded files' Names tree to the end of the PDF to be on the safe side. - Made hyperlinks to embedded files work by using a JavaScript Action (thanks to Matthias Reischenbacher for that idea). - Added sorting to the names tree node because Acrobat relies on it. - Added some filename manipulation code to work around possible encoding problems with special characters in the filenames. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985843 13f79535-47bb-0310-9956-ffa450edef68
| * Removed tab character.Jeremias Maerki2010-08-161-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985829 13f79535-47bb-0310-9956-ffa450edef68
| * Document exitsSimon Pepping2010-08-161-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985806 13f79535-47bb-0310-9956-ffa450edef68
| * FIX: The cache-file setting should still be set even if use-cache setting is ↵Adrian Cumiskey2010-08-151-5/+9
| | | | | | | | | | | | not provided (as it defaults to true). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985703 13f79535-47bb-0310-9956-ffa450edef68
| * Reinstated support for being able to specify a font cache filepath in the ↵Adrian Cumiskey2010-08-159-111/+271
| | | | | | | | | | | | | | | | | | fop user configuration. Added convenience support for the deletion of the Fop font cache file from the command line. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985700 13f79535-47bb-0310-9956-ffa450edef68
| * Removed many "// CSOK: ConstantName" instances for constants, by converting ↵Jeremias Maerki2010-08-1474-357/+264
| | | | | | | | | | | | | | | | | | them to uppercase as they should really be. Fixed some other non-Checkstyle issues on the way, imports mainly. Removed some "log" instances that were not used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985571 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #49733:Jeremias Maerki2010-08-14405-1977/+3883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved compilation (safe one), Checkstyle and many Javadoc warnings. Submitted by: Glenn Adams <glenn.at.skynav.com> Changes to patch: - Restored the deprecated Graphics2DAdapter method (to be removed after Barcode4J 2.1 is released). - Restored Renderer.startPageSequence(LineArea) pending discussion about removal. - build.xml: set max VM to 1024MB instead of 2048MB to allow for 32-bit JVMs. - build.xml: restored longer taskdef names. - Restored Checkstyle 4 file for people running older IDEs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985537 13f79535-47bb-0310-9956-ffa450edef68
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-1324-71/+37
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985227 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #44460:Jeremias Maerki2010-08-0320-68/+872
| | | | | | | | | | | | | | | | | | Added support for PDF file attachments (embedded files) including basic-link support to reference them. Based on work submitted by: Andrejus Chaliapinas <a.chaliapinas.at.infosana.com> I've changed and improved his patch extensively and added some documentation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@981875 13f79535-47bb-0310-9956-ffa450edef68
| * FOP v1.0 and trunk do support Tagged PDFChris Bowditch2010-07-262-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@979214 13f79535-47bb-0310-9956-ffa450edef68
| * Edited the front page for version 1.0. Added this task to the releaseSimon Pepping2010-07-233-53/+70
| | | | | | | | | | | | | | check list. Some technical fixes to compliance. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@967072 13f79535-47bb-0310-9956-ffa450edef68
| * Fix to "docs" target. FORREST_HOME no longer needs to be in your PATH for ↵Adrian Cumiskey2010-07-211-6/+2
| | | | | | | | | | | | the target to work as you would expect it to. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966339 13f79535-47bb-0310-9956-ffa450edef68
| * More detail, sorry for the noise.Adrian Cumiskey2010-07-211-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966320 13f79535-47bb-0310-9956-ffa450edef68
| * Updated my details.Adrian Cumiskey2010-07-211-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966317 13f79535-47bb-0310-9956-ffa450edef68
| * Insert 21 July 2010 as the release dateSimon Pepping2010-07-215-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966108 13f79535-47bb-0310-9956-ffa450edef68
| * Target dist-src need not depend on target all. A comment on theSimon Pepping2010-07-201-2/+3
| | | | | | | | | | | | | | dependency of target dist on target distclean. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@965953 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix of bugfix for escaped PDF names.Jeremias Maerki2010-07-191-3/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@965390 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: "/" must be escaped in names.Jeremias Maerki2010-07-191-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@965357 13f79535-47bb-0310-9956-ffa450edef68
| * Merging branches/fop-1_0 back into trunkSimon Pepping2010-07-1653-3202/+4070
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964711 13f79535-47bb-0310-9956-ffa450edef68
| | * Adding the build dependencies to the source distributionfop-1_0Simon Pepping2010-07-121-16/+26
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@963412 13f79535-47bb-0310-9956-ffa450edef68
| | * Move the maven bundle jar to the top directory after building; svnSimon Pepping2010-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | ignore the build artifacts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@961414 13f79535-47bb-0310-9956-ffa450edef68
| | * Changes to the documentation, partly needed for the new release,Simon Pepping2010-07-0745-2330/+3836
| | | | | | | | | | | | | | | | | | | | | partly updates to outdated information git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@961399 13f79535-47bb-0310-9956-ffa450edef68
| | * XSL-FO mentions both XML 1.0 and XML 1.1.Jeremias Maerki2010-07-051-1/+1
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960641 13f79535-47bb-0310-9956-ffa450edef68
| | * Added one missing file not under ALv2.Jeremias Maerki2010-07-051-1/+4
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960639 13f79535-47bb-0310-9956-ffa450edef68
| | * Minor changes to changes list.Jeremias Maerki2010-07-052-1/+7
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960638 13f79535-47bb-0310-9956-ffa450edef68
| | * Updated the version number in the build file; do not merge into trunkSimon Pepping2010-07-051-1/+1
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960619 13f79535-47bb-0310-9956-ffa450edef68
| | * First changes for the release, mainly documentation changesSimon Pepping2010-07-0510-855/+195
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960618 13f79535-47bb-0310-9956-ffa450edef68
| | * Create a branch for the 1.0 releaseSimon Pepping2010-07-020-0/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@959975 13f79535-47bb-0310-9956-ffa450edef68
| * | Block merging of revision 960619 from branch fop-1_0Simon Pepping2010-07-160-0/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964705 13f79535-47bb-0310-9956-ffa450edef68
| * | Refactored the multi-threading harness a bit to support IF conversion.Jeremias Maerki2010-07-156-50/+205
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964334 13f79535-47bb-0310-9956-ffa450edef68
| * | Log exception if available to make error localization easier.Jeremias Maerki2010-07-151-2/+10
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964320 13f79535-47bb-0310-9956-ffa450edef68