| Commit message (Expand) | Author | Age | Files | Lines |
* | adds support for lazy loading of fonts | Keiron Liddle | 2001-08-06 | 1 | -1/+7 |
* | Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp) | Tore Engvig | 2001-08-02 | 1 | -14/+10 |
* | Code formatting. Still builds ok, but I didn't test it otherwise since last. | Steve Coffman | 2001-08-01 | 3 | -93/+82 |
* | Adds Mark Lillywhite's performance and memory patch in all it's glory. | Steve Coffman | 2001-08-01 | 4 | -96/+187 |
* | Formatted code according to code standards. | Tore Engvig | 2001-07-30 | 47 | -6731/+5068 |
* | fixed line endings | Keiron Liddle | 2001-07-04 | 1 | -55/+10 |
* | changed PDFNumber to use static methods | Keiron Liddle | 2001-06-18 | 6 | -358/+78 |
* | FOP now uses Batik to render svg | Keiron Liddle | 2001-05-17 | 1 | -0/+2 |
* | PR: | Tore Engvig | 2001-04-16 | 1 | -9/+12 |
* | Fixed some bugs in PDF rendering when font embedding fails. | Kelly Campbell | 2001-04-08 | 1 | -17/+15 |
* | Added default producer to fix a bug where the PDF producer is | Kelly Campbell | 2001-04-01 | 1 | -1/+3 |
* | enabling CID keyed truetype fonts; this gives support | fotis | 2001-02-27 | 8 | -73/+215 |
* | handles non-rotated arcs | Keiron Liddle | 2001-02-23 | 1 | -0/+40 |
* | JDK 1.1 fixes | Kelly Campbell | 2001-02-09 | 1 | -3/+3 |
* | Added support for PDF outlines (aka bookmarks). See the example in | Kelly Campbell | 2001-02-06 | 4 | -23/+299 |
* | Removed NumberFormat usage in PDFRenderer to fix a locale-specific bug | Kelly Campbell | 2001-02-05 | 1 | -0/+6 |
* | Added TrueType and embedded font support from Tore Engvig and | Kelly Campbell | 2001-02-05 | 16 | -22/+1472 |
* | Added some text rendering optimizations for PDF. | Kelly Campbell | 2001-02-05 | 1 | -0/+16 |
* | Fixed an off by one error in the end of stream encoding part of ASCII85Filter | Kelly Campbell | 2001-02-01 | 1 | -55/+82 |
* | Changed XObject to use the stream default filter list | Kelly Campbell | 2001-01-19 | 1 | -1/+3 |
* | JDK 1.1.x changes. Thanks to Art Welch. | arved | 2000-12-22 | 1 | -4/+4 |
* | Changed output from Writer to OutputStream to allow for binary output. | Kelly Campbell | 2000-12-18 | 31 | -535/+920 |
* | AWTRenderer uses now system fonts and not pdf fonts. All (error) messages | fotis | 2000-11-16 | 1 | -1/+1 |
* | adds spaces between matrix and bbox coords | Keiron Liddle | 2000-11-10 | 1 | -2/+5 |
* | adds support for type 1 fonts by Jeremias Maerki <jeremias.maerki@outline.ch> | fotis | 2000-11-02 | 8 | -48/+987 |
* | Christian Geisert's patch to allow JDK 1.1 people to use no images. | Steve Coffman | 2000-10-12 | 1 | -3/+3 |
* | minor color optimization | Keiron Liddle | 2000-07-18 | 1 | -9/+22 |
* | Fix Eric Schaeffer's bug with the int color conversions going to PDF -1.0 | Steve Coffman | 2000-07-12 | 1 | -4/+5 |
* | handles negative numbers, same otherwise | Keiron Liddle | 2000-07-11 | 1 | -16/+32 |
* | creates a function for each pair of colours, rather than missing the last one | Keiron Liddle | 2000-07-11 | 1 | -2/+2 |
* | puts spaces between distance values | Keiron Liddle | 2000-07-11 | 1 | -1/+1 |
* | Does not alter zoom, and positions page based on x,y coordinates | Jordan Naftolin | 2000-06-28 | 1 | -2/+21 |
* | replaces calls of System.err.println etc. with calls to the new MessageHandle... | fotis | 2000-06-27 | 2 | -4/+6 |
* | made referencePDF() public | Jordan Naftolin | 2000-06-21 | 1 | -1/+1 |
* | initial version | Jordan Naftolin | 2000-06-21 | 2 | -0/+210 |
* | Added internal-link functionality | Jordan Naftolin | 2000-06-21 | 1 | -871/+906 |
* | NEW: Simple link mods | arved | 2000-06-14 | 3 | -46/+56 |
* | NEW: Supports /URI action | arved | 2000-06-14 | 1 | -0/+91 |
* | NEW: Supports /GoToR action | arved | 2000-06-14 | 1 | -0/+111 |
* | remove makefiles | fotis | 2000-06-04 | 1 | -40/+0 |
* | Add image transparency support | eschaeffer | 2000-05-29 | 1 | -0/+4 |
* | Add support for RGB colors with 0-255 components | eschaeffer | 2000-05-29 | 1 | -0/+17 |
* | changes in Makefile | eschaeffer | 2000-05-23 | 1 | -0/+3 |
* | modify this class to only create a new PDFXobject if needed | eschaeffer | 2000-05-23 | 1 | -1/+12 |
* | add a method to get the number (not used for now, but maybe later) | eschaeffer | 2000-05-23 | 1 | -0/+6 |
* | changes in PDFXobject (also add a method to get the X number) | eschaeffer | 2000-05-23 | 1 | -40/+52 |
* | PDFBinaryStream, represent a binary stream (utility to encode data using PDFF... | eschaeffer | 2000-05-23 | 1 | -0/+214 |
* | PDFFilter, represent a filter | eschaeffer | 2000-05-23 | 1 | -0/+236 |
* | PDFFilterException, raised when an error occured while creating filters | eschaeffer | 2000-05-23 | 1 | -0/+66 |
* | This is to use colors instead of numbers, the first step in supporting gradie... | Steve Coffman | 2000-05-15 | 6 | -192/+180 |