6707 Commits (199cbb445b48f9e536ee81fe702e916e41c8c6a9)
 

Author SHA1 Message Date
  Vincent Hennebert 199cbb445b Merged changes from Trunk 15 years ago
  Vincent Hennebert 1364615701 The javadocs task needs more memory. 15 years ago
  Jeremias Maerki 6e5e209265 Fixed problem with raster font substitution when there's no smaller font available. This avoids an exception. 15 years ago
  Jeremias Maerki 5f8f50a231 Reverted rev 798521. 15 years ago
  Jeremias Maerki 44cef15e6f Demo file for bleed and crop marks. 15 years ago
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: 15 years ago
  Jeremias Maerki cdd66d9c22 Reverted changes in rev 797899 (but xgc.jar updated rather than reverted) 15 years ago
  Vincent Hennebert ba8c6840fb Also use Rectangle instead of Rectangle2D for page boxes in the PDF library 15 years ago
  Jeremias Maerki a699c1f062 Bugzilla #47311: 15 years ago
  Jeremias Maerki ddee8ae8d2 AFPEventProducer was moved months ago but this file not adjusted. That cause an IllegalStateException: Event model doesn't contain the definition for org.apache.fop.afp.AFPEventProducer 15 years ago
  Jeremias Maerki 4b2c6579ff PCL Output: Added support for specifying the output bin (pcl:output-bin extension, same way pcl:paper-source works). 15 years ago
  Jeremias Maerki f2ab7b6c0a Added A5 format. 15 years ago
  Jeremias Maerki a11874283e Added support for AFP font embedding. Note: this changes the default behaviour. Like with PDF and PS, all fonts are embedded by default unless matched in the "referenced-fonts" section in the configuration. 15 years ago
  Vincent Hennebert 3c5c59bd0f Implemented reset() on ListItemLayoutManager 15 years ago
  Vincent Hennebert 932ff34e89 Bugfix: make hyphenated paragraphs work with changing IPD 15 years ago
  Adrian Cumiskey c29f2ba1ec Fixes GUMP build problems, the automated e-mail was starting to annoy so I scratched an itch :). 15 years ago
  Vincent Hennebert ab339a952b Bugfix: if an incomplete GoTo action has already been recorded for a given ID, there's no need to re-create and store another one 15 years ago
  Vincent Hennebert 2bc956b02f Blocked revision 796809 from Trunk (corresponds to changes made in this branch and merged back to the Trunk) 15 years ago
  Vincent Hennebert d3302f39bd Merged clean-up-only changes made in the ChangingIPDHack branch. Those correspond to the following revision numbers: 15 years ago
  Vincent Hennebert afb8b40894 Merged changes from Trunk 15 years ago
  Vincent Hennebert 20ea8bf315 Hacked support for changing IPD in block-container. Only normally positioned block-containers with automatic height have been tested. 15 years ago
  Vincent Hennebert a09f0e2336 Bugfix: make sure all of the children elements are re-laid out after an IPD change 15 years ago
  Vincent Hennebert 002e7beec0 Improved test description 15 years ago
  Vincent Hennebert 0a948282aa Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 years ago
  Vincent Hennebert 891a470cf6 If the last node can be put on the page before the IPD changes, no need to trigger the special handling. 15 years ago
  Vincent Hennebert dd4a4a7b7d Added fall back handling of layout managers that don't support IPD change (lists and tables, mainly). Their elements are simply added at the start of the new element list, so not taking the new IPD into account. This will lead to overflowing content (without notice) if there is a change from a wider page to a narrower one, and blank space at the right of the page in the opposite situation. Border- and space-before will be handled as if the element were starting on the new page (i.e., border will appear even if its conditionality has been set to "discard"). 15 years ago
  Vincent Hennebert a137b5217c Added support for a change of IPD between two paragraphs (blocks) 15 years ago
  Vincent Hennebert 166cc6b203 Restored vertical justification of content on page before ipd change. 15 years ago
  Vincent Hennebert f49da06a5f Removed unnecessary initializations of fields to values that already are the types' defaults 15 years ago
  Andreas L. Delmelle 16ae24e8a3 Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the output. Thanks to Bharat Attaluri. 15 years ago
  Chris Bowditch 37f5573e66 Bugfix: support justified text in AFP Renderer (already working in AFP Painter) 15 years ago
  Andreas L. Delmelle 384e523b10 Modified XG Commons JAR to include bugfix in AbstractImageSessionContext.toFile() (see http://svn.apache.org/viewvc?view=rev&revision=792415) 15 years ago
  Andreas L. Delmelle 723dfb2b3a Undid change related to column-keeps 15 years ago
  Andreas L. Delmelle ce24c2ff51 Changed explicit check to assert 15 years ago
  Vincent Hennebert 4e41b8c526 Fixed minor code indentation issues 15 years ago
  Chris Bowditch de12561c09 bug fix: fractional points sizes in AFP not working correctly together with fo:inline 15 years ago
  Andreas L. Delmelle 28ab50e140 Undid change related to column-keeps 15 years ago
  Andreas L. Delmelle c533d4aac8 Further cleanup/readability improvements 15 years ago
  Andreas L. Delmelle 418ad3e2d3 Added reminder to check later on... 15 years ago
  Andreas L. Delmelle da09b00f96 Further cleanup/readability improvements 15 years ago
  Andreas L. Delmelle c48ed5b0f4 Some cleanups and attempts at improving code-readability and -extensibility: 15 years ago
  Vincent Hennebert e3c11f8389 First very rough implementation of Changing IPD. It works only with (possibly nested) fo:block elements containing pure text. Doesn't work if the page break occurs /between/ two fo:block. There's a problem with elastic spaces that get lost after the ipd change. There is duplicated code especially in BlockStackingLayoutManager. Plus probably plenty of other issues... 15 years ago
  Vincent Hennebert fca7abb6a3 Simplified the getNextKnuthElements methods a bit 15 years ago
  Chris Bowditch db73a5d0a3 bug fix: make sure CropBox is honoured in SVG when overflow="hidden" 15 years ago
  Adrian Cumiskey 2e7c971812 As requested by Lukas Theussl - added a project link to the Maven Doxia FO module. 15 years ago
  Vincent Hennebert 81a7bcafe3 Removed from LayoutContext the stackLimitIP member, that is of no use. refIPD can be used instead. 15 years ago
  Vincent Hennebert 65d20c9685 Code clean-up 15 years ago
  Adrian Cumiskey db9fcade85 Added generics comments. 15 years ago
  Adrian Cumiskey a8db2f8b67 Added generics comments. 15 years ago
  Adrian Cumiskey 05af293251 Extracted DummyPercentBaseContext from FOPRtfAttributes and made universally available. 15 years ago