360 Commits (315296cb82fde2c19f26146559e2a3c1dfdb3f15)

Author SHA1 Message Date
  Jeremias Maerki 315296cb82 Javadoc fixes. 18 years ago
  Jeremias Maerki 50a2b28483 Bugzilla #37236: 18 years ago
  Manuel Mall e1f16a7808 Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more 18 years ago
  Luca Furini 7b17d0a3f2 Fix for bug 36238 (at least in the PDFRenderer) 18 years ago
  Jeremias Maerki 66412d0334 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 years ago
  Jeremias Maerki 9fee424cc1 Fix for internal forward references in PDF output (basic-link with internal-destination): 18 years ago
  Manuel Mall e65f8a6572 Inline block parents were not correctly positioned when border/padding got involved - matched their positioning logic with the usual inlines 18 years ago
  Manuel Mall b031ec1d94 Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for inlineblockparents with borders when rendering 18 years ago
  Manuel Mall 58dcf55c95 Update to support border and padding and alignments on inline fos 18 years ago
  Joerg Pietschmann e37815be73 Cosmetic changes to identifiers, comments and other stylistic corrections. 18 years ago
  Peter Herweg ebe5f5e4d1 added support for external-graphic (width and height attributes should be specified) 19 years ago
  Peter Herweg 468e8015e2 added clause for TableBody in invokeDeferredEvent 19 years ago
  Jeremias Maerki cfee67f579 Font weights 800 and 900 would not cause a bold font. 19 years ago
  Finn Bock b8deb3273b Bugzilla #36068: 19 years ago
  Joerg Pietschmann 18fd2da092 Fixed javadoc errors. 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 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 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
  Finn Bock 8cad88a3e3 Bugzilla #36379: 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 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
  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 bbfa9a1ba5 Write the start-indent trait to the area tree XML. 19 years ago
  Peter Herweg 2df8d64815 RTF: borders had been too thick: divide by 50 to convert from millipoint to twips 19 years ago
  Peter Herweg 3d7b1bd3c1 fixed support for basic-link; process table-footer only, if there is one 19 years ago
  Jeremias Maerki 7a752fc2fa Bugzilla #36394: 19 years ago
  Jeremias Maerki 9303c40247 Fix problem with SVG painting. ET was not sent. 19 years ago
  Jeremias Maerki 79d8a03688 Add support for character area. 19 years ago
  Peter Herweg 20e1f3f315 fixed support for tables and lists 19 years ago
  Jeremias Maerki a6bbd4acc8 Bugfix for block-container-abs6 which didn't paint correctly in PostScript after the latest changes. 19 years ago
  Jeremias Maerki 1fd754e6b7 Kerning is currently not supported by the layout engine, so disable it for PDF and add a TODO item for PS. 19 years ago
  Jeremias Maerki 3332a5cc2a Improved text painting for PostScript (including letter-space and word-space) 19 years ago
  Jeremias Maerki 13bfbb9112 Fixes unrecoverable exceptions causing BatchDiffer to fail. 19 years ago
  Jeremias Maerki 68d87e23c4 Started to implement a resource tracking facility in the PSGenerator. It tracks resources such as EPS files, procset etc. as PSResource instances. 19 years ago
  Jeremias Maerki 9a3ce22473 Moved CLI to its own package. New main class is org.apache.fop.cli.Main. 19 years ago