57 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
  Maximilian Berger fe4cef4d7d Replaced LinkedList with generic List interface 16 years ago
  Vincent Hennebert 679189e810 Bugzilla 37579: added support for footnotes in lists and table bodies (not header nor footer). 16 years ago
  Andreas L. Delmelle d7553cc5b5 Bugzilla 44794: 16 years ago
  Andreas L. Delmelle adae35d991 Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() 16 years ago
  Jeremias Maerki ee23c386b4 Second part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-with-next/previous.within-column for all block-level FOs. 16 years ago
  Jeremias Maerki ae31afa8e1 First part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-together.within-column for all block-level FOs. 16 years ago
  Andreas L. Delmelle 8fe298ac37 Cleanup and minor refactoring: 16 years ago
  Jeremias Maerki a05824e66e Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve). 16 years ago
  Vincent Hennebert d210735a74 Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed 16 years ago
  Andreas L. Delmelle 08cd476166 Added support for fo:markers on fo:inline and fo:basic-link. 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Simon Pepping a77d6d0538 Fix a small error in ListItemLayoutManager. Patch submitted by Julien 17 years ago
  Simon Pepping 2db5012467 Create a class-specific logger for each LayoutManager which uses a logger. 17 years ago
  Jeremias Maerki e917ce848f Bugfix: Table headers and footers were swallowed when a table was nested in a list-block. 18 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 d195b7ec9f Bugzilla #39443: 18 years ago
  Jeremias Maerki 8ea6205bfe Bugzilla #39118: 18 years ago
  Jeremias Maerki af7689b522 Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text. 18 years ago
  Jeremias Maerki ddb16f514c Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore. 18 years ago
  Jeremias Maerki 33fb17e268 Implemented 5.3.4 overconstrained geometry without handling the case when the content IPD is zero. 18 years ago
  Jeremias Maerki e7b5133b95 Bugfix: Added missing conditionality notification for table-cell content. 18 years ago
  Jeremias Maerki a272c21cbf Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 years ago
  Jeremias Maerki 66412d0334 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 years ago
  Finn Bock c0a45e7ba1 Cleanup of unused imports. 19 years ago
  Finn Bock 8cad88a3e3 Bugzilla #36379: 19 years ago
  Luca Furini babe934ef3 Adjusting verticals spaces (coming from space-before and space-after properties) in order to fill the region, whenever possible 19 years ago
  Jeremias Maerki 009eac2b95 Send the ID of the producing FO to the area tree as trait where possible. 19 years ago
  Jeremias Maerki 7770609f52 Bugzilla #35534 19 years ago
  Jeremias Maerki 487fe35194 Renamed Item to ListItemContentLayoutManager. 19 years ago
  Glen Mazza 8d27dae68a Removed LM.initialize() -- switched to internal initialization of all LM's. 19 years ago
  Jeremias Maerki b6834e6312 New member variable "index" on Position (used for first/last checks). 19 years ago
  Jeremias Maerki 338ce9485f A glue at the beginning of the element list can't be a legal break point. Fixes an ArrayIndexOutOfBounds when there's a space-before at the beginning of the list. 19 years ago
  Jeremias Maerki dcaf52f26f keep-with-next|previous on lists. 19 years ago
  Jeremias Maerki 4804b02d0c Modify keep-with-next and keep-with-previous handling to support "level-hopping" (see keep-with-next1a and keep-with-previous1a) 19 years ago
  Jeremias Maerki f5bbf11cf7 Removed a lot of obsolete code from the old page breaking approach. 19 years ago
  Jeremias Maerki 0c77d22788 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 years ago
  Glen Mazza 5fe523d939 Changed from addChild(Area) to clearer addChildArea(Area). 19 years ago
  Jeremias Maerki 2368e7dded Added border, padding and spacing for list-blocks and list-items. 19 years ago
  Jeremias Maerki 00ef439f35 Fixed a bug for labels, giving the wrong reference IPD. 19 years ago
  Finn Bock 18f8000f29 Fourth phase of performance improvement. 19 years ago
  Finn Bock 0dce46e8f6 Third phase of performance improvement. 19 years ago
  Finn Bock bdd0136a8a Set content ipd/bpd instead of allocation width/height. 20 years ago
  Finn Bock 53e2fcc202 Removed unneeded import statements. Makes eclipse happy. 20 years ago
  Glen Mazza 4ee1a01465 1. new FONode.invalidChildError method added that will takes a "ruleViolated" string for more detailed error messages. 20 years ago
  Glen Mazza dcb680fcfc Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequently 20 years ago
  Glen Mazza 3574ee48d9 Removed PropertyManager argument from initProperties(), as it is already 20 years ago
  Glen Mazza 625f0c49ae PR: 20 years ago
  Glen Mazza 4669896af7 Merged LayoutProcessor into LayoutManager interface. 20 years ago