| Commit message (Expand) | Author | Age | Files | Lines |
* | added ipd property to block element | Chris Bowditch | 2004-05-18 | 1 | -5/+6 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 6 | -21/+41 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 1 | -3/+3 |
* | For area.Blocks created in BlockLayoutManager.getParentArea(), I set the | Glen Mazza | 2004-04-25 | 2 | -7/+8 |
* | More apps.Document->fonts.FontInfo conversion. | Glen Mazza | 2004-04-24 | 7 | -43/+42 |
* | PDFRenderer does not presently support out-of-order rendering (e.g., | Glen Mazza | 2004-04-24 | 1 | -1/+1 |
* | Unneeded imports removed. | Glen Mazza | 2004-04-22 | 1 | -1/+0 |
* | PR: | Glen Mazza | 2004-04-22 | 18 | -57/+53 |
* | <sigh> line endings got mucked up by last commit. | Chris Bowditch | 2004-04-07 | 1 | -1/+1 |
* | applied Luca Furini's patch to fix justification bug 28208 | Chris Bowditch | 2004-04-07 | 1 | -17/+5 |
* | Ordinary Java code should never throw Error instances, use RuntimeException i... | Jeremias Maerki | 2004-04-04 | 1 | -38/+38 |
* | Another attempt at fixing the space removal issue. This method | Glen Mazza | 2004-04-04 | 1 | -1/+1 |
* | Some improvements on the quality fallback for text (use stroking when in doub... | Jeremias Maerki | 2004-04-03 | 7 | -70/+265 |
* | PDF library no longer gets a logger from its owner. | Jeremias Maerki | 2004-04-02 | 1 | -2/+1 |
* | PR: | Glen Mazza | 2004-03-31 | 9 | -19/+49 |
* | 1.) Removed xsl file for property generation (no longer used, due to | Glen Mazza | 2004-03-21 | 2 | -3/+6 |
* | Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.) | Glen Mazza | 2004-03-19 | 2 | -2/+2 |
* | Updated details on getAscender bug | Peter Bernard West | 2004-03-18 | 1 | -0/+17 |
* | Simplifications to FOText whitespace removal; fewer arraycopies performed. | Glen Mazza | 2004-03-12 | 1 | -1/+1 |
* | now for some "real" commits | Chris Bowditch | 2004-03-02 | 1 | -27/+55 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 142 | -6752/+2214 |
* | Use the new property expressions. Clients must use Length when retrieving | Finn Bock | 2004-02-26 | 1 | -1/+1 |
* | Changed internal renderInlineXXX() functions from public to protected access.... | Glen Mazza | 2004-02-25 | 3 | -56/+12 |
* | Removal of Visitor patterns from AbstractRenderer, moving of business logic f... | Glen Mazza | 2004-02-25 | 2 | -112/+55 |
* | Draw the borders of a BlockViewport before setting the CTM | Finn Bock | 2004-02-10 | 1 | -18/+19 |
* | Adapt to changes in Commons IO's APIs. | Jeremias Maerki | 2004-02-06 | 1 | -4/+4 |
* | Do the regiontraits before changes ctm because the ctm only apply for the | Finn Bock | 2004-02-04 | 2 | -5/+6 |
* | Tab char and style fixes only. | Jeremias Maerki | 2004-02-03 | 1 | -27/+26 |
* | Phase 3 (last) of bug 26434. | Finn Bock | 2004-02-02 | 5 | -18/+18 |
* | Phase 2 of bug 26434. | Finn Bock | 2004-02-02 | 2 | -4/+4 |
* | fixed runtime error while reading PR_BORDER_WIDTH or PR_BORDER_STYLE | Peter Herweg | 2004-01-30 | 1 | -37/+28 |
* | Handle SPACE_START trait for block areas. | Finn Bock | 2004-01-29 | 3 | -32/+73 |
* | improved support for margin-top and margin-bottom in fo:region-XXX | Peter Herweg | 2004-01-28 | 3 | -27/+96 |
* | Removed call of JFOR's WhiteSpaceCollapser; now this is done by FOP | Peter Herweg | 2004-01-27 | 2 | -18/+4 |
* | Submitted by Lucas Bruand to JFOR: escape all characters > 127 instead of 255 | Peter Herweg | 2004-01-27 | 1 | -1/+1 |
* | added support for white-space-treatment and linefeed-treatment by deferring t... | Peter Herweg | 2004-01-27 | 1 | -0/+282 |
* | Switching from passing the FOUserAgent for several of the image | Glen Mazza | 2004-01-25 | 3 | -9/+9 |
* | Fix a 'javadoc' warning about missing @see target. | Finn Bock | 2004-01-25 | 1 | -1/+1 |
* | fixed wrong datatype in overriden method | Peter Herweg | 2004-01-24 | 1 | -9/+9 |
* | Fix javadoc warnings caused by unknown @see targets. | Finn Bock | 2004-01-24 | 11 | -22/+22 |
* | Use PDFNumber.doubleOut to format the floats in a transformation matrix. | Finn Bock | 2004-01-21 | 1 | -3/+7 |
* | Submitted by: Marc Wilhelm Kuester; added support for fo:list in fo:footnote;... | Peter Herweg | 2004-01-20 | 2 | -9/+37 |
* | Block height/width elaboration for XML Renderer--Patch by Finn Bock. | Glen Mazza | 2004-01-20 | 1 | -2/+3 |
* | replaced string constants with int constants | Peter Herweg | 2004-01-18 | 2 | -13/+13 |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 6 | -7/+2 |
* | More String->Int conversions (ones I've missed previously.) Appears I've fin... | Glen Mazza | 2004-01-14 | 1 | -1/+2 |
* | added support for fo:footnote | Peter Herweg | 2004-01-10 | 4 | -5/+209 |
* | More String-->int conversions. Work primarily from Finn Bock's patch. | Glen Mazza | 2004-01-05 | 1 | -7/+7 |
* | bug fixed: The first occurence of a custom color was displayed with wrong color | Peter Herweg | 2004-01-03 | 1 | -2/+11 |
* | Remove unused imports to quieten Eclipse. | Peter Bernard West | 2004-01-03 | 2 | -3/+0 |