91 Commits (534a2309ad5159e127c0ae598e65543754f0d346)

Author SHA1 Message Date
  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 years ago
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Andreas L. Delmelle f690babbbe Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence interface. 16 years ago
  Adrian Cumiskey fa995dc8da 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 4556abcb1e Fixed build problem. FOPException is no longer thrown there. 16 years ago
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Maximilian Berger 2150ffc0e7 Created Constants for unit descriptions 16 years ago
  Jeremias Maerki 2dff0ee028 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Jeremias Maerki cc02b52fe3 Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. 16 years ago
  Vincent Hennebert f5f115f9b8 Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Andreas L. Delmelle 9d51f7e235 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) 17 years ago
  Jeremias Maerki 9334627caf Bugzilla #41488: 17 years ago
  Jeremias Maerki 31ad96c17a Bugzilla #40849: 17 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 760178986b Bugzilla #39533: 18 years ago
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki a104552941 Initial support for page-position="last". Feedback requested! 18 years ago
  Jeremias Maerki a92ecbfd05 Clean-up in PageSequence. 18 years ago
  Jeremias Maerki e6b19bd912 Added support for fixed-width spaces and kerning. 18 years ago
  Peter Herweg 9329c8f017 added support for borders at fo:table; fixed a few checkstyle warnings 18 years ago
  Peter Herweg 1d05707231 Bugfix for Bug 38041: correct handling of different list-item-label's 18 years ago
  Peter Herweg 1e7b792e7b RTF: remove usage of TableLayoutManager; use SimplePercentBaseContext instead 18 years ago
  Peter Herweg fa4010c98f RTF: testcase 'tableunits.fo' failed because there was no PercentBaseContext passed. 18 years ago
  Jeremias Maerki 4fc2e7399b Don't swallow the stack trace. 18 years ago
  Peter Herweg 0ad0ae25b4 added support for number-columns-spanned and number-rows-spanned in the same cell 18 years ago
  Jeremias Maerki dea76c009e To avoid NPEs due to my latest fix, use the default simple-page-master from the page-sequence-master if one is used. 18 years ago
  Jeremias Maerki 6dbcbd9bbf Bugfix: Regions with non-standard names got ignored in RTF output leading to missing headers and footers. 18 years ago
  Peter Herweg 830b1bafe9 just a few changes in order to satisfy checkstyle 18 years ago
  Peter Herweg 1acf7c5390 number-columns-spanned did not work in last row of a cell. Fixed. 18 years ago
  Peter Herweg c22b771023 RTF: call startListBody and endListBody 18 years ago
  Manuel Mall ad45779952 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki 26108da4c4 New method: FONode.decorateWithContextInfo() adds context information to an error or log message by either providing the locator information or by gathering context information from the context FOs. 18 years ago
  Jeremias Maerki 01f009d94f Removed a method call that is not yet available in the repository. Sorry guys. 18 years ago
  Jeremias Maerki d98d570cf8 Quick fix to get the size of images right in RTF output. It looks like \picwgoalN|\pichgoalN should not be used together with \picscalexN|\pixscaleyN. Some problems remain with uniform scaling and such. 18 years ago
  Jeremias Maerki abced149c2 Bugzilla #36480: 18 years ago
  Manuel Mall b4dbcb044f Another character encoding update 18 years ago
  Jeremias Maerki 64fce0775a Another attempt to fix the compilation problem. I can't tell what happened. 18 years ago
  Jeremias Maerki 5ad9a79bc8 Removed an illegal character that sneaked in when I copied the last patch from a fop-users post. 18 years ago
  Jeremias Maerki d0566469f1 Fix for footnote support in RTF handler. 18 years ago
  Peter Herweg 5e30b1f553 Use FOP's wrapper classes to load images. Support 'auto' in fo:external-grapic@height, -@width, -@content-height and -@content-width 18 years ago
  Peter Herweg ebe5f5e4d1 added support for external-graphic (width and height attributes should be specified) 19 years ago
  Peter Herweg 468e8015e2 added clause for TableBody in invokeDeferredEvent 19 years ago
  Jeremias Maerki d5e71b30c1 Bugzilla #36479: 19 years ago
  Jeremias Maerki 95b22d75d4 Bugzilla #36476: 19 years ago
  Peter Herweg 8b2fae7791 added support for text-decoration 19 years ago
  Peter Herweg 3d7b1bd3c1 fixed support for basic-link; process table-footer only, if there is one 19 years ago
  Peter Herweg 20e1f3f315 fixed support for tables and lists 19 years ago
  Jeremias Maerki ca4930bd5c Bugzilla #35998 19 years ago
  Jeremias Maerki fb26b1dc67 Removing dependencies of RTF library on the rest of FOP so it can be used stand-alone. 19 years ago