1728 Commits (53f64f468320c3b06b10134a006b13743202863b)

Author SHA1 Message Date
  Jeremias Maerki 53f64f4683 Adding dependency on XML Graphics Commons. 18 years ago
  Jeremias Maerki 4facf98eb3 Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mode. This makes it easier to read the PDF in a text editor in most cases. 18 years ago
  Jeremias Maerki a4a0a77568 Fixed addition of ElementMapping instances. Witnessed in the FO tree tests. 18 years ago
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki d57f4edbb5 Restored JDK 1.3 compatibility. 18 years ago
  Jeremias Maerki 00ef5428c8 Guard against NPEs when no base URI is given. 18 years ago
  Jeremias Maerki 6d048701da No stacktrace when encountering problems while building a base URL. It's not necessary and draws too much attention. Instead added the URL to the log message that causes the problem. 18 years ago
  Jeremias Maerki e5e7cf3513 Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block. 18 years ago
  Jeremias Maerki ff1217075e Bugfix for ICC color profile parsing in JPEG images. 18 years ago
  Jeremias Maerki a104552941 Initial support for page-position="last". Feedback requested! 18 years ago
  Luca Furini 461cabb91d Bugfix: display-align did not work if the first object in a page was a table. 18 years ago
  Jeremias Maerki 921368c9b0 The about attribute must have the "rdf" namespace prefix. 18 years ago
  Jeremias Maerki 1f0c71848a Bugzilla #39070: 18 years ago
  Jeremias Maerki 74ef986257 Added missing package description. 18 years ago
  Jeremias Maerki a92ecbfd05 Clean-up in PageSequence. 18 years ago
  Jeremias Maerki af305c349e Removed obsolete TODO 18 years ago
  Jeremias Maerki 2ed1b34fff Forgot a file when committing my changes for the user-supplied hyphenation patterns. Without the resolver, they are not picked up. 18 years ago
  Jeremias Maerki 0b48739931 Add PDF/A-1b support to command-line. 18 years ago
  Jeremias Maerki 372d168636 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. 18 years ago
  Jeremias Maerki 0a76c97b95 block-container did not tell the breaker if it's in auto-height mode. That causes false alarms for block-containers which are not constrained in b-p-d. 18 years ago
  Jeremias Maerki 6610741d9f Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. 18 years ago
  Jeremias Maerki 104c7de499 Bugzilla #39030: 18 years ago
  Jeremias Maerki 9830ebecfd Bugzilla #38731: 18 years ago
  Jeremias Maerki f7ad4807b9 Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF files. FopPDFImage always used the bits/pixel and color space of the original image although our image adapter mostly convert all images to 24bit RGB. One day, we will need to improve the image handling. 18 years ago
  Jeremias Maerki d23a7d9396 Changed the way that text-align-last is calculated. Hopefully, this is it, now. Should fix a bug reported last week on fop-users. 18 years ago
  Jeremias Maerki f671fa1950 Fix for ArrayIndexOutOfBoundException in block_white-space_4. 18 years ago
  Jeremias Maerki e6b19bd912 Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki c563c7a10d Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used. 18 years ago
  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 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 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 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 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
  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 2701292179 InlineLM properly creates an AligmentContext for Title. 18 years ago
  Simon Pepping ca5fd65d91 Avoid a NullPointerException when fo:title is empty. 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
  Peter Herweg a784a19a83 fixed a few checkstyle warnings 18 years ago
  Peter Herweg dad1b9d4fd fixed a few checkstyle warnings 18 years ago