675 Commits (178483e30913d2065d5f7a154932b2870a83081e)

Author SHA1 Message Date
  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 years ago
  Jeremias Maerki e016f20994 Reverted revision 670341 and replaced it with a different solution as discussed: 16 years ago
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Adrian Cumiskey 3a2b3470fc Removed unnecessary storing of byte[] nameBytes 16 years ago
  Adrian Cumiskey 18f3e432c4 Ok, I am much happier with this fix now, it doesn't feel like a temporary hack anymore :). 16 years ago
  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 years ago
  Adrian Cumiskey 7d3c02cf77 Unused imports. 16 years ago
  Adrian Cumiskey fca2e35075 Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this stuff to an AFPFontCollection class. 16 years ago
  Jeremias Maerki 1867bcc73a fonts package must not depend on the render package. Refactored to restore that rule. 16 years ago
  Andreas L. Delmelle 65ff8feed5 Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as of Java 6, where File.toURL() is deprecated) 16 years ago
  Vincent Hennebert a8534f0b6d Bugzilla #45369: footnotes were rendered at the top of the region-body when using the intermediate format 16 years ago
  Adrian Cumiskey cfa07fa31d Duplicated operation scaleX and scaleY replaced simply with scale. 16 years ago
  Adrian Cumiskey 43f708b12c Minor javadoc cleanup. 16 years ago
  Adrian Cumiskey 61ce6bf89a Refactored this class, moving much of its behaviour to the base AbstractXMLRenderer class. 16 years ago
  Adrian Cumiskey b394f66fa0 Cleaned up some javadocs. 16 years ago
  Adrian Cumiskey b4e36e8d65 Added new AbstractXMLRenderer base class. 16 years ago
  Adrian Cumiskey b7948c5519 Added PDF encryption parameter support in configuration. 16 years ago
  Adrian Cumiskey 6b9a616033 Added new set accessor method for EncryptionParams. 16 years ago
  Andreas L. Delmelle 709cfb2f95 Fixed error; inadvertently switched the condition with r674272... 16 years ago
  Andreas L. Delmelle fac88f32ac Redo changes made in r674056... 16 years ago
  Andreas L. Delmelle 8db6a0a344 Remove deprecated Character area class 16 years ago
  Adrian Cumiskey 204ed6d4a3 * Some minor optimizations in AbstractRenderer. 16 years ago
  Adrian Cumiskey f46fc609ad The pdf StringBuffer is only used on these two lines and doesn't seem to do anything... 16 years ago
  Adrian Cumiskey 2851b9c98a Minor readability improvement. 16 years ago
  Adrian Cumiskey a76d8b110d Some basic cleanup. 16 years ago
  Andreas L. Delmelle a69b3658ec Javadoc fixup 16 years ago
  Luca Furini 770ac26554 Added support for non-zero borders and padding on page regions. 16 years ago
  Andreas L. Delmelle 07c5dcf716 Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence interface. 16 years ago
  Adrian Cumiskey 30d0f7a3e8 Moved the contents of TableBody into a new abstract base class TablePart, which is now subclassed by TableBody, TableHeader and TableFooter. 16 years ago
  Jeremias Maerki 925425a93e Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-664698 via svnmerge from 16 years ago
  Jeremias Maerki 8a86212376 Bugzilla #45115: 16 years ago
  Adrian Cumiskey 7095bf0694 Unwanted list self concatenation :). 16 years ago
  Vincent Hennebert 5a0f93d17c Checkstyle and minor typo fixes 16 years ago
  Jeremias Maerki c68f717f73 Added support for font referencing for auto-detected fonts. 16 years ago
  Adrian Cumiskey cff8a3713f * Added font substitution configuration reader, model, business logic, junit test and docs. 16 years ago
  Jeremias Maerki 8f66c4de03 Bugzilla #43650: 16 years ago
  Jeremias Maerki 3d594ae70c DSC = Document Structuring Conventions! 16 years ago
  Adrian Cumiskey 256567a245 Forgot about dependency on PrintRenderer, last commit broke the build - will commit this rename later. 16 years ago
  Adrian Cumiskey 003e8e389c Renamed variable 16 years ago
  Andreas L. Delmelle 6a5f719385 Bugzilla 44634: Added partial implementation for show-destination. 16 years ago
  Jeremias Maerki ec0cb2d2d4 Partially reverted my revision 641827: The yellow tint of certain JPEG images came from badly extracted ICC color profiles. This is fixed in XML Graphics Commons Trunk (revision 650048). 16 years ago
  Jeremias Maerki 85946488d7 Fixed build problem. FOPException is no longer thrown there. 16 years ago
  Jeremias Maerki 58ca051e72 Split PrintRenderer into PageableRenderer and PrintRenderer (extends PageableRenderer). This allows the use of FOP with JPS. A new example illustrates how this is done. 16 years ago
  Jeremias Maerki c7cf9e0dd1 Throw a useful exception when the user agent isn't set on the renderer. This has been a problem for more than one person setting up their own renderer using FOUserAgent.setRendererOverride(). 16 years ago
  Jeremias Maerki e7c4e9837b Bugzilla #43383: 16 years ago
  Jeremias Maerki 5772532f67 Bugzilla #41687: 16 years ago
  Jeremias Maerki e5ee5c2bcf Bugzilla #44678: 16 years ago
  Jeremias Maerki 54e844c8c5 Bugfix: Avoid stopping early when no EmbedFontInfos are found during font detection. 16 years ago
  Jeremias Maerki 53a3214401 Merged branch 16 years ago
  Jeremias Maerki 9bccefa524 Oops. Fixed a last-minute change that broke the build. 16 years ago