| Commit message (Expand) | Author | Age | Files | Lines |
* | MainRefrence.getWidth() is never set, preparing to remove this method. | Jeremias Maerki | 2006-01-09 | 1 | -3/+2 |
* | As announced, I brought FontTriplet to more life by making it Serializable an... | Jeremias Maerki | 2005-12-22 | 1 | -6/+10 |
* | XMLHandler interface changed so it reports whether it supports a particular R... | Jeremias Maerki | 2005-12-16 | 1 | -3/+4 |
* | startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento... | Jeremias Maerki | 2005-12-13 | 1 | -0/+14 |
* | Corrected copy/paste mistake in java comment | Manuel Mall | 2005-11-18 | 1 | -3/+2 |
* | Added user config font registration to XML Renderer | Manuel Mall | 2005-11-18 | 1 | -0/+19 |
* | Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.... | Jeremias Maerki | 2005-11-14 | 1 | -1/+6 |
* | Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ... | Jeremias Maerki | 2005-11-11 | 2 | -1/+51 |
* | Fixed white space handling during refinement, added test cases, corrected err... | Manuel Mall | 2005-11-03 | 1 | -1/+1 |
* | Package documentation. | Jeremias Maerki | 2005-10-27 | 1 | -1/+17 |
* | Fix for bug 36238 (at least in the PDFRenderer) | Luca Furini | 2005-10-25 | 1 | -2/+27 |
* | Inline block parents were not correctly positioned when border/padding got in... | Manuel Mall | 2005-10-14 | 1 | -0/+1 |
* | Update to support border and padding and alignments on inline fos | Manuel Mall | 2005-10-07 | 1 | -3/+13 |
* | Bugzilla #36487:
| Jeremias Maerki | 2005-09-05 | 1 | -0/+7 |
* | Cleanup of unused imports. | Finn Bock | 2005-09-01 | 1 | -3/+0 |
* | Write the start-indent trait to the area tree XML. | Jeremias Maerki | 2005-08-29 | 1 | -0/+3 |
* | Remove obsolete method. | Jeremias Maerki | 2005-08-21 | 1 | -36/+0 |
* | ref to bugzilla 36180 | Chris Bowditch | 2005-08-15 | 1 | -11/+8 |
* | Squashed some JavaDoc warnings. | Joerg Pietschmann | 2005-08-14 | 1 | -2/+2 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin... | Jeremias Maerki | 2005-08-12 | 1 | -8/+21 |
* | Submitted by: Manuel Mall <mm.at.arcus.com.au> | Chris Bowditch | 2005-08-09 | 1 | -0/+1 |
* | Changes for restoring JDK 1.3 compatibility.
| Jeremias Maerki | 2005-07-27 | 1 | -2/+2 |
* | Small improvements. Fix for missing image areas. | Jeremias Maerki | 2005-07-26 | 1 | -3/+6 |
* | Made Service a stand-alone class so it can be reused.
| Jeremias Maerki | 2005-07-25 | 2 | -11/+16 |
* | vpos on character, too. | Jeremias Maerki | 2005-06-29 | 1 | -0/+1 |
* | Output vertical position of text area in area tree XML. | Jeremias Maerki | 2005-05-20 | 1 | -0/+1 |
* | Merge of branch Temp_KnuthStylePageBreaking back into HEAD. | Jeremias Maerki | 2005-05-13 | 1 | -1/+1 |
* | 1.) More commenting, some simplifications in the Area classes and PSLM. | Glen Mazza | 2005-03-11 | 1 | -3/+3 |
* | PR: | Glen Mazza | 2005-02-06 | 1 | -1/+1 |
* | Added the page number to the pageViewport | Jeremias Maerki | 2005-01-31 | 1 | -0/+1 |
* | normal trait attributes for page-level reference and viewport areas. | Jeremias Maerki | 2005-01-24 | 1 | -0/+5 |
* | More area dimension traits. | Jeremias Maerki | 2005-01-24 | 1 | -9/+21 |
* | Output clip trait for BlockViewports | Jeremias Maerki | 2005-01-20 | 1 | -0/+3 |
* | Safety check | Jeremias Maerki | 2005-01-19 | 1 | -1/+3 |
* | I need the CTM for display-align checks. | Jeremias Maerki | 2005-01-18 | 1 | -2/+6 |
* | Show top|left-position traits only for abs positioned BCs. | Jeremias Maerki | 2005-01-18 | 1 | -2/+4 |
* | More info on blocks and block-containers | Jeremias Maerki | 2005-01-17 | 1 | -1/+18 |
* | Some more info on the area-tree. | Jeremias Maerki | 2005-01-12 | 1 | -2/+8 |
* | Alloc IPD/BPD, too, not just content IPD/BPD. | Jeremias Maerki | 2005-01-06 | 1 | -0/+2 |
* | Improved area tree XML generation by filtering uninformative attributes while... | Jeremias Maerki | 2005-01-06 | 1 | -40/+35 |
* | Refactored Area Tree XML Renderer to write XML to a TransformerHandler instea... | Jeremias Maerki | 2005-01-05 | 2 | -205/+304 |
* | PR: | Glen Mazza | 2004-11-24 | 1 | -6/+6 |
* | Removal of empty Title subclass, now using LineArea. | Glen Mazza | 2004-09-25 | 1 | -2/+1 |
* | Use content ipd/bpd instead of allocation width/height. | Finn Bock | 2004-09-22 | 1 | -6/+5 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 1 | -1/+0 |
* | New line breaking algorithm, patch 29124, submitted by Luca | Simon Pepping | 2004-09-05 | 1 | -1/+2 |
* | Removed the redundant Region Class Codes in favor of the FO constant | Glen Mazza | 2004-08-29 | 1 | -5/+5 |
* | Adding reporting of mime type to renderers. | Simon Pepping | 2004-07-09 | 1 | -0/+5 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 1 | -1/+2 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 1 | -1/+0 |