4851 Commits (90ff2597ba6ca2b40f0708d6cb2dd64af7eff05d)
 

Author SHA1 Message Date
  Jeremias Maerki 0f8ce41ce3 Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. 18 years ago
  Andreas L. Delmelle 795c337395 ElementMapping lookup via META-INF/services 18 years ago
  Jeremias Maerki 6aefb9eb26 Typo 18 years ago
  Jeremias Maerki f24dbb493a Removed stray debug message. 18 years ago
  Jeremias Maerki f200563f83 Removed duplicate entry in Renderer list. 18 years ago
  Andreas L. Delmelle 94e6159814 Fix for NPE in case of empty instream-foreign-object 18 years ago
  Andreas L. Delmelle 7e2b66a6a9 Add dynamic lookup of the RendererMakers to RendererFactory (as suggested by Nils Meier; proposed patch slightly altered to make use of org.apache.fop.util.Service instead of sun.misc.Service) 18 years ago
  Jeremias Maerki 72298d404b Test case which demonstrates that a footnote in a fo:inline is swallowed if hyphenation is active. 18 years ago
  Jeremias Maerki 00eee9aad2 Correcting some info on embedding TrueType fonts. 18 years ago
  Jeremias Maerki 0046c0ec8c Disabled the resolution setting because it can lead to ugly side-effects. Resolution is poort now (72dpi) but at least the SVG gets rendered correctly. 18 years ago
  Jeremias Maerki 358de1408a Bugzilla #38821: 18 years ago
  Jeremias Maerki 5a5177664e Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value. 18 years ago
  Jeremias Maerki 4f0cff24a3 Forgot the entry here. 18 years ago
  Jeremias Maerki 16a831bba3 Fix bug in the construction of a base URL when it's specified as a file system path. 18 years ago
  Jeremias Maerki 1b2ad5133b Fixed bug in handling of text-align-last. Value "relative" was not the default and the resolved property was wrong when it was inherited. 18 years ago
  Jeremias Maerki d3c587ce73 Tweaks to user mailing list policy. Gosh, we should use the link to this section more often. :-) 18 years ago
  Andreas L. Delmelle af330a77e9 Activated refinement white-space-handling for fo:title and fo:bookmark-title 18 years ago
  Andreas L. Delmelle 2ffdb04f80 A nit: slight performance optimization 18 years ago
  Jeremias Maerki e8f858a2b8 Ignore attributes from foreign namespaces. This is a temporary fix to get rid of ugly warnings until a proper mechanism for handling foreign attributes is available. 18 years ago
  Jeremias Maerki ecb0b8de4a Added support for page sequence title in AreaTreeParser (IF). Fixes problems in intermediate format test suite. 18 years ago
  Simon Pepping c6cbae4e8a Linefeed treatment and white space collapse are not performed on 18 years ago
  Simon Pepping 2701292179 InlineLM properly creates an AligmentContext for Title. 18 years ago
  Jeremias Maerki affd281fae block_break-after_2 seems to work. Don't know who/what fixed this. Does anybody? 18 years ago
  Simon Pepping ca5fd65d91 Avoid a NullPointerException when fo:title is empty. 18 years ago
  Simon Pepping 71e1c1aefa You can specify an object file in a jar file as follows: 18 years ago
  Jeremias Maerki 61e661cbe7 Changed the way the URL stream is opened. Use URLConnection now. 18 years ago
  Jeremias Maerki 83f7da2260 Tell about the offending font if it's not embedded and PDF/A is active. 18 years ago
  Jeremias Maerki 76907cc77d Added a convenience URIResolver that uses the ServletContext in a servlet to access resources packed into a web application. 18 years ago
  Jeremias Maerki 1758e4d77b More work on PDF/A-1: 18 years ago
  Jeremias Maerki 00ec8110ff Simplification. Missed one. Sorry. 18 years ago
  Jeremias Maerki 8e1c69119b Simplification 18 years ago
  Jeremias Maerki 96218b9d12 Added relevant standards as per draft on site-dev@. 18 years ago
  Jeremias Maerki d3a6af1375 Forgot an entry. 18 years ago
  Peter Herweg a784a19a83 fixed a few checkstyle warnings 18 years ago
  Peter Herweg dad1b9d4fd fixed a few checkstyle warnings 18 years ago
  Peter Herweg 9329c8f017 added support for borders at fo:table; fixed a few checkstyle warnings 18 years ago
  Jeremias Maerki 2f4c57a81f Reduced the use of categories and programming languages as requested on site-dev. This will likely be compensated with an additional extension schema to specify implemented specifications/standards. 18 years ago
  Andreas L. Delmelle c3aa125c00 Tweak: modified warning to occur only for non-inherited props where the parent fo doesn't have an explicit value 18 years ago
  Jeremias Maerki d332ddd242 Some explanations and warnings. 18 years ago
  Jeremias Maerki be427e0dc7 A nit: dc:creator needs to be an ordered Text array. 18 years ago
  Jeremias Maerki 29072f189e XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7.3 in ISO 19005-1:2005(E)). 18 years ago
  Jeremias Maerki c2d732c648 userconfig attribute works now on FOP Ant task. 18 years ago
  Jeremias Maerki 03aafff08f Added support for userconfig attribute in FOP Ant task. 18 years ago
  Jeremias Maerki baf9f0328c DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org/repos/asf/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/DOM2SAX.java 18 years ago
  Jeremias Maerki 409e2db6e9 Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmeta and RDF elements can be used as root elements for XMP metadata. 18 years ago
  Jeremias Maerki 20f15f7e9b Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree. 18 years ago
  Andreas L. Delmelle 3478a54eeb force-page-count is already implemented: see bugzilla 38087 18 years ago
  Andreas L. Delmelle b949bcdd5b Trivial update: 18 years ago
  Andreas L. Delmelle 738e25446a Added default empty String to the border-* shorthands. Added warning for the case where inherit is used, but no value is available from the parent. 18 years ago
  Andreas L. Delmelle 13058088c8 Added default empty String to the border shorthand. Avoids NPE mentioned in Bugzilla 38648. Still need to add a warning, since property now silently falls back to the default(s). 18 years ago