2587 커밋 (534a2309ad5159e127c0ae598e65543754f0d346)

작성자 SHA1 메시지 날짜
  Jeremias Maerki 534a2309ad Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-638936,638938-640888,640890-642905,642907-647402,647404-647536,647538-648983,648985-649005,649007-649013,649015-650549,650551-651301,651303-653536,653538-654452,654454-656285,656287-656523,656525-657519,657521-661579,661581-663481,663483-664691,664693-681285,681287-681290,681292-681298 via svnmerge from 16 년 전
  Jeremias Maerki 937276cc5c Reverted revision 670341 and replaced it with a different solution as discussed: 16 년 전
  Jeremias Maerki 8a0a9ce121 Bugzilla #45470: 16 년 전
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 년 전
  Adrian Cumiskey c9bcad782a Minor optimization. 16 년 전
  Adrian Cumiskey 3b346e852a Lets free a little memory in every BlockParent :).. Commented out the unused private member variable 'orientation'. 16 년 전
  Vincent Hennebert 06569aa4b2 Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/stdout. 16 년 전
  Adrian Cumiskey 9728efe0d3 Desynchronized createFontKey() and removed single use of static TRIPLETS_TYPE in fontLookup() following a suggestion by Jeremias Ingo Maas' threading issue (http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200807.mbox/%3C000a01c8eb4b$42166e60$a701010a@ebp01422%3E). 16 년 전
  Adrian Cumiskey b41cc26d21 Renamed fname to more correct name fontKey. 16 년 전
  Adrian Cumiskey 88f3ad3fca Removed unnecessary storing of byte[] nameBytes 16 년 전
  Adrian Cumiskey a73a3bc67a Ok, I am much happier with this fix now, it doesn't feel like a temporary hack anymore :). 16 년 전
  Adrian Cumiskey 6222c4e186 I'm not really happy with this workaround, it is a bit of a hack (as Symbol and ZapfDingbats are not available) but it does prevent the IllegalArgumentException from being thrown. 16 년 전
  Adrian Cumiskey 4b5106d96a Undoing this change for now until a better fix can be found as it breaks 4 unit tests. 16 년 전
  Adrian Cumiskey b9bfec2baf Unused imports. 16 년 전
  Adrian Cumiskey de2ba920a3 Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this stuff to an AFPFontCollection class. 16 년 전
  Adrian Cumiskey 4ae2169ed9 An optimization and improved readability of fontLookup() call. 16 년 전
  Adrian Cumiskey 52c0e86bb4 A minor optimization. 16 년 전
  Adrian Cumiskey 3d11078f8d ZapfDingbats and Symbol is not always available on the AFPRenderer so we can't have these as default font family properties unfortunately. 16 년 전
  Jeremias Maerki 856c36d54a fonts package must not depend on the render package. Refactored to restore that rule. 16 년 전
  Jeremias Maerki 5c318f6e49 Removed stray System.out. 16 년 전
  Jeremias Maerki cc047c8507 Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where file URLs like file:/C:/.... got converted to file:\C:\.... on Windows causing a FileNotFoundException. 16 년 전
  Chris Bowditch d096632288 A nit: clarify message so its more meaningful to end user 16 년 전
  Jeremias Maerki 4870fca2c0 null is not correct here, an empty String needs to be used for the default namespace. Saxon 9 fails with a NullPointerException otherwise. Xalan is more tolerant. 16 년 전
  Andreas L. Delmelle 485f17edb3 Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as of Java 6, where File.toURL() is deprecated) 16 년 전
  Jeremias Maerki c19ce7b1d5 Attempt to fix a potential build problem. 16 년 전
  Jeremias Maerki 54ed90041d Added support for piping: 16 년 전
  Jeremias Maerki 4bb070539c Beware! An evil tab character! But it's been eliminated. ;-) 16 년 전
  Vincent Hennebert 9fe5a36b19 Bugzilla #45369: footnotes were rendered at the top of the region-body when using the intermediate format 16 년 전
  Adrian Cumiskey 04393114d8 Duplicated operation scaleX and scaleY replaced simply with scale. 16 년 전
  Adrian Cumiskey bc4f046684 Whoops.. default value should be true :). 16 년 전
  Adrian Cumiskey dc4fd68795 Added throwexceptions attribute to FOP ant task. This works around the problem with executing examples/fo/build.xml. 16 년 전
  Adrian Cumiskey d6c51426f5 Minor javadoc cleanup. 16 년 전
  Andreas L. Delmelle 4568253c9c Correct indentation 16 년 전
  Luca Furini 03cbc16503 Fixing absolute positioning of block-containers: bottom and right distances were not taken into account 16 년 전
  Adrian Cumiskey 582c66f47c Refactored this class, moving much of its behaviour to the base AbstractXMLRenderer class. 16 년 전
  Adrian Cumiskey cb94c4d9fa Cleaned up some javadocs. 16 년 전
  Adrian Cumiskey f99340c416 Added new AbstractXMLRenderer base class. 16 년 전
  Adrian Cumiskey f3b94debbf Added PDF encryption parameter support in configuration. 16 년 전
  Adrian Cumiskey 8a24f31029 Added new set accessor method for EncryptionParams. 16 년 전
  Adrian Cumiskey 7fd75252c0 Possible NullPointerException avoided 16 년 전
  Andreas L. Delmelle 9cfe03d613 Fixed error; inadvertently switched the condition with r674272... 16 년 전
  Andreas L. Delmelle 04277b1c8f Extracted conversion methods for String to int[] or double[] to a utility class. 16 년 전
  Andreas L. Delmelle 1cdbc49c96 Simplified implementation of Area.getTraitAsBoolean() 16 년 전
  Andreas L. Delmelle ae0c9a8f7e Redo changes made in r674056... 16 년 전
  Andreas L. Delmelle 1a120d2ceb Remove deprecated Character area class 16 년 전
  Andreas L. Delmelle 4c2a4084b3 Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters events for all elements other than <word>, <space> or <character> 16 년 전
  Andreas L. Delmelle 70d6fa880f Fixed ClassCastException when specifying column-number on something other than a fo:table-column or fo:table-cell... 16 년 전
  Adrian Cumiskey 356e7db81d Replaced conditional with a switch and capitalized method javadoc description. 16 년 전
  Adrian Cumiskey 0985f158d9 * Some minor optimizations in AbstractRenderer. 16 년 전
  Adrian Cumiskey 8576330030 The pdf StringBuffer is only used on these two lines and doesn't seem to do anything... 16 년 전