4933 Commits (e94e9648f35a8e32fd074abc4697ce6309750e8d)
 

Author SHA1 Message Date
  Jeremias Maerki e94e9648f3 Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes. 18 years ago
  Jeremias Maerki 8cef4a0766 Made FOUserAgent.configure() protected again (not to tempt any users to play with it). Instead improved CommandLineOptions to properly build and adjust the FOUserAgent. Manuel's fix was ok, but I wasn't too comfortable with the public configure() method. 18 years ago
  Jeremias Maerki b0f1446578 Showing a problem with SVG used inside a basic-link. The size of the link rect is wrong and only spans the area of the nominal line rect. (As reported on fop-users) 18 years ago
  Jeremias Maerki 9fecf7cf03 Sometimes I do stuff much too quickly. Removed debug code. 18 years ago
  Jeremias Maerki a383b3f433 Bugzilla #39983: 18 years ago
  Jeremias Maerki dd300009bb Bugzilla #39709: 18 years ago
  Jeremias Maerki ed9e5c672f Bugzilla #39709: 18 years ago
  Manuel Mall d2eef70922 Some config file settings were not correctly set in FOUserAgent when invoked from command line 18 years ago
  Jeremias Maerki d64831107b Escape Unicode characters properly for list-item labels. 18 years ago
  Chris Bowditch a7131f9a68 Added Vincent Hennebert to list of Contributors. Many thanks to Vincent for his contributions to FOP so far! 18 years ago
  Jeremias Maerki 4ca46cc8d5 Re-routing SVG painting to the Graphics2DAdapter and teach the latter to respect the renderer's colorImages setting. 18 years ago
  Manuel Mall 9a3b5017d5 Fixed (another) NPE in AFP Renderer 18 years ago
  Jeremias Maerki 2ddb278b90 Fix NPE if there's no ElementMapping for a particular namespace. 18 years ago
  Jeremias Maerki ffc6c6da3f Fix NPE in case there are no extension attachments and the area tree was built from the intermediate format. 18 years ago
  Manuel Mall 3cd0a99a82 Fixed possible NPE in AFP Renderer 18 years ago
  Manuel Mall c0510002ca Updates to the AFP Renderer documentation 18 years ago
  Jeremias Maerki 969876494e Bugfix for NullPointerException when xmp:ModifyDate isn't set in the FO metadata. 18 years ago
  Jeremias Maerki 49151209f2 Bugzilla #39846, #39847: 18 years ago
  Jeremias Maerki a85bb5953a XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP framework). 18 years ago
  Jeremias Maerki ecd9851991 Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). 18 years ago
  Jeremias Maerki fec95ada84 Bugzilla #39809: 18 years ago
  Jeremias Maerki ed8a0386c6 Bugzilla #39777: 18 years ago
  Jeremias Maerki 7229a6d65e Test case for change/revision 411180 ("Extends white-space removal to occur also before nested block-*level* FOs instead of only blocks.") 18 years ago
  Jeremias Maerki 23647acc2f Documentation update for Java2DRenderer and descendants. 18 years ago
  Jeremias Maerki 4cc6b90a0f Added region-body_display-align to demonstrate the default behaviour for adjustable spaces when display-align is set to "auto". 18 years ago
  Jeremias Maerki 4959d62981 Set a PrefixResolver for the "true" check, too, not only for "eval". 18 years ago
  Andreas L. Delmelle 18339cc434 Bugfix: components of border-separation weren't set when using shorthand-mode, leading to an NPE being thrown (Bugzilla 39712) 18 years ago
  Jeremias Maerki 5ff1b803b5 Bugfix: Table headers were omitted when a table is a child of a block-container. 18 years ago
  Jeremias Maerki d381f313ae Add bookmarks even if one of the leaves didn't resolve. 18 years ago
  Andreas L. Delmelle 822ebb71bc See r412224: forgot to move the related code for TableColumn... 18 years ago
  Andreas L. Delmelle c046ef49bc Fixes Bugzilla 39560: make sure the interaction between FOs and properties is only performed once 18 years ago
  Peter Herweg 404809380b Blocklevel attributes did not work for last fo:block element under fo:table-cell. Fixed. 18 years ago
  Andreas L. Delmelle 330f3a0260 Tweak: change expected value to an absolute 18 years ago
  Jeremias Maerki 0af50d4e6c Bugfix: All fonts names were converted unnecessarily to lower case in RTF output. 18 years ago
  Jeremias Maerki f0959e6350 Oops, remove debug code. 18 years ago
  Jeremias Maerki 56a347b235 Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered. 18 years ago
  Andreas L. Delmelle 7fad5d3b13 Update assertions to reflect recent modification to the method in question 18 years ago
  Andreas L. Delmelle 8865b13fa9 Extends white-space removal to occur also before nested block-*level* FOs instead of only blocks. 18 years ago
  Jeremias Maerki e8e65a64f0 Bugzilla #39701: 18 years ago
  Jeremias Maerki 8251385847 Fixed border position for areas with padding (only affects "quality" border rendering). 18 years ago
  Jeremias Maerki 0ffd0de2ae Added detection code for AFM and PFB files. Sadly, for PFM there does not seem to be a reliable method of detecting the file type. For example, I remember is PFM file that did not contain the right file size (file size is in the header). 18 years ago
  Jeremias Maerki e189115a92 Improved accuracy of font size selection. The font size is not rounded down to the next integer point value anymore. (Java2D renderers profit from that one, too) 18 years ago
  Jeremias Maerki d067157a18 Forgot something. 18 years ago
  Jeremias Maerki 4a1c328850 Don't do rounding here. The caller might now want that. 18 years ago
  Jeremias Maerki f769a3e176 Fix for border painting in "quality" mode. Some borders were swallowed. 18 years ago
  Jeremias Maerki 49dd6d899b Changed the way the graphics state handling is done to make a cleaner "break out" for fixed block-containers possible. 18 years ago
  Jeremias Maerki 13e68b5d71 Updated documentation on the PCL renderer. 18 years ago
  Jeremias Maerki 4d9ed0b260 Take a shortcut when page number is already resolved. Without this there was sometimes a warning. 18 years ago
  Jeremias Maerki 5318bd2de1 Fixed font descriptor construction (italic angle and stemV mixed) 18 years ago
  Jeremias Maerki 15d4616815 Making ImageIO come before JAI for GIF images. ImageIO handles GIFs nicely, even with transparency. JAI is only still interesting for people on JDK 1.3. Everyone else is ok with Image I/O. 18 years ago