| Commit message (Expand) | Author | Age | Files | Lines |
* | changed the parent to FONode | Keiron Liddle | 2001-11-09 | 109 | -863/+993 |
* | changed the way that elements and properties are handled | Keiron Liddle | 2001-11-06 | 83 | -1519/+848 |
* | updated a few hashtables and vectors | Keiron Liddle | 2001-11-02 | 26 | -513/+477 |
* | svg renderer now basically works, pages, text, leader, svg | Keiron Liddle | 2001-11-02 | 17 | -123/+498 |
* | removed legacy xt file | Keiron Liddle | 2001-10-30 | 1 | -213/+0 |
* | *** empty log message *** | Keiron Liddle | 2001-10-30 | 1 | -2/+1 |
* | removed legacy files for xt and xalan 1 | Keiron Liddle | 2001-10-30 | 4 | -592/+0 |
* | updated for changes to batik | Keiron Liddle | 2001-10-30 | 3 | -2/+12 |
* | updated for changed pdf interface | Keiron Liddle | 2001-10-26 | 1 | -1/+1 |
* | updates to area tree and reading/rendering with xml | Keiron Liddle | 2001-10-26 | 34 | -184/+1380 |
* | new area tree and rendering stuff | Keiron Liddle | 2001-10-22 | 65 | -6005/+1730 |
* | handles path transform properly, makes a difference to the line width | Keiron Liddle | 2001-10-22 | 1 | -1/+11 |
* | cleaned up the imports | Keiron Liddle | 2001-10-15 | 1 | -30/+15 |
* | Initialize necessary property for making AreaTree output; use DefaultHierarch... | Karen Lease | 2001-10-14 | 1 | -2/+7 |
* | Account for padding and border when calculating space remaining for content | Karen Lease | 2001-10-14 | 1 | -1/+11 |
* | Implement proportional column widths | Karen Lease | 2001-10-14 | 2 | -32/+211 |
* | Don't call layout() on children when doing layout() on a table-cell which is ... | Karen Lease | 2001-10-14 | 1 | -2/+9 |
* | Make it possible to use percentages to specify Length values for flow and sta... | Karen Lease | 2001-10-14 | 2 | -4/+12 |
* | Modify Length property parsing | Karen Lease | 2001-10-14 | 2 | -11/+16 |
* | Make sure PropertyException messages are logged | Karen Lease | 2001-10-14 | 2 | -4/+4 |
* | Modify Length to Numeric conversion code | Karen Lease | 2001-10-14 | 1 | -12/+3 |
* | Modify the Length class hierarchy | Karen Lease | 2001-10-14 | 7 | -115/+229 |
* | Correct border printing problem. | Art Welch | 2001-10-12 | 1 | -4/+9 |
* | changed api associated with batik to current batik | Keiron Liddle | 2001-10-12 | 8 | -130/+208 |
* | do not attempt to set base dir if not available | Keiron Liddle | 2001-10-11 | 1 | -1/+3 |
* | throws a different error if base dir not specified | Keiron Liddle | 2001-10-11 | 1 | -0/+6 |
* | fixed an npe | Keiron Liddle | 2001-10-08 | 3 | -2/+7 |
* | applied patch to set config in fop task | Keiron Liddle | 2001-10-08 | 1 | -112/+66 |
* | changed overflow message since (1) it was confusing | Keiron Liddle | 2001-10-05 | 1 | -3/+3 |
* | fixed a couple of occasional problems with svg + batik | Keiron Liddle | 2001-10-05 | 2 | -0/+14 |
* | prevents npe if namespace is unknown | Keiron Liddle | 2001-10-05 | 1 | -2/+5 |
* | added svg renderer | Keiron Liddle | 2001-10-05 | 3 | -0/+666 |
* | catches exception when building svg | Keiron Liddle | 2001-09-26 | 4 | -11/+31 |
* | fixed viewbox for svg | Keiron Liddle | 2001-09-25 | 1 | -4/+20 |
* | better debug for warning message | Keiron Liddle | 2001-09-25 | 1 | -1/+1 |
* | gets the width and height in a better way | Keiron Liddle | 2001-09-25 | 2 | -20/+38 |
* | fixed some text wrapping problems | Keiron Liddle | 2001-09-25 | 1 | -24/+31 |
* | updated to use HashMap so that when using threads reading data | Keiron Liddle | 2001-09-24 | 9 | -173/+191 |
* | this patch alters the fop ant task so that other render output | Keiron Liddle | 2001-09-24 | 2 | -28/+157 |
* | updated use of batik to changed api | Keiron Liddle | 2001-09-24 | 9 | -500/+400 |
* | fixed a refactoring error, deleted repeated vars | Keiron Liddle | 2001-09-24 | 1 | -3/+0 |
* | gets around a possible npe | Keiron Liddle | 2001-09-21 | 2 | -4/+8 |
* | Only do findColumns one time, not on each new table area | Karen Lease | 2001-09-20 | 1 | -1/+4 |
* | Use column-number property on table-column | Karen Lease | 2001-09-20 | 2 | -31/+65 |
* | more refactoring of duplicate code in renderers | Keiron Liddle | 2001-09-18 | 6 | -316/+103 |
* | fixes a problem where the table header was not reset if could not | Keiron Liddle | 2001-09-18 | 1 | -0/+1 |
* | Patch to handle direct embedding of jpeg images into pdf | Keiron Liddle | 2001-09-18 | 6 | -10/+208 |
* | fixed a few awt render problems and a bit more render refactoring | Keiron Liddle | 2001-09-17 | 9 | -126/+66 |
* | put a few common methods in the abstract renderer | Keiron Liddle | 2001-09-17 | 4 | -147/+96 |
* | fixed possible npe | Keiron Liddle | 2001-09-16 | 3 | -0/+3 |