| Commit message (Expand) | Author | Age | Files | Lines |
* | Peter Herweg's latest patch applied: | Glen Mazza | 2003-11-09 | 1 | -1/+7 |
* | RTF: added support for fo:external-graphic
| Jeremias Maerki | 2003-11-08 | 1 | -0/+12 |
* | toString() methods implemented for these objects for help in | Glen Mazza | 2003-11-05 | 2 | -3/+19 |
* | Peter Herweg's RTF patches applied--note the RTFHandler update was missing, | Glen Mazza | 2003-11-01 | 3 | -0/+36 |
* | minor elaboration | Glen Mazza | 2003-10-20 | 1 | -1/+1 |
* | move static methods getCharWidth and getWordWidth from util.CharUtilities to ... | William Victor Mote | 2003-10-10 | 1 | -2/+1 |
* | open up access in misc places by either adding accessor methods or by looseni... | William Victor Mote | 2003-10-10 | 2 | -14/+14 |
* | port from maintenance branch the variables that are used to track an object's... | William Victor Mote | 2003-10-07 | 1 | -0/+7 |
* | Fixed Testcase.
| Joerg Pietschmann | 2003-09-27 | 2 | -2/+2 |
* | add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta... | William Victor Mote | 2003-09-19 | 4 | -0/+53 |
* | Organize imports.
| Joerg Pietschmann | 2003-09-19 | 11 | -85/+38 |
* | 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 |
* | add structure for handling table columns in fo/FOInputHandler and its subclas... | William Victor Mote | 2003-09-16 | 2 | -0/+28 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 77 | -307/+156 |
* | New element mapping created to handle Batik extension elements. | Glen Mazza | 2003-09-13 | 2 | -0/+105 |
* | remove global import statements | William Victor Mote | 2003-09-08 | 1 | -2/+0 |
* | remove extraneous import statement | William Victor Mote | 2003-09-08 | 1 | -13/+11 |
* | Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once... | William Victor Mote | 2003-09-02 | 6 | -24/+22 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 13 | -85/+16 |
* | move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp... | William Victor Mote | 2003-09-01 | 3 | -19/+8 |
* | checkstyle/javadoc changes only | William Victor Mote | 2003-09-01 | 9 | -37/+111 |
* | style/javadoc changes only | William Victor Mote | 2003-09-01 | 5 | -0/+30 |
* | 1. Partial implementation of fo:region-xxx and background-color property | Glen Mazza | 2003-09-01 | 1 | -1/+1 |
* | move svg classes related to the FO Tree building from svg to fo/extensions/svg | William Victor Mote | 2003-08-28 | 6 | -3/+706 |
* | move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa... | William Victor Mote | 2003-08-28 | 1 | -15/+0 |
* | move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS | William Victor Mote | 2003-08-27 | 1 | -31/+0 |
* | make some classes more readable by reversing the sense of some conditional logic | William Victor Mote | 2003-08-27 | 1 | -1/+0 |
* | duplicate the area.RegionReference region codes in fo/pagination/Region, and ... | William Victor Mote | 2003-08-27 | 6 | -31/+35 |
* | move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-27 | 1 | -16/+0 |
* | 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou... | William Victor Mote | 2003-08-27 | 2 | -41/+2 |
* | move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re... | William Victor Mote | 2003-08-27 | 6 | -41/+6 |
* | remove remaining references to layout/PageMaster (all unused), and remove the... | William Victor Mote | 2003-08-27 | 1 | -14/+0 |
* | remove unused method | William Victor Mote | 2003-08-27 | 1 | -9/+0 |
* | move field that tracks which SimplePageMaster to use (currentSimplePageMaster... | William Victor Mote | 2003-08-27 | 1 | -22/+19 |
* | remove unused imports | William Victor Mote | 2003-08-26 | 1 | -3/+0 |
* | move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM... | William Victor Mote | 2003-08-26 | 2 | -68/+6 |
* | move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-26 | 1 | -46/+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 invalid imports | William Victor Mote | 2003-08-26 | 2 | -3/+0 |
* | move extensions package to fo.extensions (primarily to show that these classe... | William Victor Mote | 2003-08-26 | 8 | -6/+532 |
* | 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 |