640 коммитов (Temp_ProcessingFeedback)

Автор SHA1 Сообщение Дата
  Maximilian Berger 010d536e11 Updated xmlgraphics from SVN 16 лет назад
  Jeremias Maerki 2133132958 Oops. 16 лет назад
  Jeremias Maerki c2470b2731 Added a possibility to rerun the whole run a defined number of times to test for possible issues outside a single rendering run. 16 лет назад
  Jeremias Maerki 3215a1e4e3 Bugzilla #37993: 16 лет назад
  Jeremias Maerki ed5ae377e6 Bugzilla #40230: 16 лет назад
  Vincent Hennebert 22cdf131f2 Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box. 16 лет назад
  Vincent Hennebert fcedea9341 Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900 16 лет назад
  Vincent Hennebert 5675e7ef51 Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move: 16 лет назад
  Jeremias Maerki 28920ff554 Log element list length for convenience. 16 лет назад
  Vincent Hennebert 35d27e8af0 Removed no-longer applicable test cases, for cells spanning more rows than available in the table part 16 лет назад
  Vincent Hennebert 49e9fd8b05 Forgot to add IllegalRowSpanTestCase to the test suite... 16 лет назад
  Vincent Hennebert 335f9a3502 Added check for table-cells which span more rows than available in their parent element 16 лет назад
  Vincent Hennebert ac5c958502 Slightly reworked too-many-columns_body_3 testcase, added testcase for a cell that spans too many columns (too-many-columns_body_4) 16 лет назад
  Vincent Hennebert 2e221e50a6 Forgot to add TableColumnColumnNumber testcase to the testsuite 16 лет назад
  Vincent Hennebert 84dd5443e9 Finalised testcase for RowGroupBuilder and added it to the testsuite 16 лет назад
  Vincent Hennebert 6e2c1b6791 Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase 16 лет назад
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 лет назад
  Vincent Hennebert a09f99a58e Updated the warning messages 16 лет назад
  Vincent Hennebert 71557fd0a6 Renamed TableRowIterator* test cases into RowGroupBuilder* 16 лет назад
  Vincent Hennebert 2a76212532 First step towards building row groups at the FO tree stage. The built row groups are currently not used and the TableRowIterator stuff remains unchanged; this allows for more atomic commits. 16 лет назад
  Andreas L. Delmelle bb838976f6 Added support for fo:markers on fo:inline and fo:basic-link. 16 лет назад
  Andreas L. Delmelle 4368d83184 Bugzilla 42748: Added support for ids on empty fo:inlines 16 лет назад
  Vincent Hennebert 6f01fbd0f9 Reworked the creation of implicit columns to match new behaviour: the number of columns of a table without explicit fo:table-column is set by the row that has the most columns. 16 лет назад
  Vincent Hennebert a3d7ceee3d Testcases for fo:table-column 16 лет назад
  Vincent Hennebert 1b94caadec Additional testcases for too many columns, this time in header or footer. 16 лет назад
  Vincent Hennebert 76468ee6d7 Replaced svn:eol property with svn:eol-style or set that latter to native 16 лет назад
  Vincent Hennebert fc34b198fd - Enforced check for proper number of columns in a table. Now if a table has explicit table-columns, those fix the total number of columns and any row having more columns will lead to an error. 16 лет назад
  Vincent Hennebert 859a25e121 Updated testcase to reflect new code behaviour: gaps between columns are now ignored 16 лет назад
  Adrian Cumiskey 00988a93d3 Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ClassCastException 16 лет назад
  Jeremias Maerki 1a43096a10 Some log fine-tuning. 16 лет назад
  Jeremias Maerki c6f2baf00b Bugzilla #43597: 16 лет назад
  Vincent Hennebert 4c334997f1 Bugzilla #43616: bug in the computation of remaining height that caused extra space to appear in tables 16 лет назад
  Jeremias Maerki 23ef1de683 Bugfix for NPE with empty table-row (regression from 0.93). 16 лет назад
  Jeremias Maerki 7813671bc4 Fixed a bug in the test. MediaPosition takes an integer. 16 лет назад
  Jeremias Maerki cff77865f9 Added a test case for AFP extension to make sure restoration from IF is correct. 16 лет назад
  Chris Bowditch 208afa6c7d Bugzilla #43070 16 лет назад
  Chris Bowditch 2442659ffd Bugzilla #42144 16 лет назад
  Andreas L. Delmelle 6e01725a7b Slight correction: part of the issue has already been resolved 16 лет назад
  Andreas L. Delmelle 7937897c89 Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retrieved markers. 16 лет назад
  Andreas L. Delmelle 9a50626fd3 Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers. 16 лет назад
  Vincent Hennebert 7d63aaf81b Testcases for conditional spaces inside table-cells. 17 лет назад
  Manuel Mall 22887795cf Corrected issue with zero width spaces being given a non zero width 17 лет назад
  Manuel Mall 490cf6da6d Added support for keep-togther.within-line="always" 17 лет назад
  Manuel Mall d0ffc489d5 Fixed incomplete support for Unicode word joiners 17 лет назад
  Vincent Hennebert 42579b92fe Use a list of active cells for computing steps, continued: 17 лет назад
  Andreas L. Delmelle 4e974a863d Improvement in handling relative font-weights 17 лет назад
  Vincent Hennebert cbb1c07828 Add a testcase for a bug in TableStepper spotted during the refactoring. The border-before of the primary grid unit was taken into account instead of the whole cell border. If the cell is spanning over two columns and the border-before for the second grid unit is bigger, this was leading to a wrong step computation. 17 лет назад
  Jeremias Maerki 67a9815afa Bugzilla #42278: 17 лет назад
  Vincent Hennebert 8a25e4a1b1 Additional testcases for tables with spanning cells and collapsing-border model. 17 лет назад
  Andreas L. Delmelle ce6deafdfa Bugzilla 42703: white-space incorrectly handled in retrieved markers 17 лет назад