57 커밋 (178483e30913d2065d5f7a154932b2870a83081e)

작성자 SHA1 메시지 날짜
  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 년 전
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 년 전
  Maximilian Berger 64e7cf8714 Replaced LinkedList with generic List interface 16 년 전
  Vincent Hennebert 3f7898c974 Bugzilla 37579: added support for footnotes in lists and table bodies (not header nor footer). 16 년 전
  Andreas L. Delmelle ba10485d4a Bugzilla 44794: 16 년 전
  Andreas L. Delmelle d8494c1892 Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() 16 년 전
  Jeremias Maerki c47f87ac1b 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 년 전
  Jeremias Maerki 01a9c273a2 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 년 전
  Andreas L. Delmelle 40cdce2da1 Cleanup and minor refactoring: 16 년 전
  Jeremias Maerki 8bf1daae93 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 년 전
  Vincent Hennebert c6363fe8a3 Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed 16 년 전
  Andreas L. Delmelle bb838976f6 Added support for fo:markers on fo:inline and fo:basic-link. 16 년 전
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 년 전
  Simon Pepping 7c778f4077 Fix a small error in ListItemLayoutManager. Patch submitted by Julien 17 년 전
  Simon Pepping 9192829e4d Create a class-specific logger for each LayoutManager which uses a logger. 17 년 전
  Jeremias Maerki f11d6d86d0 Bugfix: Table headers and footers were swallowed when a table was nested in a list-block. 18 년 전
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 년 전
  Jeremias Maerki ce3ec60e03 Bugzilla #39443: 18 년 전
  Jeremias Maerki fcfb10d2ec Bugzilla #39118: 18 년 전
  Jeremias Maerki 88879d0506 Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text. 18 년 전
  Jeremias Maerki 4a34763794 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 년 전
  Jeremias Maerki 56cfb0b22d Implemented 5.3.4 overconstrained geometry without handling the case when the content IPD is zero. 18 년 전
  Jeremias Maerki 725e1eb909 Bugfix: Added missing conditionality notification for table-cell content. 18 년 전
  Jeremias Maerki 18536029a6 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 년 전
  Jeremias Maerki 829cd8e675 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 년 전
  Finn Bock e777b67957 Cleanup of unused imports. 19 년 전
  Finn Bock e194fdd5cf Bugzilla #36379: 19 년 전
  Luca Furini 1238542766 Adjusting verticals spaces (coming from space-before and space-after properties) in order to fill the region, whenever possible 19 년 전
  Jeremias Maerki 4cebac3e27 Send the ID of the producing FO to the area tree as trait where possible. 19 년 전
  Jeremias Maerki 3952bd4dfb Bugzilla #35534 19 년 전
  Jeremias Maerki 9b38f94471 Renamed Item to ListItemContentLayoutManager. 19 년 전
  Glen Mazza 406a8a8740 Removed LM.initialize() -- switched to internal initialization of all LM's. 19 년 전
  Jeremias Maerki 4fd57be858 New member variable "index" on Position (used for first/last checks). 19 년 전
  Jeremias Maerki a4bbb9175e 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 년 전
  Jeremias Maerki 76ac8eb6ba keep-with-next|previous on lists. 19 년 전
  Jeremias Maerki 9b3c25d9da Modify keep-with-next and keep-with-previous handling to support "level-hopping" (see keep-with-next1a and keep-with-previous1a) 19 년 전
  Jeremias Maerki edf6eeea25 Removed a lot of obsolete code from the old page breaking approach. 19 년 전
  Jeremias Maerki e835307c93 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 년 전
  Glen Mazza 5581e549ee Changed from addChild(Area) to clearer addChildArea(Area). 19 년 전
  Jeremias Maerki 096a0bfab6 Added border, padding and spacing for list-blocks and list-items. 19 년 전
  Jeremias Maerki f79638aa9b Fixed a bug for labels, giving the wrong reference IPD. 19 년 전
  Finn Bock 3f8fd79510 Fourth phase of performance improvement. 19 년 전
  Finn Bock b3ba125197 Third phase of performance improvement. 19 년 전
  Finn Bock db54754167 Set content ipd/bpd instead of allocation width/height. 20 년 전
  Finn Bock e73f0a47a0 Removed unneeded import statements. Makes eclipse happy. 20 년 전
  Glen Mazza c578ceae80 1. new FONode.invalidChildError method added that will takes a "ruleViolated" string for more detailed error messages. 20 년 전
  Glen Mazza 525242b190 Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequently 20 년 전
  Glen Mazza fc01d041b2 Removed PropertyManager argument from initProperties(), as it is already 20 년 전
  Glen Mazza db2d75472a PR: 20 년 전
  Glen Mazza e99b480d3f Merged LayoutProcessor into LayoutManager interface. 20 년 전