aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* improved gstate usageKeiron Liddle2002-07-044-33/+152
* progressively output pdf objects to reduce memory usageKeiron Liddle2002-07-011-40/+10
* fixed some minor errorsKeiron Liddle2002-07-013-24/+20
* handles pattern resources betterKeiron Liddle2002-06-287-102/+211
* added transparency for imagesKeiron Liddle2002-06-2713-268/+421
* implemented some basic transparency, needs optimizationKeiron Liddle2002-06-205-6/+105
* removed old area treeKeiron Liddle2002-06-202-3/+4
* implemented links in svg both for standalone and in fo documentsKeiron Liddle2002-06-185-28/+52
* changed pdf streams to use io streams so that theyKeiron Liddle2002-05-2712-66/+393
* cleaned up bookmark extension a bitKeiron Liddle2002-05-171-1/+1
* removed excess spacesKeiron Liddle2002-03-071-8/+8
* some preliminary changes to image handlingKeiron Liddle2002-02-211-8/+3
* removed some bad static thingsKeiron Liddle2001-12-112-2/+1
* removed message handlerKeiron Liddle2001-11-224-15/+11
* PR:Tore Engvig2001-11-161-1/+1
* PR:Tore Engvig2001-11-163-57/+239
* made the batik pdf transcoder work againKeiron Liddle2001-11-151-1/+1
* some changes for out of order rendering and rendering to a rendererKeiron Liddle2001-11-124-56/+90
* changed the parent to FONodeKeiron Liddle2001-11-093-12/+102
* updated a few hashtables and vectorsKeiron Liddle2001-11-029-298/+292
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-261-3/+3
* new area tree and rendering stuffKeiron Liddle2001-10-221-0/+90
* this patch alters the fop ant task so that other render outputKeiron Liddle2001-09-241-1/+1
* Patch to handle direct embedding of jpeg images into pdfKeiron Liddle2001-09-182-2/+45
* this handles viewBox links in svg betterKeiron Liddle2001-09-072-4/+64
* Applies lmckenzi@ca.ibm.com's patch, which would have been very hardSteve Coffman2001-08-301-1/+10
* adds support for lazy loading of fontsKeiron Liddle2001-08-061-1/+7
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-021-14/+10
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-013-93/+82
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-014-96/+187
* Formatted code according to code standards.Tore Engvig2001-07-3047-6731/+5068
* fixed line endingsKeiron Liddle2001-07-041-55/+10
* changed PDFNumber to use static methodsKeiron Liddle2001-06-186-358/+78
* FOP now uses Batik to render svgKeiron Liddle2001-05-171-0/+2
* PR:Tore Engvig2001-04-161-9/+12
* Fixed some bugs in PDF rendering when font embedding fails.Kelly Campbell2001-04-081-17/+15
* Added default producer to fix a bug where the PDF producer isKelly Campbell2001-04-011-1/+3
* enabling CID keyed truetype fonts; this gives supportfotis2001-02-278-73/+215
* handles non-rotated arcsKeiron Liddle2001-02-231-0/+40
* JDK 1.1 fixesKelly Campbell2001-02-091-3/+3
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-064-23/+299
* Removed NumberFormat usage in PDFRenderer to fix a locale-specific bugKelly Campbell2001-02-051-0/+6
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-0516-22/+1472
* Added some text rendering optimizations for PDF.Kelly Campbell2001-02-051-0/+16
* Fixed an off by one error in the end of stream encoding part of ASCII85FilterKelly Campbell2001-02-011-55/+82
* Changed XObject to use the stream default filter listKelly Campbell2001-01-191-1/+3
* JDK 1.1.x changes. Thanks to Art Welch.arved2000-12-221-4/+4
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-1831-535/+920
* AWTRenderer uses now system fonts and not pdf fonts. All (error) messagesfotis2000-11-161-1/+1
* adds spaces between matrix and bbox coordsKeiron Liddle2000-11-101-2/+5