aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* white-space and line-ending fixesWilliam Victor Mote2002-11-298-26/+26
* reuses duplicate link pdf objectsKeiron Liddle2002-11-2210-292/+596
* enable setting creatorKeiron Liddle2002-11-202-0/+22
* fixes problem of links not working after data outputKeiron Liddle2002-11-116-11/+190
* fixed link/resolving problemKeiron Liddle2002-11-033-10/+14
* more style fixesKeiron Liddle2002-10-2514-187/+189
* Addes Linking to a specific page and a named destinations of anChristian Geisert2002-10-162-3/+61
* fixed some style errorsKeiron Liddle2002-09-179-182/+404
* fixed hack on link rectangleKeiron Liddle2002-09-091-9/+20
* implemented basic link with linking from pdfKeiron Liddle2002-09-072-9/+9
* bookmark extension now workingKeiron Liddle2002-09-051-20/+3
* correctly handles font in patternKeiron Liddle2002-09-031-2/+2
* implemented leader pattern: space, dots and use contentKeiron Liddle2002-08-231-0/+4
* fixes length problem causing xref error...found it at lastKeiron Liddle2002-08-021-1/+1
* Simplified ASCII85Filter computation, thereby hopefullyKeiron Liddle2002-08-021-5/+20
* moved embed font info into the render.pdf packageKeiron Liddle2002-07-311-5/+5
* handles clip betterKeiron Liddle2002-07-231-2/+23
* reuse old patterns and shadings to reduce file sizeKeiron Liddle2002-07-195-22/+278
* reuse functions to reduce file sizeKeiron Liddle2002-07-182-4/+146
* 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