| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved sources from src/org/** to src/java/org/** | Jeremias Maerki | 2003-03-11 | 16 | -4756/+0 |
* | Switched to long licence | Jeremias Maerki | 2003-03-07 | 14 | -70/+672 |
* | Make it compile with latest Batik CVS. The new methods will throw an "NYI" ATM!
| Jeremias Maerki | 2003-03-05 | 1 | -5/+63 |
* | Adjustments for font refactoring | Jeremias Maerki | 2003-01-08 | 2 | -52/+53 |
* | white-space and line-ending fixes | William Victor Mote | 2002-11-29 | 3 | -9/+9 |
* | fixes problem of links not working after data output | Keiron Liddle | 2002-11-11 | 2 | -0/+11 |
* | handle image stream better, try to make sure only | Keiron Liddle | 2002-11-08 | 1 | -1/+1 |
* | fixed link/resolving problem | Keiron Liddle | 2002-11-03 | 1 | -1/+1 |
* | flush stream so that cocoon+batik doesn't cut the data off | Keiron Liddle | 2002-10-30 | 1 | -0/+2 |
* | updated for latest code | Keiron Liddle | 2002-10-30 | 1 | -3/+27 |
* | Streamlined build process without copying around whole directory trees. | Jeremias Maerki | 2002-09-17 | 1 | -6/+6 |
* | fixed most style errors | Keiron Liddle | 2002-09-11 | 4 | -121/+283 |
* | fixed some more style violations | Keiron Liddle | 2002-09-10 | 9 | -251/+448 |
* | fixed hack on link rectangle | Keiron Liddle | 2002-09-09 | 1 | -68/+103 |
* | improved docs, formatting | Keiron Liddle | 2002-09-09 | 5 | -65/+93 |
* | correctly handles font in pattern | Keiron Liddle | 2002-09-03 | 1 | -3/+4 |
* | changed pixel to mm to longer name | Keiron Liddle | 2002-09-02 | 2 | -4/+4 |
* | updated to current batik method and variable names for pixel to mm | Keiron Liddle | 2002-08-23 | 1 | -3/+3 |
* | properly sets the dpi val | Keiron Liddle | 2002-08-19 | 1 | -9/+3 |
* | Updated batik with change to TextPainter interface and UserAgent. | Keiron Liddle | 2002-08-14 | 2 | -78/+106 |
* | First batch of changes for preparation for adoption of Avalon patterns. Only ... | Jeremias Maerki | 2002-08-07 | 1 | -3/+3 |
* | moved embed font info into the render.pdf package | Keiron Liddle | 2002-07-31 | 2 | -4/+3 |
* | spearated GraphicsConfiguration classes | Keiron Liddle | 2002-07-23 | 7 | -241/+336 |
* | improved patterns, the contents should be visible now | Keiron Liddle | 2002-07-10 | 1 | -10/+14 |
* | improved linear and radial gradients | Keiron Liddle | 2002-07-09 | 2 | -27/+38 |
* | applies transform from viewBox | Keiron Liddle | 2002-07-05 | 1 | -0/+1 |
* | improved gstate usage | Keiron Liddle | 2002-07-04 | 2 | -46/+48 |
* | prevent npe | Keiron Liddle | 2002-07-04 | 1 | -1/+1 |
* | progressively output pdf objects to reduce memory usage | Keiron Liddle | 2002-07-01 | 3 | -17/+69 |
* | added bounds | Keiron Liddle | 2002-07-01 | 1 | -2/+2 |
* | removed unused import | Keiron Liddle | 2002-07-01 | 1 | -1/+0 |
* | handles pattern resources better | Keiron Liddle | 2002-06-28 | 3 | -39/+62 |
* | added transparency for images | Keiron Liddle | 2002-06-27 | 2 | -132/+135 |
* | removed old imports | Keiron Liddle | 2002-06-21 | 2 | -2/+0 |
* | implemented some basic transparency, needs optimization | Keiron Liddle | 2002-06-20 | 1 | -1/+18 |
* | removed old area tree | Keiron Liddle | 2002-06-20 | 4 | -4/+4 |
* | implemented links in svg both for standalone and in fo documents | Keiron Liddle | 2002-06-18 | 5 | -35/+32 |
* | api change | Keiron Liddle | 2002-06-10 | 2 | -0/+10 |
* | fixed link problem, now handles external properly | Keiron Liddle | 2002-05-29 | 2 | -1/+2 |
* | patch to prevent the same image being inserted multiple times | Keiron Liddle | 2002-05-22 | 1 | -82/+112 |
* | initial implementation of line area layout processing | Keiron Liddle | 2002-04-26 | 1 | -0/+4 |
* | updated to the fluid batik api | Keiron Liddle | 2002-04-19 | 1 | -0/+12 |
* | replaced logkit logger with the logger interface in avalon framework | Keiron Liddle | 2002-04-11 | 1 | -2/+2 |
* | updated to changes in batik api | Keiron Liddle | 2002-03-21 | 6 | -86/+37 |
* | extends adapter instead of implementing useragent | Keiron Liddle | 2002-03-11 | 2 | -89/+10 |
* | renders images and ifo to pdf doc | Keiron Liddle | 2002-03-08 | 2 | -7/+13 |
* | remove SVGArea and ImageArea, no longer needed | Keiron Liddle | 2002-02-26 | 2 | -97/+15 |
* | some preliminary changes to image handling | Keiron Liddle | 2002-02-21 | 1 | -14/+22 |
* | removed println | Keiron Liddle | 2002-02-21 | 1 | -1/+0 |
* | made svg context independant so that the svg document does not | Keiron Liddle | 2002-02-20 | 1 | -42/+55 |