summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Moved PFM classes to type1 subpackage.Jeremias Maerki2002-11-297-140/+487
* Made the rest of the constants public.Jeremias Maerki2002-11-291-4/+4
* Added some I/O utilities. This class is to be replaced with Jakarta Commons I...Jeremias Maerki2002-11-291-0/+59
* Avoid NPE when options aren't set on the XMLRenderer (Bug 14768)Jeremias Maerki2002-11-281-1/+9
* Make sure that a warning is shown when page-position="last" is used.Jeremias Maerki2002-11-281-2/+2
* Good error messages when Driver is not initialized properly.Jeremias Maerki2002-11-281-6/+8
* Added infinite loop detection (just halts processing, see bug #8878)Christian Geisert2002-11-281-1/+12
* Added autoselecting portrait/landscape on PCL Renderer (see bug #6638)Christian Geisert2002-11-261-12/+13
* Fixes bug from previous Perfomance tuning patchChristian Geisert2002-11-251-4/+4
* Improved AWT Font-measuring/rendering (see bug #14657)Christian Geisert2002-11-253-7/+37
* Hook up the TiffImage to the factory; falls back to generic handler if not pr...Karen Lease2002-11-241-1/+6
* Implement a continued-label extension for use in tablesKaren Lease2002-11-242-0/+110
* Keep track of whether an area has been created so the continued label can be ...Karen Lease2002-11-241-167/+174
* Support for page-width and page-height "auto" values (fallback to 8 and 11in)...Oleg Tkachenko2002-11-242-9/+11
* Perfomance tuning (reduced object creation etc.) (see bug #14103)Christian Geisert2002-11-2257-355/+348
* Correct ordering of loca table in embedded true type fontsKaren Lease2002-11-211-22/+45
* Added support for CCITT Group 4 encoded TIFF filesChristian Geisert2002-11-186-74/+327
* Fixed Bug 14576Jeremias Maerki2002-11-181-1/+3
* basic-link should work again. Sorry.Jeremias Maerki2002-11-131-1/+1
* Adjust for Batik 1.5b4Jeremias Maerki2002-11-132-45/+51
* Adjust for Batik 1.5b4Jeremias Maerki2002-11-131-46/+132
* Fix deprecation messageJeremias Maerki2002-11-131-6/+6
* Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301)Christian Geisert2002-11-111-5/+1
* Also use the new method to retrieve the baseURLJeremias Maerki2002-11-111-4/+4
* Fix ArrayOutOfBoundException when number of rects is zero in mergeLinks().Jeremias Maerki2002-11-111-13/+13
* Configuration now has two static getter methods returning a baseURL and a fon...Jeremias Maerki2002-11-0833-855/+911
* Fixed multi-threading bugs (NPEs)Jeremias Maerki2002-11-083-32/+49
* Improved registration of ImageReader implementations.Jeremias Maerki2002-11-081-16/+49
* Little helper class with static methods to build a URL from a string which ca...Jeremias Maerki2002-11-081-0/+64
* Bugzilla Entry 13310Jeremias Maerki2002-11-0511-64/+58
* Bugzilla Entry 14161Jeremias Maerki2002-11-044-84/+43
* Fixed sloppy passing of StringBuffer which causes problems ifJoerg Pietschmann2002-10-091-3/+4
* Use the formatted page number string instead of theJoerg Pietschmann2002-09-302-7/+8
* Moved table row ID creation so that the ID will always be createdJoerg Pietschmann2002-09-261-5/+2
* Fix parameter type in constructorKaren Lease2002-09-261-1/+1
* Fix NPE if no embed file specified for a fontKaren Lease2002-09-261-0/+1
* Improve link hotspot positioningKaren Lease2002-09-2616-45/+73
* Preliminarily added additional constructors to OptionsJoerg Pietschmann2002-09-176-109/+124
* Fixed problem with empty text buffer.Joerg Pietschmann2002-09-171-1/+1
* Added method to clear the image cache to FopImageFactory.Joerg Pietschmann2002-09-171-0/+6
* Added some missing SVG elements.Joerg Pietschmann2002-09-121-0/+3
* A few more JavaDoc related patches.Joerg Pietschmann2002-09-1232-53/+195
* Added directory missed by last commitJoerg Pietschmann2002-09-121-0/+6
* Added package description files for javadoc generation.Joerg Pietschmann2002-09-1221-0/+134
* Fixed wrong parameter sequence.Joerg Pietschmann2002-09-121-1/+1
* Recognize JDK1.4 and setup filters for appropriatly commentingJoerg Pietschmann2002-09-095-8/+11
* Fixed page number setup for consecutive page sequences.Joerg Pietschmann2002-08-211-0/+2
* Added a RunLengthEncode filter for the PostScript renderer.Jeremias Maerki2002-08-121-5/+38
* This commit was manufactured by cvs2svn to create branch(no author)2002-08-121-0/+205
* Better fix for setting TextDecoration.Joerg Pietschmann2002-08-1010-72/+59