| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bookmarks even if one of the leaves didn't resolve. | Jeremias Maerki | 2006-06-07 | 1 | -0/+4 |
* | Take a shortcut when page number is already resolved. Without this there was ... | Jeremias Maerki | 2006-05-29 | 1 | -4/+4 |
* | Extended PageViewport to carry foreign attributes. | Jeremias Maerki | 2006-05-18 | 5 | -75/+128 |
* | Bugzilla #38946: | Jeremias Maerki | 2006-05-03 | 3 | -220/+63 |
* | Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n... | Jeremias Maerki | 2006-04-28 | 2 | -5/+64 |
* | Bugfix: basic-links with internal destinations in documents with multiple pag... | Jeremias Maerki | 2006-04-24 | 3 | -3/+35 |
* | Bugzilla #39118: | Jeremias Maerki | 2006-04-23 | 2 | -7/+92 |
* | Don't catch RuntimeExceptions. | Jeremias Maerki | 2006-04-05 | 1 | -0/+2 |
* | Merged Temp_API_Finalization branch back into FOP Trunk: | Jeremias Maerki | 2006-03-27 | 2 | -6/+7 |
* | Added support for fixed-width spaces and kerning. | Jeremias Maerki | 2006-03-16 | 5 | -27/+51 |
* | Added support for page sequence title in AreaTreeParser (IF). Fixes problems ... | Jeremias Maerki | 2006-02-26 | 5 | -13/+138 |
* | Creation of Font instances centralized in FontInfo and added a cache for them... | Jeremias Maerki | 2006-02-10 | 1 | -1/+2 |
* | Reworked area building in AreaTreeParser to match the scheme that the FOTreeB... | Jeremias Maerki | 2006-02-09 | 1 | -329/+558 |
* | Added missing values in area tree XML for PageViewport (simple-page-master-na... | Jeremias Maerki | 2006-02-08 | 3 | -163/+204 |
* | Fix for NPE when the AWT Viewer is used with an area tree file as input. | Jeremias Maerki | 2006-01-24 | 1 | -1/+3 |
* | Bugfix: LineArea used a private field instead of the start-indent trait which... | Jeremias Maerki | 2006-01-24 | 1 | -22/+7 |
* | (Re?)added integer page number to the PageViewport. | Jeremias Maerki | 2006-01-20 | 2 | -6/+23 |
* | New interface XMLizable (copied from Apache Excalibur) to mark classes that c... | Jeremias Maerki | 2006-01-19 | 2 | -5/+60 |
* | New feature: "Intermediate format" (IF). The IF is basically the XML dialect ... | Jeremias Maerki | 2006-01-17 | 16 | -86/+916 |
* | The last page sequence should also follow its force-page-count trait. | Simon Pepping | 2006-01-10 | 1 | -10/+13 |
* | Bugzilla #38054: | Jeremias Maerki | 2006-01-09 | 2 | -25/+27 |
* | Also let the last page sequence notify its listeners. Add a check for | Simon Pepping | 2006-01-08 | 1 | -2/+5 |
* | Implementation of force-page-count property, patch by Gerhard Oettl, | Simon Pepping | 2006-01-06 | 1 | -2/+15 |
* | LineArea had a finalize method which caused a NPE when called from the garbag... | Manuel Mall | 2005-12-28 | 1 | -2/+2 |
* | As announced, I brought FontTriplet to more life by making it Serializable an... | Jeremias Maerki | 2005-12-22 | 1 | -4/+5 |
* | More work on preparing for the intermediate format. | Jeremias Maerki | 2005-12-22 | 3 | -13/+47 |
* | Further decoupling the area tree from the FO tree. | Jeremias Maerki | 2005-12-21 | 3 | -60/+63 |
* | Forgot to add a toString() method to keep tests happy. | Jeremias Maerki | 2005-12-21 | 1 | -1/+25 |
* | First step towards reactivating CachedRenderPagesModel (helps preparing for t... | Jeremias Maerki | 2005-12-20 | 6 | -25/+144 |
* | Bugzilla #37813: | Jeremias Maerki | 2005-12-07 | 1 | -0/+4 |
* | Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.... | Jeremias Maerki | 2005-11-14 | 3 | -8/+15 |
* | Correct a few more problems related to leaders: text-align was not handled co... | Manuel Mall | 2005-11-14 | 1 | -1/+16 |
* | Initial fix for examples/basic/leader.fo problem | Manuel Mall | 2005-11-13 | 1 | -0/+9 |
* | Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ... | Jeremias Maerki | 2005-11-11 | 3 | -12/+11 |
* | Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue... | Luca Furini | 2005-10-27 | 4 | -41/+55 |
* | Package documentation. | Jeremias Maerki | 2005-10-27 | 2 | -0/+44 |
* | Fix for bug 36238 (at least in the PDFRenderer) | Luca Furini | 2005-10-25 | 5 | -10/+169 |
* | Fix for internal forward references in PDF output (basic-link with internal-d... | Jeremias Maerki | 2005-10-18 | 2 | -1/+26 |
* | Update to support border and padding and alignments on inline fos | Manuel Mall | 2005-10-07 | 5 | -35/+117 |
* | Cosmetic changes to identifiers, comments and other stylistic corrections. | Joerg Pietschmann | 2005-10-06 | 1 | -7/+7 |
* | Fixed javadoc errors. | Joerg Pietschmann | 2005-09-08 | 3 | -3/+3 |
* | Squashed CheckStyle warnings, mostly JavaDoc. | Joerg Pietschmann | 2005-09-07 | 11 | -28/+87 |
* | Re-adjusting lines after a page-number or a page-number-citation is resolved. | Luca Furini | 2005-09-05 | 6 | -4/+395 |
* | Bugzilla #36487:
| Jeremias Maerki | 2005-09-05 | 1 | -9/+18 |
* | Initial work on enhancing the extension facilities to register special extens... | Jeremias Maerki | 2005-09-02 | 5 | -18/+165 |
* | Cleanup of unused imports. | Finn Bock | 2005-09-01 | 1 | -1/+0 |
* | Bugzilla #36379: | Finn Bock | 2005-08-31 | 1 | -13/+28 |
* | Background trait's toString() streamlined. Test cases adjusted accordingly.
| Jeremias Maerki | 2005-08-29 | 1 | -7/+23 |
* | Bugzilla #36391:
| Jeremias Maerki | 2005-08-27 | 1 | -4/+7 |
* | Common base class for TextArea and Character. These two might even be merged ... | Jeremias Maerki | 2005-08-26 | 4 | -77/+71 |