| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 6 | -13/+0 |
* | More String->Int conversions (ones I've missed previously.) Appears I've fin... | Glen Mazza | 2004-01-14 | 1 | -5/+4 |
* | added support for fo:footnote | Peter Herweg | 2004-01-10 | 2 | -0/+37 |
* | Remove unused imports to quieten Eclipse. | Peter Bernard West | 2004-01-03 | 1 | -2/+0 |
* | FOPropertyMapping.GetPropertyId() modified to also be able to return | Glen Mazza | 2004-01-02 | 1 | -4/+3 |
* | added support for fo:basic-link | Peter Herweg | 2004-01-01 | 1 | -0/+21 |
* | Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java. | Glen Mazza | 2004-01-01 | 1 | -2/+4 |
* | More String->Int conversions, primarily from patch from Finn Bock. | Glen Mazza | 2003-12-31 | 2 | -1/+6 |
* | More String->int conversions, annoyingly incremental but I'm getting there... | Glen Mazza | 2003-12-29 | 2 | -5/+4 |
* | Conversion of more properties from Strings to ints. | Glen Mazza | 2003-12-28 | 13 | -69/+69 |
* | *Partial* conversion of PropertyList.get(String propName) to new PropertyList... | Glen Mazza | 2003-12-27 | 4 | -23/+24 |
* | Bug 25758 (patch by Finn Bock) -- Fix of content-height/content-width | Glen Mazza | 2003-12-27 | 1 | -5/+6 |
* | PR: | Glen Mazza | 2003-12-22 | 2 | -2/+2 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 31 | -396/+396 |
* | 1.) Chris Bowditch's patch on padding-start implemented. (Changes were | Glen Mazza | 2003-11-24 | 1 | -19/+15 |
* | RTF output: Support for fo:list-block
| Jeremias Maerki | 2003-11-22 | 3 | -0/+54 |
* | RTF: added support for fo:external-graphic
| Jeremias Maerki | 2003-11-08 | 1 | -0/+12 |
* | Peter Herweg's RTF patches applied--note the RTFHandler update was missing, | Glen Mazza | 2003-11-01 | 1 | -0/+9 |
* | move static methods getCharWidth and getWordWidth from util.CharUtilities to ... | William Victor Mote | 2003-10-10 | 1 | -2/+1 |
* | add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta... | William Victor Mote | 2003-09-19 | 1 | -0/+19 |
* | Organize imports.
| Joerg Pietschmann | 2003-09-19 | 6 | -31/+12 |
* | changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o... | William Victor Mote | 2003-09-18 | 1 | -0/+18 |
* | trigger event handling for start and end of table, cell, column, and row, pri... | William Victor Mote | 2003-09-16 | 4 | -2/+62 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 37 | -37/+37 |
* | Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once... | William Victor Mote | 2003-09-02 | 1 | -2/+2 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 4 | -36/+5 |
* | 1. make fo/flow/Table.columns store fo columns instead of column layout managers | William Victor Mote | 2003-08-26 | 2 | -13/+2 |
* | remove unused import | William Victor Mote | 2003-08-26 | 1 | -1/+0 |
* | remove unused field | William Victor Mote | 2003-08-26 | 1 | -3/+0 |
* | move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.get... | William Victor Mote | 2003-08-26 | 1 | -52/+9 |
* | remove unused field | William Victor Mote | 2003-08-26 | 1 | -3/+0 |
* | move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.g... | William Victor Mote | 2003-08-26 | 1 | -11/+0 |
* | remove unused import | William Victor Mote | 2003-08-25 | 1 | -1/+0 |
* | move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.ge... | William Victor Mote | 2003-08-25 | 1 | -12/+0 |
* | move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD() | William Victor Mote | 2003-08-25 | 1 | -11/+1 |
* | remove unneeded field fo/flow/Leader.leaderArea | William Victor Mote | 2003-08-25 | 3 | -5/+0 |
* | 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit... | William Victor Mote | 2003-08-24 | 1 | -164/+2 |
* | move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExt... | William Victor Mote | 2003-08-24 | 1 | -34/+16 |
* | move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacter... | William Victor Mote | 2003-08-24 | 1 | -11/+0 |
* | move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat... | William Victor Mote | 2003-08-22 | 4 | -0/+4 |
* | style changes only | William Victor Mote | 2003-08-22 | 20 | -96/+129 |
* | more FO Tree isolation work | William Victor Mote | 2003-08-19 | 3 | -6/+6 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 37 | -547/+306 |
* | 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root | William Victor Mote | 2003-08-16 | 1 | -1/+1 |
* | move layout.FontState to fonts.Font | William Victor Mote | 2003-08-14 | 3 | -6/+6 |
* | 1. create control package | William Victor Mote | 2003-08-14 | 3 | -6/+6 |
* | move the "common" property classes from layout to fo.properties, renaming the... | William Victor Mote | 2003-08-12 | 27 | -225/+225 |
* | rename StructureHandler to FOInputHandler to clarify that its subclasses are ... | William Victor Mote | 2003-07-29 | 4 | -16/+16 |
* | Inter-package references between fo.flow and fo.pagination removed by moving ... | Glen Mazza | 2003-07-17 | 2 | -295/+0 |
* | style changes only | William Victor Mote | 2003-07-14 | 5 | -61/+145 |