aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* NEW: Simple link modsarved2000-06-1416-57/+159
* NEW: Supports /URI actionarved2000-06-141-0/+91
* NEW: Supports /GoToR actionarved2000-06-141-0/+111
* Keiron Liddle's patch to make special characters work across pageSteve Coffman2000-06-121-1/+5
* remove makefilesfotis2000-06-0416-496/+0
* check if there's enougth space left on the page to draw the imageeschaeffer2000-05-312-8/+20
* This is a quick fix for the problem of runtests.sh (and .bat) documentSteve Coffman2000-05-301-0/+1
* add sleeping while waiting for consumer to finisheschaeffer2000-05-302-2/+4
* modify makefile to compileeschaeffer2000-05-291-0/+2
* Modify this class to use FopImageConsumer + add transparency supporteschaeffer2000-05-292-213/+110
* Add a consumer class not to have to rewrite it in each image implementing classeschaeffer2000-05-291-0/+183
* Add image transparency supporteschaeffer2000-05-291-0/+4
* Add support for RGB colors with 0-255 componentseschaeffer2000-05-291-0/+17
* change factory to use GifJpegImage class (not configuration file for now)eschaeffer2000-05-241-2/+4
* Re-adding GifJpegImage class, implementing new FopImage interfaceeschaeffer2000-05-241-0/+318
* ImageConsumer correctioneschaeffer2000-05-241-12/+34
* throw an explicit exception message when the image file is unavailableeschaeffer2000-05-241-2/+2
* This applies Jordon Naftolin's latest and greatest patch, fixing the PageSequ...Steve Coffman2000-05-231-93/+174
* These apply Jordon Naftolin's excellent table spacing fix. I'll apply thisSteve Coffman2000-05-232-11/+2
* changes to compile (needs to check if it still works)eschaeffer2000-05-231-14/+19
* changes to compileeschaeffer2000-05-231-4/+4
* changes in Makefileeschaeffer2000-05-231-0/+3
* modify this class to only create a new PDFXobject if neededeschaeffer2000-05-231-1/+12
* add a method to get the number (not used for now, but maybe later)eschaeffer2000-05-231-0/+6
* changes in PDFXobject (also add a method to get the X number)eschaeffer2000-05-231-40/+52
* PDFBinaryStream, represent a binary stream (utility to encode data using PDFF...eschaeffer2000-05-231-0/+214
* PDFFilter, represent a filtereschaeffer2000-05-231-0/+236
* PDFFilterException, raised when an error occured while creating filterseschaeffer2000-05-231-0/+66
* changes in fo:inline-graphiceschaeffer2000-05-231-22/+49
* changes in fo:display-graphiceschaeffer2000-05-231-21/+49
* remove GifJpegImage, not used any moreeschaeffer2000-05-231-232/+0
* remove BmpColImage, not used any moreeschaeffer2000-05-231-176/+0
* remove BmpBwImage, not used any moreeschaeffer2000-05-231-158/+0
* changes in the Makefileeschaeffer2000-05-231-4/+3
* JimiImage, an implementing class using Jimieschaeffer2000-05-231-0/+300
* new FopImageFactory, no configuration file for the moment (needs to be updated)eschaeffer2000-05-231-38/+138
* new FopImage interfaceeschaeffer2000-05-231-19/+50
* FopImageException, raised when an error occured during image creationeschaeffer2000-05-231-0/+66
* This patch applies Jordan Naftolin's fix for extra space being added to the b...Steve Coffman2000-05-162-1/+10
* This is to use colors instead of numbers, the first step in supporting gradie...Steve Coffman2000-05-157-517/+499
* Whups. Updates PDFDocument to reflect changes with ColorSpace.javaSteve Coffman2000-05-011-215/+333
* This adds the ColorSpace data type, and has the PDF files make use of it.Steve Coffman2000-04-275-68/+273
* Andreas Rueckert's fix to allow more complex documents to have in-lineSteve Coffman2000-04-211-1/+1
* Andreas Rueckert's added file that makes inline images work.Steve Coffman2000-04-211-0/+187
* Andreas Rueckert's patch to fix inline gif image support. Does not addSteve Coffman2000-04-213-15/+22
* huh. Minor change didn't get committed. Fixed the build error by allowingSteve Coffman2000-04-211-1/+3
* This adds colorspace (RGB + CMYK) support to PDF output, and the abilitySteve Coffman2000-04-215-34/+452
* FIX: initial-page-numberarved2000-04-201-1/+3
* Added initial-page-number supportarved2000-04-171-1/+1
* PR:arved2000-04-171-52/+0