summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Expand)AuthorAgeFilesLines
* Revamped marker handling. Retrieving markers works now always forJoerg Pietschmann2003-02-1715-255/+277
* Fixed some sources of "wrong operand type" error in Acrobat Reader.Jeremias Maerki2003-02-162-26/+24
* Removed some unnecessary duplicate code.Jeremias Maerki2003-02-161-32/+4
* FOP Ant task: Fix for logging behaviour, fix for directory structure preserva...Jeremias Maerki2003-02-141-28/+70
* Fixed incorrect comparision with hyphenation push characterJoerg Pietschmann2003-02-131-1/+1
* TrueType embedding: FPGM table is optional, so ignore it if it's not there.Jeremias Maerki2003-02-131-5/+11
* Page body wasn't rendered to XML. Why did nobody find out before?Jeremias Maerki2003-02-131-5/+12
* Fixed JAI URL.Joerg Pietschmann2003-02-111-6/+3
* Fixes a cause for a NPE. Doesn't fix the obvious bug, though.Jeremias Maerki2003-02-111-2/+5
* Fixed copy/paste error. A confusing error message was constructed when the em...Jeremias Maerki2003-02-111-2/+4
* Fixed error when JAI is not availableChristian Geisert2003-02-101-2/+5
* More turkish l10n messages.Oleg Tkachenko2003-02-081-0/+3
* Added support for url()-syntax to the fo:basic-link-ElementChristian Geisert2003-02-0711-4/+264
* Turkish messages for AWT ViewerOleg Tkachenko2003-02-042-0/+106
* Fixed leader expansion and leader alignment to reference area to someJoerg Pietschmann2003-02-032-22/+2
* Fixed leader generation to be more conformant with common expectations.Joerg Pietschmann2003-02-024-227/+346
* Temporary fix for an encoding mismatch (WinAnsiEncoding vs. ISOLatin1). The h...Jeremias Maerki2003-01-231-4/+10
* Fix for bug 16257 (bad ascender/descender in XML font metrics)Jeremias Maerki2003-01-211-3/+14
* Reduced the size of the PSRenderer output (removed redundant movetos)Christian Geisert2003-01-181-4/+0
* Fixed a NullPointerException experienced by some DocBook users.Jeremias Maerki2003-01-111-2/+6
* Added diagnostic for probably dropped text due to unhandled pending inline ar...Joerg Pietschmann2003-01-112-1/+7
* Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts.Jeremias Maerki2003-01-092-11/+43
* (possible) fix for linux alpha jre (bug #13586)Christian Geisert2003-01-091-1/+1
* Fixed NPE when options or encoding are null.Oleg Tkachenko2002-12-221-6/+11
* removed debug statementChristian Geisert2002-12-101-1/+0
* Fixed resolution of relative URLs in FopImageFactory with IBM JDKChristian Geisert2002-12-091-2/+25
* Fixed spurious (nuisance) errors on print/awt renderersChristian Geisert2002-12-093-6/+13
* Quick fix for broken AWTRendererChristian Geisert2002-12-091-1/+4
* Removed semicolonJeremias Maerki2002-12-021-2/+2
* Added missing APL headerJeremias Maerki2002-12-022-19/+47
* Improve keep handling in table rowsKaren Lease2002-12-012-8/+52
* Add method to support fix for keep-together loop in tablesKaren Lease2002-12-011-0/+18
* Fix a small bug in the infinite loop prevention logicKaren Lease2002-11-301-0/+1
* fixed (possibly) a problem where certain fonts had a range value for the last...Jeremias Maerki2002-11-291-62/+85
* Use new PFBParser to read PFB files so they are properly decoded.Jeremias Maerki2002-11-291-60/+48
* Fixes bug with Adobe Type 1 font embedding. PC format encoded PFB files were ...Jeremias Maerki2002-11-291-94/+16
* 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-241-6/+8