514 İşlemeler (7272aa03a527a18ff85a15e1d1137fe7d65adfae)

Yazar SHA1 Mesaj Tarih
  Glen Mazza f80b5592ce Moved FontSetup and two helper classes from render.pdf to fonts package. 20 yıl önce
  Glen Mazza bb8f6756d0 Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added. 20 yıl önce
  Glen Mazza fe51dbcd86 1.) Chris Bowditch's patch on padding-start implemented. (Changes were 20 yıl önce
  Jeremias Maerki 7e0877cee5 New feature for the Ant task: relativebase="true" uses the directory of each FO-file in a fileset as basedir. This is in contrast to the general basedir parameter. 20 yıl önce
  Jeremias Maerki d9f999a049 Style fixes only 20 yıl önce
  Jeremias Maerki f559e3fcbc RTF output: Support for fo:list-block 20 yıl önce
  William Victor Mote 68fda9f09d 1. add method to LayoutStrategy indicating whether an FO Tree should be built for this strategy 20 yıl önce
  William Victor Mote 143ccd4024 fix Unicode encoding problem in comments 20 yıl önce
  Glen Mazza 3aa824b838 minor elaboration 20 yıl önce
  Glen Mazza a8a6187845 Peter Herweg's patch applied: 20 yıl önce
  Glen Mazza 408e0cc9d9 Partial implementation of space-after functionality--mostly working, but 20 yıl önce
  Glen Mazza 99eacd08d0 fo:block space-before property now activated only on the first Area.Block object used 20 yıl önce
  Glen Mazza 5eb038e730 Peter Herweg's latest patch applied: 20 yıl önce
  Glen Mazza 98e4496f20 A few more toString() implementations helpful for debugging spacing 20 yıl önce
  Jeremias Maerki 549cb124e2 Style fixes only 20 yıl önce
  Jeremias Maerki f564a7fbf4 RTF: Add support for number-rows-spanned, height (at table-row) and margin-left 20 yıl önce
  Jeremias Maerki 14965c1b96 Now all setup code is moved from render() to getContentHandler() except for the FOTreeListener. 20 yıl önce
  Jeremias Maerki caa333a6f6 Another fix, making Area Tree Renderers work again. Damn, when am I going to get it right? 20 yıl önce
  Jeremias Maerki b2ae23d770 Changed image loading to use Commons IO. 20 yıl önce
  Jeremias Maerki 72e5b915b2 RTF: added support for fo:external-graphic 20 yıl önce
  Jeremias Maerki c7e472f981 Fix Document construction in getContentHandler() (it was done too late) 20 yıl önce
  Jeremias Maerki 30b1cc05f4 Not needed anymore. Everything we need is in Commons IO. 20 yıl önce
  Jeremias Maerki eeb5c41112 Substantial refactoring of the PS transcoder (especially the text painting, less painting using the StrokingTextPainter, therefore more speed and smaller output files) 20 yıl önce
  Jeremias Maerki 3dd471c712 Use different base class for user agent 20 yıl önce
  Jeremias Maerki f93075f9fb Use different base class for user agent. 20 yıl önce
  Jeremias Maerki 337c87ded4 Helper class for debugging in TextPainters 20 yıl önce
  Jeremias Maerki 4204dac63e Tried to fix basic driver tests but didn't manage, yet. 20 yıl önce
  Glen Mazza b128f1e8a9 Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23985) 20 yıl önce
  Glen Mazza fa8092eb82 toString() methods implemented for these objects for help in 20 yıl önce
  Glen Mazza 46f10d88ac RTF structural renderer moved from root to render.rtf, joining all the other renderers 20 yıl önce
  Glen Mazza 1f16a86dd7 Tom DeWeese's changes made; 20 yıl önce
  Glen Mazza fc13cdcc5d Clearer method names given for finding border and padding for regions. 20 yıl önce
  Glen Mazza 916a7752a0 Moved mif package (including structural renderer MIFHandler.java) to 20 yıl önce
  Glen Mazza 850a0ba007 1. PDF block background rendering properly offset to account for region 20 yıl önce
  Glen Mazza d0e1416c03 Peter Herweg's missed files from his previous RTF patch. 20 yıl önce
  Glen Mazza 5b0a352ead Peter Herweg's RTF patches applied--note the RTFHandler update was missing, 20 yıl önce
  Glen Mazza f9a4228a69 Layout changed to account for fo:region-body borders and padding when 20 yıl önce
  Glen Mazza 77322c6f80 renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid 20 yıl önce
  Glen Mazza 927ffdb3a1 1. TraitSetter modified to provide padding properties for regions. 20 yıl önce
  Glen Mazza deaa8b9780 Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads 20 yıl önce
  Glen Mazza 8a61be8431 minor elaboration 20 yıl önce
  Glen Mazza 5ef3a9232e Patch by Finn Bock applied 20 yıl önce
  William Victor Mote 591efcc19b apply patch from Peter Herweg for RTF pagination properties (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464) 20 yıl önce
  William Victor Mote 91048041f9 fix signature problem in inner class for InlineStackingLayoutManager -- attempt to pass BasicLink as an argument changed the signature of the overridden createArea() method, causing the superclass method to be used in error instead 20 yıl önce
  Glen Mazza b11b73a25c Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from latest CVS build, using Batik's "all-jar" target. 20 yıl önce
  William Victor Mote 3e19a1defd move static methods getCharWidth and getWordWidth from util.CharUtilities to instance methods in fonts.Font 20 yıl önce
  William Victor Mote 6c9fc6345b open up access in misc places by either adding accessor methods or by loosening acess control 20 yıl önce
  Glen Mazza 4ce39cb3fc Document name switched from default "Java Printing" text to "FOP Document". 20 yıl önce
  Glen Mazza 6d81c8e149 Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624, submitted by Julien Cervelle). 20 yıl önce
  William Victor Mote 61cb657e68 remove unused variable 20 yıl önce