| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Whups. Updates PDFDocument to reflect changes with ColorSpace.java | Steve Coffman | 2000-05-01 | 1 | -215/+333 |
* | This adds the ColorSpace data type, and has the PDF files make use of it. | Steve Coffman | 2000-04-27 | 4 | -68/+167 |
* | Andreas Rueckert's patch to fix inline gif image support. Does not add | Steve Coffman | 2000-04-21 | 1 | -2/+3 |
* | huh. Minor change didn't get committed. Fixed the build error by allowing | Steve Coffman | 2000-04-21 | 1 | -1/+3 |
* | This adds colorspace (RGB + CMYK) support to PDF output, and the ability | Steve Coffman | 2000-04-21 | 5 | -34/+452 |
* | links now invisible | arved | 2000-04-02 | 1 | -3/+3 |
* | Fix: don't increment page count twice | fotis | 2000-03-26 | 1 | -1/+0 |
* | ADD: functions support | arved | 2000-03-22 | 1 | -0/+760 |
* | FIX: Class/filename mismatch | arved | 2000-03-22 | 1 | -760/+0 |
* | ADD: Support for shading, patterns... | arved | 2000-03-22 | 1 | -12/+63 |
* | ADD: Patterns, shadings, functions | arved | 2000-03-21 | 1 | -7/+417 |
* | ADD: Add shading object to page resources | arved | 2000-03-21 | 1 | -3/+5 |
* | FIX: Finally maybe fix the count thing | arved | 2000-03-21 | 1 | -0/+10 |