| Commit message (Expand) | Author | Age | Files | Lines |
* | changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o... | William Victor Mote | 2003-09-18 | 8 | -18/+1229 |
* | add accessor methods for currentDocument | William Victor Mote | 2003-09-17 | 1 | -1/+16 |
* | set the (default) LayoutStrategy only if it has not been set already | William Victor Mote | 2003-09-17 | 1 | -1/+3 |
* | 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 | 4 | -0/+58 |
* | make RtfColorTable.getColorNumber return an Integer instead of int, so that i... | William Victor Mote | 2003-09-16 | 2 | -15/+15 |
* | correct computation of integer conversion, as per patch submitted by Peter He... | William Victor Mote | 2003-09-16 | 1 | -1/+1 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 78 | -371/+629 |
* | Removed apparent patching problem | Joerg Pietschmann | 2003-09-15 | 1 | -10/+7 |
* | make instance variables protected instead of private to make subclassing easier | William Victor Mote | 2003-09-15 | 1 | -2/+2 |
* | Partial implementation of region border properties. | Glen Mazza | 2003-09-14 | 1 | -21/+36 |
* | Change to have the fo:region-body display "on top" in cases of overlap with t... | Glen Mazza | 2003-09-14 | 1 | -2/+6 |
* | New element mapping created to handle Batik extension elements. | Glen Mazza | 2003-09-13 | 2 | -0/+105 |
* | Applied Thomas DeWeese's (Batik team) patches to the transcoder code. | Glen Mazza | 2003-09-13 | 3 | -30/+14 |
* | 1. tie the LMIter objects to their LM "parent" | William Victor Mote | 2003-09-12 | 8 | -22/+101 |
* | add InlineAreaVisitor interface to make Area Tree more independent of Rendering | William Victor Mote | 2003-09-10 | 10 | -113/+287 |
* | remove unneeded reference to Renderer from within the area package | William Victor Mote | 2003-09-10 | 2 | -22/+12 |
* | Changes to PDFTextPainter to accomodate new Batik library. | Glen Mazza | 2003-09-09 | 1 | -7/+13 |
* | Changes to PSTextPainter to accomodate new Batik library. | Glen Mazza | 2003-09-09 | 1 | -5/+11 |
* | add support for font-size and font-weight, as per patch from Peter Herweg (ma... | William Victor Mote | 2003-09-09 | 1 | -0/+18 |
* | remove global import statements | William Victor Mote | 2003-09-08 | 26 | -200/+181 |
* | 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 | 9 | -25/+43 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 15 | -86/+31 |
* | move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp... | William Victor Mote | 2003-09-01 | 4 | -19/+25 |
* | remove some convoluted and unnecessary logic -- we already know the Document ... | William Victor Mote | 2003-09-01 | 1 | -7/+3 |
* | checkstyle/javadoc changes only | William Victor Mote | 2003-09-01 | 9 | -37/+111 |
* | clean up some gump javadoc warnings | William Victor Mote | 2003-09-01 | 4 | -23/+23 |
* | 1. reduce visibility of many classes | William Victor Mote | 2003-09-01 | 1 | -15/+11 |
* | style/javadoc changes only | William Victor Mote | 2003-09-01 | 5 | -0/+30 |
* | style/javadoc changes only | William Victor Mote | 2003-09-01 | 5 | -30/+41 |
* | 1. Partial implementation of fo:region-xxx and background-color property | Glen Mazza | 2003-09-01 | 8 | -73/+203 |
* | Document paging within AWTRenderer & PreviewDialog activated (no content yet,... | Glen Mazza | 2003-08-30 | 3 | -79/+74 |
* | 1. move some data structures related to used glyphs from fonts/MultiByteFont ... | William Victor Mote | 2003-08-30 | 3 | -83/+70 |
* | remove todo item for disconnecting image processing from pdf | William Victor Mote | 2003-08-30 | 1 | -1/+0 |
* | for generic FOP image processing (i.e. not related to rendering), use java.aw... | William Victor Mote | 2003-08-30 | 6 | -75/+75 |
* | store a collection of StaticContentLayoutManager objects, keyed by flow-name,... | William Victor Mote | 2003-08-29 | 1 | -1/+14 |
* | (Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creati... | Glen Mazza | 2003-08-28 | 2 | -8/+80 |
* | move svg classes related to the FO Tree building from svg to fo/extensions/svg | William Victor Mote | 2003-08-28 | 9 | -14/+17 |
* | move layoutmgr/MinOptMax to traits/MinOptMax | William Victor Mote | 2003-08-28 | 25 | -12/+27 |
* | move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa... | William Victor Mote | 2003-08-28 | 2 | -16/+11 |
* | move renderXML() from apps/FOUserAgent to render/AbstractRenderer | William Victor Mote | 2003-08-28 | 6 | -43/+41 |
* | move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend... | William Victor Mote | 2003-08-28 | 6 | -32/+34 |
* | move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS | William Victor Mote | 2003-08-27 | 2 | -32/+27 |
* | make some classes more readable by reversing the sense of some conditional logic | William Victor Mote | 2003-08-27 | 2 | -50/+49 |
* | remove region code from /area/RegionReference in favor of those in fo/paginat... | William Victor Mote | 2003-08-27 | 7 | -97/+81 |
* | duplicate the area.RegionReference region codes in fo/pagination/Region, and ... | William Victor Mote | 2003-08-27 | 7 | -35/+39 |
* | move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-27 | 2 | -18/+17 |
* | 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou... | William Victor Mote | 2003-08-27 | 3 | -43/+48 |
* | move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re... | William Victor Mote | 2003-08-27 | 7 | -42/+41 |