4109 Комити (c4aa8acd9cffd99ba4858d54991a00e338fb1e5b)
 

Аутор SHA1 Порука Датум
  Jeremias Maerki c4aa8acd9c ForrestBot driver file using SCP for deployment of the FOP site to http://xmlgraphics.apache.org/fop/ after building the site with Forrest. Tested with Apache Forrest 0.7. пре 19 година
  Jeremias Maerki bf23ccc626 Removed some left-over alt-design docs. пре 19 година
  Jeremias Maerki de8d88e2a4 Fix the DSC comment (Begin|EndDocument) for EPS files. It wasn't in the right place. пре 19 година
  Jeremias Maerki e1b540f10b Remember the original URI in the FopImage instance. пре 19 година
  Jeremias Maerki b243af2bc7 Code simplification. пре 19 година
  Jeremias Maerki f53181fd94 Sorry, had a non-released version in my classpath. Reverting. пре 19 година
  Jeremias Maerki 0bd9497bd1 CopyUtils is deprecated. пре 19 година
  Jeremias Maerki b5fe4766be Bugzilla #36224: пре 19 година
  Jeremias Maerki f5b4eeff76 Remove obsolete method. пре 19 година
  Jeremias Maerki 25bb4c9e9b Rename PDFXMLHandler to what it really is: an SVGHandler. пре 19 година
  Jeremias Maerki c3163d170f Rename PSXMLHandler to what it really is: an SVGHandler. пре 19 година
  Jeremias Maerki 850a3eabff Better error message. пре 19 година
  Jeremias Maerki 33c07d72cd An attempt at helpful error output when the top/left/bottom/right properties on block-containers are not right. пре 19 година
  Jeremias Maerki f0099e5686 Show and fix a bug where bottom/right positioning of block-containers didn't work properly when the block-container is nested in a block. пре 19 година
  Jeremias Maerki 46072c1c25 A big step towards a usable PostScript renderer. пре 19 година
  Jeremias Maerki 62167f17b8 Access to the region-name for special comments in the PS output. пре 19 година
  Jeremias Maerki 046d2a92ed New hasTrait() method. пре 19 година
  Jeremias Maerki 415a83f567 I want to work while this is running. :-) пре 19 година
  Jeremias Maerki 50ca3c99f0 Been talking to someone at Metafocus. They are using FOP in their designer. пре 19 година
  Jeremias Maerki ed24305408 Bugfix for Bugzilla #36248 (and inline2.xml): пре 19 година
  Jeremias Maerki 1fb9484d93 Testing all inline-level FOs inside fo:inline to check for ClassCastExceptions as reported in Bugzilla #36248. пре 19 година
  Jeremias Maerki b37c1c700b Fix centering table example not to use empty table-cells which is forbidden. Use column-number instead! Works for both FOP 0.20.5 and Trunk. пре 19 година
  Jeremias Maerki 832727a81e Add a method to clear all image caches for testing purposes. It shouldn't be necessary anymore to call such a method in a production environment or we have a problem with the image cache. пре 19 година
  Jeremias Maerki a01bd24f49 Notify image cache about the expiration of a user agent (i.e. processing run). пре 19 година
  Jeremias Maerki cdef475945 Bugzilla #36082 пре 19 година
  Chris Bowditch bd3680a1e2 ref to bugzilla 36180 пре 19 година
  Jeremias Maerki 7a7d2dd354 Providing a FO -> RTF example explaining the only difference that getResults() cannot be used. I think I promised that example to someone earlier. пре 19 година
  Jeremias Maerki 347209b303 Aaargh. Imports again. пре 19 година
  Jeremias Maerki 15eca88a1d JUnit Test cases to test URI resolution using custom URIResolvers. They are not yet integrated into the test suite as the second test fails and the first test needs some changes in the code (see TODO). пре 19 година
  Jeremias Maerki a349b7be0b Bugzilla #36082 пре 19 година
  Jeremias Maerki d432b9cdfb javac source seems to be needed, too, when compiling under JDK 5. пре 19 година
  Jeremias Maerki b9c3707b70 TODO item for HiResBoundingBox. пре 19 година
  Jeremias Maerki 5d709e9fea Force PNG images to use the codec to determine the resolution as long as this is not implemented in the PNGReader. пре 19 година
  Joerg Pietschmann f4c87e2829 Style unification, restored building hyphenation pattern jar пре 19 година
  Jeremias Maerki 1a6be4d428 Removed obsolete code. This seems to be done now by each renderer separately. пре 19 година
  Joerg Pietschmann 8eca11a7d5 Squashed some JavaDoc warnings. пре 19 година
  Joerg Pietschmann 755da1887c Removed left over .cvsignore files. пре 19 година
  Joerg Pietschmann 9625db77af Removed some cruft. Expanded rarely used ant properties. пре 19 година
  Jeremias Maerki 9d9ff7ecdb Initial upload of the visual testing facility. Docs in code. A Wiki page will follow shortly. пре 19 година
  Jeremias Maerki 0a6c44e1ba Read the bitmap resolution from PNGs and TIFFs. пре 19 година
  Jeremias Maerki ff1072cb52 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock back into Trunk. пре 19 година
  Jeremias Maerki e456364d25 Fix regression that caused duplicate IDs when Reload was pressed in the AWT Viewer. The Fop instance should only be used for one single rendering run. The regression was caused by the introduction of a member variable for the FOTreeBuilder which is used to fetch the rendering results. пре 19 година
  Jeremias Maerki c7a832a5ec Bugzilla #36146 пре 19 година
  Jeremias Maerki 2d9ff680c2 Some general housekeeping. No functional changes. пре 19 година
  Jeremias Maerki afe81271cf Removed Jakarta Commons Lang. It is not used. Don't know why I once thought Commons IO depends on Commons Lang. Shrug. пре 19 година
  Jeremias Maerki c6868b2715 Removed DOM-related tests as discussed. We don't want to test the buggy innards of Xalan-J. пре 19 година
  Jeremias Maerki 8f824aa68f Oops. Forgot to update this one. пре 19 година
  Jeremias Maerki 68ae15f442 Found a bug. Element list is not correct. Auxiliary boxes for starting and ending borders are not generated. May cause wrong break decisions. пре 19 година
  Jeremias Maerki 9f9654fff9 Support checking for the auxiliary flag on boxes. пре 19 година
  Jeremias Maerki 562ef0982e SVN properties and imports. пре 19 година