| Commit message (Expand) | Author | Age | Files | Lines |
* | Added check for the case where column-number is specified on something other ... | Andreas L. Delmelle | 2008-06-30 | 1 | -0/+4 |
* | Correct svn props | Andreas L. Delmelle | 2008-06-29 | 2 | -0/+0 |
* | Added disabled testcase for instream-foreign-object in a marker | Andreas L. Delmelle | 2008-06-29 | 2 | -0/+88 |
* | Removed instream-foreign-object in marker; still threw a NPE | Andreas L. Delmelle | 2008-06-28 | 1 | -5/+1 |
* | Corrected basic checks: check for empty document, as well as empty areaTree... | Andreas L. Delmelle | 2008-06-28 | 1 | -1/+2 |
* | Added basic-checks.xml: file currently only contains one default check. | Andreas L. Delmelle | 2008-06-28 | 2 | -10/+38 |
* | Added testcase for r672010 | Andreas L. Delmelle | 2008-06-28 | 1 | -0/+99 |
* | Added support for non-zero borders and padding on page regions. | Luca Furini | 2008-06-23 | 2 | -0/+143 |
* | Minor tweak: avoid warning when running through Saxon | Andreas L. Delmelle | 2008-06-22 | 1 | -6/+2 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 2 | -8/+8 |
* | Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getL... | Luca Furini | 2008-06-16 | 2 | -0/+199 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 7 | -1/+384 |
* | Extended behavior of preserved linefeeds to codepoints representing mandatory... | Andreas L. Delmelle | 2008-06-07 | 1 | -0/+64 |
* | Integer keeps inside multi-line blocks and in between block-paragraphs. | Jeremias Maerki | 2008-06-02 | 1 | -0/+17 |
* | Bugzilla 45097: | Andreas L. Delmelle | 2008-05-31 | 1 | -0/+79 |
* | Set svn:keywords and svn:eol-style properties for files added in revision 660998 | Vincent Hennebert | 2008-05-29 | 1 | -1/+1 |
* | Implemented Font auto-selection word-by-word | Maximilian Berger | 2008-05-28 | 1 | -0/+54 |
* | Bugzilla 37579: added support for footnotes in lists and table bodies (not he... | Vincent Hennebert | 2008-05-28 | 5 | -18/+314 |
* | Corrected testcase: since the fo:flow's ID is correctly processed... | Andreas L. Delmelle | 2008-05-17 | 1 | -1/+1 |
* | Check updated: wrapper now generates a Block, if descendant of an fo:block-co... | Andreas L. Delmelle | 2008-05-13 | 1 | -0/+1 |
* | Undo r655765, which was causing NPEs in the layout-tests | Andreas L. Delmelle | 2008-05-13 | 1 | -28/+0 |
* | Alter auto-id naming to avoid confusion with URI fragment identifiers | Andreas L. Delmelle | 2008-05-13 | 1 | -8/+8 |
* | Added support for auto-generated initial value for the "id" property. | Andreas L. Delmelle | 2008-05-13 | 1 | -0/+28 |
* | Re-enabled testcases that pass again after r655578 | Andreas L. Delmelle | 2008-05-12 | 1 | -10/+0 |
* | Forgot to update testcases | Maximilian Berger | 2008-05-11 | 2 | -2/+2 |
* | Checkstyle cleanup and javadoc | Adrian Cumiskey | 2008-05-09 | 1 | -4/+15 |
* | Bugzilla 44794: | Andreas L. Delmelle | 2008-05-09 | 3 | -5/+196 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 5 | -46/+46 |
* | In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t... | Vincent Hennebert | 2008-05-08 | 1 | -8/+8 |
* | Fix validation errors | Joerg Pietschmann | 2008-05-08 | 1 | -64/+64 |
* | Quick fix for XML validation error | Joerg Pietschmann | 2008-05-08 | 1 | -2/+2 |
* | Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ... | Andreas L. Delmelle | 2008-05-07 | 1 | -0/+10 |
* | Bugzilla 41500: | Andreas L. Delmelle | 2008-05-07 | 1 | -6/+0 |
* | Very small cleanup to unit test. This method does not need to be protected. | Adrian Cumiskey | 2008-05-06 | 1 | -1/+1 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 7 | -8/+105 |
* | Bugzilla 42703: | Andreas L. Delmelle | 2008-05-02 | 1 | -0/+29 |
* | Cleanup/Correction after r657673 | Andreas L. Delmelle | 2008-05-02 | 1 | -2/+2 |
* | First steps towards fo:retrieve-table-marker | Andreas L. Delmelle | 2008-05-01 | 1 | -0/+68 |
* | Added enum "none" as a legitimate value for max-height/min-height (behavior t... | Andreas L. Delmelle | 2008-05-01 | 1 | -0/+57 |
* | Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method). | Jeremias Maerki | 2008-04-25 | 1 | -2/+6 |
* | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 1 | -2/+2 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 11 | -18/+1029 |
* | Improve table-unit computation if proportional-column-width() is used | Simon Pepping | 2008-04-24 | 1 | -0/+61 |
* | Now tunneling all events through a special event listener in tests. This serv... | Jeremias Maerki | 2008-04-17 | 8 | -31/+119 |
* | First part of the implementation of stage 1 for advanced keeps (see Wiki): In... | Jeremias Maerki | 2008-04-15 | 6 | -22/+430 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 10 | -0/+442 |
* | Added support for addressing all glyphs available in a Type 1 font, not just ... | Jeremias Maerki | 2008-03-27 | 1 | -2/+4 |
* | Merged revisions 636400-636405,636407-638388 via svnmerge from | Vincent Hennebert | 2008-03-18 | 5 | -7/+287 |
* | Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in... | Vincent Hennebert | 2008-03-14 | 1 | -112/+0 |
* | Bugzilla #44412: | Jeremias Maerki | 2008-03-14 | 1 | -0/+112 |