3245 Commits (67d1c7727b78117435496c9bfb5fd62f0081274d)

Author SHA1 Message Date
  Joerg Pietschmann 7609bc88ed Squashed CheckStyle warnings, mostly JavaDoc. 19 years ago
  Luca Furini c52fdbea46 Using the fo property last-line-end-indent instead of a hard coded value. 19 years ago
  Jeremias Maerki 3225ad3675 Bugzilla #36520: 19 years ago
  Jeremias Maerki 2f75094a5a Bugzilla #36508: 19 years ago
  Jeremias Maerki c6cb98b668 Bugzilla #36505: 19 years ago
  Jeremias Maerki 8267c08ab8 Fix for SVG images with an intrinsic size when the FOUserAgent does not default to 72dpi. 19 years ago
  Jeremias Maerki ff30dae319 My earlier fix didn't quite work if the protocol isn't the same between the base URI and the parameter URI. 19 years ago
  Jeremias Maerki 6dd7ae7212 Fixes a compile error. I used a method from a SVN checkout of Commons IO. Sorry. 19 years ago
  Jeremias Maerki ee8f5bcd4a Implemented embedding of Type 1 fonts. 19 years ago
  Jeremias Maerki fc33b0a379 Not sure if it's the best solution but this changes the following: 19 years ago
  Luca Furini a0c4983108 Re-adjusting lines after a page-number or a page-number-citation is resolved. 19 years ago
  Jeremias Maerki d5e71b30c1 Bugzilla #36479: 19 years ago
  Jeremias Maerki 95b22d75d4 Bugzilla #36476: 19 years ago
  Jeremias Maerki 2d46aacda0 Bugzilla #36475: 19 years ago
  Jeremias Maerki cdd9881066 Bugzilla #36487: 19 years ago
  Jeremias Maerki 49e232938f Initial work on enhancing the extension facilities to register special extensions which create so-called ExtensionAttachment objects which are attached to the formatting object they are attached to. These objects can be evaluated by standard or custom layout managers or simply passed through to the area tree (the latter is NYI). The AreaTreeHandler currently takes ExtensionAttachment objects from fo:root and fo:declarations and wraps them in OffDocumentItems that Renderers can react on to provide additional functionality on document-level (like PDF metadata or PostScript media dictionaries). Since the simple-page-master is available directly from the PageViewport the renderer can take ExtensionAttachment objects directly from there (see PSRenderer.renderPage()). 19 years ago
  Finn Bock c0a45e7ba1 Cleanup of unused imports. 19 years ago
  Jeremias Maerki 9b905d0f1e Been careless again, sorry. 19 years ago
  Jeremias Maerki f9400f8255 PDFNumber.doubleOut() rewritten using java.text.DecimalFormat. 19 years ago
  Jeremias Maerki 5c15e8ca7f An additional comment so this line will not be activated accidentally. The problem was a backwards-incompatible chnage in Batik for which a patch has been submitted: 19 years ago
  Jeremias Maerki 1475e64396 Reverting my earlier change to make FOP compile with Batik 1.6 again. I'm investigating this problem further. 19 years ago
  Finn Bock 343526fecf Fixed copyright year. 19 years ago
  Finn Bock 8dbd9d55c1 Fixed license blurb. 19 years ago
  Finn Bock 90552b4cc3 Fix a compile conflict with BlockStackingLayoutManager. 19 years ago
  Jeremias Maerki c89b4535b5 Set not only the base URL for the SVG Document but also the URI. Otherwise, relatively referenced documents or images inside an SVG defined in a fo:instream-foreign-object don't get resolved. This fixes certain problems with examples/fo/svg/external.fo. 19 years ago
  Finn Bock 8cad88a3e3 Bugzilla #36379: 19 years ago
  Jeremias Maerki e8a704bbe8 Bugzilla #36432: 19 years ago
  Jeremias Maerki fb2cb660d9 Bugzilla #36418: 19 years ago
  Finn Bock 926d2022d7 Fixed the use of Length property for baseline-shift. 19 years ago
  Peter Herweg 07b18eee6c added support for superscript and subscript 19 years ago
  Peter Herweg 03056d7615 added support for superscript and subscript 19 years ago
  Jeremias Maerki ed636c3d73 Harmonization between the two Graphics2D implementations. Clipping is done after the transform. All path iterators use an identity transform which makes the PDF/PS code more readable and usually smaller. 19 years ago
  Jeremias Maerki e5d7fb2021 Removed unnecessary comments. 19 years ago
  Jeremias Maerki 526af4d31f Some clean-up. 19 years ago
  Jeremias Maerki 06687dcf81 Write to log output (debug level) which image source is used to load an image. 19 years ago
  Jeremias Maerki ea32759dc9 Fix for text-align2.xml (for real now). The alignment used to set up the element list was not properly determined. 19 years ago
  Jeremias Maerki 1c00791297 Fix for ClassCastException as shown in text-align2 (Reported by Lawrence Michel). 19 years ago
  Peter Herweg 8b2fae7791 added support for text-decoration 19 years ago
  Jeremias Maerki f0a97f5996 Moved renderInlineBlockParent() up to the superclass. Fixes border and background painting for inline block parents in PostScript. 19 years ago
  Jeremias Maerki 0cb6e637be Fixed the page coordinate system for the PDF Renderer (Defect: Rounding and rounding errors). 19 years ago
  Jeremias Maerki 8854d7f07e Character positioning array can easily become too long so break them after every eigth value. 19 years ago
  Jeremias Maerki 96e8a153ae Background trait's toString() streamlined. Test cases adjusted accordingly. 19 years ago
  Jeremias Maerki 9c25ee9f9d Made the warnings more verbose. 19 years ago
  Jeremias Maerki 9a575349f5 Set the background traits after the BPD and IPD are set. 19 years ago
  Jeremias Maerki 4cea0129b9 Set the background traits after the BPD and IPD are set. 19 years ago
  Jeremias Maerki f46e98e488 Set the background a little later, after the IPD is set. A block area grows as necessary so this doesn't currently fix the problem that the background traits are set before the BPD is known. 19 years ago
  Jeremias Maerki dadbbc02fe A little more debug output. 19 years ago
  Jeremias Maerki bbfa9a1ba5 Write the start-indent trait to the area tree XML. 19 years ago
  Jeremias Maerki 604bf828fd Note about missing background on table-body, table-header and table-footer. 19 years ago
  Andreas L. Delmelle 5f1bed88f6 Added warning for non-standard fallback 19 years ago