aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Two constants I'd like to reuse elsewhere.Jeremias Maerki2005-08-241-2/+8
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-2410-59/+63
* Reintroduce they user's hyphenation patterns into the build process.Simon Pepping2005-08-231-22/+34
* Fixes a bug where the bitmaps were not loaded at all.Jeremias Maerki2005-08-231-0/+11
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-236-144/+369
* New "-foout" parameter which only saves the intermediate XSL-FO file when -xm...Jeremias Maerki2005-08-233-10/+63
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-2313-206/+325
* Fix the DSC comment (Begin|EndDocument) for EPS files. It wasn't in the right...Jeremias Maerki2005-08-221-3/+9
* Remember the original URI in the FopImage instance. Jeremias Maerki2005-08-2212-23/+36
* Code simplification.Jeremias Maerki2005-08-2110-77/+31
* Sorry, had a non-released version in my classpath. Reverting.Jeremias Maerki2005-08-211-2/+2
* CopyUtils is deprecated.Jeremias Maerki2005-08-211-3/+3
* Bugzilla #36224: Jeremias Maerki2005-08-2116-236/+508
* Remove obsolete method.Jeremias Maerki2005-08-211-36/+0
* Rename PDFXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-213-34/+33
* Rename PSXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-212-10/+10
* Better error message.Jeremias Maerki2005-08-211-1/+2
* An attempt at helpful error output when the top/left/bottom/right properties ...Jeremias Maerki2005-08-211-4/+42
* Show and fix a bug where bottom/right positioning of block-containers didn't ...Jeremias Maerki2005-08-211-0/+1
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-2110-897/+1541
* Access to the region-name for special comments in the PS output.Jeremias Maerki2005-08-211-0/+5
* New hasTrait() method.Jeremias Maerki2005-08-211-0/+12
* Bugfix for Bugzilla #36248 (and inline2.xml): Jeremias Maerki2005-08-204-14/+25
* Add a method to clear all image caches for testing purposes. It shouldn't be ...Jeremias Maerki2005-08-162-2/+37
* Notify image cache about the expiration of a user agent (i.e. processing run).Jeremias Maerki2005-08-161-13/+16
* Bugzilla #36082 Jeremias Maerki2005-08-163-60/+60
* ref to bugzilla 36180Chris Bowditch2005-08-152-12/+68
* Bugzilla #36082 Jeremias Maerki2005-08-157-145/+458
* TODO item for HiResBoundingBox.Jeremias Maerki2005-08-151-1/+3
* Force PNG images to use the codec to determine the resolution as long as this...Jeremias Maerki2005-08-151-0/+1
* Removed obsolete code. This seems to be done now by each renderer separately.Jeremias Maerki2005-08-141-5/+0
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-1423-61/+53
* Read the bitmap resolution from PNGs and TIFFs.Jeremias Maerki2005-08-122-3/+37
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-1217-439/+954
* Fix regression that caused duplicate IDs when Reload was pressed in the AWT V...Jeremias Maerki2005-08-121-3/+2
* Bugzilla #36146 Jeremias Maerki2005-08-121-4/+6
* Better documentation of FOUserAgent.getStream()Jeremias Maerki2005-08-101-4/+6
* Fallback to default value if "compression" value is not given.Jeremias Maerki2005-08-101-2/+1
* Bugzilla #36112 Jeremias Maerki2005-08-101-3/+5
* Bugzilla #36067 Jeremias Maerki2005-08-103-2/+197
* Submitted by: Manuel Mall <mm.at.arcus.com.au>Chris Bowditch2005-08-091-0/+1
* Committing a hack I've started earlier. The analyzer did not always recognize...Jeremias Maerki2005-08-081-6/+12
* Bugzilla #35998 Jeremias Maerki2005-08-0511-24/+15
* Patch supplied by Manuel Mall in bugzilla 36036 with minor modificationsChris Bowditch2005-08-051-95/+102
* Fix for bug 36007.Luca Furini2005-08-041-0/+1
* Removing dependencies of RTF library on the rest of FOP so it can be used sta...Jeremias Maerki2005-08-039-258/+244
* Proper handling of the color property on page-number and page-number-citatition.Jeremias Maerki2005-08-034-39/+47
* Fix for table-body4.xml. Higher penalty values for breaks that would results ...Jeremias Maerki2005-08-021-0/+10
* Make it possible to keep block-container element lists apart from normal page...Jeremias Maerki2005-08-022-1/+17
* Padding was ignored by the table stepper. This fixes the newly modified table...Jeremias Maerki2005-08-021-0/+11