| Commit message (Expand) | Author | Age | Files | Lines |
* | First version of text-decoration support (no colors, yet, PDF rendering may n... | Jeremias Maerki | 2005-01-25 | 1 | -3/+6 |
* | Make RTF output human-friendly by inserting line feeds. | Jeremias Maerki | 2004-12-08 | 10 | -13/+85 |
* | PR: | Glen Mazza | 2004-11-27 | 1 | -2/+2 |
* | PR: | Glen Mazza | 2004-11-24 | 4 | -31/+31 |
* | Correct handling of internal units (both twips and half-points are used) | Jeremias Maerki | 2004-11-01 | 5 | -18/+30 |
* | Logging a warning for a current limitation. | Jeremias Maerki | 2004-11-01 | 1 | -20/+22 |
* | Word 2003 doesn't seem to understand "fldinst { PAGE }", so using \chpgn for ... | Jeremias Maerki | 2004-11-01 | 1 | -0/+6 |
* | Avoid with certain NPEs. | Jeremias Maerki | 2004-11-01 | 3 | -8/+10 |
* | Fixed conversion from millipoints to half-points | Jeremias Maerki | 2004-11-01 | 1 | -1/+1 |
* | Now compiles under JDK 5.0 | Jeremias Maerki | 2004-11-01 | 1 | -2/+2 |
* | Removed special case handling of "auto" enum for length properties. | Finn Bock | 2004-10-28 | 2 | -3/+3 |
* | Cleanup after PR 31699. | Finn Bock | 2004-10-25 | 1 | -18/+2 |
* | Fourth phase of performance improvement. | Finn Bock | 2004-10-20 | 6 | -265/+215 |
* | Second phase of performance improvement. | Finn Bock | 2004-10-19 | 1 | -1/+1 |
* | Removed unused imports. | Finn Bock | 2004-10-17 | 1 | -1/+0 |
* | PR: | Glen Mazza | 2004-10-12 | 1 | -51/+52 |
* | Re-enable calls to TableAttributesConverter.makeBorder. | Finn Bock | 2004-10-03 | 1 | -4/+1 |
* | Added makeBorder() method. | Finn Bock | 2004-10-03 | 1 | -40/+71 |
* | PR: | Glen Mazza | 2004-10-02 | 1 | -2/+4 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 1 | -140/+49 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 1 | -74/+29 |
* | Support nested attribute values, for use with border control words. | Finn Bock | 2004-10-01 | 2 | -2/+21 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 2 | -115/+35 |
* | Helper class which supports FOP datatypes as values. | Finn Bock | 2004-10-01 | 1 | -0/+51 |
* | Initial support for fo:blockcontainer. | Finn Bock | 2004-10-01 | 2 | -0/+82 |
* | Add support for the generator element which identifies the generating applica... | Jeremias Maerki | 2004-10-01 | 2 | -0/+57 |
* | Support fo:character. | Finn Bock | 2004-10-01 | 1 | -0/+37 |
* | Make the rtf output a little less random and thus easier to compare | Finn Bock | 2004-10-01 | 1 | -1/+1 |
* | Write the "sectd" after the page attributes, so the default margins for | Finn Bock | 2004-10-01 | 1 | -1/+1 |
* | Style: fix indent. | Finn Bock | 2004-10-01 | 1 | -41/+40 |
* | Fix NPE | Jeremias Maerki | 2004-09-23 | 1 | -3/+9 |
* | Moved test classes to their proper location. | Jeremias Maerki | 2004-09-23 | 15 | -1283/+0 |
* | Renamed FOInputHandler to somewhat more intuitive FOEventHandler. | Glen Mazza | 2004-09-06 | 1 | -53/+53 |
* | PR: | Glen Mazza | 2004-09-05 | 1 | -2/+2 |
* | 1.) validateChildNode() implemented for fo:table-cell. | Glen Mazza | 2004-09-04 | 1 | -6/+6 |
* | 1.) Some flattening of the Region classes done, with the goal of moving | Glen Mazza | 2004-08-30 | 1 | -1/+1 |
* | Removed the redundant Region Class Codes in favor of the FO constant | Glen Mazza | 2004-08-29 | 1 | -3/+3 |
* | PR: | Glen Mazza | 2004-08-29 | 1 | -1/+1 |
* | moved FO term of a Node's child elements from "Children" to "ChildNodes" | Glen Mazza | 2004-07-24 | 1 | -2/+2 |
* | set bullet list as default list style | Peter Herweg | 2004-07-17 | 1 | -0/+2 |
* | Null pointer check added to code, to stop NPE error (unsure if other problems | Glen Mazza | 2004-07-16 | 1 | -1/+3 |
* | bug fixed, which caused runtime-exception on leading whitespaces | Peter Herweg | 2004-07-13 | 1 | -1/+1 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 1 | -4/+4 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 1 | -1/+1 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 1 | -7/+12 |
* | PR: | Glen Mazza | 2004-05-22 | 6 | -164/+115 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 1 | -3/+3 |
* | PR: | Glen Mazza | 2004-04-22 | 1 | -1/+1 |
* | 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 |