aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-1719-292/+1289
* Fixed another little kerning bug.Jeremias Maerki2008-12-111-5/+11
* Added -ifin command-line option to use the intermediate format as input format.Jeremias Maerki2008-12-113-23/+168
* Fixed parsing of document navigation namespace (its elements are no longer si...Jeremias Maerki2008-12-113-176/+204
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-1114-321/+394
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-0920-119/+860
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-09290-8675/+21691
|\
| * Bugzilla 46319:Andreas L. Delmelle2008-12-082-12/+36
| * Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w...Jeremias Maerki2008-12-087-12/+30
| * Reverted accidental commit of unfinished change. Sorry about that.Jeremias Maerki2008-12-081-1/+0
| * Bugzilla #46360:Jeremias Maerki2008-12-071-1/+2
| * Bugzilla #46360:Jeremias Maerki2008-12-077-26/+67
| * FopCharacterSet doesn't follow the same contract as its superclass. The metri...Jeremias Maerki2008-12-073-12/+9
| * Avoid replacement notification if we're only checking the presence of a certa...Jeremias Maerki2008-12-051-4/+4
| * Bugfix: Custom AFP fonts reported bad metrics.Jeremias Maerki2008-12-052-11/+11
| * Oops, introduced a compile error with the previous commitAndreas L. Delmelle2008-12-021-10/+0
| * Minor changes; mostly code- and javadoc-aesthetics...Andreas L. Delmelle2008-12-021-220/+201
| * Bugfix: there was no notification if no registered internal font can be found...Jeremias Maerki2008-12-021-6/+13
| * Reverting a change introduced by revision 721430 which breaks extensions caus...Jeremias Maerki2008-12-011-3/+4
| * MERGE of https://svn.apache.org/repos/asf/xmlgraphics/fop/{branches/AFP_GOCAR...Adrian Cumiskey2008-11-28285-8426/+21406
| |\
| | * * Text encoding is now handled by PresentationTextData and character set enco...Temp_AFPGOCAResourcesAdrian Cumiskey2008-11-2710-86/+120
| | * Merged revisions 719616,719629,719646,719654 via svnmerge from Adrian Cumiskey2008-11-267-66/+205
| | * * Reverted back the interface changes I made to ImageHandler.Adrian Cumiskey2008-11-2524-217/+228
| | * Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long.Jeremias Maerki2008-11-251-1/+1
| | * Minor cleanup.Adrian Cumiskey2008-11-212-3/+4
| | * <svg:image/> y-axis positioning fix in AFPGraphics2D.Adrian Cumiskey2008-11-218-60/+80
| | * Improved plumbing :)Adrian Cumiskey2008-11-203-17/+16
| | * Merged revisions 718666,718705,719038,719110 via svnmerge from Adrian Cumiskey2008-11-205-25/+45
| | * SetCurrentPosition fix for line drawing.Adrian Cumiskey2008-11-2071-791/+1055
| | * Method signature wrong, was using super class implementation.Adrian Cumiskey2008-11-191-8/+7
| | * Structured field length bug fix.Adrian Cumiskey2008-11-191-7/+6
| | * Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painti...Adrian Cumiskey2008-11-1814-729/+670
| | * Merged revisions 718557,718570,718591 via svnmerge from Adrian Cumiskey2008-11-183-22/+29
| | * Merged revisions 718309,718502 via svnmerge from Adrian Cumiskey2008-11-181-28/+14
| | * Default 10pt font fallback removed.Adrian Cumiskey2008-11-181-7/+6
| | * Memory usage optimizations.Adrian Cumiskey2008-11-1758-1113/+1443
| | * * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-1371-1561/+2328
| | * Deprecated method.Adrian Cumiskey2008-11-051-12/+2
| | * Improved font selection strategy when matching AWT Font against FontTriplet.Adrian Cumiskey2008-11-054-74/+150
| | * GOCA Text painting positional fix.Adrian Cumiskey2008-11-051-8/+22
| | * State --> PaintingState cleanup.Adrian Cumiskey2008-11-051-15/+15
| | * AFPGraphics2D Line drawing width (Stroke) fix.Adrian Cumiskey2008-11-051-5/+5
| | * Forgot to add.Adrian Cumiskey2008-11-041-0/+55
| | * "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-0444-740/+739
| | * Fix for test/layoutengine/standard-testcases/block-container_absolute-positio...Adrian Cumiskey2008-10-318-202/+284
| | * Renamed GenericGraphics2DImagePainter to a slightly more meaningful name of B...Adrian Cumiskey2008-10-293-8/+8
| | * Merged revisions 707631,708012 via svnmerge from Adrian Cumiskey2008-10-275-22/+135
| | * Minor cleanup.Adrian Cumiskey2008-10-271-19/+20
| | * Moved AFPTextElementBridge and AFPTextPainter to org.apache.fop.afp since the...Adrian Cumiskey2008-10-274-4/+6
| | * All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-27178-1172/+794