67 Commits (178483e30913d2065d5f7a154932b2870a83081e)

Author SHA1 Message Date
  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 years ago
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Maximilian Berger 64e7cf8714 Replaced LinkedList with generic List interface 16 years ago
  Andreas L. Delmelle d8494c1892 Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() 16 years ago
  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 years ago
  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 years ago
  Jeremias Maerki 53a3214401 Merged branch 16 years ago
  Andreas L. Delmelle 40cdce2da1 Cleanup and minor refactoring: 16 years ago
  Vincent Hennebert 77c8566a57 - Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows. 16 years ago
  Vincent Hennebert 5250c87d0e - added full support for keep-with-previous on table-row and in table-cell 16 years ago
  Vincent Hennebert c6363fe8a3 Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Vincent Hennebert 6309a4f57e Bugfixes: 17 years ago
  Vincent Hennebert 975a67c116 Make keep-with-next and keep-with-previous work on fo:table 17 years ago
  Vincent Hennebert 63c20c7544 In collapsing-border model, tables have no padding and borders are determined at the cell level. Disable addPendingMarks in such a case. 17 years ago
  Vincent Hennebert 12deb5966a Documentation, cleanup, log statements in the table layout code. 17 years ago
  Vincent Hennebert adf3c2b7ca Javadoc for the table layout code 17 years ago
  Vincent Hennebert 2198e6f7da Small improvements of the table layout code: 17 years ago
  Jeremias Maerki 9013b27ff9 Bugfix: Fixed bug when the sum of column widths of a table is larger than the specified widths. The table width was not adjusted. 17 years ago
  Simon Pepping 9192829e4d Create a class-specific logger for each LayoutManager which uses a logger. 17 years ago
  Andreas L. Delmelle 3b9321e248 Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656) 18 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki c5f8b9642c Bugfix: tables nested in inline elements caused a NullPointerException. 18 years ago
  Jeremias Maerki fcfb10d2ec Bugzilla #39118: 18 years ago
  Luca Furini 8b35a2107b Bugfix: display-align did not work if the first object in a page was a table. 18 years ago
  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 years ago
  Jeremias Maerki 73b502a2dc Fix for width checks. They didn't take start-indent and end-indent into account. 18 years ago
  Jeremias Maerki a952810ccb Added checks that warn about tables and block-containers that are wider than the available content area. 18 years ago
  Jeremias Maerki 56cfb0b22d Implemented 5.3.4 overconstrained geometry without handling the case when the content IPD is zero. 18 years ago
  Jeremias Maerki 353393ea09 Added support for border-separation.block-progression-direction (only inline-progression-direction worked before). 18 years ago
  Jeremias Maerki 829cd8e675 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 years ago
  Andreas L. Delmelle 1860711be9 Correction of style violations 19 years ago
  Andreas L. Delmelle 3aedc53326 Implementation for initial values of the column-number property 19 years ago
  Jeremias Maerki 29697aee26 Provide the TABLE_UNITS base value through the PrecentageBaseContext. 19 years ago
  Jeremias Maerki 4a939c5502 Bugfix for table_width.xml. Table width was not determined correctly when specified explicitely and indents are present. 19 years ago
  Finn Bock e194fdd5cf Bugzilla #36379: 19 years ago
  Andreas L. Delmelle 486b743c88 Added warning for non-standard fallback 19 years ago
  Jeremias Maerki 4cebac3e27 Send the ID of the producing FO to the area tree as trait where possible. 19 years ago
  Jeremias Maerki cd24266733 Renamed Item to Cell to TableCellLayoutManager. 19 years ago
  Jeremias Maerki e3262c749a breaks supported on tables, table-row and table-cell content now. Cheap approach for now. TableContentLM is not yet restartable, but the Breaker handles that pretty well. 19 years ago
  Glen Mazza 406a8a8740 Removed LM.initialize() -- switched to internal initialization of all LM's. 19 years ago
  Jeremias Maerki 4fd57be858 New member variable "index" on Position (used for first/last checks). 19 years ago
  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 years ago
  Jeremias Maerki 4b69173061 Fixes for a few minor problems in certain special cases. 19 years ago
  Jeremias Maerki e835307c93 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 years ago
  Glen Mazza 5581e549ee Changed from addChild(Area) to clearer addChildArea(Area). 19 years ago
  Jeremias Maerki 1cf6596be0 First real step towards collapsing table borders. 19 years ago
  Jeremias Maerki 64679953e0 Set border traits for fo:table only if border-collapse="separate". 19 years ago
  Jeremias Maerki 47e43d9be9 Implemented table-omit-header-at-break. The same for footers comes later when page breaking is revisited. 19 years ago