6035 커밋 (178483e30913d2065d5f7a154932b2870a83081e)
 

작성자 SHA1 메시지 날짜
  Jeremias Maerki 178483e309 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 53f08565e3 Blocked revisions 681286,681291 via svnmerge 16 년 전
  Jeremias Maerki e016f20994 Reverted revision 670341 and replaced it with a different solution as discussed: 16 년 전
  Jeremias Maerki 3307e94950 Bugzilla #45470: 16 년 전
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 년 전
  Jeremias Maerki 30e2ce5bee Only update the generated files if any source file is newer than the generated ones. 16 년 전
  Adrian Cumiskey 0745781fc6 My bad.. copy paste error I introduced which broke forrest. 16 년 전
  Adrian Cumiskey f26c0c2d84 Minor optimization. 16 년 전
  Adrian Cumiskey 6d2cda3589 Lets free a little memory in every BlockParent :).. Commented out the unused private member variable 'orientation'. 16 년 전
  Vincent Hennebert 82f6e4668f Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/stdout. 16 년 전
  Adrian Cumiskey d65a931df6 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 e6253facf9 Renamed fname to more correct name fontKey. 16 년 전
  Adrian Cumiskey 3a2b3470fc Removed unnecessary storing of byte[] nameBytes 16 년 전
  Adrian Cumiskey 18f3e432c4 Ok, I am much happier with this fix now, it doesn't feel like a temporary hack anymore :). 16 년 전
  Adrian Cumiskey 89c2011b3d 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 4fa3c57d54 Undoing this change for now until a better fix can be found as it breaks 4 unit tests. 16 년 전
  Adrian Cumiskey 7d3c02cf77 Unused imports. 16 년 전
  Adrian Cumiskey fca2e35075 Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this stuff to an AFPFontCollection class. 16 년 전
  Adrian Cumiskey d31eccba74 An optimization and improved readability of fontLookup() call. 16 년 전
  Adrian Cumiskey 97f3728a5c A minor optimization. 16 년 전
  Adrian Cumiskey 659ad284f9 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 1867bcc73a fonts package must not depend on the render package. Refactored to restore that rule. 16 년 전
  Jeremias Maerki 7a56940e31 Removed stray System.out. 16 년 전
  Jeremias Maerki 1ec5f0c347 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 93d283b53b A nit: clarify message so its more meaningful to end user 16 년 전
  Andreas L. Delmelle 5744a4c367 Another attempt at avoiding build issues (?) 16 년 전
  Jeremias Maerki fcabb741e1 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 65ff8feed5 Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as of Java 6, where File.toURL() is deprecated) 16 년 전
  Jeremias Maerki d98eb3e8a5 Attempt to fix a potential build problem. 16 년 전
  Jeremias Maerki ba050723cc Ignore FindBugs preference file from Eclipse. 16 년 전
  Jeremias Maerki d59cd6c6b4 Check the result of mkdirs() to see if the target directory could be created. 16 년 전
  Jeremias Maerki 058fb8cefc Added support for piping: 16 년 전
  Jeremias Maerki a7d678ce09 Beware! An evil tab character! But it's been eliminated. ;-) 16 년 전
  Vincent Hennebert a8534f0b6d Bugzilla #45369: footnotes were rendered at the top of the region-body when using the intermediate format 16 년 전
  Adrian Cumiskey cfa07fa31d Duplicated operation scaleX and scaleY replaced simply with scale. 16 년 전
  Adrian Cumiskey cea7f083af Whoops.. default value should be true :). 16 년 전
  Adrian Cumiskey ee77527091 Added throwexceptions attribute to FOP ant task. This works around the problem with executing examples/fo/build.xml. 16 년 전
  Adrian Cumiskey 2fbf3f8dcd Added newAFP target for producing a set of AFP files from the examples. 16 년 전
  Adrian Cumiskey 43f708b12c Minor javadoc cleanup. 16 년 전
  Clay Leeds 26b18e9d4f One more minor update. 16 년 전
  Clay Leeds 4cc1ea22e2 updated info. 16 년 전
  Andreas L. Delmelle 47aebafbd1 Fixed typo 16 년 전
  Andreas L. Delmelle 7c16814da3 Added the change to the FONode interface committed in r670341 16 년 전
  Andreas L. Delmelle 151be92aab Correct indentation 16 년 전
  Luca Furini b8afaae294 Fixing absolute positioning of block-containers: bottom and right distances were not taken into account 16 년 전
  Adrian Cumiskey 61ce6bf89a Refactored this class, moving much of its behaviour to the base AbstractXMLRenderer class. 16 년 전
  Adrian Cumiskey b394f66fa0 Cleaned up some javadocs. 16 년 전
  Adrian Cumiskey b4e36e8d65 Added new AbstractXMLRenderer base class. 16 년 전
  Adrian Cumiskey b7948c5519 Added PDF encryption parameter support in configuration. 16 년 전
  Adrian Cumiskey 6b9a616033 Added new set accessor method for EncryptionParams. 16 년 전