6730 次程式碼提交 (Temp_ChangingIPDHack)
 

作者 SHA1 備註 提交日期
  Vincent Hennebert c72b84d24d Blocked revision 808135 from Trunk 14 年之前
  Vincent Hennebert 9520407736 Reverted changes made in revision 796809 (manual merge of clean-up changes made in the ChangingIPDHack branch). Those changes will be re-applied when merging the branch back to Trunk with svn merge --reintegrate (if everything goes well...) 14 年之前
  Vincent Hennebert 45055a8f6f Merged changes from Trunk 14 年之前
  Andreas L. Delmelle ccc743d929 Fixed some oversights: fo:title was already implemented long ago, fo:wrapper works correctly as of trunk. 14 年之前
  Maximilian Berger 4201d1086d declaration and icc-profile have been supported for a while now 14 年之前
  Andreas L. Delmelle ac01d144b8 Removed a commented leftover from local tests 14 年之前
  Andreas L. Delmelle a8c7344b38 Reduce messages to DEBUG level, since they are meant more as a reminder for devs, not a source of confusion for end-users 14 年之前
  Andreas L. Delmelle a6b2b2e4b9 Bugzilla 46905: Added basic implementation for column-level keeps. 14 年之前
  Andreas L. Delmelle 6f8f642694 Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in the method by introducing a member variable to hold the data-length. 14 年之前
  Andreas L. Delmelle 5355a5c8a4 Revert some changes that were meant to be kept local for the moment... 14 年之前
  Andreas L. Delmelle b0ece6c49d Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. 14 年之前
  Simon Pepping fddf572a55 Fixed checkstyle warnings 14 年之前
  Simon Pepping c36d7815bb I tried to remove all methods which are not Java 1.4 compliant. 14 年之前
  Simon Pepping 40b065f458 Prepare for new hyphenation pattern files, which do not have their own classes and instead use the default classes in FOP. Modified the build process to a forked java task, in order to be able to set a larger stack size for the compilation of the large number of classes. Added an ant task to generate a new default classes file, to be used with an update of the Unicode Character Database. 14 年之前
  Chris Bowditch c2b8346e6c bug fix: 47694 Avoid create IOCA for background on empty areas 14 年之前
  Vincent Hennebert 13c85d5622 Added tests for 2, 3, 4 values specified in the page boundaries properties. 14 年之前
  Vincent Hennebert 40af8ffb2a Renamed PageScaleAttributes class into PageScale. 14 年之前
  Vincent Hennebert cd6bbe2084 Fixed issues in PageBoundaries class: 14 年之前
  Vincent Hennebert b0df5eb81b Fixed and improved documentation about prepress extensions: 15 年之前
  Chris Bowditch 5ab295cc5a added support for IMM Extension on fo:simple-page-master element in the AFP Renderer 15 年之前
  Jeremias Maerki ee23221821 Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. 15 年之前
  Jeremias Maerki 67934b05e5 What we thought were cubic curves in GOCA, were actually just quadratic ones. This changes tries to approximate cubic Bézier curves with the quadratic fillets available in GOCA. This should improve vector graphic quality in certain cases. 15 年之前
  Jeremias Maerki 837d5f3d51 Bugzilla #47311: 15 年之前
  Vincent Hennebert 199cbb445b Merged changes from Trunk 15 年之前
  Vincent Hennebert 1364615701 The javadocs task needs more memory. 15 年之前
  Jeremias Maerki 6e5e209265 Fixed problem with raster font substitution when there's no smaller font available. This avoids an exception. 15 年之前
  Jeremias Maerki 5f8f50a231 Reverted rev 798521. 15 年之前
  Jeremias Maerki 44cef15e6f Demo file for bleed and crop marks. 15 年之前
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: 15 年之前
  Jeremias Maerki cdd66d9c22 Reverted changes in rev 797899 (but xgc.jar updated rather than reverted) 15 年之前
  Vincent Hennebert ba8c6840fb Also use Rectangle instead of Rectangle2D for page boxes in the PDF library 15 年之前
  Jeremias Maerki a699c1f062 Bugzilla #47311: 15 年之前
  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 年之前
  Jeremias Maerki 4b2c6579ff PCL Output: Added support for specifying the output bin (pcl:output-bin extension, same way pcl:paper-source works). 15 年之前
  Jeremias Maerki f2ab7b6c0a Added A5 format. 15 年之前
  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 年之前
  Vincent Hennebert 3c5c59bd0f Implemented reset() on ListItemLayoutManager 15 年之前
  Vincent Hennebert 932ff34e89 Bugfix: make hyphenated paragraphs work with changing IPD 15 年之前
  Adrian Cumiskey c29f2ba1ec Fixes GUMP build problems, the automated e-mail was starting to annoy so I scratched an itch :). 15 年之前
  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 年之前
  Vincent Hennebert 2bc956b02f Blocked revision 796809 from Trunk (corresponds to changes made in this branch and merged back to the Trunk) 15 年之前
  Vincent Hennebert d3302f39bd Merged clean-up-only changes made in the ChangingIPDHack branch. Those correspond to the following revision numbers: 15 年之前
  Vincent Hennebert afb8b40894 Merged changes from Trunk 15 年之前
  Vincent Hennebert 20ea8bf315 Hacked support for changing IPD in block-container. Only normally positioned block-containers with automatic height have been tested. 15 年之前
  Vincent Hennebert a09f0e2336 Bugfix: make sure all of the children elements are re-laid out after an IPD change 15 年之前
  Vincent Hennebert 002e7beec0 Improved test description 15 年之前
  Vincent Hennebert 0a948282aa Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 年之前
  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 年之前
  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 年之前
  Vincent Hennebert a137b5217c Added support for a change of IPD between two paragraphs (blocks) 15 年之前